Commit Graph

1849 Commits

Author SHA1 Message Date
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
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
lemming-life 17c2f93cb6 Added search string in StringListWidget when KeyAction is Text 2017-08-16 20:12:38 -06:00
lemming-life 89c8191d45 Added find word in StringListWidget 2017-08-16 20:05:57 -06:00
Vadim Lopatin f7fa74a980 Merge pull request #391 from and3md/confirm_override
FileDialogFlag.ConfirmOverwrite flag support
2017-07-22 10:44:12 +03:00
and3md 3f6e4d03a4 English and Polish translation for confirm overwrite. 2017-07-21 13:47:31 +02:00
and3md 3af97996ca showMessageBox() example fix. 2017-07-21 13:43:09 +02:00
and3md fb53e6f55c FileDialogFlag.ConfirmOverwrite flag support. 2017-07-21 13:42:07 +02:00
Vadim Lopatin 018a3c9857 add charts module to projects 2017-07-19 10:42:26 +03:00
Vadim Lopatin 99beee020a Merge pull request #390 from and3md/charts
New charts module
2017-07-19 10:34:18 +03:00
and3md bb539a4cd1 Removed not needed log. 2017-07-18 17:21:44 +02:00
and3md e2803a9abb Add charts module to package.d 2017-07-18 15:33:31 +02:00
and3md c6d6abc8dd New charts module with SimpleBarChart. 2017-07-18 15:33:21 +02:00
and3md 3fa0ed5c00 SimpleTextFormatter - add draw version with alignment 2017-07-18 15:31:40 +02:00
and3md 3816e39155 Add font change handler. 2017-07-18 15:31:18 +02:00
Vadim Lopatin 5ad896409a Merge pull request #388 from denizzzka/external_target
External platforms support
2017-07-18 11:37:18 +03:00
Denis Feklushkin c250ebdd6f external platforms support, some comments added, console compilation fix 2017-07-18 07:39:14 +07:00
Vadim Lopatin e4b54778d9 Merge pull request #383 from and3md/measure_fixes
Measure fixes and improvments
2017-07-10 19:44:31 +03:00
and3md e8f7d2ded4 Fix dialogs to be compatible with new window size/content managment. 2017-06-29 20:30:43 +02:00
and3md c8ebb6bd68 Fix setWindowState() on windows, change resize behavior to be compatible with SDL. 2017-06-29 20:22:54 +02:00
and3md ab1ddc7529 Add MeasureWindow flag to Window helps if you want window with scrollbars but first measure content size. 2017-06-29 20:19:49 +02:00
and3md 2bebff9404 Restore window on SDL resets size and pos to values from window create on linux. 2017-06-29 20:17:03 +02:00
and3md f458c4d9d0 Grid: ability to set how many columns/rows get to measure widget size. 2017-06-29 20:15:17 +02:00
Vadim Lopatin f152eacf59 Merge pull request #382 from and3md/show_popup_fix
Show popup need window update.
2017-06-28 08:33:18 +03:00
Vadim Lopatin 581dd59a76 Merge pull request #381 from John-Colvin/patch-3
improve travis setup
2017-06-28 08:33:04 +03:00
John Colvin e3d7bd6721 update to testing on trusty 2017-06-27 09:26:19 +01:00
and3md 932430ffc2 Show popup need window update. 2017-06-26 19:26:41 +02:00
John Colvin 89751d94a7 travis without sudo 2017-06-26 16:34:24 +01:00
John Colvin cbcd0f8779 use travis apt addon 2017-06-26 16:34:24 +01:00
John Colvin 6bdc03a377 test different compilers 2017-06-26 16:34:24 +01:00
Vadim Lopatin 10bb4b4537 Merge pull request #380 from John-Colvin/patch-3
fix taking address of std{out,err} for dmd 2.075.0-b1
2017-06-26 18:17:41 +03:00
Vadim Lopatin 418c4a6b6e Merge pull request #379 from and3md/calc_widget_sizes
Fix for #354 - wrongly calculated widget sizes.
2017-06-26 18:17:30 +03:00
John Colvin e1fc92d066 exclude osx gdc 2017-06-26 16:14:13 +01:00
John Colvin a85cfe7c69 select more recent gdc 2017-06-26 16:10:59 +01:00
John Colvin bfec06917e test different compilers 2017-06-26 15:55:19 +01:00
John Colvin 80daed61a0 fix taking address of std{out,err} for dmd 2.075.0-b1 2017-06-26 15:50:45 +01:00
and3md 9c0eaec5af Accidental _OPENGL_ENABLED value change. 2017-06-25 18:39:42 +02:00
and3md 3dc4d6679a Full implemented scrollbars events. 2017-06-25 17:10:52 +02:00
and3md e31bd2cc2f Some fixes after widgets measure change, example for new window content managment. 2017-06-25 16:07:11 +02:00
and3md df9346920e Fix theme change crash on X11. 2017-06-25 15:46:51 +02:00
and3md baec5e04b4 Support window resize/add scrollbars when content is too big on win32. 2017-06-25 15:45:14 +02:00
and3md b2676e83c2 Fix theme change when window scrollbar visible. 2017-06-25 15:35:48 +02:00
and3md 774a33aae4 Support window resize/add scrollbars when content is too big on X11. 2017-06-25 14:39:34 +02:00
and3md 27c8e70f5b Implemented window resize/add scrollbars when content is too big. Temporarily works only on SDL. 2017-06-25 14:14:03 +02:00
and3md 6980a9b2e3 Set LineEdit measured size to "aaaaa" size and EditBox to "aaaaa/naaaaa". 2017-06-25 13:56:37 +02:00
and3md 110fc9122e Change the way how some widgets are measured, minimumVisibleContentSize() for widgets which content can be bigger than widget size. 2017-06-25 13:53:23 +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