.. |
Gizmos
|
SLA gizmo fix: adding points to selection by Shift+click should now work again (was broken by 8466c55 )
|
2019-03-22 10:56:51 +01:00 |
2DBed.cpp
|
Fixed scaling of the controls and InfoDialogs (Sys and About)
|
2019-02-06 10:13:27 +01: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
|
Code cleanup
|
2019-02-28 09:37:55 +01:00 |
3DBed.hpp
|
Small refactoring in Bed3D and GLShader
|
2019-02-27 15:19:03 +01:00 |
3DScene.cpp
|
SLA gizmo now forces objects to use their normal color (not SELECTED_COLOR)
|
2019-03-20 14:04:20 +01:00 |
3DScene.hpp
|
SLA gizmo now forces objects to use their normal color (not SELECTED_COLOR)
|
2019-03-20 14:04:20 +01:00 |
AboutDialog.cpp
|
Bumped up the year in About Dialog.
|
2019-03-04 15:34:22 +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
|
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
|
Renamed the SLA output file to ".sl1"
|
2019-02-25 15:01:39 +01:00 |
BackgroundSlicingProcess.hpp
|
Refactoring of the Slice / Export G-code button
|
2019-03-12 09:41:57 +01:00 |
BedShapeDialog.cpp
|
Fixed scaling of the controls and InfoDialogs (Sys and About)
|
2019-02-06 10:13:27 +01:00 |
BedShapeDialog.hpp
|
Fixed scaling of the controls and InfoDialogs (Sys and About)
|
2019-02-06 10:13:27 +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
|
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
|
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 |
Camera.cpp
|
Code cleanup
|
2019-03-08 12:03:31 +01:00 |
Camera.hpp
|
Code cleanup
|
2019-03-08 12:03:31 +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
|
fix of problems with Cyrillic in the snapshot (if the name of the Russian letters) #1956
|
2019-03-17 09:32:53 +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_private.hpp
|
ConfigWizard: Cap width, clarify select buttons
|
2019-02-12 11:01:15 +01:00 |
ConfigWizard.cpp
|
Fix close/cancel button accel problems on Mac
|
2019-03-01 13:15:20 +01:00 |
ConfigWizard.hpp
|
ConfigWizard refactoring
|
2019-02-12 10:11:00 +01: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
|
Improved rendering when deleting an option from object's overrides.
|
2019-03-23 08:23:22 +01:00 |
Field.hpp
|
Some improvements
|
2019-03-08 16:20:20 +01:00 |
FirmwareDialog.cpp
|
Fix close/cancel button accel problems on Mac
|
2019-03-01 13:15:20 +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 the SLA layer preview.
|
2019-03-22 21:26:58 +01:00 |
GLCanvas3D.hpp
|
Renamed function mouse_event to gizmo_event
|
2019-03-20 13:44:34 +01: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
|
Code cleanup
|
2019-02-28 09:37:55 +01:00 |
GLShader.hpp
|
Code cleanup
|
2019-02-28 09:37:55 +01:00 |
GLTexture.cpp
|
Force canvas resize when switching between views
|
2019-03-06 13:37:20 +01:00 |
GLTexture.hpp
|
Separated gizmos into individual files
|
2019-03-18 11:45:15 +01:00 |
GLToolbar.cpp
|
Fix into GLToolbar::on_mouse()
|
2019-03-20 15:30:03 +01:00 |
GLToolbar.hpp
|
Fix into GLToolbar::on_mouse()
|
2019-03-20 15:30:03 +01:00 |
GUI_App.cpp
|
Some code refactoring
|
2019-03-20 16:22:01 +01:00 |
GUI_App.hpp
|
Merge remote-tracking branch 'origin/ys_preset_edit_buttons' into ys_comboboxes
|
2019-03-20 10:33:50 +01:00 |
GUI_ObjectList.cpp
|
Merge branch 'master' of https://github.com/prusa3d/Slic3r
|
2019-03-21 10:07:42 +01:00 |
GUI_ObjectList.hpp
|
Implemented issue #1990
|
2019-03-21 09:37:52 +01:00 |
GUI_ObjectManipulation.cpp
|
Fixed non-uniform scale of single volumes selection when made using the sidebar matrix fields
|
2019-03-22 11:51:10 +01:00 |
GUI_ObjectManipulation.hpp
|
Another fix for Linuz and Mac builds
|
2019-03-19 15:58:18 +01:00 |
GUI_ObjectSettings.cpp
|
Improved rendering when deleting an option from object's overrides.
|
2019-03-23 08:23:22 +01:00 |
GUI_ObjectSettings.hpp
|
Fix compile error, part 2
|
2019-03-04 11:01:21 +01:00 |
GUI_Preview.cpp
|
Fixed the SLA layer preview.
|
2019-03-22 21:26:58 +01:00 |
GUI_Preview.hpp
|
We are getting mysterious crashes on Linux in gtk due to OpenGL context activation GH #1874 #1955.
|
2019-03-21 11:44:39 +01:00 |
GUI_Utils.cpp
|
Fix window geometry shenanigans
|
2019-02-12 10:11:00 +01:00 |
GUI_Utils.hpp
|
ConfigWizard: Bugfixes
|
2019-02-12 10:11:00 +01: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
|
imgui: Slider style
|
2019-03-13 14:58:38 +01:00 |
ImGuiWrapper.hpp
|
An attempt to fix sla gizmo imgui dialog scaling on osx and hidpi screens
|
2019-03-06 10:11:02 +01:00 |
KBShortcutsDialog.cpp
|
Added scaling for more some dialogs
|
2019-02-11 14:14:35 +01:00 |
KBShortcutsDialog.hpp
|
Fix compile error
|
2019-03-04 11:01:21 +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
|
Weird things happen as the Paint messages are floating around the windows being destructed.
|
2019-03-18 23:22:38 +01:00 |
MainFrame.hpp
|
Fixed bug with update (part of #1801)
|
2019-02-22 09:38:56 +01:00 |
MsgDialog.cpp
|
MsgDialog: Make resizable
|
2019-03-14 14:54:12 +01:00 |
MsgDialog.hpp
|
Scaling in PrintHostDialogs, FirmwareDialog, UpdateDialogs
|
2019-02-21 19:00:50 +01:00 |
OptionsGroup.cpp
|
Added workaround for the non-editable wxBitmapComboBoxs under OSXDisableAllSmartSubstitutions
|
2019-03-20 12:04:18 +01:00 |
OptionsGroup.hpp
|
Added workaround for the non-editable wxBitmapComboBoxs under OSXDisableAllSmartSubstitutions
|
2019-03-20 12:04:18 +01:00 |
Plater.cpp
|
Fixed caching of profile selections at the plater.
|
2019-03-23 10:04:44 +01:00 |
Plater.hpp
|
Call Config Wizard from the Printer combo box at both the plater
|
2019-03-22 15:45:51 +01:00 |
Preferences.cpp
|
Added scaling for more some dialogs
|
2019-02-11 14:14:35 +01:00 |
Preferences.hpp
|
Some code review
|
2018-10-31 12:58:35 +01:00 |
Preset.cpp
|
Fixed caching of profile selections at the plater.
|
2019-03-23 10:04:44 +01:00 |
Preset.hpp
|
Fix of Perl bindings
|
2019-03-22 23:10:11 +01:00 |
PresetBundle.cpp
|
Fixed caching of profile selections at the plater.
|
2019-03-23 10:04:44 +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
|
PrintHost: Don't offer print start for SL1
|
2019-03-05 16:12:15 +01:00 |
PrintHostDialogs.hpp
|
PrintHost: Don't offer print start for SL1
|
2019-03-05 16:12:15 +01: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
|
GLCanvas3D::Selection as a standalone class
|
2019-03-19 13:30:21 +01:00 |
Selection.hpp
|
GLCanvas3D::Selection as a standalone class
|
2019-03-19 13:30:21 +01:00 |
SysInfoDialog.cpp
|
Merge remote-tracking branch 'origin/ys_hdpi'
|
2019-02-20 16:20:30 +01:00 |
SysInfoDialog.hpp
|
Ported System Info Dialog
|
2018-10-25 12:49:29 +02:00 |
Tab.cpp
|
Refactored the -------- xxxx ---------- menu items to use a generic
|
2019-03-22 17:07:12 +01:00 |
Tab.hpp
|
Fix of 1.42 beta crash when deleting printer profile created by configuration assistant #1985
|
2019-03-22 12:11:23 +01:00 |
UpdateDialogs.cpp
|
Scaling in PrintHostDialogs, FirmwareDialog, UpdateDialogs
|
2019-02-21 19:00:50 +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
|
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
|
Fixed OnWhile() function for the PrusaDoubleSlider (#1913)
|
2019-03-11 12:59:14 +01:00 |
wxExtensions.hpp
|
Fixed OnWhile() function for the PrusaDoubleSlider (#1913)
|
2019-03-11 12:59:14 +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 |