Commit Graph

  • 80c958d98b Remove macOS text position fudge factors (no longer needed with wx 3.3) SoftFever 2026-03-25 15:58:32 +08:00
  • f77e7d833b Copy wx/private headers after wxWidgets install SoftFever 2026-03-25 12:15:08 +08:00
  • 7658cf9076 Disable wxWidgets bundled NanoSVG to avoid duplicate symbols SoftFever 2026-03-25 11:38:10 +08:00
  • ed88cbe3f5 Use wxWebView::New() factory on macOS (direct ctor removed in wx 3.3) SoftFever 2026-03-25 11:36:54 +08:00
  • 11a80a1e1c Disambiguate state_handler.attach() call in Button.cpp SoftFever 2026-03-25 11:35:25 +08:00
  • 2b3328c2b2 Fix char + wstring concat in Search.cpp tooltip builder SoftFever 2026-03-25 11:34:45 +08:00
  • 1765d296a8 Fix wxArrayString ctor, wstring concat, and wxList::Node for wx 3.3 SoftFever 2026-03-25 11:33:50 +08:00
  • 7cbd9bfb3c Fix ambiguous overload, wxScopedCharBuffer comparison, and wxArrayString ctor SoftFever 2026-03-25 11:31:44 +08:00
  • 0af0327d60 Fix narrow/wide string concat in SyncAmsInfoDialog.cpp SoftFever 2026-03-25 11:30:21 +08:00
  • 7ea69199fd Fix wxDynamicCast on wxComboPopup for wxWidgets 3.3 SoftFever 2026-03-25 11:29:40 +08:00
  • 7de8fbb0da Remove _wx_opengl_override from wxWidgets dep cmake SoftFever 2026-03-25 11:28:23 +08:00
  • d9c229ca35 Fix narrow/wide string concatenation errors for wxWidgets 3.3 SoftFever 2026-03-25 11:28:00 +08:00
  • 5f365b5c6b Fix BitmapComboBox for wxWidgets 3.3 (wxBitmap -> wxBitmapBundle) SoftFever 2026-03-25 11:26:32 +08:00
  • 95736445a4 Various ZAA fixes. Aleksandr Dobkin 2026-03-24 09:18:38 -07:00
  • 85390a9da0 Guard wxToolTip::GetToolTipCtrl() for wx 3.3 and add explicit wx/utils.h includes SoftFever 2026-03-24 21:02:37 +08:00
  • ba867cc534 Add Show() before Raise() calls for wxWidgets 3.3 compatibility SoftFever 2026-03-24 20:57:58 +08:00
  • 026b105dcb Remove wxTRANSPARENT_WINDOW flag for wxWidgets 3.3 compatibility SoftFever 2026-03-24 20:56:04 +08:00
  • 1065d85dbc Fix wxEXPAND | wxALIGN_* sizer flag conflicts for wxWidgets 3.2+ SoftFever 2026-03-24 20:50:44 +08:00
  • 024d5dc64d Remove wxCHECK_VERSION(3,1,x) guards and legacy wxinit.h macros SoftFever 2026-03-24 20:44:32 +08:00
  • 5be5185d17 Remove OSX 10.9.5 crash workaround (dead code with wxWidgets 3.3+) SoftFever 2026-03-24 20:39:45 +08:00
  • 8dcc3cd20d Remove const_cast workarounds for wxExecute (wxWidgets 3.1+) SoftFever 2026-03-24 20:34:32 +08:00
  • 5f13f0893c Remove remaining pre-3.1.3 DPI dead code in GUI_Utils.hpp SoftFever 2026-03-24 20:30:40 +08:00
  • 195d22d5cb Remove pre-wxWidgets 3.1.3 DPI fallback code SoftFever 2026-03-24 20:28:12 +08:00
  • 2d7e26292b Update build system for wxWidgets 3.1.5 → 3.3.2 upgrade SoftFever 2026-03-24 20:22:19 +08:00
  • c724a3f5f5 bump version to 2.3.2 v2.3.2 SoftFever 2026-03-23 01:56:38 +08:00
  • d129af20ca Merge branch 'main' into release/v2.3 SoftFever 2026-03-23 01:56:04 +08:00
  • f4224e9780 tidy up and bump profile version (#12889) SoftFever 2026-03-23 01:17:34 +08:00
  • 3b7b3f4cf2 Add Anet A8 Plus (#12792) Ezzeldin Ahmed 2026-03-22 11:03:39 -05:00
  • fa744e39b9 Set exclude objects to enabled by default to support dynamic MBL (#12869) liutang 2026-03-22 12:02:14 -04:00
  • 3d4aff5ea8 Optimised for the Artillery M1 Pro printer (#12885) liuyingmo 2026-03-22 23:58:34 +08:00
  • 73be083ac5 update flatpak app id and add migration code (#12879) SoftFever 2026-03-22 23:49:23 +08:00
  • 4f87e52379 New de translation (#12875) Heiko Liebscher 2026-03-22 08:18:20 +01:00
  • d24985abb2 Attempt to fix OrcaSlicer_zh_TW.po (#12867) Rodrigo Faselli 2026-03-20 21:59:29 -03:00
  • 1681f96a59 fixed an issue that some translations are not used SoftFever 2026-03-20 23:47:37 +08:00
  • 4689dd810e update locale and complete some missing translations for some language(AI) SoftFever 2026-03-20 23:37:19 +08:00
  • d99c3ec0aa feat: add winget_updater github action (#12807) Alessio Tudisco 2026-03-20 15:11:39 +01:00
  • c02ccecc3a Follow-up for PR #12773 (#12800) Kiss Lorand 2026-03-20 16:04:46 +02:00
  • 53b261c066 Update error Czech translations in OrcaSlicer_cs.po (#12641) Jakub Hencl 2026-03-20 14:16:04 +01:00
  • e3fda68a6e Update TURKISH translations (#12838) GlauTech 2026-03-20 16:12:19 +03:00
  • be5741d822 Security fix: path traversal in 3MF import (#12860) SoftFever 2026-03-20 17:11:22 +08:00
  • f201997d9e Feature/cicd selfhost2 (#12840) SoftFever 2026-03-20 00:31:37 +08:00
  • cbdfc770ab simplify mac download SoftFever 2026-03-19 23:55:33 +08:00
  • a9c5748d30 print build time SoftFever 2026-03-19 23:17:03 +08:00
  • acbe5c708e respect clang flag for all deps SoftFever 2026-03-19 23:14:47 +08:00
  • 7dcba3f537 use different cache key for linux clang SoftFever 2026-03-19 22:09:02 +08:00
  • 594e4a297d use clang and lld SoftFever 2026-03-19 21:42:57 +08:00
  • 5c20da796c skip flatpak SoftFever 2026-03-19 18:52:28 +08:00
  • 6828111a82 clean SoftFever 2026-03-19 18:44:07 +08:00
  • 8dabfa8829 tweak SoftFever 2026-03-19 18:34:45 +08:00
  • 8c5063881a skip flatpak arm64 for self hosted runners SoftFever 2026-03-19 18:27:47 +08:00
  • 70e076151b Merge branch 'main' into feature/cicd_selfhost2 SoftFever 2026-03-19 18:19:48 +08:00
  • e00fcbb44e update cmake to 4.3.x (#12842) SoftFever 2026-03-19 18:17:33 +08:00
  • 1cc82873f4 Fix contour extrusion path logic and improve GCode extrusion handling Aleksandr Dobkin 2026-03-19 01:32:51 -07:00
  • 838605690b minor change SoftFever 2026-03-19 16:08:44 +08:00
  • 1c237ba5b3 CMake: Ignore /opt/local (MacPorts). (#12813) SoftFever 2026-03-19 16:04:42 +08:00
  • 4ffe260228 update cmake to 4.3.x SoftFever 2026-03-19 15:48:32 +08:00
  • 2fe3d80a81 fix errors SoftFever 2026-03-19 12:04:22 +08:00
  • 5afb30d7dd Revert "Revert "Extend self-hosted runner support to all platforms" (#12827)" SoftFever 2026-03-19 11:58:39 +08:00
  • 89172bc710 Merge branch 'main' into ignore-macports SoftFever 2026-03-19 11:05:15 +08:00
  • 882af4d1fe CMake: Accept ignored prefixes from build_release_macos.sh Kevin J. Lynagh 2026-03-17 20:15:39 +01:00
  • f2eab542a4 Revert "Extend self-hosted runner support to all platforms" (#12827) SoftFever 2026-03-19 00:07:25 +08:00
  • dc90dda976 Revert "Extend self-hosted runner support to all platforms" SoftFever 2026-03-19 00:07:12 +08:00
  • 7565b279ad Extend self-hosted runner support to all platforms (#12825) SoftFever 2026-03-19 00:02:53 +08:00
  • 504b9be774 Potential fix for pull request finding SoftFever 2026-03-19 00:02:11 +08:00
  • 2868255658 Extend self-hosted runner support to all platforms SoftFever 2026-03-18 23:42:21 +08:00
  • 4c57492bdb Add FILL3D PLA Turbo filament profile (#12801) SoftFever 2026-03-18 18:18:59 +08:00
  • 1bac6a58a8 Update HU language (#12795) SoftFever 2026-03-18 18:16:27 +08:00
  • 4314f5d804 Merge branch 'main' into zaa SoftFever 2026-03-18 18:10:35 +08:00
  • f059472c0a Feature/optimize warnings (#12821) SoftFever 2026-03-18 17:52:35 +08:00
  • 991464ed95 Potential fix for pull request finding SoftFever 2026-03-18 17:52:24 +08:00
  • eb5082f37b Potential fix for pull request finding SoftFever 2026-03-18 17:51:29 +08:00
  • 70b9bedf94 Potential fix for pull request finding SoftFever 2026-03-18 17:50:39 +08:00
  • 13b08385c8 check precise_z_height and enable_prime_tower conflicts in print validate SoftFever 2026-03-18 16:59:20 +08:00
  • bcd89aba5e Skip flushing volume validation for multi-tool printers Flushing volumes only apply to SEMM and BBL printers. Multi-tool printers don't perform filament purging between tool changes, so the zero-volume warning was being incorrectly triggered. SoftFever 2026-03-18 15:39:07 +08:00
  • 7b075524ef Fixes in Russian localization (#12734) SoftFever 2026-03-18 14:51:42 +08:00
  • 54f8d332bc Feature/fix wipetower pos issues (#12820) SoftFever 2026-03-18 14:46:19 +08:00
  • 62ffbfd33d revist fixes for wipe tower pos issues SoftFever 2026-03-18 14:42:40 +08:00
  • 6399d88015 Revert "Fix wipe tower loaded outside of plate boundaries (#12191)" SoftFever 2026-03-17 19:16:09 +08:00
  • c8070b67d5 Revert "Fix wipe tower placed outside bed boundary on first slice (#12777)" SoftFever 2026-03-17 19:14:50 +08:00
  • c224b3f94b Ensure slice / print buttons visible on frame (Accordion tabs) (#12772) SoftFever 2026-03-17 18:34:59 +08:00
  • 9e32aec938 Support longer project names on title and fix window buttons not visible on minimum window size (#12730) SoftFever 2026-03-17 18:28:00 +08:00
  • 8df73358d0 Merge branch 'OrcaSlicer:main' into main Felix14_v2 2026-03-17 01:36:52 +03:00
  • 4d7dee77df Update OrcaSlicer_ru.po Felix14_v2 2026-03-17 01:36:15 +03:00
  • 12232deb7a Fix z-offset handling for ZAA Aleksandr Dobkin 2026-03-16 13:48:42 -07:00
  • bcf40ddab5 Add FILL3D PLA Turbo filament profile to OrcaFilamentLibrary julianramirezarango-source 2026-03-16 10:41:08 -05:00
  • 3eac0a86e4 update yw4z 2026-03-16 15:10:36 +03:00
  • 0f25137853 Add wipe_tower_type printer setting (#12781) SoftFever 2026-03-16 18:57:02 +08:00
  • ba18b67e12 small tweak SoftFever 2026-03-16 18:56:17 +08:00
  • e27ba72c33 Update HU language kisslorand 2026-03-16 11:49:41 +02:00
  • 55ddf158e5 Merge branch 'main' into feature/wipetower-option SoftFever 2026-03-16 17:41:00 +08:00
  • d7a3091b70 Flow ratio instead flow rate calib (#12773) SoftFever 2026-03-16 17:39:55 +08:00
  • 29e35d77b1 Fix mesh transformation logic PrintObject::contour_z to handle off center cases Aleksandr Dobkin 2026-03-16 00:56:52 -07:00
  • ccbaca0033 Fix PR comment posting for fork contributors by splitting into two workflows SoftFever 2026-03-16 15:52:22 +08:00
  • 14c40d7120 Fix height calculation for preferred filament area height (#12660) SoftFever 2026-03-16 15:06:14 +08:00
  • d0d0440b8e Fix plurals on some GUI strings (#12681) SoftFever 2026-03-16 14:53:51 +08:00
  • 0fef28ee28 Fix Flatpak missing locale support (#12751) SoftFever 2026-03-16 14:38:54 +08:00
  • bfeccc7a55 small tweak of the script to support Mac SoftFever 2026-03-16 14:36:35 +08:00
  • 8168d0a4e0 fix crash when opening preference dialog SoftFever 2026-03-16 00:18:39 +08:00
  • 0cc4b442e3 Fix Flatpak missing locale support (#12714) SoftFever 2026-03-12 21:37:18 +08:00
  • 112bec6bd2 Fix calibration dialogs not sizes properly on linux (#12752) SoftFever 2026-03-15 23:21:51 +08:00