Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-13ENABLE_MODIFIED_TOOLBAR_TEXTURES set as defaultEnrico Turri
2020-01-17ENABLE_VIEW_TOOLBAR_BACKGROUND_FIX set as defaultEnrico Turri
2020-01-07Fixed artifacts on toolbar and gizmobar icons showing up when changing screen...Enrico Turri
2019-12-10Attempt to fix view toolbar background not showing up on Mac when using dark ...Enrico Turri
2019-09-04Removed a bunch of compile warningsEnrico Turri
2019-07-20Added additional tooltip to toolbar items and use it for undo/redo itemsenricoturri1966
2019-07-20Reworked rendering of toolbars background textureenricoturri1966
2019-07-15Merge remote-tracking branch 'remotes/origin/vb_undo_redo'bubnikv
2019-07-12Tech ENABLE_SVG_ICONS set as defaultEnrico Turri
2019-07-12Follow-up of 4c6c608342e92d6769205ea8b68bde7ebbef04d6 -> refactoringEnrico Turri
2019-07-11GLToolbar and GLToolbarItem refactored to allow two different actions when le...Enrico Turri
2019-07-11Deactivate undo/redo toolbar items when leaving the 3D scene or clicking into itEnrico Turri
2019-07-10GLToolbar::m_imgui_hovered_pos replaced with GLCanvas3D::m_imgui_undo_redo_ho...Enrico Turri
2019-07-10Merge remote-tracking branch 'origin/vb_undo_redo' into ys_undo_redoYuSanka
2019-07-10Modified toolbar to call RenderCallback only when the item is toggable and pr...Enrico Turri
2019-07-10Fixed redo_to() function and code cleaning from redundant optionsYuSanka
2019-07-09Next improvements of an undo/redo from a toolbarYuSanka
2019-07-08Added undo/redo icons. Fist step to implementation Undo/Redo list for toolbarYuSanka
2019-04-11Copy and paste -> Added items for copy and paste on the toolbarEnrico Turri
2019-03-261st installment of gizmos refactoringEnrico Turri
2019-03-25Code cleanupEnrico Turri
2019-03-25Yet another tweak to the logic for releasing mouse capture into GLToolbar::on...Enrico Turri
2019-03-22Another tweak to the logic for releasing mouse capture into GLToolbar::on_mou...Enrico Turri
2019-03-20Fixed conflicts after merge with masterEnrico Turri
2019-03-20Fix into GLToolbar::on_mouse()Enrico Turri
2019-03-20Added missing includeEnrico Turri
2019-03-20Tech ENABLE_CANVAS_GUI_REFACTORING set as defaultEnrico Turri
2019-03-19Code cleanupEnrico Turri
2019-03-14Toolbar refactoringEnrico Turri
2019-02-28ENABLE_MODE_AWARE_TOOLBAR_ITEMS set as defaultEnrico Turri
2019-02-26Automatic generation of variants of icons for toolbars and gizmosEnrico Turri
2019-02-26Allow non-squared textures for toolbars and gizmo iconsEnrico Turri
2019-02-261st installment of svg icons for toolbars and gizmosEnrico Turri
2019-02-22Code cleanupEnrico Turri
2019-02-22Gizmos overlay using a single png textureEnrico Turri
2019-01-31User mode-aware toolbar itemsEnrico Turri
2019-01-03Removal of wxNotebook from plater set as defaultEnrico Turri
2019-01-02Background texture for toolbars set as defaultEnrico Turri
2018-12-17Scalable toolbar iconsEnrico Turri
2018-12-17Added background texture to toolbarsEnrico Turri
2018-12-06Removal of tabs from plater -> Fixed buttons update when switching between vi...Enrico Turri
2018-12-06Removal of tabs from plater -> added buttons to scene to switch between viewsEnrico Turri
2018-11-18CuttingVojtech Kral
2018-11-01New selection set as defaultEnrico Turri
2018-10-24Split to objects and Split to partsEnrico Turri
2018-10-24Fixed memory leak in GLToolbarEnrico Turri
2018-10-17Object context menu wip / Removed links to settings dialog from user interfac...Enrico Turri
2018-10-08New selection -> removed obsolete methods\n+\nFixed a few compile warningsEnrico Turri
2018-10-03Replace PerlCallbacks with events in GLCanvas3d et al.Vojtech Kral
2018-10-01WIP: PlaterVojtech Kral