Commit Graph

2408 Commits

Author SHA1 Message Date
Anton P 8614a7cbcc
Propagate mouse events to ListWidget children (#694) 2024-12-08 13:48:57 +03:00
Anton P 12c6ade461
Fix truncated description (#693) 2024-12-08 13:48:07 +03:00
Anton Pastukhov 986c1fc106 Remove redundant try/catch 2024-11-26 23:32:15 +03:00
Anton Pastukhov a22f2aabd0 Return null instead of throwing of Widget.child does not exist 2024-11-26 23:32:15 +03:00
Anton Pastukhov 3c38f32e79 Uncomment itemWidget.OnMouseEvent processing 2024-11-10 18:50:51 +03:00
Grim 7af4c4f2a3 Bump arsd version 2024-10-15 20:09:07 +03:00
Grim 98f98c64fc OpenD-related fixes 2024-10-14 23:49:34 +03:00
Grim b5546ee80b Fix things 2024-07-13 21:29:44 +03:00
Vadim Lopatin b0a30eae5a fix windows builds - upgrade bindbc-freetype 2024-03-11 09:32:36 +00:00
Vadim Lopatin bbcf3f61fa HDPI improvements 2024-03-08 11:44:42 +00:00
Vadim Lopatin 8ddabea309 hdpi theme improvements - use pt instead of px 2024-03-07 16:36:06 +00:00
Vadim Lopatin a255c8d498 osx hdpi fixes - scrollbar 2024-03-07 15:38:52 +00:00
Vadim Lopatin 5b97f99882 osx hdpi fixes 2024-03-07 12:14:14 +00:00
Vadim Lopatin 3f8494c710 tab close icon hdpi 2024-03-07 12:12:37 +00:00
Vadim Lopatin c425d0dfa3 tab close icon hdpi 2024-03-07 12:10:51 +00:00
Vadim Lopatin 5cec605dfd fix ddox build 2024-03-04 13:19:18 +00:00
Vadim Lopatin 774f216ea7 upgrade bindbc-freetype dependency 2024-03-04 10:48:08 +00:00
Vadim Lopatin 2f0ae834eb
Upgrade binbc dependencies to latest version. issue #681 2024-02-28 11:15:19 +00:00
johan.forsberg 47d764bd82 Propagate event 2023-11-04 21:46:34 +03:00
Grim 792b534378 I forgor null check 2023-10-24 16:44:07 +03:00
Grim 1b5f6d0508 Fix #676 Window not redrawn on widget invalidation 2023-10-24 14:52:55 +03:00
Ermiq 7af5a9a233 Proper mouse selection scrolling implementation. Fixes #645
Properly implemented `EditLine` horizontal scrolling and `EditBox` scrolling (both vertical and horizontal) when selection with mouse is active and the caret goes outside of the edit widget boundaries.
2023-09-18 19:50:24 +03:00
Grim 645b9d87c0 Bump arsd version to remove deprecations 2023-09-15 19:25:10 +03:00
Ermiq 5fcb6527ec
Fix #645, fix #673 (#674)
* fix #645, fix #673

Fix #673 where the function `renameTab(string ID, dstring name)` in `src/dlangui/widgets/tabs.d` failed to find the tab with the given id because it uses the `TabControl`'s own id due to the misuse of lower/upper case names. Changed the function's argument `ID` that have never been used to `id`.  
  
Fix #645 where `EditWidgetBase` doesn't scroll when mouse selection is active and the cursor goes beyond the widget boundaries. Now it scrolls.  
Additionally, added new type of `EditorActions` to make 2 different types of `EditorActions.ScrollLineUp/Down`. The old `ScrollLineUp/Down` made 3 lines scrolling and it doesn't work well with new mouse selection scrolling when out of bounds (scrolls too fast). So now there are `ScrollLineUp/DownSingle` and `ScrollLineUp/DownTriple`. The single one is used by the mouse selection scrolling, the triple one used in all other cases just like before.

* Original ScrollLineUp + ScrollLineUpSingle
2023-09-15 19:22:16 +03:00
Changsen XU 徐昶森 9e263cdb7f
fix #669: dmledit crash on resize (#672) 2023-08-01 17:36:41 +03:00
Dennis f33e0d2d2f
Workaround bugzilla 24052 (dmd inliner slowdown) (#670) 2023-07-21 14:33:50 +03:00
Greggor's Joe d065ca4fe1
Removing unused code (#667) Fixes #666 2023-07-20 22:02:40 +03:00
Grim Maple 8893efc8e5 Remove domrender 2023-06-05 23:58:47 +03:00
Grim Maple 0fbb3795f0 Fix #34 Implement resizers 2023-05-26 20:53:08 +03:00
Grim Maple 098a604856 Fix #613 2023-05-24 17:25:37 +03:00
Roman Chistokhodov 6250d4ef48
Let iconprovider read .svg icons on freedesktop environments. Fix edge cases for some icon themes when icon is placed in the wrong context. Fix #648 (#663) 2023-05-24 16:37:47 +03:00
Grim Maple c8ff9a5729 Fix access violation when reopening same menu item 2023-05-19 19:58:48 +03:00
Grim Maple e8f8282100 Implement #194 2023-05-19 19:45:11 +03:00
Grim Maple 663b7dfd73 Fix #646 Migrate to arsd for image reading
This also removes dimage from 3rdparty
And adds additional image formats that could be read!
2023-05-19 18:56:09 +03:00
Grim Maple b83c59ca6e Fix #660 Hack to drag & drop when running as admin 2023-05-19 18:07:48 +03:00
Bagomot 9b0e0a4bfa
Added consideration of alpha channels of original colors when blending (#659) 2023-05-19 17:54:02 +03:00
Grim Maple 76daac9bf1 Fix deprecations for 2.103; Add `decodeCSSColor` 2023-05-18 22:46:24 +03:00
Grim Maple 475e0bba7c Fixes #662. Change grid widget to use `UIString` 2023-05-18 15:26:49 +03:00
Bagomot f339555061
Rewrote the decodeHexColor function (#656) 2023-04-24 16:22:49 +03:00
Grim Maple 1d5df4d634 Refactor exmaple 1 2023-04-20 16:20:47 +03:00
drahosj 51d1eabb8d
Fixed ole32.dll pragrma for cross-compilation (#650)
* Fixed ole32.dll pragrma for cross-compilation

Pragma specified Ole32.dll, which broke compilation on case-sensitive file
systems, ie. when cross-compiling with ldc on Linux.

* Replaced pragma with dub directive

Deleted pragma(lib) and moved ole32 to libs-windows in dub.json
2023-01-27 18:33:08 +03:00
Grim Maple 9e288ffd57
Merge pull request #649 from Spirrwell/master
[example1/opengl] Don't enable GL_POLYGON_SMOOTH and GL_MULTISAMPLE
2023-01-10 18:36:36 +03:00
Spirrwell 976093d9fe
[example1/opengl] Don't enable GL_POLYGON_SMOOTH and GL_MULTISAMPLE
GL_POLYGON_SMOOTH appears to have inconsistent behavior across drivers, and seems to cause issues for at least me on Linux with my graphics card.

According to Grim, it sounds like multisampling was enabled specifically for this as well, and so we no longer enable GL_MULTISAMPLE either
2023-01-10 10:32:48 -05:00
Grim Maple d31b5b9f1c Codestile, widget ordering in dmledit 2023-01-09 21:01:57 +03:00
徐昶森 a4f70afdc6 better dml: Sort object attributes; DockWin allow left column width draggable 2022-12-27 10:46:40 +03:00
Grim Maple 0a7a5e55b4 Example 1 refactoring part 2 2022-12-23 16:31:09 +03:00
Grim Maple 94fd203676 Move OpenGL example to Example1 2022-12-23 15:34:58 +03:00
Grim Maple 0a41311da0 Bump arsd version. Fixes #643 2022-12-17 20:39:40 +03:00
Grim Maple 85a334e951 Remove xdgpath (for GDC build) 2022-12-17 18:15:41 +03:00
Grim Maple a0b882b18a Refactor exmaple1 part 1 2022-12-17 17:42:34 +03:00