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-09-23Fix for #6941 - Search Settings: Put focus into input field when navigating t...YuSanka
2021-09-22Fix for #6958 - GUI Setting non modal window: Search broken when main window ...YuSanka
2021-05-11Implementation for #6216Oleksandra Yushchenko
2021-03-31Added a missing include for gccLukas Matena
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
2020-11-26Refactoring:YuSanka
2020-08-05UnsavedChangesDialog improvements:YuSanka
2020-06-16Preset and PresetBundle are moved to the _libslic3r_ folderYuSanka
2020-05-27Fix of #4282 (wxOVERRIDE macro not available in wxWidgets 3.0)Lukas Matena
2020-05-21Changed processing of a wxEVT_SYS_COLOUR_CHANGED event.YuSanka
2020-05-15Search: Use wxDataViewCtrl instead of wxListBox.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-20Search: Implemented cursor movement inside SearchWindow 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-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-03Added missed destroy for search_lineYuSanka
2020-04-03Implemented SearchCtrl class instead of SearchComboBoxYuSanka