Commit Graph

553 Commits

Author SHA1 Message Date
Vadim Lopatin aa3fabc7b0
Merge pull request #528 from triplejam/master
quick fix for dmledit
2017-12-04 06:06:17 +03:00
James Johnson 846ea37565 quick fix for dmledit 2017-12-03 03:09:36 -05:00
dukc 00fb95f375 Now that was quite a difficulty spike for tetris! :D 2017-12-02 22:26:37 +02:00
vennos5 a276d37df4 remove echo 2017-11-07 19:04:03 +02:00
vennos5 cbd34f0be1 Fix build paths 2017-11-07 18:52:29 +02:00
vennos5 3f0fe0745e Added freetype build script 2017-11-07 18:09:59 +02:00
vennos5 063ba9ebbb Add mk files back 2017-11-06 22:20:14 +02:00
vennos5 48649f51ae attempt to use gradle instead of ant 2017-11-06 22:06:21 +02:00
Vadim Lopatin 72051ce5e8 dragon curve example improvements 2017-10-19 14:21:47 +03:00
Vadim Lopatin 4a547d94e7 add dragon curve example to dub.json 2017-10-18 10:36:58 +03:00
Vadim Lopatin 58080186e3 add Dragon Curve example 2017-10-17 18:16:59 +03:00
Vadim Lopatin 53e53e84ae update version; update visualD project 2017-10-16 11:40:42 +03:00
Vadim Lopatin 702bbc6c21 Merge pull request #489 from dayllenger/tetris
Expand window in tetris example
2017-10-16 11:22:36 +03:00
dayllenger fdbd7254ee expand window in tetris example 2017-10-14 19:28:33 +03:00
Roman Chistokhodov 137cb927f6 Fix for Windows 2017-10-12 19:20:59 +03:00
Roman Chistokhodov b2bcb79621 Add icon provider class. Add 3rdparty dependencies for freedesktop. Add 'Icons' tab to example1 2017-10-12 18:09:47 +03:00
and3md 94f955a1d8 Added WindowFlag.ExpandSize to example1. 2017-10-07 15:28:21 +02:00
Vadim Lopatin 6021717425 update version 2017-09-19 14:21:49 +03:00
Vadim Lopatin 12b19ed1ff update tree if items are added or removed - fix #278 2017-09-11 11:58:32 +03:00
Vadim Lopatin 65df1c5195 Merge pull request #428 from lemming-life/master
Example showing an editline list in dlangui.
2017-09-11 10:45:49 +03:00
lemming-life 57d643acc9 Example of an edit line list in dlangui. 2017-09-09 00:53:32 -06:00
lemming-life 1ea520aa28 Example showcasing and editline list. 2017-09-09 00:48:40 -06:00
Vadim Lopatin b22b951af8 Merge pull request #426 from lemming-life/master
Added StringListWidget for "list2" in example1.
2017-09-08 08:50:55 +03:00
lemming-life 089f22158e Added StringListWidget for "list2" in example1. Showcases finding keywords in the list via keyboard. 2017-09-07 22:51:07 -06:00
John Colvin fb4b1310da remove trailing whitespace 2017-09-04 12:09:58 +01:00
and3md efead8c004 Extend grid example - fullColumnOnLeft, fullRowOnTop checkboxes. 2017-08-19 15:49:37 +02:00
Vadim Lopatin 1673b3103e Merge pull request #405 from Superbelko/feature-propertymeta
Added basic widget's property metadata info
2017-08-18 13:53:28 +03:00
and3md 8a4484e6e7 Fix warnings in ircclient example. 2017-08-17 18:08:07 +02:00
and3md 9da549ebd8 Fix warnings in helloworld example. 2017-08-16 22:27:46 +02:00
and3md cde0731877 Remove warnings from dmledit example. 2017-08-16 21:11:55 +02:00
V. Khmelevskiy c99b3976f2 Added basic property metadata generation, and extended dmledit example to demonstrate it. 2017-08-16 19:20:29 +07:00
and3md c6d6abc8dd New charts module with SimpleBarChart. 2017-07-18 15:33:21 +02:00
and3md e31bd2cc2f Some fixes after widgets measure change, example for new window content managment. 2017-06-25 16:07:11 +02:00
Vadim Lopatin cca2b28ce9 dminer performance 2017-06-23 16:38:40 +03:00
Vadim Lopatin 2e540d1809 fix dminer performance 2017-06-23 16:37:42 +03:00
Vadim Lopatin 12c7c3a4be update projects 2017-06-23 15:50:19 +03:00
Vadim Lopatin 4c1e97c952 optimize dminer example; fix win32 opengl support; enable wireframe mode for drawing of meshes 2017-06-23 15:47:02 +03:00
Vadim Lopatin e1dafeddfd example with custom theme - #353 2017-06-08 10:03:11 +03:00
Vadim Lopatin 47615966db Merge pull request #368 from FreeSlave/x11_additions
X11 loop cleanup, less redraws. Support for non-resizable windows, mi…
2017-06-08 08:52:30 +03:00
Roman Chistokhodov 9657e80f04 X11 loop cleanup, less redraws. Support for non-resizable windows, minimize, maximize and restore on X11. Add minimize, maximize and restore buttons to example1 2017-06-08 03:54:08 +03:00
gazer 4b7fa25579 getting legacy GL to work 2017-06-07 23:33:16 +03:00
Vadim Lopatin bc96a55e48 fix deprecation warnings in example1 - UIString.fromRaw 2017-06-07 10:55:26 +03:00
Roman Chistokhodov bd6ed46cb2 Fix x11 version build. Temporarily build without opengl. Implement windowIcon setting for x11. Handling WM_DELETE_WINDOW event 2017-06-03 22:04:39 +03:00
Vadim Lopatin ff9a9cc878 Merge pull request #357 from FR86/fixing_ircclient
Fixing irrclient example compilation
2017-05-30 10:28:19 +03:00
fr 0d2dc8fae5 Fixing irrclient example compilation by specifiying which toUTF8 to use in settingsdlg.d. 2017-05-28 19:28:51 +02:00
fr c104cf00db Making spreadsheet.d compile by adding required import. 2017-05-28 19:24:51 +02:00
Vadim Lopatin f37fa6970b dminer optimizations 2017-05-15 17:08:13 +03:00
Vadim Lopatin a66f93d81a dminer optimization 2017-05-15 15:54:04 +03:00
Vadim Lopatin 1e14826643 dminer example - optimization 2017-05-15 11:11:07 +03:00
Vadim Lopatin ecc82fa184 dminer example optimizations 2017-05-15 06:39:41 +03:00