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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-08Fixing Clang warnings 2Lukas Matena
2020-12-07Added "G-code thumbnails" parameter to the Printer Settings tabYuSanka
2020-11-26Refactoring:YuSanka
2020-11-24Added a possibility to suppress scrolling for some ComboBoxesYuSanka
2020-11-02Big code cleaningYuSanka
2020-11-02Custom control : Implemented blinking iconYuSanka
2020-11-02Custom control : Action buttons are "alive" nowYuSanka
2020-11-02Custom control : fixed re-scaling for MSWYuSanka
2020-11-02Choice field: Use wxComboBox instead of wxBitmapComboBox for non-OSX platformsYuSanka
2020-11-02Custom control: first implementationYuSanka
2020-10-28Merge of pull request Add support for RepetierServer #4384 by @docboboVojtech Bubnik
2020-09-22Code refactoring of the OptionsGroup class:YuSanka
2020-06-25PhysicalPrinter. PhysicalPrinterDialog improvementsYuSanka
2020-05-22Reworked sys_color_changed() functionsYuSanka
2020-04-16Completed a search list cleaning (deleted unused options).YuSanka
2020-04-07Code cleaningYuSanka
2020-04-07Implemented blinking icon to highlight a searched fieldYuSanka
2020-04-01Merge remote-tracking branch 'origin/master' into ys_searchYuSanka
2020-04-01The print bed is limited to 1.2m x 1.2m. (related to #2877)YuSanka
2020-03-23Removed SearchCombobox from the Sidebar.YuSanka
2020-03-04WIP: Fixed some compilation issues on OSX, fixed some "override" vs. "virtual"bubnikv
2020-02-18Fixed non-correct TextCtrl's update on wxEVT_KILL_FOCUS (partially related to...YuSanka
2020-02-12Alignments of options in settings tabsYuSanka
2019-09-02Fix for #2845YuSanka
2019-08-22Merge remote-tracking branch 'origin/master' into ys_update_settingsYuSanka
2019-08-22Implemented update for overridden options on sidebarYuSanka
2019-08-20Implemented button "Reset to Filament Color"YuSanka
2019-07-30Try to fix selection of overridden option when TextCtrl is focusedYuSanka
2019-07-29Implemented some upgrades for filament overridesYuSanka
2019-07-28Implemented update of the override filaments options from/to configYuSanka
2019-05-20Fix wxSpinCtrl in settings on Mac OS, cf. #2237Vojtech Kral
2019-05-09Fixed localization of parameter legends.bubnikv
2019-05-09Fixed disappearing visual hints when the user presses the ENTER key while edi...Enrico Turri
2019-04-25Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSWYuSanka
2019-04-25Big Refactoring: - deleted/renamed all _Prusa_ prefixes,YuSanka
2019-04-17Implemented em_unit() function for getting of em_unit value from correct parent.YuSanka
2019-04-14Application Scaling for MSW: Next big stepYuSanka
2019-03-08Some improvementsYuSanka
2019-03-07All wxComboBoxes are changed to the wxBitmapComboBoxesYuSanka
2019-01-29Tab: Update print host address and cafile properly, fix #1687Vojtech Kral
2019-01-14Fix of the change of the perimeters count in a vase-mode (part fix of #1649)YuSanka
2019-01-08Added wxEVT_TEXT_ENTER handling for TextCtrl, SpinCtrl & PointCtrl (but it do...YuSanka
2018-12-18Implemented updating of the settings values for PointCtrl and Choice.YuSanka
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 wxE...YuSanka
2018-11-30Correct mixed_selection updating from 3dScene to ObjectListYuSanka
2018-11-26Removed some obsolete Perl bindings.bubnikv
2018-11-21Fixed updating of the options values after the clearing of the TextCtrlYuSanka
2018-11-14SpinCtrsl inside Manipulation pane is replaced to TextCtrlsYuSanka
2018-10-22Completed settings hiding according to view modeYuSanka