PrusaSlicer-NonPlainar/src/slic3r/GUI
2019-05-09 14:59:22 +02:00
..
Gizmos Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-07 15:45:17 +02:00
2DBed.cpp Hopefully fixing the "scroll to the first selected line" issue 2019-04-09 13:13:42 +02:00
2DBed.hpp Fixed "hard_code" setting of the size for the Sidebar and Tabs 2019-02-04 10:35:16 +01:00
3DBed.cpp Darker colors for axes arrows, transformation visual hints and gizmo grabbers 2019-04-29 09:02:04 +02:00
3DBed.hpp Small refactoring in Bed3D and GLShader 2019-02-27 15:19:03 +01:00
3DScene.cpp Merge remote-tracking branch 'remotes/origin/master' into vb_wold_object_manipulation 2019-05-03 12:37:43 +02:00
3DScene.hpp Merge remote-tracking branch 'remotes/origin/master' into vb_wold_object_manipulation 2019-05-03 12:37:43 +02:00
AboutDialog.cpp Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW 2019-04-25 15:09:12 +02:00
AboutDialog.hpp Big Refactoring: - deleted/renamed all _Prusa_ prefixes, 2019-04-25 01:45:00 +02:00
AppConfig.cpp Mac: Implement Retina for the 3D scene, fix #97 2019-01-24 20:03:12 +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 Fixed localization of status bar updates during the slicing process. 2019-05-09 14:59:00 +02:00
BackgroundSlicingProcess.hpp Refactoring of the Slice / Export G-code button 2019-03-12 09:41:57 +01:00
BedShapeDialog.cpp Implemented the "Support for support enforcers only" quick selection. 2019-05-03 18:01:39 +02:00
BedShapeDialog.hpp Overrided on_dpi_changed() for some Dialogs: 2019-04-18 02:03:40 +02:00
BitmapCache.cpp Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi 2019-04-18 15:24:50 +02:00
BitmapCache.hpp Fix SVG & bitmap scaling on Mac depending on Retina scaling 2019-04-09 15:16:10 +02:00
BonjourDialog.cpp Fix HiDPI in Bonjour Dialog 2019-03-14 14:46:31 +01:00
BonjourDialog.hpp Bonjour: Add txt key-val extraction, filtering based on printer tech 2019-03-14 14:46:31 +01:00
ButtonsDescription.cpp Application Scaling for MSW: Next big step 2019-04-13 23:46:52 +02:00
ButtonsDescription.hpp Big Refactoring: - deleted/renamed all _Prusa_ prefixes, 2019-04-25 01:45:00 +02:00
Camera.cpp Flip X mouse deltas if bed is upside down (when camera up vector has negative Z) 2019-04-30 15:09:25 +02:00
Camera.hpp Flip X mouse deltas if bed is upside down (when camera up vector has negative Z) 2019-04-30 15:09:25 +02: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 ConfigSnapshotDialog: Fix app name interpolation 2019-04-26 11:05:00 +02:00
ConfigSnapshotDialog.hpp Overrided on_dpi_changed() for some Dialogs: 2019-04-18 15:05:17 +02:00
ConfigWizard_private.hpp ConfigWizard: Finish DPI resizing (MSW) 2019-04-29 12:22:44 +02:00
ConfigWizard.cpp Added ConfigDef::get_default_value<>() template, 2019-05-03 18:30:58 +02:00
ConfigWizard.hpp Overrided on_dpi_changed() for some Dialogs: 2019-04-18 02:03:40 +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 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-09 11:49:23 +02:00
Field.hpp Fixed disappearing visual hints when the user presses the ENTER key while editing one of the object manipulators fields 2019-05-09 11:43:28 +02:00
FirmwareDialog.cpp Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW 2019-04-25 15:09:12 +02:00
FirmwareDialog.hpp Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW 2019-04-25 15:09:12 +02:00
GLCanvas3D.cpp Fixed current gizmo not turning off when removing last object from selection by ctrl + click and using selection rectangle 2019-05-09 10:09:33 +02:00
GLCanvas3D.hpp Rectangle selection in 3D scene -> Fixed selection cleared when mouse left-up follows shift-up 2019-04-26 14:07:46 +02:00
GLCanvas3DManager.cpp Refactoring - Shared members of GLCanvas3D as references instead of pointers 2019-03-08 12:03:37 +01:00
GLCanvas3DManager.hpp Refactoring - Shared members of GLCanvas3D as references instead of pointers 2019-03-08 12:03:37 +01:00
GLSelectionRectangle.cpp Rectangle selection in 3D scene -> hovering detection 2019-04-25 09:46:26 +02:00
GLSelectionRectangle.hpp Rectangle selection in 3D scene -> refactored GLVolume member varialbe for hovering 2019-04-25 10:21:24 +02:00
GLShader.cpp Added glsafe() around OpenGL calls where missing 2019-03-27 14:42:09 +01:00
GLShader.hpp Code cleanup 2019-02-28 09:37:55 +01:00
GLTexture.cpp Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-04-05 11:55:56 +02:00
GLTexture.hpp Separated gizmos into individual files 2019-03-18 11:45:15 +01:00
GLToolbar.cpp Copy and paste -> Added items for copy and paste on the toolbar 2019-04-11 13:20:34 +02:00
GLToolbar.hpp Copy and paste -> Added items for copy and paste on the toolbar 2019-04-11 13:20:34 +02:00
GUI_App.cpp Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-06 18:28:37 +02:00
GUI_App.hpp Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-06 18:28:37 +02:00
GUI_ObjectList.cpp Fixed menu items "Add..." scaling under MSW 2019-05-09 14:53:31 +02:00
GUI_ObjectList.hpp Fixed menu items "Add..." scaling under MSW 2019-05-09 14:53:31 +02:00
GUI_ObjectManipulation.cpp Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-09 11:49:23 +02:00
GUI_ObjectManipulation.hpp Merge remote-tracking branch 'remotes/origin/master' into vb_wold_object_manipulation 2019-05-03 19:13:47 +02:00
GUI_ObjectSettings.cpp Localization improvements 2019-05-04 02:07:07 +02:00
GUI_ObjectSettings.hpp Big Refactoring: - deleted/renamed all _Prusa_ prefixes, 2019-04-25 01:45:00 +02:00
GUI_Preview.cpp Big Refactoring: - deleted/renamed all _Prusa_ prefixes, 2019-04-25 01:45:00 +02:00
GUI_Preview.hpp Big Refactoring: - deleted/renamed all _Prusa_ prefixes, 2019-04-25 01:45:00 +02:00
GUI_Utils.cpp Improvements of High DPI scaling on Windows. 2019-05-06 18:28:23 +02:00
GUI_Utils.hpp Improvements of High DPI scaling on Windows. 2019-05-06 18:28:23 +02:00
GUI.cpp ConfigWizard: Select an appropriate printer based on the bundle order 2019-04-29 11:36:00 +02:00
GUI.hpp ConfigWizard refactoring 2019-02-12 10:11:00 +01:00
I18N.cpp Removed some obsolete Perl bindings. 2018-11-26 14:41:58 +01:00
I18N.hpp I18N: wx 3.0 back-compat for translations with context, fix #1694 2019-01-23 09:52:34 +01:00
ImGuiWrapper.cpp Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-04-04 09:03:25 +02:00
ImGuiWrapper.hpp imgui: Fix scaling 2019-04-03 16:39:28 +02:00
KBShortcutsDialog.cpp Merge branch 'master' into vb_wold_object_manipulation 2019-05-04 20:59:57 +02:00
KBShortcutsDialog.hpp Big Refactoring: - deleted/renamed all _Prusa_ prefixes, 2019-04-25 01:45:00 +02:00
LambdaObjectDialog.cpp Implemented the "Support for support enforcers only" quick selection. 2019-05-03 18:01:39 +02:00
LambdaObjectDialog.hpp Some code review 2018-10-31 12:58:35 +01:00
MainFrame.cpp Fixed localization of the "Machine Limits" parameters. 2019-05-09 14:15:56 +02:00
MainFrame.hpp Export to STL of SLA supports and pad 2019-05-02 13:46:39 +02:00
MsgDialog.cpp Fixed app name interpolation for : GUI_App, MainFrame, MsgDialog, Preferences, Tab and UpdateDialogs 2019-04-26 10:54:18 +02:00
MsgDialog.hpp Fix SVG & bitmap scaling on Mac depending on Retina scaling 2019-04-09 15:16:10 +02:00
OptionsGroup.cpp Merge remote-tracking branch 'remotes/origin/master' into vb_wold_object_manipulation 2019-04-26 17:42:51 +02:00
OptionsGroup.hpp World / local coordinates: Fixed wrong scaling of a group selection, 2019-05-07 15:43:53 +02:00
Plater.cpp Fixed a crash on deleting an object from the platter due to the 2019-05-08 10:37:45 +02:00
Plater.hpp Merge remote-tracking branch 'remotes/origin/master' into vb_wold_object_manipulation 2019-05-03 12:37:43 +02:00
Preferences.cpp Implemented the "Support for support enforcers only" quick selection. 2019-05-03 18:01:39 +02:00
Preferences.hpp Overrided on_dpi_changed() for some Dialogs: 2019-04-18 02:03:40 +02:00
Preset.cpp ConfigWizard: Select an appropriate printer based on the bundle order 2019-04-29 11:36:00 +02:00
Preset.hpp ConfigWizard: Select an appropriate printer based on the bundle order 2019-04-29 11:36:00 +02:00
PresetBundle.cpp ConfigWizard: Select an appropriate printer based on the bundle order 2019-04-29 11:36:00 +02:00
PresetBundle.hpp ConfigWizard: Select an appropriate printer based on the bundle order 2019-04-29 11:36:00 +02: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 Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW 2019-04-25 15:09:12 +02:00
PrintHostDialogs.hpp Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW 2019-04-25 15:09:12 +02:00
ProgressIndicator.hpp Merge remote-tracking branch 'origin/dev2' into dev_native 2018-09-20 16:48:40 +02:00
ProgressStatusBar.cpp Improvements of High DPI scaling on Windows. 2019-05-06 18:28:23 +02:00
ProgressStatusBar.hpp Fix for empty or broken png output. 2018-11-29 18:12:40 +01:00
RammingChart.cpp Fixed out-of-bouds access in RammingChart.cpp in case the ramming was turned off 2019-04-24 10:12:23 +02:00
RammingChart.hpp Fixed scaling of the Ramming/Wiping dialogs 2019-02-14 14:21:50 +01:00
Selection.cpp World / local coordinates: Fixed wrong scaling of a group selection, 2019-05-07 15:43:53 +02:00
Selection.hpp World / local coordinates: Fixed wrong scaling of a group selection, 2019-05-07 15:43:53 +02:00
SysInfoDialog.cpp Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW 2019-04-25 15:09:12 +02:00
SysInfoDialog.hpp Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW 2019-04-25 15:09:12 +02:00
Tab.cpp Merge remote-tracking branch 'remotes/origin/vb_wold_object_manipulation' 2019-05-07 13:50:40 +02:00
Tab.hpp Big Refactoring: - deleted/renamed all _Prusa_ prefixes, 2019-04-25 01:45:00 +02:00
UpdateDialogs.cpp Fixed app name interpolation for : GUI_App, MainFrame, MsgDialog, Preferences, Tab and UpdateDialogs 2019-04-26 10:54:18 +02: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 Fixed scaling of the Ramming/Wiping dialogs 2019-02-14 14:21:50 +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 wxMenuItem::SetDisabledBitmap is only available on Windows 2019-05-07 14:03:19 +02:00
wxExtensions.hpp Finished scaling of menu icons on Windows. 2019-05-07 13:35:37 +02:00
wxinit.h WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00