PrusaSlicer-NonPlainar/src/slic3r/GUI
Vojtech Kral ef4ff55e55 Fix encoding of a few files in GUI
GUI/AboutDialog.cpp
GUI/MainFrame.hpp
GUI/OptionsGroup.cpp
2019-08-19 17:04:14 +02:00
..
Gizmos Merge remote-tracking branch 'remotes/origin/vb_picking_fix' 2019-08-08 09:50:02 +02:00
2DBed.cpp Added selection of custom bed texture to bed shape dialog 2019-07-18 11:12:11 +02:00
2DBed.hpp Added selection of custom bed texture to bed shape dialog 2019-07-18 11:12:11 +02:00
3DBed.cpp Fix of #2739 2019-08-19 15:44:22 +02:00
3DBed.hpp Refactoring into rendering pipeline 2019-07-26 09:45:22 +02:00
3DScene.cpp Merge remote-tracking branch 'origin' into ys_printable_property 2019-08-06 10:31:17 +02:00
3DScene.hpp Merge remote-tracking branch 'origin' into ys_printable_property 2019-08-06 10:31:17 +02:00
AboutDialog.cpp Fix encoding of a few files in GUI 2019-08-19 17:04:14 +02:00
AboutDialog.hpp Added CopyrightsDialog 2019-05-16 16:55:44 +02:00
AppConfig.cpp #2616 - Added Recent projects item to File menu 2019-07-12 15:36:01 +02:00
AppConfig.hpp Refactor: Move Semver from slice3r to libslic3r 2019-08-19 17:04:14 +02:00
BackgroundSlicingProcess.cpp Extended the error message when the G-code cannot be copied to the SD card 2019-06-18 08:54:28 +02:00
BackgroundSlicingProcess.hpp Changed the G-code export and send to OctoPrint GUI code 2019-05-17 16:27:00 +02:00
BedShapeDialog.cpp Generated new POT-file 2019-08-06 10:01:10 +02:00
BedShapeDialog.hpp Added selection of custom bed model to bed shape dialog 2019-07-18 12:56:52 +02:00
BitmapCache.cpp Fixed typo (image grayscaling) 2019-05-14 10:08:52 +02:00
BitmapCache.hpp Added grayscale parameter for create_scaled_bitmap() 2019-05-13 17:58:15 +02:00
BonjourDialog.cpp Warnings cleanup in BonjourDialog, ConfigWizard, FirmwareDialog, 2019-06-25 18:16:53 +02:00
BonjourDialog.hpp Bonjour: Add txt key-val extraction, filtering based on printer tech 2019-03-14 14:46:31 +01:00
ButtonsDescription.cpp use _() instead of _utf8() for ButtonsDescription 2019-05-10 12:28:56 +02:00
ButtonsDescription.hpp Some more localization improvements. 2019-05-09 19:24:21 +02:00
Camera.cpp Fixed automatic update of perspective camera 2019-08-03 09:07:38 +02:00
Camera.hpp Fixed automatic update of perspective camera 2019-08-03 09:07:38 +02:00
ConfigExceptions.hpp
ConfigSnapshotDialog.cpp Fix of New assertion failure with 2.0.0rc #2250 2019-05-16 16:06:57 +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 selection of custom bed model to bed shape dialog 2019-07-18 12:56:52 +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 Fixed SPE-1000. 2019-08-19 12:58:59 +02:00
Field.hpp Try to fix selection of overridden option when TextCtrl is focused 2019-07-30 14:16:07 +02:00
FirmwareDialog.cpp Comment out stale implementation in Serial, fix #2150 2019-08-02 15:20:52 +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 Update volumes on 3DScene, after adding of part for unprintable object 2019-08-16 13:14:51 +02:00
GLCanvas3D.hpp Update volumes on 3DScene, after adding of part for unprintable object 2019-08-16 13:14:51 +02:00
GLCanvas3DManager.cpp Yet another fix of the preceding commit. 2019-08-07 15:03:43 +02:00
GLCanvas3DManager.hpp Removed GLVolume non-VBO rendering 2019-07-01 12:28:16 +02:00
GLSelectionRectangle.cpp Fixed rendering of selection rectangle with perspective camera 2019-06-25 09:51:43 +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 Tech ENABLE_TEXTURES_FROM_SVG set as default 2019-07-19 09:52:01 +02:00
GLShader.hpp Tech ENABLE_TEXTURES_FROM_SVG set as default 2019-07-19 09:52:01 +02:00
GLTexture.cpp Fixed parallelization of texture compression: 2019-08-06 11:29:26 +02:00
GLTexture.hpp Merge branch 'master' into tm_zero_elev_ui 2019-08-07 15:53:41 +02:00
GLToolbar.cpp Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_custom_bed 2019-07-22 08:21:40 +02:00
GLToolbar.hpp Added additional tooltip to toolbar items and use it for undo/redo items 2019-07-20 14:03:34 +02:00
GUI_App.cpp Let the alpha build store its profile into PrusaSlicer-alpha directory. 2019-08-08 10:00:11 +02:00
GUI_App.hpp Merge remote-tracking branch 'remotes/origin/et_custom_bed' 2019-07-30 16:48:47 +02:00
GUI_ObjectLayers.cpp Fix for the last commit 2019-07-02 15:26:11 +02:00
GUI_ObjectLayers.hpp Fix for the last commit 2019-07-02 15:26:11 +02:00
GUI_ObjectList.cpp Update volumes on 3DScene, after adding of part for unprintable object 2019-08-16 13:14:51 +02:00
GUI_ObjectList.hpp Added call a toggle printable property for instance from ObjectList 2019-08-05 10:05:28 +02:00
GUI_ObjectManipulation.cpp Mirroring buttons: Fixed scaling issues and ensured proper hiding on Win 2019-08-01 14:39:23 +02:00
GUI_ObjectManipulation.hpp Revert "Changed snapshot names for reset rotation/reset scale/drop to bed functions" 2019-08-01 12:23:39 +02:00
GUI_ObjectSettings.cpp Implemented a highlighting of the delete button for setting (related to #1767) 2019-07-29 15:14:25 +02:00
GUI_ObjectSettings.hpp Implemented a highlighting of the delete button for setting (related to #1767) 2019-07-29 15:14:25 +02:00
GUI_Preview.cpp Add 'L' as a legend toggle shortcut in preview 2019-08-08 10:04:05 +02:00
GUI_Preview.hpp Show/hide the legend using a new checkbox in preview 2019-08-08 10:04:05 +02:00
GUI_Utils.cpp Can build with (original llvm) clang-cl on windows 2019-08-01 16:03:52 +02:00
GUI_Utils.hpp Fixed rare font scaling issue on Windows 10. 2019-05-17 13:15:32 +02:00
GUI.cpp Implemented update of the override filaments options from/to config 2019-07-28 22:00:39 +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 Fixed localization of 3D scene toolbar tips. 2019-05-09 17:18:03 +02:00
ImGuiWrapper.cpp Fix format-security-related build failure 2019-08-13 14:21:41 -05:00
ImGuiWrapper.hpp Imgui dialogs for undo/redo centered on their toolbar item icon 2019-07-10 13:45:25 +02:00
KBShortcutsDialog.cpp Add 'L' as a legend toggle shortcut in preview 2019-08-08 10:04:05 +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 a typo in print_host variable name 2019-08-05 14:36:50 +02:00
MainFrame.hpp Fix encoding of a few files in GUI 2019-08-19 17:04:14 +02:00
MsgDialog.cpp WIP: Renaming to PrusaSlicer. 2019-05-13 12:13:28 +02:00
MsgDialog.hpp Refactor: Move Semver from slice3r to libslic3r 2019-08-19 17:04:14 +02:00
OptionsGroup.cpp Fix encoding of a few files in GUI 2019-08-19 17:04:14 +02:00
OptionsGroup.hpp Merge branch 'master' into ys_overrides 2019-07-22 09:36:55 +02:00
Plater.cpp Fixed extra "Add_Selection" snapshot on call context menu from scene 2019-08-09 09:49:10 +02:00
Plater.hpp New Undo / Redo stack for the gizmos. The Gizmo specific stack is 2019-07-26 13:44:33 +02:00
Preferences.cpp Removed 'Use legacy OpenGL 1.1 rendering' option 2019-06-25 09:20:58 +02:00
Preferences.hpp Fix of an icon size slider under OSX and GTK 2019-05-22 17:08:02 +02:00
Preset.cpp Added additional checkbox to enable zero elevation 2019-08-06 16:51:32 +02:00
Preset.hpp Refactor: Move Semver from slice3r to libslic3r 2019-08-19 17:04:14 +02:00
PresetBundle.cpp WIP: Nullable configuration value concept, implemented for 2019-07-23 14:15:42 +02:00
PresetBundle.hpp ConfigWizard: Select an appropriate printer based on the bundle order 2019-04-29 11:36:00 +02:00
PresetHints.cpp Fix of Crash on Export config Bundle (Win64) (#2307) 2019-05-22 11:31:36 +02:00
PresetHints.hpp
PrintHostDialogs.cpp Fix of OctoPrint upload dialog persistance: 2019-05-15 10:24:03 +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
ProgressStatusBar.cpp Fix memory leak in ProgressStatusBar 2019-07-30 17:52:05 +02:00
ProgressStatusBar.hpp Fix memory leak in ProgressStatusBar 2019-07-30 17:52:05 +02:00
RammingChart.cpp Localization improvements : Empty spaces at the end of phrase are removed from dictionary. 2019-05-11 23:29:25 +02:00
RammingChart.hpp Fixed scaling of the Ramming/Wiping dialogs 2019-02-14 14:21:50 +01:00
Selection.cpp Fixed extra "Add_Selection" snapshot on call context menu from scene 2019-08-09 09:49:10 +02:00
Selection.hpp Code cleanup 2019-07-31 11:12:50 +02:00
SysInfoDialog.cpp Memory usage is now shown in SysInfoDialog on all three platforms 2019-08-05 20:17:29 +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 Print::validate: added epsilon checks on nozzle and filament diameter validation (https://github.com/prusa3d/PrusaSlicer/issues/2737) 2019-08-15 10:43:17 +02:00
Tab.hpp Some reverts for commit 4cd4d2c8b5 2019-08-14 17:07:30 +02:00
UpdateDialogs.cpp When accessing the localized web pages provided by Prusa Research, 2019-07-29 17:55:50 +02:00
UpdateDialogs.hpp Refactor: Move Semver from slice3r to libslic3r 2019-08-19 17:04:14 +02:00
WipeTowerDialog.cpp WipeTowerDialog.cpp - wxEXPAND conflicted with wxALIGN_CENTER_HORIZONTAL (triggered a wxWidgets assert) 2019-06-19 14:52:42 +02:00
WipeTowerDialog.hpp
wxExtensions.cpp Fixed set printable state for a first instance after increasing instance count 2019-08-13 18:15:12 +02:00
wxExtensions.hpp Merge branch 'master' into tm_clang_mingw 2019-08-16 16:37:02 +02:00
wxinit.h