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-05-11Implementation for #6216Oleksandra Yushchenko
2021-03-24OptionsSearcher improvements: Fixed a key for option() and groups_and_categor...YuSanka
2021-02-04DiffPresetDialog, non modal to compare two presets.Vojtech Bubnik
2021-01-29Fixing GCC warnings 3Lukas Matena
2021-01-26Fix of #5202 - Fuzzy Search engine is too fuzzyYuSanka
2020-12-07Added "G-code thumbnails" parameter to the Printer Settings tabYuSanka
2020-12-01Localization: Update POTYuSanka
2020-11-26Refactoring:YuSanka
2020-11-06Localization:YuSanka
2020-08-06Changed signature of the BitmapTextRendererYuSanka
2020-08-05UnsavedChangesDialog improvements:YuSanka
2020-07-30UnsavedChangesDialog:YuSanka
2020-07-21Merge remote-tracking branch 'origin/master' into ys_ph_printersYuSanka
2020-06-26Fix of #4441YuSanka
2020-06-16Preset and PresetBundle are moved to the _libslic3r_ folderYuSanka
2020-06-08Fixed export/import from/to amf and 3mf file.YuSanka
2020-05-27Fixes second part of #4282 (wxWidgets 3.0 compatibility)Lukas Matena
2020-05-27Includes cleanup:Lukas Matena
2020-05-21Changed processing of a wxEVT_SYS_COLOUR_CHANGED event.YuSanka
2020-05-19Typo fix for the commit https://github.com/prusa3d/PrusaSlicer/commit/fce1943...YuSanka
2020-05-19OSX specific bug fixingYuSanka
2020-05-18Bug fixing:YuSanka
2020-05-15Search: Use wxDataViewCtrl instead of wxListBox.YuSanka
2020-05-12Search: 1. The position of the search window is in the middle of the scene.YuSanka
2020-05-07Search: 1.Select first item in the search list by defaultYuSanka
2020-05-06Search:YuSanka
2020-05-04Fuzzy matching:bubnikv
2020-05-01WIP Fuzzy search rework.bubnikv
2020-04-30Search: Fixed returning of a pointer to temporary.bubnikv
2020-04-24Search: Code cleaningYuSanka
2020-04-22Search: Implemented SearchDialog.YuSanka
2020-04-20Search: Implemented "Option type" checkbox for imGui window on PlaterYuSanka
2020-04-16Search: Experiment buttonYuSanka
2020-04-16Completed a search list cleaning (deleted unused options).YuSanka
2020-04-14Implemented cursor movement inside SearchComboPopupYuSanka
2020-04-13Added map for save Group and Category values for each optionYuSanka
2020-04-08Search: Added shortkey Ctrl+F on PlaterYuSanka
2020-04-07Search: Code cleaningYuSanka
2020-04-07Implemented OnMouseMove and OnMouseClick for PopupSearchListYuSanka
2020-04-07Code cleaningYuSanka
2020-04-05Next ExperimentYuSanka
2020-04-04Next experiments with search on TabsYuSanka
2020-04-03+ Fixed clear_marked_string()YuSanka
2020-04-03Added missed destroy for search_lineYuSanka
2020-04-03Implemented SearchCtrl class instead of SearchComboBoxYuSanka