Commit Graph

278 Commits

Author SHA1 Message Date
Vadim Lopatin 2719aecadb support underlined text style, and underlining of hotkey chars in text 2014-05-08 08:59:33 +04:00
Vadim Lopatin e0c9b8bc9c fix crash on nested popup closing 2014-05-07 16:45:57 +04:00
Vadim Lopatin ba9ce609a4 better menu handling 2014-05-07 15:58:52 +04:00
Vadim Lopatin bc9aeab14e main menu, key processing, focus handling improvements 2014-05-07 15:21:14 +04:00
Vadim Lopatin b684955132 SDL: optimized redraw using user defined event 2014-05-07 12:17:50 +04:00
Vadim Lopatin 3adf2138b5 menus: align menu item icons and accelerators 2014-05-07 11:41:22 +04:00
Vadim Lopatin a7d062097a fix broken margins and padding 2014-05-07 11:03:14 +04:00
Vadim Lopatin b27925f54f Menu improvements 2014-05-06 16:24:56 +04:00
Vadim Lopatin 3e1db50468 hack to support keypad control keys (Home, End, PageUp, Arrows, ...) under Linux 2014-05-05 13:55:03 +04:00
Vadim Lopatin 300bc90dbf fix resource cleanup 2014-05-05 13:28:22 +04:00
Vadim Lopatin b553a7e1d0 Merge branch 'master' of github.com:buggins/dlangui 2014-05-05 09:35:34 +04:00
Vadim Lopatin a06ca86820 Linux/MonoD solution fix 2014-05-05 09:35:19 +04:00
Vadim Lopatin 78e8982a2f example1 improvements: Buttons demo tab 2014-04-30 15:29:36 +04:00
Vadim Lopatin 67f74980c7 update readme 2014-04-30 14:51:24 +04:00
Vadim Lopatin d2cbd7c7c3 tweak button resources 2014-04-30 14:50:45 +04:00
Vadim Lopatin 85aca6f039 support SDL build w/o OpenGL 2014-04-30 11:48:15 +04:00
Vadim Lopatin a2dc1d7c6e OpenGL is working under SDL2 2014-04-30 11:23:13 +04:00
Vadim Lopatin 8e312aaacd SDL2 platform: OpenGL support, part 1 2014-04-30 11:08:01 +04:00
Vadim Lopatin b076ed5859 update DUB.JSON to use SDL 2014-04-30 09:44:48 +04:00
Vadim Lopatin b769f5f3ec remove excessive logging 2014-04-30 09:38:34 +04:00
Vadim Lopatin 233adaace3 investigating memory error in runtime shutdown 2014-04-30 09:09:02 +04:00
Vadim Lopatin 078d5832d3 SDL2: text input is working 2014-04-29 23:27:20 +04:00
Vadim Lopatin 27c74e7837 SDL2 backend - keydown/keyup events support 2014-04-29 22:56:00 +04:00
Vadim Lopatin f548cb3ea6 SDL: mouse is working 2014-04-29 16:01:31 +04:00
Vadim Lopatin 8ce36c6eed SDL support: UI image is drawn ok 2014-04-29 15:03:51 +04:00
Vadim Lopatin 988abfe449 SDL support, continue 2014-04-29 14:38:36 +04:00
Vadim Lopatin 5332854a4f SDL support, continue 2014-04-29 11:44:48 +04:00
Vadim Lopatin 5375d03ebe SDL support 2014-04-28 16:47:49 +04:00
Vadim Lopatin ce71e7dc1a support SDL2 under Windows 2014-04-28 16:35:36 +04:00
Vadim Lopatin 7c0e3006bf SDL support under Windows 2014-04-28 15:42:31 +04:00
Vadim Lopatin c29dab5a2c SDL2 support. part 3 2014-04-27 07:56:55 +04:00
Vadim Lopatin f72af0f807 adding SDL2 platform support, part 2 2014-04-27 07:31:07 +04:00
Vadim Lopatin 75aafcadcc adding SDL2 platform support, part 1 2014-04-27 06:44:33 +04:00
Vadim Lopatin 21cf6bd401 fix linux build, and build instructions 2014-04-26 20:48:14 +04:00
Vadim Lopatin 6526083bf9 Merge pull request #7 from yazd/patch-1
Implicit fallthrough fix
2014-04-26 20:01:21 +04:00
Yazan Dabain ba1050479b Fix implicit fallthrough case 2014-04-26 17:51:05 +03:00
Vadim Lopatin d88e37270b focus navigation using arrow keys is working 2014-04-25 15:28:54 +04:00
Vadim Lopatin 41aca2c44f focus movement using Tab/Shift+Tab) 2014-04-25 14:20:04 +04:00
Vadim Lopatin ec27010c86 focus widget 2014-04-25 11:08:23 +04:00
Vadim Lopatin cb236b0f80 update readme 2014-04-25 06:29:19 +04:00
Vadim Lopatin fffc2f408f update readme 2014-04-25 00:01:23 +04:00
Vadim Lopatin efa195b70a fix duplicate guids in mono-d project 2014-04-24 23:37:29 +04:00
Vadim Lopatin ed3516c32e update readme 2014-04-24 23:28:46 +04:00
Vadim Lopatin cbc647a60b fix linux+dub build 2014-04-24 23:19:27 +04:00
Vadim Lopatin e9ecc3b26c editor fixes 2014-04-24 20:02:21 +04:00
Vadim Lopatin 7aca03e94f fixes 2014-04-24 19:54:15 +04:00
Vadim Lopatin 5afa935930 editors: fix remove prev/next word 2014-04-24 19:45:31 +04:00
Vadim Lopatin fb55d64849 Editors: navigation by words - Ctrl/Left, Ctrl/Right 2014-04-24 19:22:14 +04:00
Vadim Lopatin aa4e1411b2 editors: support move by words, part 1 2014-04-24 18:28:58 +04:00
Vadim Lopatin 7862f897f9 EditBox: scrolling using mouse wheel and scrollbars; font zooming using ctrl + mouse wheel 2014-04-24 17:30:19 +04:00