OrcaSlicer/src/slic3r/GUI
bubnikv 0af11c51e3 Fixed update on reset of the variable layer height profile.
Fixed update of the layer height profile on PrintObject when changing profiles.
Fixed crash due to the layer height editing refactoring & wipe tower.
2019-01-23 14:00:03 +01:00
..
2DBed.cpp Fixed assert message after wxAutoBufferedPaintDC and warnings in 2DBed.cpp 2018-11-30 11:22:06 +01:00
2DBed.hpp Fixed assert message after wxAutoBufferedPaintDC and warnings in 2DBed.cpp 2018-11-30 11:22:06 +01:00
3DScene.cpp WIP Restoration of the layer editing. 2019-01-21 10:06:51 +01:00
3DScene.hpp WIP Restoration of the layer editing. 2019-01-21 10:06:51 +01:00
AboutDialog.cpp Fix of SPE-765 2019-01-21 15:43:06 +01:00
AboutDialog.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
AppConfig.cpp WIP: Merged commits from stable between 1.41.2-beta and 1.42.2 final. 2018-12-11 16:33:43 +01:00
AppConfig.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
BackgroundSlicingProcess.cpp Replaced all wxString.ToStdString() with wxString.ToUTF8().data() 2019-01-03 14:34:53 +01:00
BackgroundSlicingProcess.hpp Fix: Schedule SLA print uploads too (the same way as FFF) 2018-12-20 16:37:13 +01:00
BedShapeDialog.cpp Replaced all wxString.ToStdString() with wxString.ToUTF8().data() 2019-01-03 14:34:53 +01:00
BedShapeDialog.hpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
BitmapCache.cpp Commented out wxPixelData.UseAlpha(), as it is missing from wxWidgets 3.1.1. 2018-09-19 18:54:23 +02:00
BitmapCache.hpp include "libslic3r" from slic3r project directly, not as "../../libslicer" 2018-12-06 12:52:28 +01:00
BonjourDialog.cpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
BonjourDialog.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
ButtonsDescription.cpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
ButtonsDescription.hpp Some code review 2018-10-31 12:58:35 +01:00
ConfigExceptions.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
ConfigSnapshotDialog.cpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
ConfigSnapshotDialog.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
ConfigWizard.cpp L10n improvements 2019-01-21 12:34:28 +01:00
ConfigWizard.hpp L10n improvements 2019-01-21 12:34:28 +01:00
ConfigWizard_private.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
Event.hpp Fixed events OBJECT_SETTINGS_CHANGED_EVENT , OBJECT_REMOVE_EVENT and UPDATE_SCENE_EVENT 2018-10-08 16:28:11 +02:00
Field.cpp Fix of the change of the perimeters count in a vase-mode (part fix of #1649) 2019-01-14 15:41:24 +01:00
Field.hpp Fix of the change of the perimeters count in a vase-mode (part fix of #1649) 2019-01-14 15:41:24 +01:00
FirmwareDialog.cpp Fix of #1606 2019-01-15 10:31:34 +01:00
FirmwareDialog.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
GLCanvas3D.cpp Fixed update on reset of the variable layer height profile. 2019-01-23 14:00:03 +01:00
GLCanvas3D.hpp Fixed update on reset of the variable layer height profile. 2019-01-23 14:00:03 +01:00
GLCanvas3DManager.cpp Further removal of the 3DScene / GLCanvas3DManager scaffold. 2018-11-23 17:15:17 +01:00
GLCanvas3DManager.hpp Fix of SPE-691 Slicer crash after extruder change 2018-12-19 14:47:16 +01:00
GLGizmo.cpp Place on bed should now correctly process instance mirror and respect transformations on subvolumes 2019-01-21 12:53:57 +01:00
GLGizmo.hpp Place on bed should now correctly process instance mirror and respect transformations on subvolumes 2019-01-21 12:53:57 +01:00
GLShader.cpp include "libslic3r" from slic3r project directly, not as "../../libslicer" 2018-12-06 12:52:28 +01:00
GLShader.hpp include "libslic3r" from slic3r project directly, not as "../../libslicer" 2018-12-06 12:52:28 +01:00
GLTexture.cpp Fix: wxWidgets 3.0 back-compat 2019-01-09 18:43:29 +01:00
GLTexture.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
GLToolbar.cpp Show gizmos and toolbars tooltips when hovering on a disabled item 2019-01-16 11:10:24 +01:00
GLToolbar.hpp Removal of wxNotebook from plater set as default 2019-01-03 12:59:06 +01:00
GUI.cpp GUI: Remove old window size persistence code 2019-01-21 14:56:24 +01:00
GUI.hpp GUI: Remove old window size persistence code 2019-01-21 14:56:24 +01:00
GUI_App.cpp GUI_App: Remove custom CallAfter 2019-01-21 14:56:23 +01:00
GUI_App.hpp GUI_App: Remove custom CallAfter 2019-01-21 14:56:23 +01:00
GUI_ObjectList.cpp Implemented splitting of object instances by : 2019-01-22 16:40:37 +01:00
GUI_ObjectList.hpp Implemented splitting of object instances by : 2019-01-22 16:40:37 +01:00
GUI_ObjectManipulation.cpp L10n improvements 2019-01-21 12:34:28 +01:00
GUI_ObjectManipulation.hpp Added SetLock() function for PrusaLockButton 2019-01-09 08:52:08 +01:00
GUI_ObjectSettings.cpp Update additional object setting after print technology changing 2018-11-29 15:01:20 +01:00
GUI_ObjectSettings.hpp Added "Frequently changed parameters for SLA-profiles" 2019-01-15 09:33:50 +01:00
GUI_Preview.cpp WIP Restoration of the layer editing. 2019-01-21 10:06:51 +01:00
GUI_Preview.hpp Removal of wxNotebook from plater set as default 2019-01-03 12:59:06 +01:00
GUI_Utils.cpp Fix window geometry persistence #1557 2019-01-21 14:56:23 +01:00
GUI_Utils.hpp Fix window geometry persistence #1557 2019-01-21 14:56:23 +01:00
I18N.cpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
I18N.hpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
ImGuiWrapper.cpp Cut: Prevent the neither part kept option 2019-01-18 15:43:40 +01:00
ImGuiWrapper.hpp Cut: Prevent the neither part kept option 2019-01-18 15:43:40 +01:00
KBShortcutsDialog.cpp Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-01-21 13:05:59 +01:00
KBShortcutsDialog.hpp Added "Keyboard Shortcuts" dialog 2018-12-19 13:06:46 +01:00
LambdaObjectDialog.cpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
LambdaObjectDialog.hpp Some code review 2018-10-31 12:58:35 +01:00
MainFrame.cpp Fix main frame window restore position on Mac #493 2019-01-21 18:11:11 +01:00
MainFrame.hpp L10n improvements 2019-01-21 12:34:28 +01:00
MsgDialog.cpp Http & ErrorDialog: Improve error reporting 2018-12-18 18:50:37 +01:00
MsgDialog.hpp Http & ErrorDialog: Improve error reporting 2018-12-18 18:50:37 +01:00
OptionsGroup.cpp L10n improvements 2019-01-21 12:34:28 +01:00
OptionsGroup.hpp L10n improvements 2019-01-21 12:34:28 +01:00
Plater.cpp Implemented splitting of object instances by : 2019-01-22 16:40:37 +01:00
Plater.hpp Implemented splitting of object instances by : 2019-01-22 16:40:37 +01:00
Preferences.cpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
Preferences.hpp Some code review 2018-10-31 12:58:35 +01:00
Preset.cpp L10n improvements 2019-01-21 12:34:28 +01:00
Preset.hpp Fixed a buggy test for a single extruder diameter for Single Extruder 2019-01-11 11:15:32 +01:00
PresetBundle.cpp Fix of SPE-753 2019-01-10 18:08:38 +01:00
PresetBundle.hpp [Feature] An option to export non manufacturer printer/filament/print profiles. #1292 2018-12-12 18:37:10 +01:00
PresetHints.cpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
PresetHints.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
PrintHostDialogs.cpp Mac: Disable auto window menu, fix upload queue window size 2019-01-11 17:07:49 +01:00
PrintHostDialogs.hpp Printhost: Cancelation, bugfixes 2018-12-20 13:38:00 +01:00
ProgressIndicator.hpp Merge remote-tracking branch 'origin/dev2' into dev_native 2018-09-20 16:48:40 +02:00
ProgressStatusBar.cpp Fix for empty or broken png output. 2018-11-29 18:12:40 +01:00
ProgressStatusBar.hpp Fix for empty or broken png output. 2018-11-29 18:12:40 +01:00
RammingChart.cpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
RammingChart.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
SysInfoDialog.cpp Fix of SPE-765 2019-01-21 15:43:06 +01:00
SysInfoDialog.hpp Ported System Info Dialog 2018-10-25 12:49:29 +02:00
Tab.cpp Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-01-21 13:05:59 +01:00
Tab.hpp Fix of the change of the perimeters count in a vase-mode (part fix of #1649) 2019-01-14 15:41:24 +01:00
UpdateDialogs.cpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
UpdateDialogs.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
WipeTowerDialog.cpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
WipeTowerDialog.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
wxExtensions.cpp Fix build against wx 3.1.2 on Windows 2019-01-17 17:41:48 +01:00
wxExtensions.hpp Added a colored band for DoubleSlider 2019-01-10 17:24:58 +01:00
wxinit.h WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00