Commit Graph

1987 Commits

Author SHA1 Message Date
Vadim Lopatin 63217bb577 tooltips for tabs - implement #450 2017-09-20 10:35:24 +03:00
Vadim Lopatin 6021717425 update version 2017-09-19 14:21:49 +03:00
Vadim Lopatin f55d72c5a5 expand all / collapse all - fix #448 2017-09-19 14:20:48 +03:00
Vadim Lopatin 047b412e3c add editor find/replace action labels - for buggins/dlangide#306 2017-09-18 11:09:16 +03:00
Vadim Lopatin c2337589ce helper for adding checkbox menu items - for buggins/dlangide#302 2017-09-18 10:48:39 +03:00
Vadim Lopatin c125af3ff5 update version for pull request 2017-09-18 10:13:17 +03:00
Vadim Lopatin f92d83c624 Merge pull request #442 from pezipink/tree-clear-fix
tree.clear() fixed
2017-09-18 09:10:11 +03:00
pezi_pink db47becae8 tree.clear() fixed 2017-09-16 22:13:51 +01:00
Vadim Lopatin 80c0da2768 implement #441 - menu separators 2017-09-15 16:18:48 +03:00
Vadim Lopatin 46a8f1029a rework scrollbars auto mode - implement #440 2017-09-15 15:44:43 +03:00
Vadim Lopatin e6f62a0a15 tab widget enhancements - implement #439 2017-09-14 17:23:32 +03:00
Vadim Lopatin e712a064fd update version 2017-09-14 14:00:14 +03:00
Vadim Lopatin 18e93f28c1 Merge branch 'master' of github.com:buggins/dlangui 2017-09-14 13:57:14 +03:00
Vadim Lopatin e78cd9a63b add LineEdit enterKey signal 2017-09-14 13:56:43 +03:00
and3md 9d9e487153 Make sure that Boost licensed x11 package is used. 2017-09-13 19:04:01 +02:00
Vadim Lopatin 364a02da9d update version 2017-09-13 18:13:11 +03:00
Vadim Lopatin bab0654c1d fix slow closing of dlangide window 2017-09-13 18:12:23 +03:00
Vadim Lopatin 1b49e52dc3 add version 2017-09-13 16:59:37 +03:00
Vadim Lopatin c616be0ad4 additional fixes for #437, #436 2017-09-13 16:59:06 +03:00
Vadim Lopatin 2c346c015f implement DLANGUI_VERSION #438 2017-09-13 14:54:19 +03:00
Vadim Lopatin fe4afc6975 support saving/restoring window state - fix #437 2017-09-13 14:36:26 +03:00
Vadim Lopatin 787858b32b fix for #436 2017-09-13 13:15:41 +03:00
Vadim Lopatin ab061120fb settings dialog layout fixes; tree widget scrollbars fixes; fix #435, buggins/dlangide#285 2017-09-13 13:12:21 +03:00
Vadim Lopatin f0ab7f1b45 TreeWidget expand/collapse notification for items - implmement #432 2017-09-12 17:17:14 +03:00
Vadim Lopatin 54356dbca1 no main in unit tests - buggins/dlangide#276 2017-09-12 13:27:09 +03:00
Vadim Lopatin e2116d0be9 trying to fix buggins/dlangide#276 2017-09-12 11:47:08 +03:00
Vadim Lopatin a4a44b73bf Dialogs standard Ctrl+Enter and Esc key handling; InputBox focus and Enter key action fixes - close #429, close #430 2017-09-12 11:00:50 +03:00
Vadim Lopatin 1b82ea8d6a fix for buggins/dlangide#262 2017-09-11 15:34:14 +03:00
Vadim Lopatin 2f6e5c8554 toolbar disabled button size correction - for buggins/dlangide#248 2017-09-11 14:25:27 +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 d382cbf483 fixes editor key handling, file dialog 2017-09-08 15:07:01 +03:00
Vadim Lopatin 8d84223099 add selectAll method to editors 2017-09-08 14:46:38 +03:00
Vadim Lopatin 8c1ae8988e fix multiple monitor support in SDL - DPI detection code 2017-09-08 14:30:58 +03:00
Vadim Lopatin c269537679 editor search panel enhancements - close #427 2017-09-08 13:22:56 +03:00
Vadim Lopatin 3810b5848c fix build error 2017-09-08 13:15:48 +03:00
Vadim Lopatin d61d3ee1a4 highlight selected word occurences in text editor - close #420 2017-09-08 13:04:23 +03:00
Vadim Lopatin 2a78f1d9d1 whole words search/replace/highlight support in editors - close #424 2017-09-08 12:09:33 +03:00
Vadim Lopatin d3469713c6 trying to resolve out of memory error during compilation on x86 platform - #425 2017-09-08 10:54:31 +03:00
Vadim Lopatin 4e4cb9ee4e close popup (don't reopen) on combobox body click when popup is open - close 19 2017-09-08 10:33:21 +03:00
Vadim Lopatin 31d6a09990 implement #423 - sort order indicators in file dialog 2017-09-08 10:07:03 +03: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
and3md 72da1239bb FileDialog: Fix open directory by "Open" button - get the name from EditLine not activate selected item. 2017-09-07 19:40:54 +02:00
and3md 20e42ccfac Implemented #422 - Possibility to set default window icon for new windows. 2017-09-07 18:55:31 +02:00
Vadim Lopatin ce633a7675 change sort order of entries in file dialog by clicking on column header - close #409 2017-09-07 17:03:50 +03:00
Vadim Lopatin 9138d35a10 clear selection on home/end key if needed - close #421 2017-09-07 12:02:24 +03:00
Vadim Lopatin cb8193f663 support asArray for sorting items - for buggins/dlangide#250 2017-09-07 10:53:18 +03:00