Commit Graph

888 Commits

Author SHA1 Message Date
Vadim Lopatin 5f46f1ce32 dark theme: 2015-03-06 09:59:10 +03:00
Vadim Lopatin ae83f16639 dark theme, part 1 2015-03-05 17:40:19 +03:00
Vadim Lopatin f0742487dd implement clearing of glyph caches after font manager settings change; implement onThemeChange notification 2015-03-05 10:43:59 +03:00
Vadim Lopatin c6165bd64d combobox improvements; settings dialog improvements 2015-03-04 17:42:26 +03:00
Vadim Lopatin cd8e85372b fix settings 2015-03-04 13:44:17 +03:00
Vadim Lopatin cbf9b64b0c settings editor - edit number; editors - change listener 2015-03-04 13:28:08 +03:00
Vadim Lopatin 9d52514295 fix scroll issue; settings dialog improvements 2015-03-04 11:29:55 +03:00
Vadim Lopatin 4d62cdd359 settings dialog 2015-03-04 10:16:32 +03:00
Vadim Lopatin e654035492 settings dialog support 2015-03-03 17:57:12 +03:00
Vadim Lopatin 042c675431 controls 2015-03-03 16:53:38 +03:00
Vadim Lopatin 2cceeb94fb settings editors 2015-03-03 16:42:05 +03:00
Vadim Lopatin 77a076b485 settings dlg 2015-02-27 17:53:29 +03:00
Vadim Lopatin 192d3474dc settings dialog, part 1 2015-02-27 15:54:55 +03:00
Vadim Lopatin 964e05bc00 add donation button 2015-02-27 12:35:59 +03:00
Vadim Lopatin 2bb3fcb258 settings improvements: allow foreach iteration over arrays and maps 2015-02-27 12:18:44 +03:00
Vadim Lopatin 0850b5810f tree expand icon fix 2015-02-26 17:37:45 +03:00
Vadim Lopatin a780bcafad add win32.ocidl module 2015-02-25 14:30:33 +03:00
Vadim Lopatin ce820a5dd2 support of smart indents 2015-02-24 14:13:41 +03:00
Vadim Lopatin 021155b12a smart indents support 2015-02-24 12:32:32 +03:00
Vadim Lopatin 9275b8c811 rename SyntaxHighlighter to SyntaxSupport 2015-02-24 11:19:37 +03:00
Vadim Lopatin 2428b06ad8 Merge pull request #65 from axiom-a/use_of_package
Use of package.d for cleaner import lines in applications.
2015-02-24 10:51:03 +03:00
Vadim Lopatin 4fd9841e7a fix issue #12 - dlib warning; fixed by switching to ~master 2015-02-24 10:47:58 +03:00
Vadim Lopatin bde4b0d44e Merge pull request #67 from MrSmith33/master
Fix 64-bit build.
2015-02-24 07:04:49 +03:00
Vadim Lopatin 765b281325 Merge pull request #68 from emil-perhinschi/master
new font path
2015-02-24 07:03:28 +03:00
Emil Nicolaie Perhinschi 33d1afebc6 registered a font path so dlangide will compile on Debian Wheezy without hacks 2015-02-24 03:19:46 +02:00
Andrey Penechko 8b1395ca00 Fix 64-bit build. 2015-02-23 13:38:13 +02:00
knommad 0d81aafee6 Use of package.d for cleaner import lines in applications. 2015-02-22 09:13:53 +10:30
Vadim Lopatin 5e59151661 fix issue 32 submitted on dlangide 2015-02-20 16:23:12 +03:00
Vadim Lopatin fcda30b159 fix dlangide issue 33 - openging of .json file in editor causes crash 2015-02-19 11:29:33 +03:00
Vadim Lopatin fca69bd34e dlangide - add libdparse 2015-02-18 10:58:55 +03:00
Vadim Lopatin f4fad909c2 fix settings implementation 2015-02-17 17:40:44 +03:00
Vadim Lopatin 54bb53d4e5 temporary fix for app hanging on druntime shutdown when there were several threads: 2015-02-17 15:49:01 +03:00
Vadim Lopatin 7ed43feb7f fix key codes 2015-02-17 14:21:24 +03:00
Vadim Lopatin cf4ba4a9a3 window onClose handler 2015-02-17 13:20:08 +03:00
Vadim Lopatin 42f9d60b4f better settings accessors 2015-02-17 11:50:05 +03:00
Vadim Lopatin ae12dd12b9 search executable using PATH env variable 2015-02-17 11:01:07 +03:00
Vadim Lopatin 90429a84fd Merge pull request #62 from MrSmith33/master
Fix appending string to dchar[]. Fix C-style arrays.
2015-02-17 09:33:14 +03:00
Vadim Lopatin 36a95e6849 Merge pull request #61 from Freakazo/master
Check that line is not empty.
2015-02-17 09:32:22 +03:00
Andrey Penechko af30472a7b Fix appending string to dchar[]. Fix C-style arrays. 2015-02-17 02:45:22 +02:00
Vadim Lopatin 30b731a8cf fix dlib dependency - use tagged version to resolve unittest build error 2015-02-16 14:09:40 +03:00
Vadim Lopatin 8208f43049 configurable shortcuts - issue #59 2015-02-16 12:06:43 +03:00
Vadim Lopatin 009e0ec21c externalizable accelerators 2015-02-16 10:52:11 +03:00
Vadim Lopatin 9b3c2b3cfc improve settings 2015-02-16 10:27:25 +03:00
Hans-Albert Maritz eaee37599f Check that line is not empty.
Fixes potential out of bounds access a couple of lines below.
2015-02-15 20:05:48 +11:00
Vadim Lopatin 06d1f31cd0 fixes 2015-02-13 17:14:35 +03:00
Vadim Lopatin 7490ae0c56 fix resource leak when closing tabs 2015-02-13 16:35:38 +03:00
Vadim Lopatin 195a8587be resource leak detection - always enable for debug builds 2015-02-13 16:22:43 +03:00
Vadim Lopatin d34ffd75a1 allow processing of window close event - e.g. to disable closing if there is unsaved data - issue #60 implemented for win32 backend 2015-02-13 14:20:53 +03:00
Vadim Lopatin 26d9481506 implement drag&drop files to application window 2015-02-13 13:37:24 +03:00
Vadim Lopatin 218093443b global action name/id maps, global action accelerator map - to allow overriding actino accelerators 2015-02-13 12:40:48 +03:00