Commit Graph

2217 Commits

Author SHA1 Message Date
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
Vadim Lopatin 27f170a7b9 filename edit box layout - fill parent 2017-09-06 17:34:39 +03:00
Vadim Lopatin ff5adbce0e fix tab handling 2017-09-05 12:04:33 +03:00
Vadim Lopatin f7c8aca1ee editors: implement replace #178 2017-09-05 12:03:02 +03:00
Vadim Lopatin ddf9b82a18 editors find / replace enhancements 2017-09-05 10:27:04 +03:00
Vadim Lopatin b65fa61272 fix Float settings combobox behavior 2017-09-05 10:24:44 +03:00
Vadim Lopatin a40eeb66af add findNext / findPrev editor actions, shortcuts F3 / Shift+F3 #178 2017-09-05 10:01:01 +03:00
Vadim Lopatin 3ea66645b8 find/replace in editors; #178 #47 2017-09-04 18:07:38 +03:00
Vadim Lopatin cfb0e63145 search result highlight - #178 2017-09-04 17:42:55 +03:00
Vadim Lopatin 7312212914 fix build error 2017-09-04 16:23:54 +03:00
Vadim Lopatin bad404400f find/replace in editors, continue; #178 2017-09-04 16:21:28 +03:00
Vadim Lopatin c48b097d22 fix #418 - directory selection in FileDialog 2017-09-04 14:51:30 +03:00
Vadim Lopatin 7da5ca6108 fix for support autoindent at first line 2017-09-04 14:33:32 +03:00
Vadim Lopatin 62a58b8bf5 Merge branch 'master' of github.com:buggins/dlangui 2017-09-04 14:16:01 +03:00
Vadim Lopatin 993f8e5934 Merge pull request #417 from John-Colvin/trailingWhitespace
remove trailing whitespace
2017-09-04 14:14:58 +03:00
Vadim Lopatin 23d4a7406b fix #416 - editor whitespace marks for lines containing whitespace only 2017-09-04 14:12:22 +03:00
John Colvin fb4b1310da remove trailing whitespace 2017-09-04 12:09:58 +01:00
Vadim Lopatin 0007f441c6 Merge pull request #415 from John-Colvin/register_tabwidget
register TabWidget
2017-09-04 14:02:59 +03:00
John Colvin 9506a0f70b register TabWidget 2017-09-04 11:48:08 +01:00
Vadim Lopatin 3181cbef09 flags processing for AltGr text input #414 2017-09-04 12:33:07 +03:00
Vadim Lopatin 02037974c5 rework modifier keys handling for #414 2017-09-04 12:18:58 +03:00