Commit Graph

637 Commits

Author SHA1 Message Date
Vadim Lopatin bb0c8ce1f0 fix readme - APP_ENTRY_POINT 2015-01-27 20:13:12 +03:00
Vadim Lopatin 7c39e9f15e fix crash on popup dialogs w/o handlers 2015-01-27 18:34:00 +03:00
Vadim Lopatin 1554e52783 fix styles of popup window and file dialog places list 2015-01-27 16:46:48 +03:00
Vadim Lopatin 7e4f4ff019 improvements for dlangui 2015-01-27 16:26:54 +03:00
Vadim Lopatin 90cf7253ca file dialogs in popup by default; update style for floating windows 2015-01-27 15:47:52 +03:00
Vadim Lopatin cf75dd3496 modal popups 2015-01-27 15:20:02 +03:00
Vadim Lopatin 71e3ba0f62 ability to show any dialog in popup 2015-01-27 14:51:37 +03:00
Vadim Lopatin da821bcefc new type of button - URL link; support opening of URL in external browser - for windows 2015-01-27 13:56:42 +03:00
Vadim Lopatin 2009575542 resizing in docks is working 2015-01-27 11:44:39 +03:00
Vadim Lopatin b76b47833a docks refactoring 2015-01-27 11:26:59 +03:00
Vadim Lopatin 7f27b57063 dock window resizers, part 2 2015-01-26 21:28:49 +03:00
Vadim Lopatin a820afd995 fix build error 2015-01-26 19:55:42 +03:00
Vadim Lopatin e1b13514c4 resizers in docks - part 1 2015-01-26 19:47:27 +03:00
Vadim Lopatin 96d19be199 support exact filename in file filter; fix action dispatching when no focus 2015-01-26 17:35:03 +03:00
Vadim Lopatin 6e1f11fd57 better actions support 2015-01-26 16:54:35 +03:00
Vadim Lopatin f509171b04 AppFrame: main menu accelerators 2015-01-26 16:28:42 +03:00
Vadim Lopatin f11435e4b6 tab and tree controls fixes 2015-01-26 16:07:35 +03:00
Vadim Lopatin 90e6d7e49c collections: crash fixed; editors: notify about modified state change; tabs: allow renaming tab: 2015-01-26 13:36:10 +03:00
Vadim Lopatin d46febac11 disable OpenGL 2015-01-26 12:10:56 +03:00
Vadim Lopatin 3e53fdb3db subpixel rendering for OpenGL, part 2 2015-01-26 10:39:50 +03:00
Vadim Lopatin 4e90c9b39e cleartype for opengl, part 1; WARNING: openGL text rendering is broken - don't sync to this commit 2015-01-26 07:29:53 +03:00
Vadim Lopatin b15478b8e5 subpixel antialiasing in freetype fonts 2015-01-24 22:10:08 +03:00
Vadim Lopatin d66f79c019 EditBox - zoomIn/zoomOut using Ctrl+keypad +/- 2015-01-24 11:01:34 +03:00
Vadim Lopatin a6f68a5f52 turn on subpixel antialiasing (ClearType) for win32 fonts / no opengl 2015-01-23 22:27:47 +03:00
Vadim Lopatin ae75f40323 subpixel rendering 2015-01-23 17:50:25 +03:00
Vadim Lopatin 40c138e911 subpixel rendering, part 1 2015-01-23 15:48:29 +03:00
Vadim Lopatin b417db74a0 font size fixes 2015-01-23 10:36:51 +03:00
Vadim Lopatin fdb965b45c fix saving of text files 2015-01-22 18:16:45 +03:00
Vadim Lopatin 173388fdff fix crash on action handling 2015-01-22 17:57:52 +03:00
Vadim Lopatin 0b3440500a fix build error 2015-01-22 16:18:12 +03:00
Vadim Lopatin 0ddf2fa508 get rid of unnecessary resource dirs, language and theme setting when default values are used 2015-01-22 16:14:43 +03:00
Vadim Lopatin 5b1c0de0ae embedded resources in examples; embedded i18n resources support 2015-01-22 15:48:01 +03:00
Vadim Lopatin 3d8f195e4a embed standard resources 2015-01-22 14:21:18 +03:00
Vadim Lopatin 0cac220762 embed standard resources, part 1 2015-01-22 13:09:53 +03:00
Vadim Lopatin ae543e7c8a embed standard resources, part 1 2015-01-22 12:31:05 +03:00
Vadim Lopatin a19466c612 fix dub build 2015-01-22 11:17:49 +03:00
Vadim Lopatin e7571a37c5 fix dub build: 2015-01-22 12:10:33 +04:00
Vadim Lopatin 645ed7c9b5 fix x64 build 2015-01-22 12:09:10 +04:00
Vadim Lopatin 4984dee061 Merge branch 'master' of github.com:buggins/dlangui 2015-01-22 12:00:30 +04:00
Vadim Lopatin 3448facf43 package refactoring 2015-01-22 10:49:46 +03:00
Vadim Lopatin aba7f3ed57 add subconfigurations 2015-01-22 09:57:21 +03:00
Vadim Lopatin c78814fa6c minimize dub.json content 2015-01-22 09:33:12 +03:00
Vadim Lopatin 240a693942 update readme for win32 2015-01-22 09:14:34 +03:00
Vadim Lopatin 7ca206fe3d move X11 files to 3rdparty-extra 2015-01-22 09:14:08 +03:00
Vadim Lopatin da3ef18046 move unused 3rdparty files to xrdparty-extra 2015-01-22 09:12:12 +03:00
Vadim Lopatin a276806ef3 add toolbar styled combobox 2015-01-21 17:45:19 +03:00
Vadim Lopatin 27e4b4e9cb update styles 2015-01-21 16:17:00 +03:00
Vadim Lopatin 9bcff67702 update styles for treem, list items, menu items 2015-01-21 12:17:06 +03:00
Vadim Lopatin 98b99f1d7d fix issue #30 - fillRect clipping for openGL 2015-01-21 10:58:03 +03:00
Vadim Lopatin 255cf51d2c syntax highlight fixes 2015-01-21 10:53:19 +03:00