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 (Collapse)Author
2019-03-07wxBitmapComboBoxes without bitmapsYuSanka
2019-03-07All wxComboBoxes are changed to the wxBitmapComboBoxesYuSanka
2019-03-07Fixed crash on "stoi argument out of range" from SpinConrol (SPE-847)YuSanka
2019-02-25Fixed wrong updating of the editable ComboBox under OSXYuSanka
2019-02-22Split the external infill pattern to separate top / bottom config values.bubnikv
Based on https://github.com/prusa3d/Slic3r/commit/f9344a00e37e179e44f970edd65fd124a9370a96 thanks @supermerill Implements #475, #479, #1133, #1474
2019-02-20Merge remote-tracking branch 'origin/ys_hdpi'bubnikv
2019-02-08Fix of #1800YuSanka
2019-02-07Fix of #1771YuSanka
2019-02-07Fix of #1782Enrico Turri
2019-02-06Fixed scaling of the controls and InfoDialogs (Sys and About)YuSanka
2019-01-29Support for a numeric input with both dot and commabubnikv
as a valid decimal separator. Fixes Česká verze hustota filamentu #1705
2019-01-14Fix of the change of the perimeters count in a vase-mode (part fix of #1649)YuSanka
2019-01-11Use OSXDisableAllSmartSubstitutions() for TextCtrl field under OSXYuSanka
2019-01-09Added parameter for pillar connection modetamasmeszaros
2019-01-09Fixed typoYuSanka
2019-01-08Added wxEVT_TEXT_ENTER handling for TextCtrl, SpinCtrl & PointCtrl (but it ↵YuSanka
doesn't work under OSX) (fix of #1518)
2019-01-07Fixed #1543YuSanka
2019-01-07Fix of #1598, #1601, #1604, #1612bubnikv
The text fields were not causing config value updates, broken with 8d1b854acbbb1686d92cd38a696dab2a97dec00d Replaced all wxString.ToStdString() with wxString.ToUTF8().data() to be sure that the strings are correctly converted to UTF8.
2019-01-03Replaced all wxString.ToStdString() with wxString.ToUTF8().data()bubnikv
to be sure that the strings are correctly converted to UTF8.
2018-12-21Fixed updating of settings after selection of the preset with "modified" suffixYuSanka
+ Added EVT_SPINCTRL binding
2018-12-21Improve parameter validation for "something or %" settingsYuSanka
2018-12-18Implemented updating of the settings values for PointCtrl and Choice.YuSanka
* wx_EVT_KILL_FOCES doesn't handled on OSX, so values are updating on wx_EVT_TEXT like a temporary workaround.
2018-12-17Fixed #1225 (Added "Parameter validation" for "mm or %" values)YuSanka
+ fixed correct updating of the "Contact Z distance" parameter
2018-12-14Fix of SLADisplayOrientation updatesbubnikv
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-26Removed some obsolete Perl bindings.bubnikv
Removed libslic3r from the default include paths for all modules but libslic3r. Now headers from libslic3r need to be included with an explicit path (libslic3r/libslic3r.h etc) Split the localization macros into I18N.{cpp,h}
2018-11-21Fixed updating of the options values after the clearing of the TextCtrlYuSanka
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-01Fixed Info pane fillingYuSanka
2018-10-31Some code reviewYuSanka
2018-10-31Ported show_sliced_info_sizerYuSanka
+ some code-view changes
2018-10-18Fix a color value assertVojtech Kral
2018-10-08WIP: Plater, build fixesVojtech Kral
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.bubnikv
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.