Commit Graph

  • f5f3cc03b9 Update laf module David Capello 2024-12-10 13:51:35 -03:00
  • 70f2cd9559 Remove duplicated code checking if mnemonic+modifiers are pressed David Capello 2024-12-10 10:16:20 -03:00
  • cfc92e7cdb Add { } in switch-case to define vars inside David Capello 2024-12-10 09:31:32 -03:00
  • 0edc4e16ed Disable and reset columns/rows according to type Martín Capello 2024-12-04 16:56:42 -03:00
  • 26a750108c Break long line Martín Capello 2024-12-04 15:58:08 -03:00
  • a0e8f8653c Add columns and rows parameters Martín Capello 2024-11-11 17:45:24 -03:00
  • 9ca6368088 Fix button's kKeyUpMessage handling Martín Capello 2024-11-11 17:43:21 -03:00
  • 8a8a324651 Add columns and rows fields to Import Sprite Sheet Martín Capello 2024-11-07 17:24:36 -03:00
  • a99161a2d2 Add MaskByColor command lua tests Martín Capello 2024-12-04 14:13:58 -03:00
  • ad0d30b2df Set appropriate default parameters values Martín Capello 2024-12-04 10:10:40 -03:00
  • 8d7e6e3f5b Remove MSVC warning deactivation Martín Capello 2024-11-06 14:26:11 -03:00
  • 2596af548a Add "ui" param to MaskByColorCommand (fix #2774) Martín Capello 2024-11-06 11:31:57 -03:00
  • 4dc7ba6dc0 Move code into a MaskByColorWindow class Martín Capello 2024-11-01 16:34:45 -03:00
  • 153b1a8e0a Refresh editor after apply with preview disabled Martín Capello 2024-12-04 15:24:37 -03:00
  • dcc3f9e8e1 Fix indentation Martín Capello 2024-12-04 15:21:44 -03:00
  • 3987412826 Change position of Apply button Martín Capello 2024-12-04 14:52:47 -03:00
  • 6c714bfc05 Add "Apply" button (fix #4678) Martín Capello 2024-10-31 15:37:44 -03:00
  • 4dd2b1877d Refactor to remove filter_worker.h Martín Capello 2024-10-30 11:32:10 -03:00
  • 5464c4a3c2 Minor fixes for the new "tile index" in status bar (#2082) David Capello 2024-12-09 15:26:16 -03:00
  • ebd17b0ced Show grid cell index in status bar (#2082) Liebranca 2024-09-10 10:30:35 -03:00
  • 951c2d0de9 Fix 'cel.image = nil' is not allowed (fix #4514) Gaspar Capello 2024-11-05 17:30:04 -03:00
  • 08b3e76719 Move Palette::initBestfit() initialization to palettes module David Capello 2024-12-09 10:22:35 -03:00
  • 4ba88ce49c Fix failing assert in ui::details::::removeWidget() David Capello 2024-12-07 13:26:31 -03:00
  • 0e775bf06d Simplify creation of AppMenus adding the instance to App David Capello 2024-12-07 13:17:32 -03:00
  • 6830e0ce94 Fix using a deleted theme when running another test David Capello 2024-12-07 13:01:12 -03:00
  • d5d5894df6 Allow re-creating the ui::Manager multiple times David Capello 2024-12-07 12:37:57 -03:00
  • 60eee6e809 Move Strings initialization to App instance creation David Capello 2024-12-07 12:34:23 -03:00
  • 9b82e1aac9 Show warning if the GUI is not available David Capello 2024-12-07 12:28:46 -03:00
  • 24ad3e36a8 Add tests to initialize/finish the app::App instance David Capello 2024-12-06 13:41:29 -03:00
  • b6f27a2718 Destroy the MainWindow at the end of run()/close() functions David Capello 2024-12-07 12:00:31 -03:00
  • 99dad9f349 Remove unused variable David Capello 2024-12-07 13:35:45 -03:00
  • 4f0335f887 Fix initialization order warning David Capello 2024-12-07 12:28:14 -03:00
  • f7a9f44cec Fix Magic Wand doesn't work correctly in Tiled Mode (fix #4659) Gaspar Capello 2024-10-24 17:07:34 -03:00
  • b1314436c1 Use the new laf-dlgs library David Capello 2024-11-14 20:51:44 -03:00
  • 0df7ed0ef2 Merge branch 'main' into beta David Capello 2024-12-05 23:37:45 -03:00
  • 6ff046685a Set the simple style for scrollbar thumbs David Capello 2024-12-05 22:39:09 -03:00
  • 04a6758ed8 Fix invalid std::clamp(layer, 0, -1) usage in timeline David Capello 2024-12-05 22:18:43 -03:00
  • 19037a2e69 Close/destroy MainWindow in case we didn't call App::run() David Capello 2024-12-05 20:31:20 -03:00
  • 731e982a53 Update benchmark library David Capello 2024-12-05 20:13:37 -03:00
  • 890e27b0a1 Fix UI tests David Capello 2024-12-05 10:30:25 -03:00
  • 77e0944baa Add more instructions about how to solve an incomplete cloned repo David Capello 2024-12-05 10:16:55 -03:00
  • ea8f2f5b81 Disable and reset columns/rows according to type Martín Capello 2024-12-04 16:56:42 -03:00
  • 558ae4da90 Break long line Martín Capello 2024-12-04 15:58:08 -03:00
  • 2e13559bbb Fix crash displaying the Preview window in multiple windows (fix #4864) David Capello 2024-12-04 15:33:01 -03:00
  • e07b757242 Add columns and rows parameters Martín Capello 2024-11-11 17:45:24 -03:00
  • 89265b4b04 Fix button's kKeyUpMessage handling Martín Capello 2024-11-11 17:43:21 -03:00
  • a656546b8e Add columns and rows fields to Import Sprite Sheet Martín Capello 2024-11-07 17:24:36 -03:00
  • fa6f9c885f Refresh editor after apply with preview disabled Martín Capello 2024-12-04 15:24:37 -03:00
  • dc6fa5617d Fix indentation Martín Capello 2024-12-04 15:21:44 -03:00
  • a4a8e903c3 Change position of Apply button Martín Capello 2024-12-04 14:52:47 -03:00
  • 58eb84c786 Add "Apply" button (fix #4678) Martín Capello 2024-10-31 15:37:44 -03:00
  • bca4dbd4e4 Refactor to remove filter_worker.h Martín Capello 2024-10-30 11:32:10 -03:00
  • e7a5de3934 Add MaskByColor command lua tests Martín Capello 2024-12-04 14:13:58 -03:00
  • 9cbf5abb20 Set appropriate default parameters values Martín Capello 2024-12-04 10:10:40 -03:00
  • 97dc9c8988 [osx] Fix showing the native window back when the app is hidden (fix #4857) David Capello 2024-12-03 22:25:12 -03:00
  • 01ffc3f57c Replace raw pointer by unique_ptr (fix #4852) Martín Capello 2024-12-03 17:19:35 -03:00
  • c6a1a6868a Add some style for selected items in the simple theme David Capello 2024-12-03 15:52:47 -03:00
  • 969dd68490 Move default handleWindowResize handler to ui-lib David Capello 2024-12-03 15:52:26 -03:00
  • cf82d6d65e Avoid endless loop when dropping some files Martín Capello 2024-11-26 15:23:20 -03:00
  • 57153e1f09 Add USE_SHARED_TINYEXIF option Ryan Carsten Schmidt 2024-12-02 05:12:13 -06:00
  • a0886ed418 Revamp and fix DropOnTimeline command (fix #4858) Martín Capello 2024-12-03 14:15:00 -03:00
  • 24bc5888ea Replace use of ** for *& in output parameters Martín Capello 2024-11-28 11:16:41 -03:00
  • de7d8684ff Add a helper to View to standardize scrolling behavior Christian Kaiser 2024-11-28 21:21:06 -03:00
  • ea01d1963c Fix inactive window passes events to window below (fix #4561) Gaspar Capello 2024-12-03 10:38:47 -03:00
  • 2b97e44dfd Set ZLIB_FOUND ON rather than unset it Ryan Carsten Schmidt 2024-12-03 07:27:41 -06:00
  • f90b69a44c Always show grid cell index Liebranca 2024-12-03 07:54:10 -03:00
  • f710603f99 Update SDK dirs of all CMakeFiles/*/*.cmake files too (#4773) David Capello 2024-12-02 00:19:24 -03:00
  • 0905e974cd Add option to update the MSVC cl.exe dir for all builds (#4773) David Capello 2024-12-02 00:07:30 -03:00
  • 9b5920eef3 Better handling of auto-scroll cases with BrushPreview boundaries David Capello 2024-12-01 21:29:11 -03:00
  • db56bb9657 Remove ui::hide/show_mouse_cursor() functions David Capello 2024-12-01 22:47:11 -03:00
  • 60bd3378fc New UILayers to composite floating elements (fix #4825) David Capello 2024-11-27 11:39:54 -03:00
  • fd5ba19e2f Fix compilation error now that Widget::font() returns a FontRef David Capello 2024-11-30 12:57:15 -03:00
  • f10bc52b6c Use TextBlobs to paint tabs David Capello 2024-11-30 10:00:10 -03:00
  • 6b7aa371ce Add benchmark for ui::View scroll David Capello 2024-11-29 18:41:56 -03:00
  • a71909d0ca Add a simple ui::Theme impl David Capello 2024-11-29 18:10:57 -03:00
  • ab599c5863 Simplify Font ptrs management in ui-lib returning FontRefs David Capello 2024-11-29 17:57:41 -03:00
  • 7e780bf3bf Move Theme::fontMgr() impl from app-lib to ui-lib David Capello 2024-11-29 17:49:12 -03:00
  • 3f591aa5df Try to use TextBlobs to paint ui::Style's text layers David Capello 2024-11-29 23:18:05 -03:00
  • 9e51e04606 [clang-tidy] Disable misc-include-cleaner David Capello 2024-11-30 09:34:26 -03:00
  • c586ac5b14 Add ui::Graphics::drawTextBlob() function David Capello 2024-11-29 23:18:05 -03:00
  • a91c5ed087
    Update build.yml 亘彡 2024-11-30 18:46:57 +08:00
  • 334273694e
    Update build.yml 亘彡 2024-11-30 18:26:40 +08:00
  • 7aebd76d99 Add a helper to View to standardize scrolling behavior Christian Kaiser 2024-11-28 21:21:06 -03:00
  • 909d209fc2 Fix Magic Wand doesn't work correctly in Tiled Mode (fix #4659) Gaspar Capello 2024-10-24 17:07:34 -03:00
  • 1e56e7da5a Merge branch 'main' into beta David Capello 2024-11-27 15:35:51 -03:00
  • af1c2bc5df This is just a test, ignore it David Capello 2024-11-27 15:22:36 -03:00
  • 8241e03612 Fix clang-tidy-review action David Capello 2024-11-27 15:20:15 -03:00
  • 8d25829841 Fix dialog title issue with close button (fix #4735) Gaspar Capello 2024-11-26 18:26:32 -03:00
  • 2c9e96d10a
    Merge e2e47d2f832d1f5e9544184f6d594a335b188149 into bf430fc3b938bbde2379e5385e17874434df4928 Charlie-83 2024-11-27 01:30:29 +01:00
  • 58326b1508 Handle null target in DragEvent (fix #4824) Martín Capello 2024-11-26 09:46:47 -03:00
  • bf430fc3b9 Add missing #include to use LOG() when HAVE_CONFIG_H isn't defined David Capello 2024-11-25 15:40:47 -03:00
  • 0492bceaaa [linux] Enhancements for desktop file volkov 2024-11-24 13:04:19 +02:00
  • 047e46bf3f Revise implementation of isometric 'Snap To' Liebranca 2024-11-21 06:49:18 -03:00
  • 0dc61af3d1 Fix isometric 'snap to' for odd grid sizes (#720) Liebranca 2024-11-11 18:43:35 -03:00
  • e2c7925f16 Adjust line tool for isometric 'snap to' Liebranca 2024-10-30 14:19:36 -03:00
  • e018bed08b Implement snap to isometric grid (#720) Liebranca 2024-10-14 20:37:24 -03:00
  • 3b05d17ef9 Add pixel-precise grid for any grid size Liebranca 2024-10-10 22:07:26 -03:00
  • 04c39ab321 Add persistence and grid offset for isometric Liebranca 2024-10-07 18:28:08 -03:00
  • 415115abdf Add pixel-precise isometric grid Liebranca 2024-10-03 06:54:25 -03:00
  • acd8cf0f7b Implement isometric grid Liebranca 2024-09-27 00:12:58 -03:00