Commit Graph

539 Commits

Author SHA1 Message Date
Vadim Lopatin 6f44eb5845 toolbars; fix focus problems in dock host 2015-01-16 15:08:55 +03:00
Vadim Lopatin fd4b00bfb4 toolbars support 2015-01-16 13:58:38 +03:00
Vadim Lopatin 462dcb2eb7 fix issue with widget own styles; Docked windows, part 2 2015-01-16 10:50:44 +03:00
Vadim Lopatin 94c494a690 dockable panels, part 1 2015-01-15 17:35:28 +03:00
Vadim Lopatin 96a0213145 add AppFrame and StatusLine classes 2015-01-15 15:30:03 +03:00
Vadim Lopatin 4c1615ffa6 Tab control: support navigation between tabs with Ctrl+Tab / Ctrl+Shift+Tab 2015-01-15 14:11:20 +03:00
Vadim Lopatin de9bdf2965 Merge branch 'master' of github.com:buggins/dlangui 2015-01-15 12:28:45 +03:00
Vadim Lopatin 477dababd8 syskey support for win32 2015-01-15 12:28:14 +03:00
Vadim Lopatin fbeef1b15d Menu fixes 2015-01-15 12:11:01 +03:00
Vadim Lopatin 789e435d3f fix visuald project release build settings 2015-01-14 21:38:12 +03:00
Vadim Lopatin 2c855c4a97 Merge branch 'master' of github.com:buggins/dlangui 2015-01-14 20:47:47 +03:00
Vadim Lopatin 7d0d4a4f01 exception dump 2015-01-14 20:47:31 +03:00
Vadim Lopatin 6efd603d17 fix editbox and combobox styles 2015-01-14 17:04:36 +03:00
Vadim Lopatin a157a5314d update editbox style; remove unused resources 2015-01-14 16:48:20 +03:00
Vadim Lopatin eba9fdfb79 refactoring: reduce duplicated code for default drawing of WidgetGroup 2015-01-14 16:16:05 +03:00
Vadim Lopatin e7cd6a2c9d fix combobox style and disabled state handling for combobox 2015-01-14 15:59:42 +03:00
Vadim Lopatin 22bd6fac35 refactoring: standard style ids 2015-01-14 15:51:16 +03:00
Vadim Lopatin 50d82fd414 update styles for buttons, checkboxes, radiobuttons 2015-01-14 14:58:45 +03:00
Vadim Lopatin 37d5f1efcd update styles for buttons and checkboxes; refactoring - extract color related definitions to colors.d 2015-01-14 13:21:58 +03:00
Vadim Lopatin 9a8eb66e6b combo box styles reworked 2015-01-14 12:03:23 +03:00
Vadim Lopatin c815bdbffe focus rectangle support added 2015-01-14 11:32:56 +03:00
Vadim Lopatin c532ca84e6 support custom colors in styles 2015-01-14 10:16:27 +03:00
Vadim Lopatin 05165a5b18 new button style for default theme 2015-01-14 09:56:11 +03:00
Vadim Lopatin ef4d842d38 refactoring 2015-01-13 18:41:06 +03:00
Vadim Lopatin 77a44a9e06 better resources for radio buttons and checkboxes 2015-01-13 16:50:45 +03:00
Vadim Lopatin acf5fb3531 update checkbox resources; support fixed layoutWidth, layoutHeight 2015-01-13 16:25:45 +03:00
Vadim Lopatin 55f9a43a2f fix tree view and scroll widget 2015-01-13 15:19:26 +03:00
Vadim Lopatin cc838718ef fix LinearLayout 2015-01-12 17:43:33 +03:00
Vadim Lopatin bdba7bd15b fix win32 build w/o opengl 2015-01-12 17:14:57 +03:00
Vadim Lopatin 24a033f1d9 don't shrink non-fill-parent items in linear layout 2015-01-12 14:18:58 +03:00
Vadim Lopatin d709a26434 fix win32 window icon - issue #28 2015-01-12 14:18:32 +03:00
Vadim Lopatin 83b4e98390 fix OpenGL support in additional windows under pure win32 - issue #27 2015-01-12 13:44:46 +03:00
Vadim Lopatin 359ac8d0ba fix windows build properties 2015-01-07 18:39:00 +03:00
Vadim Lopatin b6a991d3e6 fix win32 build properties 2015-01-07 18:22:59 +03:00
Vadim Lopatin 1f482e48a2 temp fix of Window build with dub 0.9.22 2015-01-07 18:09:05 +03:00
Vadim Lopatin 50a5232053 FileDlg improvements; fix ComboBox 2015-01-07 18:08:11 +03:00
Vadim Lopatin 15226e85a4 i18n: fix fallback value; FileDialog: filetype combobox 2015-01-07 12:50:58 +03:00
Vadim Lopatin 66f02db2f1 FileDialog - file type filter support, part 1 2015-01-07 11:16:36 +03:00
Vadim Lopatin cc6610bbc1 update docs for i18n 2015-01-06 23:06:05 +03:00
Vadim Lopatin 6cf62f374c i18n: support both resource id and fallback dstring - to allow inline fallback strings 2015-01-06 23:02:18 +03:00
Vadim Lopatin 202ff81633 file dialog path segments fixed; enhancement issue #22 implemented. 2015-01-05 18:17:25 +03:00
Vadim Lopatin 78f407c474 fixes 2015-01-05 18:04:58 +03:00
Vadim Lopatin 5fdf4ad935 FileDialog - path segments 2015-01-05 17:47:35 +03:00
Vadim Lopatin 0b073321a2 Merge pull request #24 from MrSmith33/master
Fix C-style arrays.
2014-12-31 13:14:05 +03:00
Vadim Lopatin 1de90b5434 FileDialog path segment buttons 2014-12-31 09:56:46 +03:00
Andrey Penechko bf6d65959d Fix C-style arrays. 2014-12-31 03:03:52 +02:00
Vadim Lopatin 4cbf96784b fileDialog - path elements panel, in progress 2014-12-30 18:28:49 +03:00
Vadim Lopatin 466509b7fa add empty parameters list constructor support to all widgets - for future usage by factory methods 2014-12-30 17:03:42 +03:00
Vadim Lopatin f0883c5816 Use master version of dlib to enable jpeg support; enable OPENGL for windows builds 2014-12-30 15:50:05 +03:00
Vadim Lopatin 1f232f477d add Travis-CI build status icon 2014-12-30 15:38:20 +03:00