OrcaSlicer/src/slic3r/GUI
Ocraftyone 25a055491e
Update wxWidgets to v3.2.1 (#2905)
* Upgrade wxWidgets to 3.2.1
Based on prusa3d/PrusaSlicer@9a7e024

Co-authored-by: tamasmeszaros <meszaros.q@gmail.com>

* Implement BitmapCache

* update wxExtensions while keeping legacy items

* update dc.DrawBitmap calls to use get_bitmap

* Fix GetSize/Width/Height calls

* update BitmapComboBox

* fix ifndef in wxExtensions.hpp

* update my todos to OcraftyoneTODO

* Get to a compilable state
Everything seems to be working (including the plater). I am not seeing any graphical issues

* fix extruder color icons

* fix crash on opening support tab

* remove GetBmpSize method from DropDown.cpp

* Update TextInput to use bitmap bundles

* update a TODO after testing

* fix the rendering of the icons on combobox

* fix a few todos

* fix WipeTowerDialog.cpp

* Overhaul WipeTowerDialog

Removed simple version of the dialog since BBS removed the functionality but left the code.
Center the table (only seen when the table is smaller than the minimum size of the dialog)
Fix issue where editing a value causes the m_min_flush_label to change colors slightly
Fix an issue where changing a value or running an auto calc changes the disabled value from "-" to "0"

* update a few todos

* Update some todos

* Show dropdown when editing is started

* Update NanoSVG.cmake

Update NanoSVG to work with PR #2780

* Dim the icon on ComboBox when disabled

* solve ObjectDataViewModel todos

leaving colPrint and colEditing cases alone as it does not seem to impact anything

* Update names in wxExtensions

-Rename msw_rescale to sys_color_changed
-Replace GetBmpSize, GetBmpWidth, GetBmpHeight with renamed version (same name without "Bmp")

Both of these changes were also made by PrusaSlicer.

Original Commit: Prusa3D/PrusaSlicer@066b567
Co-authored-by: YuSanka <yusanka@gmail.com>

* update BitmapCache::from_svg

disable finding bundle in the cache to match load_svg
update to match values used in load_svg

* Update ScalableButton

change the signature and remove functions/vars pertaining to a default bmp
fix TODOs in ScalableButton

Original Commit: Prusa3D/PrusaSlicer@066b567
Co-authored-by: YuSanka <yusanka@gmail.com>

* fix up some more todos in wxExtensions

* update ScalableBitmap to use bmp bundles

use wxBitmapBundle by default
add flag to use old scaled bitmap function (specifically to solve issue with advanced toggle)

* attempt to fix macos deps build

* fix ubuntu build

* Revert "attempt to fix macos deps build"

Mistakenly made change to wrong file

This reverts commit d9c20b5121.

* update wxWidgets patch

an attempt to fix macOS build

* Remove duplicate variable from OrcaSlicer.cpp

* Fix macOS build issue

* Fix blank DataViewItem being added to objects list

* Filament ComboBox editor updates

-Add show drop down feature to ObjectTable
-Call finish editing when ComboBox is closed in ObjectList

* remove Apple specific declarations missed during refactor

* delete old wxWidgets patch

* fix ubuntu seg fault

* include patch from #2926

* update patch to include wxWidgets/wxWidgets@991a74c

* fix deps not compiling on Windows

* update WipeTowerDialog

relocates the recalculate button back to its previous position
changes the wording of the tip message label
add spacing below the matrix

* finish patching wxWidgets

from prusa3d/PrusaSlicer@f8477d1 and prusa3d/PrusaSlicer@066b567

Co-authored-by: YuSanka <yusanka@gmail.com>

* fix combobox crash

* revert outside plate changes

---------

Co-authored-by: tamasmeszaros <meszaros.q@gmail.com>
Co-authored-by: YuSanka <yusanka@gmail.com>
2023-12-04 15:21:49 +00:00
..
BambuPlayer Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
dark_mode NEW:added dark mode 2022-12-15 04:38:15 -05:00
Gizmos Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
Jobs Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
Printer Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
Widgets Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
2DBed.cpp FIX: bedshape dialog dark mode issue 2023-10-10 14:19:23 +08:00
2DBed.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
3DBed.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
3DBed.hpp Tech ENABLE_RAYCAST_PICKING - Raytraced picking of volumes 2023-11-04 11:41:06 +08:00
3DScene.cpp Add a simple subtle outline effect by drawing back faces using wireframe mode (#2934) 2023-12-03 09:27:03 +08:00
3DScene.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
AboutDialog.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
AboutDialog.hpp FIX:use scalablebitmap replace wxbitmap 2022-08-05 16:11:42 +08:00
AmsMappingPopup.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
AmsMappingPopup.hpp FIX: Copywriting localization 2023-07-07 17:52:43 +08:00
AMSMaterialsSetting.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
AMSMaterialsSetting.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
AMSSetting.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
AMSSetting.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
AmsWidgets.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
AmsWidgets.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Auxiliary.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
Auxiliary.hpp change app color 2023-01-03 22:05:20 +08:00
AuxiliaryDataViewModel.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
AuxiliaryDataViewModel.hpp fix: ambiguous call _check_convertible_to_path_source(const wxCStrData&) (#1597) 2023-07-30 09:46:50 +08:00
AuxiliaryDialog.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
AuxiliaryDialog.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
BackgroundSlicingProcess.cpp Fixed a bug that gcode was reprocessed when uploading to printhost 2023-10-31 19:15:19 +08:00
BackgroundSlicingProcess.hpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
BBLStatusBar.cpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
BBLStatusBar.hpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
BBLStatusBarBind.cpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
BBLStatusBarBind.hpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
BBLStatusBarSend.cpp FIX: fix some issues about CalibrationWizard 2023-07-07 17:29:08 +08:00
BBLStatusBarSend.hpp ENH:display error msg when connecting to the printer fails 2023-07-07 17:25:51 +08:00
BBLTopbar.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
BBLTopbar.hpp FIX: [STUDIO-3329] show/hide thirdparty calibrate button 2023-07-07 17:52:43 +08:00
BedShapeDialog.cpp Merge BS 1.7.7.89 2023-10-21 19:41:49 +08:00
BedShapeDialog.hpp Fix various memory leaks 2023-11-04 11:41:03 +08:00
BindDialog.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
BindDialog.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
BitmapCache.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
BitmapCache.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
BitmapComboBox.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
BitmapComboBox.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
BonjourDialog.cpp fix errors after cherry picking commits 2023-08-27 22:44:37 +08:00
BonjourDialog.hpp fix errors after cherry picking commits 2023-08-27 22:44:37 +08:00
calib_dlg.cpp Fix build warnings on windows, fix various bugs/logic errors/missing returns/etc, update boost::bind (#2229) 2023-09-27 23:55:23 +08:00
calib_dlg.hpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
Calibration.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
Calibration.hpp NEW:[STUDIO-4016] Support motor noise cali for N1 2023-09-22 16:21:26 +08:00
CalibrationPanel.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
CalibrationPanel.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CalibrationWizard.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CalibrationWizard.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CalibrationWizardCaliPage.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CalibrationWizardCaliPage.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CalibrationWizardPage.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
CalibrationWizardPage.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CalibrationWizardPresetPage.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
CalibrationWizardPresetPage.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CalibrationWizardSavePage.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CalibrationWizardSavePage.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CalibrationWizardStartPage.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CalibrationWizardStartPage.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CaliHistoryDialog.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CaliHistoryDialog.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
Camera.cpp Tech ENABLE_RAYCAST_PICKING - Rendering for rectangle selection made only inside the rectangle, on systems supporting framebuffers 2023-11-04 11:41:09 +08:00
Camera.hpp Tech ENABLE_RAYCAST_PICKING - Rendering for rectangle selection made only inside the rectangle, on systems supporting framebuffers 2023-11-04 11:41:09 +08:00
CameraPopup.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
CameraPopup.hpp FIX: [STUDIO-2448] switch machine in camera popup 2023-07-07 17:25:51 +08:00
CameraUtils.cpp ENH: Cut optimization, support for custom connectors 2023-04-17 15:39:02 +08:00
CameraUtils.hpp ENH: Cut optimization, support for custom connectors 2023-04-17 15:39:02 +08:00
ConfigExceptions.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ConfigManipulation.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
ConfigManipulation.hpp ENH: modify tooltip in chamber temp 2023-09-22 16:21:26 +08:00
ConfigWizard.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
ConfigWizard.hpp NEW: add custom printer config wizard 2022-12-15 04:33:48 -05:00
ConfigWizard_private.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
ConnectPrinter.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
ConnectPrinter.hpp ENH: replace n1 & f1 image and name Jira: [STUDIO-4008] 2023-09-22 16:21:26 +08:00
CreatePresetsDialog.cpp Dev 1.9 - Fix Spelling Mistake on Create Printer dialog box (#2961) 2023-12-03 09:38:17 +08:00
CreatePresetsDialog.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
DailyTips.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
DailyTips.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
dark_mode.cpp NEW:added dark mode 2022-12-15 04:38:15 -05:00
dark_mode.hpp NEW:added dark mode 2022-12-15 04:38:15 -05:00
DesktopIntegrationDialog.cpp clean up 2023-08-09 13:42:41 +08:00
DesktopIntegrationDialog.hpp Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
DeviceManager.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
DeviceManager.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
DownloadProgressDialog.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
DownloadProgressDialog.hpp NEW: management camera video stream in device panel 2022-12-15 04:33:48 -05:00
DragCanvas.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
DragCanvas.hpp NEW: first layer printing sequence 2023-08-19 01:32:59 +08:00
Event.hpp Add support for PrusaLink webview 2023-08-30 23:38:33 +08:00
ExtraRenderers.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
ExtraRenderers.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
ExtrusionCalibration.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
ExtrusionCalibration.hpp NEW: fix blank issue of error tips 2023-02-01 16:24:44 +08:00
Field.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
Field.hpp FIX: coPoint type couldn't display 2023-09-22 16:21:26 +08:00
format.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
fts_fuzzy_match.h Revert "Merge branch 'SoftFever' into feature/calib" 2022-12-25 12:39:45 +08:00
GCodeViewer.cpp Add a simple subtle outline effect by drawing back faces using wireframe mode (#2934) 2023-12-03 09:27:03 +08:00
GCodeViewer.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
GLCanvas3D.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
GLCanvas3D.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
GLModel.cpp Measure: Initial porting of Measure Gizmo 2023-11-04 11:41:10 +08:00
GLModel.hpp Measure: Initial porting of Measure Gizmo 2023-11-04 11:41:10 +08:00
GLSelectionRectangle.cpp Cut: Initial porting of Cut Gizmo 2023-11-04 11:41:11 +08:00
GLSelectionRectangle.hpp Cut: Initial porting of Cut Gizmo 2023-11-04 11:41:11 +08:00
GLShader.cpp Cherry-picked a few changes from Tech ENABLE_GL_CORE_PROFILE 2023-11-04 11:41:06 +08:00
GLShader.hpp Cherry-picked a few changes from Tech ENABLE_GL_CORE_PROFILE 2023-11-04 11:41:06 +08:00
GLShadersManager.cpp Various fixes 2023-11-04 11:41:06 +08:00
GLShadersManager.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GLTexture.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
GLTexture.hpp Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Textures rendering 2023-11-04 11:41:03 +08:00
GLToolbar.cpp Sync most of the gizmos with latest PrusaSlicer 2023-11-04 11:41:10 +08:00
GLToolbar.hpp Sync most of the gizmos with latest PrusaSlicer 2023-11-04 11:41:10 +08:00
GUI.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
GUI.hpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
GUI_App.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
GUI_App.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
GUI_AuxiliaryList.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GUI_AuxiliaryList.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GUI_Colors.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GUI_Colors.hpp Introduction of classes ColorRGB and ColorRGBA to unify color data definition and manipulation 2023-11-04 11:41:00 +08:00
GUI_Factories.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
GUI_Factories.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
GUI_Geometry.cpp Measure: Initial porting of Measure Gizmo 2023-11-04 11:41:10 +08:00
GUI_Geometry.hpp Measure: Initial porting of Measure Gizmo 2023-11-04 11:41:10 +08:00
GUI_Init.cpp Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
GUI_Init.hpp Macos: add the support of file association 2022-08-05 16:11:42 +08:00
GUI_ObjectLayers.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
GUI_ObjectLayers.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GUI_ObjectList.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
GUI_ObjectList.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
GUI_ObjectSettings.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
GUI_ObjectSettings.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
GUI_ObjectTable.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
GUI_ObjectTable.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
GUI_ObjectTableSettings.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
GUI_ObjectTableSettings.hpp FIX:update objecttable layout 2022-09-02 12:52:18 +08:00
GUI_Preview.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
GUI_Preview.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
GUI_Utils.cpp reduce AppConfig::Save() calls 2023-07-25 19:19:49 +08:00
GUI_Utils.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
HintNotification.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
HintNotification.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
HMS.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
HMS.hpp FIX: fix hms display error when language code is empty 2022-12-15 04:38:15 -05:00
HMSPanel.cpp NEW: rearch calibration 2023-07-07 17:52:43 +08:00
HMSPanel.hpp ENH: update hms panel and upgrade panel when disconnected 2022-12-15 04:38:15 -05:00
HttpServer.cpp FIX: fix third-party login 2023-04-17 15:39:02 +08:00
HttpServer.hpp ENH: use a rare unfrequent port 2023-02-22 20:09:17 +08:00
I18N.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
I18N.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ImageGrid.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
ImageGrid.h Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
ImGuiWrapper.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
ImGuiWrapper.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
IMSlider.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
IMSlider.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
IMToolbar.cpp NEW:add statistics of all plates in preview 2023-02-22 20:09:17 +08:00
IMToolbar.hpp NEW:add statistics of all plates in preview 2023-02-22 20:09:17 +08:00
InstanceCheck.cpp clean up Mac 2023-03-16 20:50:23 +08:00
InstanceCheck.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
InstanceCheckMac.h Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
InstanceCheckMac.mm clean up 2023-08-09 13:42:41 +08:00
KBShortcutsDialog.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
KBShortcutsDialog.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MainFrame.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
MainFrame.hpp fix errors 2023-09-29 19:47:13 +08:00
MarkdownTip.cpp ENH: [STUDIO-1647] use WebView2 put_UserAgent 2023-01-10 19:08:26 +08:00
MarkdownTip.hpp FIX: destory timers & check webview consist 2022-08-26 09:25:59 +08:00
MediaFilePanel.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
MediaFilePanel.h Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
MediaPlayCtrl.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
MediaPlayCtrl.h Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
MeshUtils.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
MeshUtils.hpp Sync most of the gizmos with latest PrusaSlicer 2023-11-04 11:41:10 +08:00
ModelMall.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
ModelMall.hpp ENH:change the mall dialog to frame 2022-12-15 04:38:15 -05:00
Monitor.cpp Merge BS 1.7.7.89 2023-10-21 19:41:49 +08:00
Monitor.hpp NEW:calibration page will pop up with printing errors 2023-07-07 17:52:43 +08:00
MonitorBasePanel.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MonitorBasePanel.h Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MonitorPage.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MonitorPage.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Mouse3DController.cpp Add option in the CTRL-M dialog to invert axes (#1928) 2023-08-27 11:29:46 +08:00
Mouse3DController.hpp Add option in the CTRL-M dialog to invert axes (#1928) 2023-08-27 11:29:46 +08:00
Mouse3DHandlerMac.mm Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
mrgtmp0 Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MsgDialog.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
MsgDialog.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
NetworkTestDialog.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
NetworkTestDialog.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
Notebook.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
Notebook.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
NotificationManager.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
NotificationManager.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
ObjectDataViewModel.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
ObjectDataViewModel.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
OG_CustomCtrl.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
OG_CustomCtrl.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
OpenGLManager.cpp Merge pull request #2780 from Noisyfox:bugfix/amd-png 2023-11-19 19:08:04 +08:00
OpenGLManager.hpp Merge pull request #2780 from Noisyfox:bugfix/amd-png 2023-11-19 19:08:04 +08:00
OptionsGroup.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
OptionsGroup.hpp fix build errors 2023-08-10 23:30:37 +08:00
ParamsDialog.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
ParamsDialog.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
ParamsPanel.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
ParamsPanel.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
PartPlate.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
PartPlate.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
PhysicalPrinterDialog.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
PhysicalPrinterDialog.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
Plater.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
Plater.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
PlateSettingsDialog.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
PlateSettingsDialog.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
Preferences.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
Preferences.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
PresetComboBoxes.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
PresetComboBoxes.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
PresetHints.cpp filter out tiny gaps 2022-11-04 16:44:43 +08:00
PresetHints.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
PrinterWebView.cpp Merge BS 1.7.7.89 2023-10-21 19:41:49 +08:00
PrinterWebView.hpp Fix webview freezing issue 2023-09-04 20:02:26 +08:00
PrintHostDialogs.cpp Support Marlin 2 2023-08-30 23:39:00 +08:00
PrintHostDialogs.hpp fix errors after cherry picking commits 2023-08-27 22:44:37 +08:00
PrintOptionsDialog.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
PrintOptionsDialog.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
PrivacyUpdateDialog.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
PrivacyUpdateDialog.hpp ENH: create new page on click of privacy policy 2023-02-22 20:09:17 +08:00
ProgressStatusBar.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ProgressStatusBar.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Project.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
Project.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
ProjectDirtyStateManager.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
ProjectDirtyStateManager.hpp FIX: can not save project when modify bed type in the scene 2023-01-10 19:08:26 +08:00
PublishDialog.cpp clean up 2023-08-09 13:42:41 +08:00
PublishDialog.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
RammingChart.cpp fix ramming ui 2023-09-09 23:05:45 +08:00
RammingChart.hpp fix ramming ui 2023-09-09 23:05:45 +08:00
RecenterDialog.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
RecenterDialog.hpp ENH: chinese translation 2023-02-22 20:09:17 +08:00
ReleaseNote.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
ReleaseNote.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
RemovableDriveManager.cpp FIX:fixed a crash caused by mobile devices when switching languages 2022-09-29 11:16:43 +08:00
RemovableDriveManager.hpp FIX:add the sd card removal function 2022-09-29 11:16:43 +08:00
RemovableDriveManagerMM.h Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
RemovableDriveManagerMM.mm Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SavePresetDialog.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
SavePresetDialog.hpp ENH:optimize the save presets dialog 2023-01-10 19:08:26 +08:00
SceneRaycaster.cpp Measure: Initial porting of Measure Gizmo 2023-11-04 11:41:10 +08:00
SceneRaycaster.hpp Measure: Initial porting of Measure Gizmo 2023-11-04 11:41:10 +08:00
Search.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
Search.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
Selection.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
Selection.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
SelectMachine.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
SelectMachine.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
SendSystemInfoDialog.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
SendSystemInfoDialog.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SendToPrinter.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
SendToPrinter.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
SingleChoiceDialog.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
SingleChoiceDialog.hpp ENH: [STUDIO-2647] Optimize the interface for selecting part types 2023-07-07 17:25:51 +08:00
SliceInfoPanel.cpp FIX: [STUDIO-2186] hide PopupWindow on alt-tab 2023-02-22 20:09:17 +08:00
SliceInfoPanel.hpp FIX: [STUDIO-2186] hide PopupWindow on alt-tab 2023-02-22 20:09:17 +08:00
SlicingProgressNotification.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
SlicingProgressNotification.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
StatusPanel.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
StatusPanel.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
SysInfoDialog.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
SysInfoDialog.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Tab.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
Tab.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
Tabbook.cpp FIX: alignment of tabpanel text 2023-07-07 17:52:43 +08:00
Tabbook.hpp FIX: alignment of tabpanel text 2023-07-07 17:52:43 +08:00
TabButton.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
TabButton.hpp FIX: alignment of tabpanel text 2023-07-07 17:52:43 +08:00
TickCode.cpp Introduction of classes ColorRGB and ColorRGBA to unify color data definition and manipulation 2023-11-04 11:41:00 +08:00
TickCode.hpp Introduction of classes ColorRGB and ColorRGBA to unify color data definition and manipulation 2023-11-04 11:41:00 +08:00
UnsavedChangesDialog.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
UnsavedChangesDialog.hpp ENH: [STUDIO-2549] remember my choice on unsaved project/presets 2023-04-17 15:39:02 +08:00
UpdateDialogs.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
UpdateDialogs.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
UpgradePanel.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
UpgradePanel.hpp ENH: modify device upgrade page 2023-09-22 16:21:26 +08:00
WebDownPluginDlg.cpp Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
WebDownPluginDlg.hpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
WebGuideDialog.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
WebGuideDialog.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
WebUpdatePlugin.cpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
WebUpdatePlugin.hpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
WebUserLoginDialog.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
WebUserLoginDialog.hpp NEW: add http server in BambuStudio 2023-02-22 20:09:17 +08:00
WebViewDialog.cpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
WebViewDialog.hpp FIX: [STUDIO-3271] load staff pick model list with network agent 2023-07-07 17:29:08 +08:00
WipeTowerDialog.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
WipeTowerDialog.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
wxExtensions.cpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
wxExtensions.hpp Update wxWidgets to v3.2.1 (#2905) 2023-12-04 15:21:49 +00:00
wxinit.h Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
wxMediaCtrl2.cpp Fix build warnings on windows, fix various bugs/logic errors/missing returns/etc, update boost::bind (#2229) 2023-09-27 23:55:23 +08:00
wxMediaCtrl2.h FIX: [STUDIO-2340] [STUDIO-2297] handle linux gstreamer error 2023-04-17 15:39:02 +08:00
wxMediaCtrl2.mm post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00