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 (Collapse)Author
2020-02-14DoubleSlider: Suppressed manipulation for sequential print.YuSanka
+ some code refactoring + experiment with alignment of several options inside the Line
2019-11-12OSX issue: Fix Background drawing for some of controls in Dark modeYuSanka
2019-07-22Merge branch 'master' into ys_overridesbubnikv
2019-07-10Fixed margins for FreqChangedParamsYuSanka
2019-07-03Added UI-prototype for FilamentSettings->Overrides pageYuSanka
2019-05-30Layers sizer updatingYuSanka
2019-05-07World / local coordinates: Fixed wrong scaling of a group selection,bubnikv
changed the "anisotropic scaling" - "embed vertices" message, fixed scaling in the world coordinate system, so it does not count the modifiers into the bounding box size.
2019-04-26Merge remote-tracking branch 'remotes/origin/master' into ↵bubnikv
vb_wold_object_manipulation
2019-04-25Big Refactoring: - deleted/renamed all _Prusa_ prefixes,YuSanka
- cleaned code from commented parts - rescale() -> msw_rescale()
2019-04-25Merge remote-tracking branch 'origin/ys_msw_dpi'YuSanka
2019-04-24WIP: Transformations of an instance in world coordinate systembubnikv
from the side panel.
2019-04-23Some refactoring and documentation, modified Windows dependencies to compile ↵Vojtech Bubnik
against patched wxWidgets
2019-04-16Application Scaling for MSW: Added rescale function for DoubleSlider (from ↵YuSanka
Preview), ObjectList, ManipulationPanel and SettingsPanel + Set wider default size for Preset Comboboxes from Tabs (#2023)
2019-04-14Application Scaling for MSW: Next big stepYuSanka
- Added rescale() function for the most of controls - Created PrusaBitmap and PrusaButton classes like a wrap to wxBitmap and wxButton accordingly
2019-03-20Added workaround for the non-editable wxBitmapComboBoxs under ↵YuSanka
OSXDisableAllSmartSubstitutions + experiments with Linux
2019-03-18Moved the Fileds from the Page object to the respective OptionGroupsbubnikv
for performance reasons. Disabled clearing of background for most of the static texts and Fields stored into OptionGrops.
2019-02-06Fixed scaling of the controls and InfoDialogs (Sys and About)YuSanka
2019-02-04Fixed rounding of numbers for the controls width (Try to fix controls ↵YuSanka
flashing on HDPI/linux)
2019-01-21L10n improvementsYuSanka
2018-12-11Added template for the handle of the TextCtrl's focus eventYuSanka
2018-12-11Update value inside TextCtrl & SpinCtrl after wxEVT_KILL_FOCES instead of ↵YuSanka
wxEVT_TEXT (or wxEVT_TEXT_ENTER)
2018-11-22Position(Displacement)/Rotation/Scale for group selectionYuSanka
2018-11-14SpinCtrsl inside Manipulation pane is replaced to TextCtrlsYuSanka
+ Added "proces_enter" mode for TextCtrl (The control will generate the event wxEVT_TEXT_ENTER)
2018-11-09Fixed controls layout on right panel.YuSanka
+ Split ObjectManipulation class to ObjectManipulation and ObjectSettings + fixed typo-bug in GetItemByVolumeId
2018-10-31Some code reviewYuSanka
2018-10-22Completed settings hiding according to view modeYuSanka
2018-10-22Prototype of the hiding according to view modeYuSanka
+ Added mode icon near option's label + Fixed segmentation fault on Linux
2018-10-04Start to Split GUI_ObjectParts:YuSanka
+ created GUI_ObjectList & GUI_ObjectManipulation classes
2018-10-01Moved functions and variables (for fonts and labels color) to GUI_AppYuSanka
+ corrected Sidebar layouts + deleted get_preset_bundle + actions with tabs_list moved to GUI_App
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.mass_renamebubnikv
The XS was left only for the unit / integration tests, and it links libslic3r only. No wxWidgets are allowed to be used from Perl starting from now.