346 Commits

Author SHA1 Message Date
MihailRis
98a3971e13 fix exception if model having invalid variable texture passed to modelviewer 2025-12-08 19:21:49 +03:00
MihailRis
417521e94f temporary fix improvement 2025-12-08 19:21:49 +03:00
MihailRis
d7f3bf9c7c fix ui elements overriding 2025-12-08 19:21:49 +03:00
MihailRis
7c74eece99 fix: bad_alloc if canvas element size is negative 2025-11-30 14:01:59 +03:00
MihailRis
05d6fbd995 add onmouseover, onmouseout ui events & cleanup 2025-11-25 23:57:19 +03:00
MihailRis
8cc51a107e fix: panel width differs to size specified in xml 2025-11-25 21:54:58 +03:00
MihailRis
91cb5ab7d8 fix: root node id overriding 2025-11-23 19:37:44 +03:00
MihailRis
50f6c48771 add gui.set_syntax_styles 2025-11-23 18:10:06 +03:00
MihailRis
6bc549dd90 fix world previews generation 2025-11-22 19:23:46 +03:00
MihailRis
814f716ee5 fix 2025-11-20 18:11:28 +03:00
MihailRis
1a68371d85 fix -Wunused-lambda-capture 2025-11-20 18:10:46 +03:00
MihailRis
8a3ad8c728 Merge branch 'main' into debugging-client 2025-11-19 22:55:34 +03:00
MihailRis
0df5684adf fix: undo/redo also available when textbox is not editable 2025-11-19 22:54:59 +03:00
MihailRis
6195d014cd fix textbox:lineY 2025-11-15 20:32:08 +03:00
MihailRis
aba18ef836 add 'keep-line-selection' textbox attribute 2025-11-15 14:28:20 +03:00
MihailRis
65b4ac8262 add textbox:indexByPos and :lineY methods 2025-11-14 23:48:02 +03:00
MihailRis
091542da39 Merge branch 'main' into debugging-client 2025-11-14 21:18:16 +03:00
MihailRis
5f76e72748 cleanup 2025-11-14 20:56:11 +03:00
MihailRis
95721a6864 combine uinode actions callbacks sets & cleanup 2025-11-14 19:50:09 +03:00
MihailRis
f9bab5a5cf fix UINode function typedefs naming 2025-11-14 12:35:27 +03:00
MihailRis
7abe552e3c fix UINode enums naming 2025-11-14 12:33:30 +03:00
MihailRis
1fd81da82e add 'onrightclick' uinode event 2025-11-14 00:33:57 +03:00
MihailRis
0d4838facf feat: autoresize (extend/shrink) canvas element 2025-11-13 18:06:47 +03:00
MihailRis
fc68d6ceca update InlineFrame::act 2025-11-12 01:16:33 +03:00
MihailRis
7a4eb87195 fix 2025-11-10 00:20:32 +03:00
MihailRis
50d520e747 fix: container:setInterval in menu screen 2025-11-09 22:27:37 +03:00
MihailRis
0d6a61062a Merge branch 'main' into dev 2025-10-14 23:18:15 +03:00
MihailRis
11403084e7
Merge pull request #650 from kotisoff/main
Minor lua code refactor + typo fix
2025-10-14 22:36:19 +03:00
MihailRis
76b54a890c fix wrapped textbox selection render 2025-10-14 22:20:27 +03:00
MihailRis
9340d8d48e Merge branch 'main' into dev 2025-10-14 21:53:40 +03:00
MihailRis
a1f0c2c252 fix mouse click textbox caret set 2025-10-14 21:44:14 +03:00
KotIsOff
f3ed3d26c8 typo: greather => greater 2025-10-14 20:46:38 +03:00
MihailRis
24931770d3
fix warnings (#648)
* fix unknown command line argument

* fix warnings settings for gcc

* fix -Wzero-as-null-pointer-constant

* revert CMakeLists.txt
2025-10-10 23:12:01 +03:00
MihailRis
8a858beeb4 fix: some container attributes not available in panel 2025-10-06 20:53:29 +03:00
MihailRis
4a15abd806 Merge branch 'main' into dev 2025-10-06 19:31:58 +03:00
MihailRis
bc86a3d8da fix incorrect textbox horizontal scroll 2025-10-06 12:46:27 +03:00
MihailRis
9963bc4134 Merge branch 'main' into dev 2025-10-01 00:07:53 +03:00
MihailRis
289e0f597c Merge branch 'main' into dev 2025-09-30 23:40:02 +03:00
MihailRis
edc6810283 fix label font cache 2025-09-30 18:22:39 +03:00
MihailRis
c8ba5b5dbb fix 'align' ui property reading 2025-09-30 12:15:53 +03:00
GHOST11111100
240abb939f
Links (#615)
* add URL support to Label element and XML parsing

* refactor Label URL handling to use getter method in setURL

* implement URL opening confirmation dialog and platform-specific URL handling

* fix: fixed build errors

* remove: delete test link label from worlds.xml

* refactor: remove URL handling from Label class and XML parsing

* refactor: clean up Label class by removing unnecessary whitespace and improving code readability

* refactor: remove unused URL member from Label class

* refactor: remove unused URL attribute from XML UI documentation and related code

* refactor: improve code readability by adding whitespace and formatting adjustments in Label class

* refactor: improve whitespace consistency in Label class and add URL opening functionality in libcore
2025-09-26 21:39:12 +03:00
MihailRis
28c821006a fix unicode string literal escape 2025-09-23 00:08:05 +03:00
MihailRis
9ce70d70e1 fix indentation manipulations history writing 2025-08-15 12:41:37 +03:00
MihailRis
140841f65c refresh root document indices on GUI::add 2025-08-15 07:45:16 +03:00
MihailRis
47939c0527 feat: textbox indentation manipulations using tab, shift+tab 2025-08-14 02:24:48 +03:00
MihailRis
0a02d3fbec add on_screen_change project script event & fix UIDocument::rebuildIndices & move menu background to project script 2025-08-07 22:14:52 +03:00
GHOST11111100
310dc9ebb2 fix: correct tooltip comparison logic and streamline stack setting in SlotView 2025-07-27 14:48:41 +03:00
GHOST11111100
1e270d4adb refactor: enhance tooltip handling by making caption and description retrieval static 2025-07-27 02:26:05 +03:00
GHOST11111100
d489dab013 refactor: streamline tooltip handling by separating caption and description retrieval 2025-07-27 00:51:42 +03:00
GHOST11111100
7893338b67 fix: update tooltip handling to display caption only when description is empty 2025-07-27 00:29:23 +03:00