PrusaSlicer-NonPlainar/src/slic3r/GUI
2020-10-02 10:27:31 +02:00
..
Gizmos Fix build with wxWidgets 3.0 2020-10-02 00:11:44 +02:00
Jobs Significant performance improvements for elevated and non-elevated case 2020-09-10 19:35:45 +02:00
2DBed.cpp Include cleanup in several files 2020-03-03 15:47:02 +01:00
2DBed.hpp
3DBed.cpp GCodeViewer -> Show printbed model and texture for system printers detected when loading gcode files produced by PrusaSlicer 2020-08-21 10:59:07 +02:00
3DBed.hpp Follow-up of 9d4344a78c -> ensure printbed always rendered as custom in gcode preview mode 2020-07-29 14:20:01 +02:00
3DScene.cpp FDM painting gizmos (support/seam) now render object in neutral color 2020-09-25 16:05:34 +02:00
3DScene.hpp FDM painting gizmos (support/seam) now render object in neutral color 2020-09-25 16:05:34 +02:00
AboutDialog.cpp Fixes of DPI scaling on Windows. 2020-09-30 14:02:23 +02:00
AboutDialog.hpp Include cleanup in several files 2020-03-03 15:47:02 +01:00
BackgroundSlicingProcess.cpp WIP Refactoring of exceptions: 2020-09-14 18:03:22 +02:00
BackgroundSlicingProcess.hpp WIP Refactoring of exceptions: 2020-09-14 18:03:22 +02:00
BedShapeDialog.cpp Fixed crash on BedShapeDialog creation 2020-09-25 10:44:22 +02:00
BedShapeDialog.hpp Fixed crash on BedShapeDialog creation 2020-09-25 10:44:22 +02:00
BitmapCache.cpp Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer 2020-05-25 13:55:23 +02:00
BitmapCache.hpp Added a missing include 2020-02-08 11:42:45 +01:00
BonjourDialog.cpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
BonjourDialog.hpp
ButtonsDescription.cpp
ButtonsDescription.hpp
Camera.cpp Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer 2020-08-10 14:22:46 +02:00
Camera.hpp GCodeViewer -> Newer version of shader for options 2020-05-27 16:19:40 +02:00
ConfigExceptions.hpp WIP Refactoring of exceptions: 2020-09-14 18:03:22 +02:00
ConfigManipulation.cpp Merge branch 'vb_optgroup_refact' 2020-10-01 20:05:31 +02:00
ConfigManipulation.hpp Merge branch 'vb_optgroup_refact' 2020-10-01 20:05:31 +02:00
ConfigSnapshotDialog.cpp Fixes of DPI scaling on Windows. 2020-09-30 14:02:23 +02:00
ConfigSnapshotDialog.hpp
ConfigWizard.cpp fix in ConfigWizard.cpp 2020-10-01 09:46:00 +02:00
ConfigWizard.hpp
ConfigWizard_private.hpp Filament selection in configuration wizard: 2020-10-01 09:28:17 +02:00
DoubleSlider.cpp Extended hover capability in DoubleSlider::Control 2020-08-18 12:39:46 +02:00
DoubleSlider.hpp Extended hover capability in DoubleSlider::Control 2020-08-18 12:39:46 +02:00
Event.hpp Refactoring of RemovableDriveManager: 2020-03-06 15:10:58 +01:00
ExtraRenderers.cpp UnsavedChangesDialog :: Toggle column is on first place now 2020-08-07 10:21:20 +02:00
ExtraRenderers.hpp Added missing include to fix build against wx3.0 (Linux) 2020-09-24 14:14:22 +02:00
ExtruderSequenceDialog.cpp Fixed RadioButton selection in ExtruderSequenceDialog under OSX 2019-11-27 09:21:28 +01:00
ExtruderSequenceDialog.hpp Implemented editing for extruder of existing ToolChangeCode tick 2020-01-23 16:11:21 +01:00
Field.cpp Fixed msw_scale() for Infill field 2020-09-23 09:35:30 +02:00
Field.hpp Code refactoring of the OptionsGroup class: 2020-09-22 11:17:43 +02:00
FirmwareDialog.cpp WIP Refactoring of exceptions: 2020-09-14 18:03:22 +02:00
FirmwareDialog.hpp
format.hpp Follow-up of previous commit (Slic3r::GUI::format issues) 2020-04-30 11:32:17 +02:00
fts_fuzzy_match.h Fixed few warnings 2020-05-26 16:06:11 +02:00
GCodeViewer.cpp Progress dialog while generating toolpaths to render enabled only for standalone gcode viewer 2020-10-02 10:26:27 +02:00
GCodeViewer.hpp Refactoring in GCodeViewer initialization 2020-09-17 08:59:36 +02:00
GLCanvas3D.cpp notifications: avoid collision with gizmos on same position by moving to left 2020-10-02 10:27:31 +02:00
GLCanvas3D.hpp notifications: avoid collision with gizmos on same position by moving to left 2020-10-02 10:27:31 +02:00
GLModel.cpp ENABLE_GCODE_VIEWER -> Completed implementation of new GLModel class 2020-05-27 08:06:02 +02:00
GLModel.hpp ENABLE_GCODE_VIEWER -> Completed implementation of new GLModel class 2020-05-27 08:06:02 +02:00
GLSelectionRectangle.cpp Includes cleanup: 2020-05-27 14:01:47 +02:00
GLSelectionRectangle.hpp
GLShader.cpp GCodeViewer -> Newer version of shader for options 2020-05-27 16:19:40 +02:00
GLShader.hpp Added two missing includes to fix build on gcc 2020-09-01 18:12:51 +02:00
GLShadersManager.cpp GCodeViewer -> 1st iteration of rendering of extrude toolpaths as solid 2020-08-26 15:29:33 +02:00
GLShadersManager.hpp ENABLE_SHADERS_MANAGER set as default 2020-05-22 16:08:02 +02:00
GLTexture.cpp GLCanvas3DManager replaced by OpenGLManager 2020-05-06 14:38:53 +02:00
GLTexture.hpp
GLToolbar.cpp ENABLE_GCODE_VIEWER_AS_STATE -> Fixed collapse toolbar showing-up when presing [T] in gcode preview mode 2020-07-29 15:40:28 +02:00
GLToolbar.hpp ENABLE_GCODE_VIEWER_AS_STATE -> Fixed collapse toolbar showing-up when presing [T] in gcode preview mode 2020-07-29 15:40:28 +02:00
GUI.cpp Added networking support for SL1 Digest authorization. 2020-09-08 15:31:10 +02:00
GUI.hpp GCodeViewer -> Toggle extrusion role visibility by clicking on legend 2020-04-28 08:50:52 +02:00
GUI_App.cpp Merge branch 'vb_optgroup_refact' 2020-10-01 20:05:31 +02:00
GUI_App.hpp Tech ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION set as default 2020-09-10 08:49:50 +02:00
GUI_ObjectLayers.cpp Merge branch 'vb_optgroup_refact' 2020-10-01 20:05:31 +02:00
GUI_ObjectLayers.hpp Reworked sys_color_changed() functions 2020-05-22 15:26:35 +02:00
GUI_ObjectList.cpp New class ModelConfig wrapping DynamicPrintConfig and a timestamp 2020-09-24 15:34:13 +02:00
GUI_ObjectList.hpp New class ModelConfig wrapping DynamicPrintConfig and a timestamp 2020-09-24 15:34:13 +02:00
GUI_ObjectManipulation.cpp Merge branch 'vb_optgroup_refact' 2020-10-01 20:05:31 +02:00
GUI_ObjectManipulation.hpp Include cleanup: GUI_ObjectManipulation.hpp, GUI, GUI_Preview 2020-05-26 13:45:36 +02:00
GUI_ObjectSettings.cpp Merge branch 'vb_optgroup_refact' 2020-10-01 20:05:31 +02:00
GUI_ObjectSettings.hpp New class ModelConfig wrapping DynamicPrintConfig and a timestamp 2020-09-24 15:34:13 +02:00
GUI_Preview.cpp Tech ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION set as default 2020-09-10 08:49:50 +02:00
GUI_Preview.hpp Tech ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION set as default 2020-09-10 08:49:50 +02:00
GUI_Utils.cpp Fixed missing include on Linux, printf format string fix 2020-10-02 09:32:50 +02:00
GUI_Utils.hpp Fixed missing include on Linux, printf format string fix 2020-10-02 09:32:50 +02:00
I18N.cpp
I18N.hpp Preset and PresetBundle are moved to the _libslic3r_ folder 2020-06-16 17:03:06 +02:00
ImGuiWrapper.cpp WIP Refactoring of exceptions: 2020-09-14 18:03:22 +02:00
ImGuiWrapper.hpp GCodeViewer -> Tweaks in legend rendering 2020-08-06 13:36:21 +02:00
InstanceCheck.cpp InstanceCheck: typo in DBus function name 2020-09-25 15:13:01 +02:00
InstanceCheck.hpp single instance check 2020-05-15 09:34:53 +02:00
InstanceCheckMac.h single instance check 2020-05-15 09:34:53 +02:00
InstanceCheckMac.mm single instance check 2020-05-15 09:34:53 +02:00
KBShortcutsDialog.cpp Updated Sys Info dialog, About dialog, Keyboard shortcuts dialog for gcode viewer 2020-09-11 08:03:13 +02:00
KBShortcutsDialog.hpp ENABLE_GCODE_VIEWER -> KBShortcutsDialog shows only related tabs when gcode viewer state is active 2020-08-21 11:50:05 +02:00
MainFrame.cpp Physical printers: Implemented import/export to/from the ConfigBundle. 2020-10-01 22:48:57 +02:00
MainFrame.hpp Physical printers: Implemented import/export to/from the ConfigBundle. 2020-10-01 22:48:57 +02:00
MeshUtils.cpp Rename EigenMesh3D to IndexedMesh and SupportConfig to SupportTreeConfig 2020-08-03 19:05:30 +02:00
MeshUtils.hpp Rename EigenMesh3D to IndexedMesh and SupportConfig to SupportTreeConfig 2020-08-03 19:05:30 +02:00
Mouse3DController.cpp Code refactoring: AppConfig.cpp(hpp) are removed from the GUI to libslic3r 2020-08-08 17:03:20 +02:00
Mouse3DController.hpp WIP: Windows specific 3Dconnexion using WM_INPUT. 2020-03-31 09:01:55 +02:00
Mouse3DHandlerMac.mm Fix of a crash on OSX after changing a layer range value and then 2020-03-11 09:10:25 +01:00
MsgDialog.cpp Fix of #3775 - wrong background color in ErrorDialog on macOS Sierra 2020-03-05 13:21:26 +01:00
MsgDialog.hpp
NotificationManager.cpp notifications: avoid collision with gizmos on same position by moving to left 2020-10-02 10:27:31 +02:00
NotificationManager.hpp notifications: avoid collision with gizmos on same position by moving to left 2020-10-02 10:27:31 +02:00
ObjectDataViewModel.cpp Fixed a build under OSX 2020-08-06 10:56:14 +02:00
ObjectDataViewModel.hpp Custom renderers extracted from the ObjectDataViewModel 2020-08-05 20:26:40 +02:00
OpenGLManager.cpp ENABLE_SHADERS_MANAGER set as default 2020-05-22 16:08:02 +02:00
OpenGLManager.hpp ENABLE_SHADERS_MANAGER set as default 2020-05-22 16:08:02 +02:00
OptionsGroup.cpp Merge branch 'vb_optgroup_refact' 2020-10-01 20:05:31 +02:00
OptionsGroup.hpp Merge branch 'vb_optgroup_refact' 2020-10-01 20:05:31 +02:00
PhysicalPrinterDialog.cpp Physical printers: Implemented import/export to/from the ConfigBundle. 2020-10-01 22:48:57 +02:00
PhysicalPrinterDialog.hpp PhysicalPrinterDialog :: next improvement 2020-07-24 16:34:25 +02:00
Plater.cpp notifications: avoid collision with gizmos on same position by moving to left 2020-10-02 10:27:31 +02:00
Plater.hpp GCodeViewer -> Allow to switch to gcode viewer state when an sla printer is selected 2020-08-21 11:36:08 +02:00
Preferences.cpp Fixed scaling on MSW for new OptionsGroup 2020-09-22 16:16:35 +02:00
Preferences.hpp 1st installment of tech ENABLE_ENVIRONMENT_MAP 2020-05-28 15:27:29 +02:00
PresetComboBoxes.cpp SplashScreen: Fixed message text 2020-09-17 15:40:27 +02:00
PresetComboBoxes.hpp Unsaved Changes : improvement for the GUI_App::check_unsaved_changes() 2020-08-14 18:17:16 +02:00
PresetHints.cpp Preset and PresetBundle are moved to the _libslic3r_ folder 2020-06-16 17:03:06 +02:00
PresetHints.hpp Preset and PresetBundle are moved to the _libslic3r_ folder 2020-06-16 17:03:06 +02:00
PrintHostDialogs.cpp Fixed crash when starting the application on a secondary monitor 2020-09-15 15:23:39 +02:00
PrintHostDialogs.hpp
ProgressStatusBar.cpp Separate Job, ProgressStatusBar and ProgressIndicator 2019-12-16 11:07:43 +01:00
ProgressStatusBar.hpp Move ui jobs into separate folder 2020-04-23 18:56:09 +02:00
RammingChart.cpp
RammingChart.hpp
RemovableDriveManager.cpp Showing Eject button only after exporting is finished. Fix of #4212 2020-07-26 21:16:17 +02:00
RemovableDriveManager.hpp Showing Eject button only after exporting is finished. Fix of #4212 2020-07-26 21:16:17 +02:00
RemovableDriveManagerMM.h macos device detection 2019-12-17 13:08:17 +01:00
RemovableDriveManagerMM.mm Fixed Command character on OSX in ImGUI 2020-03-19 16:10:16 +01:00
Search.cpp Changed signature of the BitmapTextRenderer 2020-08-06 15:54:12 +02:00
Search.hpp UnsavedChangesDialog improvements: 2020-08-05 19:25:04 +02:00
Selection.cpp New class ModelConfig wrapping DynamicPrintConfig and a timestamp 2020-09-24 15:34:13 +02:00
Selection.hpp Fixed conflicts after merge with master 2020-05-27 10:32:02 +02:00
SysInfoDialog.cpp Fixes of DPI scaling on Windows. 2020-09-30 14:02:23 +02:00
SysInfoDialog.hpp
Tab.cpp Fixed a crash when preset with "modified"suffix is selected 2020-10-02 09:02:16 +02:00
Tab.hpp Cancellation of parameter page build process. 2020-09-29 13:36:56 +02:00
UnsavedChangesDialog.cpp SplashScreen: Fixed message text 2020-09-17 15:40:27 +02:00
UnsavedChangesDialog.hpp Unsaved Changes : improvement for the GUI_App::check_unsaved_changes() 2020-08-14 18:17:16 +02:00
UpdateDialogs.cpp Fixing wxString::Format encoding mismatches (part 3) 2020-03-03 10:54:17 +01:00
UpdateDialogs.hpp configuration updater 2020-02-04 15:27:11 +01:00
WipeTowerDialog.cpp ObjectDataViewModel is extracted from wxExtentions to the separated file 2020-02-02 22:22:40 +01:00
WipeTowerDialog.hpp
wxExtensions.cpp WIP Refactoring of exceptions: 2020-09-14 18:03:22 +02:00
wxExtensions.hpp Updated "undo/redo" and "search' icons for the toolbar 2020-09-14 17:25:47 +02:00
wxinit.h