PrusaSlicer-NonPlainar/src/slic3r/GUI
enricoturri1966 2501cf64c0 Modified mouse events handling for gizmobar
The gizmobar was consuming the mouse up event preventing the gizmos to update their tooltip

The gizmobar was also consuming the mouse dragging event transforming a gizmo manipulation into a scene rotation
2020-03-19 14:05:49 +01:00
..
Gizmos Modified mouse events handling for gizmobar 2020-03-19 14:05:49 +01:00
2DBed.cpp
2DBed.hpp
3DBed.cpp ENABLE_6DOF_CAMERA set as default 2020-02-13 12:13:54 +01:00
3DBed.hpp ENABLE_6DOF_CAMERA set as default 2020-02-13 12:13:54 +01:00
3DScene.cpp ObjectDataViewModel is extracted from wxExtentions to the separated file 2020-02-02 22:22:40 +01:00
3DScene.hpp Implemented reload of original mesh volume in case the SLA hollowing 2020-02-03 15:17:18 +01:00
AboutDialog.cpp Copyright year incremented (AboutDialog, manifests) 2020-03-06 16:06:21 +01:00
AboutDialog.hpp
AppConfig.cpp Reworked the 3DConnexion interfacing code to run the device 2020-03-04 11:36:36 +01:00
AppConfig.hpp More robust vendor profile parsing. 2020-03-11 18:12:16 +01:00
BackgroundSlicingProcess.cpp Saving one enumeration of external drives when deciding whether 2020-03-12 12:43:09 +01:00
BackgroundSlicingProcess.hpp Saving one enumeration of external drives when deciding whether 2020-03-12 12:43:09 +01:00
BedShapeDialog.cpp More polishing of translations 2020-02-27 14:11:20 +01:00
BedShapeDialog.hpp
BitmapCache.cpp ObjectDataViewModel is extracted from wxExtentions to the separated file 2020-02-02 22:22:40 +01: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 #3782 - World Z axis always vertical for non-free camera 2020-03-09 15:23:29 +01:00
Camera.hpp Follow-up of 6c36577e8e -> World Z axis set to vertical when disconnecting 3d mouse 2020-03-10 13:02:39 +01:00
ConfigExceptions.hpp
ConfigManipulation.cpp Synchronization of skirt input field enable / disable state 2020-03-14 09:44:28 +01:00
ConfigManipulation.hpp
ConfigSnapshotDialog.cpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
ConfigSnapshotDialog.hpp
ConfigWizard.cpp Updated the "Remove user profiles" message at the install wizard to 2020-03-15 12:19:56 +01:00
ConfigWizard.hpp WIP: ConfigWizard: 3rd party bundle installation roughly done 2019-09-17 13:20:06 +02:00
ConfigWizard_private.hpp Reworked filaments / SLA materials in installation wizard: 2020-03-14 18:35:42 +01:00
DoubleSlider.cpp Localization: 2020-03-05 07:49:05 +01:00
DoubleSlider.hpp DoubleSlider: Changed behavior of thumbs. New rule: Only active thumb is moving to the new place. 2020-02-14 16:44:49 +01:00
Event.hpp Refactoring of RemovableDriveManager: 2020-03-06 15:10:58 +01: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 Fix of #3797: OSX specific bug: 2020-03-11 14:07:00 +01:00
Field.hpp WIP: Fixed some compilation issues on OSX, fixed some "override" vs. "virtual" 2020-03-04 12:48:04 +01:00
FirmwareDialog.cpp FirmwareDialog: Attempt to fix window double close assertion #2619 2019-09-09 16:41:14 +02:00
FirmwareDialog.hpp
GLCanvas3D.cpp Merge branch 'et_gizmos_tooltip' of https://github.com/Prusa3d/PrusaSlicer into et_gizmos_tooltip 2020-03-18 14:28:54 +01:00
GLCanvas3D.hpp Suppress tooltips when the mouse is processed by an ImGUI dialog. 2020-03-18 13:23:07 +01:00
GLCanvas3DManager.cpp Fixing wxString::Format encoding mismatches (part 2) 2020-03-03 10:54:17 +01:00
GLCanvas3DManager.hpp Workaround to remove crash when closing PrusaSlicer on OSX 10.9.5 2020-02-27 14:55:27 +01:00
GLSelectionRectangle.cpp 3Dconnexion devices translation linearly dependent on zoom 2020-01-16 10:17:07 +01:00
GLSelectionRectangle.hpp
GLShader.cpp Const correctness improvements: 2020-01-03 16:33:04 +01:00
GLShader.hpp
GLTexture.cpp ENABLE_MODIFIED_TOOLBAR_TEXTURES set as default 2020-02-13 09:50:06 +01:00
GLTexture.hpp
GLToolbar.cpp Fixing spurious deselection of objects when switching from 3d path 2020-03-19 12:39:25 +01:00
GLToolbar.hpp ENABLE_MODIFIED_TOOLBAR_TEXTURES set as default 2020-02-13 09:50:06 +01:00
GUI.cpp Fixed localization issue of the "Removable media unmounted" message. 2020-02-29 12:03:07 +01:00
GUI.hpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
GUI_App.cpp Windows specific refactoring of Mouse3DController and RemovableDriveManager. 2020-03-13 14:19:14 +01:00
GUI_App.hpp Refactoring of RemovableDriveManager: 2020-03-06 15:10:58 +01:00
GUI_ObjectLayers.cpp Implemented disabling of Add buttons if next layer range couldn't be added 2020-03-12 15:11:31 +01:00
GUI_ObjectLayers.hpp Fix of a crash on OSX after changing a layer range value and then 2020-03-11 09:10:25 +01:00
GUI_ObjectList.cpp Fix of #3303 2020-03-16 21:32:48 +01:00
GUI_ObjectList.hpp Little refactoring of get_mouse_position_in_control() for const 2020-03-14 07:00:09 +01:00
GUI_ObjectManipulation.cpp ExtruderSequenceDialog : 2019-11-16 02:12:37 +01:00
GUI_ObjectManipulation.hpp Fixed OSX build 2019-10-09 13:15:03 +02:00
GUI_ObjectSettings.cpp Fixing wxString::Format encoding mismatches (part 2) 2020-03-03 10:54:17 +01:00
GUI_ObjectSettings.hpp Fix of #2878 (endless warning loop in configuration update) 2019-09-16 10:22:26 +02:00
GUI_Preview.cpp DoubleSlider:colored_band: Fixed get a correct color for extruder, when it's changed from Settings Tab 2020-02-14 09:52:27 +01:00
GUI_Preview.hpp Implemented editing for extruder of existing ToolChangeCode tick 2020-01-23 16:11:21 +01:00
GUI_Utils.cpp Fixed compilation on Linux / OSX 2020-03-13 15:11:40 +01:00
GUI_Utils.hpp Windows specific refactoring of Mouse3DController and RemovableDriveManager. 2020-03-13 14:19:14 +01:00
I18N.cpp
I18N.hpp New shorcut _L() for _(L()) 2020-03-14 17:51:56 +01:00
ImGuiWrapper.cpp Adding special OS characters for keyboard shortcuts to ImGUI font map. 2020-03-19 09:52:24 +01:00
ImGuiWrapper.hpp ImGUI input_double wrapper for wxString label. 2020-02-21 12:17:46 +01:00
Job.hpp Add boilerplate for shader based csg 2019-12-20 12:25:44 +01:00
KBShortcutsDialog.cpp Follow-up of 4a59a45d51 -> missed cleanup 2020-03-13 13:20:38 +01:00
KBShortcutsDialog.hpp New keyboard shortcuts dialog -> Scrollable pages and resizable dialog 2020-02-12 11:25:36 +01:00
LambdaObjectDialog.cpp Whitespace changes to supress misleading indentation warnings 2019-09-24 16:01:01 +02:00
LambdaObjectDialog.hpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
MainFrame.cpp Windows specific refactoring of Mouse3DController and RemovableDriveManager. 2020-03-13 14:19:14 +01:00
MainFrame.hpp Windows specific refactoring of Mouse3DController and RemovableDriveManager. 2020-03-13 14:19:14 +01:00
MeshUtils.cpp Spiral vase improvements and bugfixes. 2020-02-08 21:36:43 +01:00
MeshUtils.hpp Removed an obsolete variable from MeshRaycaster 2019-12-12 13:19:16 +01:00
Mouse3DController.cpp Fix of compilation on OSX and Linux, update of camera after 3D mouse 2020-03-13 14:57:45 +01:00
Mouse3DController.hpp Windows specific refactoring of Mouse3DController and RemovableDriveManager. 2020-03-13 14:19:14 +01: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
ObjectDataViewModel.cpp Linux issue: fixed Object's DnD with sub items 2020-02-20 14:19:00 +01:00
ObjectDataViewModel.hpp Linux issue: fixed Object's DnD with sub items 2020-02-20 14:19:00 +01:00
OptionsGroup.cpp Fixed 2 bugs : 2020-03-05 08:16:31 +01:00
OptionsGroup.hpp DoubleSlider: Suppressed manipulation for sequential print. 2020-02-14 09:52:27 +01:00
Plater.cpp Revert "#3034 - Keyboard shortcuts for 'Delete selected' and 'Delete all' commands enabled also in Preview" 2020-03-16 14:25:05 +01:00
Plater.hpp Refactoring of suppress background process update for clarity. 2020-03-12 16:11:25 +01:00
Preferences.cpp ENABLE_6DOF_CAMERA set as default 2020-02-13 12:13:54 +01:00
Preferences.hpp Modified layout of preferences dialog 2020-01-16 11:08:19 +01:00
Preset.cpp Reworked filaments / SLA materials in installation wizard: 2020-03-14 18:35:42 +01:00
Preset.hpp Fix of 2020-03-16 09:57:20 +01:00
PresetBundle.cpp The import of system profiles was improved to not inherit 2020-03-15 08:38:17 +01:00
PresetBundle.hpp Fixed conversion of installed presets from PrusaSlicer 2.1.1 to 2.2.0 2020-03-14 20:18:31 +01:00
PresetHints.cpp Partial fix of v2.2.0 alpha2 Unhandled exception - extrusion width #3482 2020-02-18 12:26:56 +01:00
PresetHints.hpp Implemented top_solid_min_thickness / bottom_solid_min_thickness. 2020-02-05 16:53:48 +01:00
PrintHostDialogs.cpp Fixing wxString::Format encoding mismatches (part 3) 2020-03-03 10:54:17 +01:00
PrintHostDialogs.hpp
ProgressIndicator.hpp Separate Job, ProgressStatusBar and ProgressIndicator 2019-12-16 11:07:43 +01:00
ProgressStatusBar.cpp Separate Job, ProgressStatusBar and ProgressIndicator 2019-12-16 11:07:43 +01:00
ProgressStatusBar.hpp Separate Job, ProgressStatusBar and ProgressIndicator 2019-12-16 11:07:43 +01:00
RammingChart.cpp
RammingChart.hpp
RemovableDriveManager.cpp Windows do not send an update on insert / eject of an SD card into 2020-03-13 19:30:41 +01:00
RemovableDriveManager.hpp Windows specific refactoring of Mouse3DController and RemovableDriveManager. 2020-03-13 14:19:14 +01:00
RemovableDriveManagerMM.h macos device detection 2019-12-17 13:08:17 +01:00
RemovableDriveManagerMM.mm enumarating removable drives on mac - added Secure Digital option 2020-03-09 15:34:26 +01:00
Selection.cpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
Selection.hpp
SysInfoDialog.cpp
SysInfoDialog.hpp
Tab.cpp Revert "Added "Filament spool weight" option to filament options" 2020-03-14 09:49:12 +01:00
Tab.hpp Revert "Added "Filament spool weight" option to filament options" 2020-03-14 09:49:12 +01: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 Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
wxExtensions.hpp Manually merged Korean translation by @ulsanether 2020-02-10 20:13:48 +01:00
wxinit.h