..
Gizmos
SLA gizmo clipping plane is now not necessarily perpendicular to camera direction
2019-04-17 14:27:20 +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
Added glsafe() around OpenGL calls where missing
2019-03-27 14:42:09 +01:00
3DBed.hpp
Small refactoring in Bed3D and GLShader
2019-02-27 15:19:03 +01:00
3DScene.cpp
Fixed conflicts after merge with master
2019-04-12 08:41:59 +02:00
3DScene.hpp
Fixed conflicts after merge with master
2019-04-12 08:41:59 +02:00
AboutDialog.cpp
Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi
2019-04-18 15:24:50 +02:00
AboutDialog.hpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 15:05:17 +02:00
AppConfig.cpp
Mac: Implement Retina for the 3D scene, fix #97
2019-01-24 20:03:12 +01:00
AppConfig.hpp
BackgroundSlicingProcess.cpp
Harmonized the application naming.
2019-04-15 16:14:19 +02:00
BackgroundSlicingProcess.hpp
Refactoring of the Slice / Export G-code button
2019-03-12 09:41:57 +01:00
BedShapeDialog.cpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 02:03:40 +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
Application Scaling for MSW: Next big step
2019-04-13 23:46:52 +02:00
Camera.cpp
Camera refactoring
2019-04-01 10:00:10 +02:00
Camera.hpp
Added missing include
2019-04-01 10:28:04 +02:00
ConfigExceptions.hpp
ConfigSnapshotDialog.cpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 15:05:17 +02:00
ConfigSnapshotDialog.hpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 15:05:17 +02:00
ConfigWizard_private.hpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 02:03:40 +02:00
ConfigWizard.cpp
Merge remote-tracking branch 'origin/master' into ys_msw_dpi
2019-04-18 15:33:50 +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
Implemented em_unit() function for getting of em_unit value from correct parent.
2019-04-17 21:35:53 +02:00
Field.hpp
Implemented em_unit() function for getting of em_unit value from correct parent.
2019-04-17 21:35:53 +02:00
FirmwareDialog.cpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 15:05:17 +02:00
FirmwareDialog.hpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 15:05:17 +02:00
GLCanvas3D.cpp
Merge remote-tracking branch 'origin/master' into ys_msw_dpi
2019-04-18 15:33:50 +02:00
GLCanvas3D.hpp
Application Scaling for MSW:
2019-04-16 12:13:45 +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
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 remote-tracking branch 'origin/master' into ys_msw_dpi
2019-04-18 15:33:50 +02:00
GUI_App.hpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 02:03:40 +02:00
GUI_ObjectList.cpp
Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi
2019-04-18 15:24:50 +02:00
GUI_ObjectList.hpp
Application Scaling for MSW: Added rescale function for DoubleSlider (from Preview), ObjectList, ManipulationPanel and SettingsPanel
2019-04-16 10:05:45 +02:00
GUI_ObjectManipulation.cpp
Application Scaling for MSW: Added rescale function for DoubleSlider (from Preview), ObjectList, ManipulationPanel and SettingsPanel
2019-04-16 10:05:45 +02:00
GUI_ObjectManipulation.hpp
Another fix for Linuz and Mac builds
2019-03-19 15:58:18 +01:00
GUI_ObjectSettings.cpp
Application Scaling for MSW: Added rescale function for DoubleSlider (from Preview), ObjectList, ManipulationPanel and SettingsPanel
2019-04-16 10:05:45 +02:00
GUI_ObjectSettings.hpp
Application Scaling for MSW: Next big step
2019-04-13 23:46:52 +02:00
GUI_Preview.cpp
Application Scaling for MSW:
2019-04-16 12:13:45 +02:00
GUI_Preview.hpp
Application Scaling for MSW:
2019-04-16 12:13:45 +02:00
GUI_Utils.cpp
Implement per-screen DPI on Windows, DPI change event, wxDialog & wxFrame mixin base classes
2019-04-08 11:34:46 +02:00
GUI_Utils.hpp
Another missing include
2019-04-18 17:16:31 +02:00
GUI.cpp
Fixed preset selection after ConfigWizard running
2019-03-15 14:21:53 +01: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 remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi
2019-04-18 15:24:50 +02:00
KBShortcutsDialog.hpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 02:03:40 +02: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
Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
2019-04-23 16:33:06 +02:00
MainFrame.hpp
Fixed missing header (clang is picky)
2019-04-18 15:22:58 +02:00
MsgDialog.cpp
Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
2019-04-23 16:33:06 +02:00
MsgDialog.hpp
Fix SVG & bitmap scaling on Mac depending on Retina scaling
2019-04-09 15:16:10 +02:00
OptionsGroup.cpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 02:03:40 +02:00
OptionsGroup.hpp
Application Scaling for MSW: Added rescale function for DoubleSlider (from Preview), ObjectList, ManipulationPanel and SettingsPanel
2019-04-16 10:05:45 +02:00
Plater.cpp
Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
2019-04-23 16:33:06 +02:00
Plater.hpp
Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
2019-04-23 16:33:06 +02:00
Preferences.cpp
Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi
2019-04-18 15:24:50 +02:00
Preferences.hpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 02:03:40 +02:00
Preset.cpp
Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
2019-04-23 16:33:06 +02:00
Preset.hpp
Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
2019-04-23 16:33:06 +02:00
PresetBundle.cpp
Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
2019-04-23 16:33:06 +02:00
PresetBundle.hpp
Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
2019-04-23 16:33:06 +02:00
PresetHints.cpp
Removed some obsolete Perl bindings.
2018-11-26 14:41:58 +01:00
PresetHints.hpp
PrintHostDialogs.cpp
Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
2019-04-23 16:33:06 +02:00
PrintHostDialogs.hpp
Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
2019-04-23 16:33:06 +02:00
ProgressIndicator.hpp
Merge remote-tracking branch 'origin/dev2' into dev_native
2018-09-20 16:48:40 +02:00
ProgressStatusBar.cpp
Small fix for cancel button text on Linux
2019-03-20 11:12:37 +01:00
ProgressStatusBar.hpp
Fix for empty or broken png output.
2018-11-29 18:12:40 +01:00
RammingChart.cpp
Fixed scaling of the Ramming/Wiping dialogs
2019-02-14 14:21:50 +01:00
RammingChart.hpp
Fixed scaling of the Ramming/Wiping dialogs
2019-02-14 14:21:50 +01:00
Selection.cpp
Fixed selection when right-clicking in the 3D scene to show the context menu
2019-04-15 10:27:40 +02:00
Selection.hpp
Fixed selection when right-clicking in the 3D scene to show the context menu
2019-04-15 10:27:40 +02:00
SysInfoDialog.cpp
Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi
2019-04-18 15:24:50 +02:00
SysInfoDialog.hpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 15:05:17 +02:00
Tab.cpp
Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
2019-04-23 16:33:06 +02:00
Tab.hpp
Application Scaling for MSW: Next big step
2019-04-13 23:46:52 +02:00
UpdateDialogs.cpp
Fix a format string in UpdateDialogs.cpp
2019-04-17 14:26:07 +02:00
UpdateDialogs.hpp
WipeTowerDialog.cpp
Fixed scaling of the Ramming/Wiping dialogs
2019-02-14 14:21:50 +01:00
WipeTowerDialog.hpp
wxExtensions.cpp
Overrided on_dpi_changed() for some Dialogs:
2019-04-18 15:05:17 +02:00
wxExtensions.hpp
Implemented em_unit() function for getting of em_unit value from correct parent.
2019-04-17 21:35:53 +02:00
wxinit.h