Commit Graph

  • ba53e802e6 tiled images support, part 2 Vadim Lopatin 2014-05-20 16:22:31 +0400
  • 64f5924b8e support tiled images, part 1 Vadim Lopatin 2014-05-20 15:25:41 +0400
  • 5b528ec5dc support window icon v0.0.38 Vadim Lopatin 2014-05-20 09:34:37 +0400
  • f6d7350e77 update documentation Vadim Lopatin 2014-05-20 08:57:00 +0400
  • c95a45083b use dstring for windowCaption property; example1: change window caption according to currently selected tab Vadim Lopatin 2014-05-20 08:56:21 +0400
  • 23a228889a update docs Vadim Lopatin 2014-05-19 16:49:59 +0400
  • 9ad2d4bd53 window flags support; window closing support; multiple windows support improvement; about dialog in example1 v0.0.37 Vadim Lopatin 2014-05-19 16:48:21 +0400
  • 574e83291e update docs Vadim Lopatin 2014-05-19 15:40:22 +0400
  • 1c7bff281f fix readme Vadim Lopatin 2014-05-19 15:39:40 +0400
  • 310613ddc3 update README v0.0.36 Vadim Lopatin 2014-05-19 15:38:26 +0400
  • 60776f2ce9 support changing of theme Vadim Lopatin 2014-05-19 15:35:13 +0400
  • 1f9e1eba27 support loading of theme from .xml file v0.0.35 Vadim Lopatin 2014-05-19 14:33:38 +0400
  • b69d55f3eb Internationalization demo in example1 - Menu/View/Interface Language v0.0.34 Vadim Lopatin 2014-05-19 11:16:21 +0400
  • 908fbd396e radio button and checkbox menu item types support; i18n of example1 Vadim Lopatin 2014-05-19 10:29:15 +0400
  • 2da47b106a put DDOC documentation under source control - to see on GitHub Vadim Lopatin 2014-05-15 11:01:29 +0400
  • 5a1bd36652 update ddocs Vadim Lopatin 2014-05-15 10:58:32 +0400
  • faeac55f4b cursor changing for editors - working ok on SDL v0.0.33 Vadim Lopatin 2014-05-14 11:18:18 +0400
  • e16d1cacbc support standard mouse cursors Vadim Lopatin 2014-05-14 10:45:36 +0400
  • 455e0ebd52 sample animation v0.0.32 Vadim Lopatin 2014-05-13 17:00:24 +0400
  • 468a1bc318 refactor TableLayout v0.0.31 Vadim Lopatin 2014-05-13 09:15:24 +0400
  • ba1b983ad4 Table Layout - Part 2 (usable, but doesn't support FILL_PARENT) v0.0.30 Vadim Lopatin 2014-05-12 16:51:21 +0400
  • 2caeb1f36f TableLayout, part 1 Vadim Lopatin 2014-05-12 16:10:53 +0400
  • 8a04d6aea6 implement APLHA support for widgets; use semitransparency for icons in disabled menu items; reduce excessive logging v0.0.29 Vadim Lopatin 2014-05-12 15:13:54 +0400
  • 6d518ed5c0 popup menus; popup menu for editors v0.0.28 Vadim Lopatin 2014-05-12 13:28:41 +0400
  • 0b35db01c7 popup menu support Vadim Lopatin 2014-05-12 10:34:07 +0400
  • 45cafad1cb fix menu navigation Vadim Lopatin 2014-05-12 09:32:27 +0400
  • 374b5bb058 menu item action handling v0.0.27 Vadim Lopatin 2014-05-08 12:06:35 +0400
  • 8c9964e596 main menu fixes Vadim Lopatin 2014-05-08 11:13:37 +0400
  • dd0527a698 underline main menu item shortcuts when alt is pressed or main menu is active Vadim Lopatin 2014-05-08 10:32:45 +0400
  • 2719aecadb support underlined text style, and underlining of hotkey chars in text v0.0.26 Vadim Lopatin 2014-05-08 08:59:33 +0400
  • e0c9b8bc9c fix crash on nested popup closing v0.0.25 Vadim Lopatin 2014-05-07 16:45:57 +0400
  • ba9ce609a4 better menu handling Vadim Lopatin 2014-05-07 15:58:52 +0400
  • bc9aeab14e main menu, key processing, focus handling improvements Vadim Lopatin 2014-05-07 15:21:14 +0400
  • b684955132 SDL: optimized redraw using user defined event Vadim Lopatin 2014-05-07 12:17:50 +0400
  • 3adf2138b5 menus: align menu item icons and accelerators v0.0.24 Vadim Lopatin 2014-05-07 11:41:22 +0400
  • a7d062097a fix broken margins and padding Vadim Lopatin 2014-05-07 11:03:14 +0400
  • b27925f54f Menu improvements v0.0.23 Vadim Lopatin 2014-05-06 16:24:56 +0400
  • 3e1db50468 hack to support keypad control keys (Home, End, PageUp, Arrows, ...) under Linux v0.0.22 Vadim Lopatin 2014-05-05 13:55:03 +0400
  • 300bc90dbf fix resource cleanup Vadim Lopatin 2014-05-05 13:28:22 +0400
  • b553a7e1d0 Merge branch 'master' of github.com:buggins/dlangui Vadim Lopatin 2014-05-05 09:35:34 +0400
  • a06ca86820 Linux/MonoD solution fix Vadim Lopatin 2014-05-05 09:35:19 +0400
  • 78e8982a2f example1 improvements: Buttons demo tab v0.0.21 Vadim Lopatin 2014-04-30 15:29:36 +0400
  • 67f74980c7 update readme Vadim Lopatin 2014-04-30 14:51:24 +0400
  • d2cbd7c7c3 tweak button resources Vadim Lopatin 2014-04-30 14:50:45 +0400
  • 85aca6f039 support SDL build w/o OpenGL v0.0.20 Vadim Lopatin 2014-04-30 11:48:15 +0400
  • a2dc1d7c6e OpenGL is working under SDL2 Vadim Lopatin 2014-04-30 11:23:13 +0400
  • 8e312aaacd SDL2 platform: OpenGL support, part 1 Vadim Lopatin 2014-04-30 11:08:01 +0400
  • b076ed5859 update DUB.JSON to use SDL Vadim Lopatin 2014-04-30 09:44:48 +0400
  • b769f5f3ec remove excessive logging Vadim Lopatin 2014-04-30 09:38:34 +0400
  • 233adaace3 investigating memory error in runtime shutdown Vadim Lopatin 2014-04-30 09:09:02 +0400
  • 078d5832d3 SDL2: text input is working Vadim Lopatin 2014-04-29 23:27:20 +0400
  • 27c74e7837 SDL2 backend - keydown/keyup events support Vadim Lopatin 2014-04-29 22:56:00 +0400
  • f548cb3ea6 SDL: mouse is working Vadim Lopatin 2014-04-29 16:01:31 +0400
  • 8ce36c6eed SDL support: UI image is drawn ok Vadim Lopatin 2014-04-29 15:03:51 +0400
  • 988abfe449 SDL support, continue Vadim Lopatin 2014-04-29 14:38:36 +0400
  • 5332854a4f SDL support, continue Vadim Lopatin 2014-04-29 11:44:48 +0400
  • 5375d03ebe SDL support Vadim Lopatin 2014-04-28 16:47:49 +0400
  • ce71e7dc1a support SDL2 under Windows Vadim Lopatin 2014-04-28 16:35:36 +0400
  • 7c0e3006bf SDL support under Windows Vadim Lopatin 2014-04-28 15:42:31 +0400
  • c29dab5a2c SDL2 support. part 3 Vadim Lopatin 2014-04-27 07:56:55 +0400
  • f72af0f807 adding SDL2 platform support, part 2 Vadim Lopatin 2014-04-27 07:31:07 +0400
  • 75aafcadcc adding SDL2 platform support, part 1 Vadim Lopatin 2014-04-27 06:44:33 +0400
  • 21cf6bd401 fix linux build, and build instructions Vadim Lopatin 2014-04-26 20:48:14 +0400
  • 6526083bf9 Merge pull request #7 from yazd/patch-1 Vadim Lopatin 2014-04-26 20:01:21 +0400
  • ba1050479b Fix implicit fallthrough case Yazan Dabain 2014-04-26 17:51:05 +0300
  • d88e37270b focus navigation using arrow keys is working v0.0.19 Vadim Lopatin 2014-04-25 15:28:54 +0400
  • 41aca2c44f focus movement using Tab/Shift+Tab) Vadim Lopatin 2014-04-25 14:20:04 +0400
  • ec27010c86 focus widget Vadim Lopatin 2014-04-25 11:08:23 +0400
  • cb236b0f80 update readme Vadim Lopatin 2014-04-25 06:29:19 +0400
  • fffc2f408f update readme Vadim Lopatin 2014-04-25 00:01:23 +0400
  • efa195b70a fix duplicate guids in mono-d project Vadim Lopatin 2014-04-24 23:37:29 +0400
  • ed3516c32e update readme v0.0.18 Vadim Lopatin 2014-04-24 23:28:46 +0400
  • cbc647a60b fix linux+dub build Vadim Lopatin 2014-04-24 23:19:27 +0400
  • e9ecc3b26c editor fixes Vadim Lopatin 2014-04-24 20:02:21 +0400
  • 7aca03e94f fixes v0.0.17 Vadim Lopatin 2014-04-24 19:54:15 +0400
  • 5afa935930 editors: fix remove prev/next word Vadim Lopatin 2014-04-24 19:45:31 +0400
  • fb55d64849 Editors: navigation by words - Ctrl/Left, Ctrl/Right Vadim Lopatin 2014-04-24 19:22:14 +0400
  • aa4e1411b2 editors: support move by words, part 1 Vadim Lopatin 2014-04-24 18:28:58 +0400
  • 7862f897f9 EditBox: scrolling using mouse wheel and scrollbars; font zooming using ctrl + mouse wheel v0.0.16 Vadim Lopatin 2014-04-24 17:30:19 +0400
  • 354095fa8f support SelectAll by Ctrl+A in editors Vadim Lopatin 2014-04-24 16:32:10 +0400
  • 08fb2f27d3 support multiple views for same EditableContent - demo Vadim Lopatin 2014-04-24 16:12:02 +0400
  • 8b0570b22e support multiple views for same EditableContent Vadim Lopatin 2014-04-24 15:48:34 +0400
  • ec31e0838c editor content enhancements Vadim Lopatin 2014-04-24 15:38:15 +0400
  • 37194b81b2 replace mode support in editors (toggled by INS) Vadim Lopatin 2014-04-24 15:14:50 +0400
  • f5bf1bb9ec editor readonly mode support Vadim Lopatin 2014-04-24 14:37:53 +0400
  • 72ddb2efb7 selection highlight for EditLine Vadim Lopatin 2014-04-24 14:16:40 +0400
  • 117d4ce33e editors enhancements Vadim Lopatin 2014-04-24 13:58:10 +0400
  • 9fb9a451d4 shift+tab to remove space before cursor or selection v0.0.15 Vadim Lopatin 2014-04-24 12:31:23 +0400
  • 2473a3f604 tabs and indentations in editors Vadim Lopatin 2014-04-24 12:14:32 +0400
  • ca094497a1 fonts refactoring; support tabs Vadim Lopatin 2014-04-24 10:56:06 +0400
  • 31794b9df6 font support fixes Vadim Lopatin 2014-04-24 09:57:32 +0400
  • 5472b2456b fix freetype support Vadim Lopatin 2014-04-24 09:42:23 +0400
  • 6bb605dde9 fixes Vadim Lopatin 2014-04-23 16:44:56 +0400
  • 729b406a45 performance optimizations Vadim Lopatin 2014-04-23 16:43:56 +0400
  • 02f158e128 undo/redo fixes Vadim Lopatin 2014-04-23 14:58:31 +0400
  • 83b1651969 Undo/Redo for editors, part 1 Vadim Lopatin 2014-04-23 13:55:17 +0400
  • c335a6dd5f fix linux build v0.0.13 Vadim Lopatin 2014-04-23 10:28:25 +0400
  • 4ffb33f0ae win32 clipboard support working in editors Vadim Lopatin 2014-04-23 10:18:03 +0400
  • 4348b859c7 clipboard support in editors, part 1 Vadim Lopatin 2014-04-23 10:00:16 +0400
  • 99e4e4e732 clipboard text operations for win32 Vadim Lopatin 2014-04-23 09:25:36 +0400