Commit History

Author SHA1 Message Date
  YuSanka 1a57db092f Print Settings: "Output options": Switched a places of "Post-processing scripts" and "G-code substitutions" 3 years ago
  Vojtech Bubnik 58d64bae77 Fix of #6336 #5073: Throw an error if G92 E0 is missing in layer change 3 years ago
  YuSanka de8ba0e850 MsgDialog: get_wraped_wxString(): Fixed a bug in case, when string is break on slash 3 years ago
  YuSanka ea84a46cdc G=code substitutions: Debugger: Fixed wxWidgets assert when new substitution is added 3 years ago
  enricoturri1966 8d94841fa3 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into dev 3 years ago
  Oleksandra Yushchenko ddb14fa7f9 MSW specific: Highlighted text for the default buttons in dialog. Related to https://github.com/prusa3d/PrusaSlicer/issues/7564 (#7830) 3 years ago
  YuSanka 07a27c9e2d G-code substitutions: Added path to helper 3 years ago
  enricoturri1966 aea68c75f3 Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into dev 3 years ago
  enricoturri1966 1a47211bfc Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Textures rendering 3 years ago
  Jebtrix cfdf7d2a00 Add msbuild low CPU priority option for polite compiling. (#7828) 3 years ago
  Lukáš Hejl 5f0fea4d58 Added option to enable UndefinedBehaviorSanitizer on Clang and GCC. 3 years ago
  Lukáš Hejl 46c827c7fc Fixed Clang 12 compiler warnings. 3 years ago
  Lukáš Hejl deb17c5920 Merge branch 'lh_leak' into dev 3 years ago
  Lukáš Hejl c8d4eb5788 Fixed shared_ptr cycle in TabFilament::add_filament_overrides_page(), TabFilament::build(), and TabFilament::build_fff(), which also caused a memory leak. 3 years ago
  Lukáš Hejl dcecd96b39 Fixed duplicate cloning of entities in ExtrusionEntityCollection::clone() that also fixed the memory leak. 3 years ago
  Lukáš Hejl 8342b7f95b Added deallocation of DiffViewCtrl::model into the DiffViewCtrl destructor. 3 years ago
  Lukáš Hejl e711cb50d0 Added deallocation of Layers (PrintObject::m_layers) into the PrintObject destructor. 3 years ago
  Lukáš Hejl 0726b46da2 Added deallocation of ObjectList::m_objects_model into the ObjectList destructor. 3 years ago
  Lukáš Hejl 4387436525 Fixed memory leak in GLCanvas3D::_load_print_object_toolpaths() and GLCanvas3D::_load_wipe_tower_toolpaths(). 3 years ago
  Lukáš Hejl 26b28699f1 Fixed memory leak in Semver::set_metadata() and Semver::set_prerelease(). 3 years ago
  Lukáš Hejl 82a3f1c965 Fixed memory leak in PlaceholderParser::compare_op(). 3 years ago
  Lukáš Hejl 7f7af8d4a0 Suppressed reports of memory leaks from libfontconfig, libfreetype, and some GPU drivers. 3 years ago
  YuSanka 0ffc27dbe1 GCode substitutions: Added UI ("Notes" editor) to the changed format of gcode_substitutions 3 years ago
  Lukáš Hejl 7e822fbdc6 Added a missing include (GCC11.1 without PCH). 3 years ago
  Vojtech Bubnik a103336c8c Fix of Opening a previous version of PrusaSlicer damages configuration #7780 3 years ago
  enricoturri1966 eda55701a2 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Background rendering 3 years ago
  Slic3rPE f14ec5e9ae Command key sign in hints 3 years ago
  Vojtech Bubnik ba84240a85 Fixed unit-tests of GCodeFindReplace 3 years ago
  Vojtech Bubnik 7da4bebe7a WIP GCode substitutions: Changed the format of gcode_substitutions by 3 years ago
  Lukas Matena 12cebddce6 Replace Ctrl -> Cmd in hints on Apple. 3 years ago
  Vojtech Bubnik 38af8c5563 Fixed wording inside a CMAke comment 3 years ago
  enricoturri1966 a939d8e4c0 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Layers editing profile's background texture rendering 3 years ago
  enricoturri1966 8c807dbcc4 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - A few fixes in layers editing profile rendering 3 years ago
  enricoturri1966 5db3c66cf7 Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Added method void init_from(const TriangleMesh& mesh) to GLModel 3 years ago
  enricoturri1966 9d764bfeac Code cleanup in Selection and GLCanvas3D 3 years ago
  enricoturri1966 a690f7825c Fixed warning 3 years ago
  enricoturri1966 703aefa75c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into dev 3 years ago
  enricoturri1966 983a4de60d Fixed conflicts after merge with dev branch 3 years ago
  enricoturri1966 afcac6e2ea Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring of GLModel to: 3 years ago
  YuSanka 725a45f112 Localization: Added Hungarian dictionary. Thanks for Attila Zombori(https://github.com/zomatt) 3 years ago
  YuSanka f79bdbe61e G-code substitutions: Use WarningDialog/ErrorDialog instead of throw RuntimeError during value validation 3 years ago
  Vojtech Bubnik 9828abb443 GCode find/replace: Another try to make a sensible "default" behavior 3 years ago
  Vojtech Bubnik e83d89dee7 Fix of escape_strings_cstyle(), which did not enclose a single word 3 years ago
  YuSanka e20a06a850 Localization: Updated POT and dictionaries for CZ, PL, IT, ES, DE, FR 3 years ago
  YuSanka 35bc327127 Follow-up to a7520f47a66551e95a35bfe124c082c54eefb789 " add IU for "Match single line" 3 years ago
  Vojtech Bubnik 7ba5a2f5bc GCodeFindReplace - single line option unit tests. 3 years ago
  Vojtech Bubnik a7520f47a6 GCodeFindReplace: Implemented perl's "match single line" option 3 years ago
  enricoturri1966 c823ea0710 Fixed build on asan linux 3 years ago
  Lukas Matena cd24594555 Merge branch 'lm_seam_240_no_stagger_improved' 3 years ago
  Lukas Matena ed508d49d6 Changed the inner seam replacement threshold to 3*nozzle_diameter 3 years ago