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
path: root/lib
AgeCommit message (Expand)Author
2018-02-22PreferencesDialog moved to C++ partYuSanka
2018-02-21MainFrame.pm is marked by L() to localization.YuSanka
2018-02-20Language configuration is saved now in AppConfig instead of wxConfig.YuSanka
2018-02-16Humbly re-added the BedShapeDialog.pm. Even though we have a C++bubnikv
2018-02-16Merge remote-tracking branch 'origin/gui_translate_to_cpp'bubnikv
2018-02-16Fixed converting of Unicode codepoint (\uXXXX) into a character in Perl.YuSanka
2018-02-15Fixed Perl dependencies after some obsolete modules were removed.bubnikv
2018-02-15Merge remote-tracking branch 'origin/gui_translate_to_cpp'bubnikv
2018-02-15Removed the Perl Tab & BedDialog as they were replaced by their C++bubnikv
2018-02-15Merged the C++ port of the GUI Tabs / OptionGroup / Option classesbubnikv
2018-02-15Thanks @stelgenhof Corrected units of measure that had exponents displayed wi...YuSanka
2018-02-15Merge remote-tracking branch 'remotes/origin/3mf_io'bubnikv
2018-02-15Fixed a bug, when a color selection popped up when clickingbubnikv
2018-02-15Disable some of the G-code preview controls for the old 3D path preview,bubnikv
2018-02-15Delayed loading of the opengl texture for the G-code preview legend,bubnikv
2018-02-14First take on restoring the old 3D path preview before the G-code preview is ...bubnikv
2018-02-14Fixed compilation issues caused by the previous commitsbubnikv
2018-02-14Removed the GCodePreviewData from the Print class, it does not belong here,bubnikv
2018-02-14AMF I/O - Embedded config data + zip formattingEnrico Turri
2018-02-14Merge branch 'gcode_preview'bubnikv
2018-02-13Reworked the plater UI messages to standard wxWidgets wxCommandEventbubnikv
2018-02-13Re-enabled $combochecklist_features->UseAltPopupWindow(), without thisbubnikv
2018-02-133mf import/export of config dataEnrico Turri
2018-02-13GCode Preview - Customizable extrusion role colors by editing 3DPreview.pmEnrico Turri
2018-02-12GCode Preview - Added objects and wipe tower transparent shellsEnrico Turri
2018-02-12Save language preset.YuSanka
2018-02-09Implemented Application recreate after changing of language.YuSanka
2018-02-083mf Exporter - 1st installmentEnrico Turri
2018-02-08Added menu item for selection of application language from the list of instal...YuSanka
2018-02-07GCode Preview - Fixed behavior of the feature types comboEnrico Turri
2018-02-07GCode Preview - Coloring by toolEnrico Turri
2018-02-06GCode Preview - Legend texture shown only when gcode is availableEnrico Turri
2018-02-05GCode Preview - Added feature type for wipe towerEnrico Turri
2018-02-02GCode Preview - New LayoutEnrico Turri
2018-01-303mf Importer - 1st installmentEnrico Turri
2018-01-26Deleted Perl's Tabs,YuSanka
2018-01-26Implementation of C++ to Perl callbacks from Browse & Test buttons.YuSanka
2018-01-25Some modifications:YuSanka
2018-01-25Merge with bibnikv.YuSanka
2018-01-23Added TabIface C++ wrapper for GUI::Tab C++ class,bubnikv
2018-01-22Example implementation of C++ to Perl callbacks using wxWidgets command events.bubnikv
2018-01-21Temporary, or maybe not so temporary fix to handle emptybubnikv
2018-01-17GCode Preview - Code cleanupEnrico Turri
2018-01-16GCode Preview - Added legend textureEnrico Turri
2018-01-14Merge remote-tracking branch 'origin/master' into gui_translate_to_cppYuSanka
2018-01-11New algorithm for GLVolumes generation and reuse of already generated geometryEnrico Turri
2018-01-10Parallelization of extrude path render geometry generationEnrico Turri
2018-01-08Added preview of retractions and unretractionsEnrico Turri
2018-01-08gcode preview - first installment - wipEnrico Turri
2018-01-07get_option moved from Tab to ConfigOptionsGroup and extended. Added change_op...YuSanka