Commit Graph

379 Commits

Author SHA1 Message Date
Vadim Lopatin 54c67d9a0b fixes 2014-09-08 13:41:28 +04:00
Vadim Lopatin 0a47398344 dlanguilib-win32 - project to build with XamarinStudio/MonoD under win32 2014-09-02 12:04:14 +04:00
Vadim Lopatin b26673372d Merge pull request #17 from hdon/master
Fix some crashes, OpenGL context sharing, and other minor changes
2014-09-02 10:53:11 +04:00
Donny Viszneki 5ef2a719f3 StringGridWidget bugfix: cell backgrounds now clip inside the grid's client area 2014-08-18 23:20:00 -07:00
Donny Viszneki 1b11e24f05 MenuWidgetBase: onMenuItem() now destroys popup *after* handleMenuItemClick() to help prevent MenuItem "item" from being invalidated prematurely 2014-08-17 19:35:33 -07:00
Donny Viszneki 9f4b8e47eb addressed some synchronization issues in i18n to fix a crash with GDC 4.9.0; removed some minor unused features 2014-08-14 05:18:06 -07:00
Donny Viszneki 09953b2057 dos2unix'd i18n module; the file had inconsistent line-endings! 2014-08-14 05:13:37 -07:00
Donny Viszneki 4fa76dc40e dlangui.graphics.glsupport module now draws with VBOs and VAOs 2014-08-13 19:02:54 -07:00
Donny Viszneki 198f685665 loadImage() errors are now logged 2014-08-13 18:37:55 -07:00
Donny Viszneki 78a5e49d07 SDLPlatform now enables OpenGL context sharing (important for multi-window) 2014-08-13 16:29:32 -07:00
Donny Viszneki dbe7671cf2 synchronized dlangui.core.logger.Logger; also refactored it a little bit 2014-08-13 16:24:47 -07:00
Donny Viszneki 71fd3086bd dlangui.core.stdaction module now uses immutable and static module initializer 2014-08-13 14:47:32 -07:00
Donny Viszneki c37eb75ef9 ignore vim's .swp files 2014-08-13 12:56:30 -07:00
Vadim Lopatin def5580108 file dialog, continue 2014-07-07 11:19:25 +04:00
Vadim Lopatin 60b5f084d4 file open dialog - continue development 2014-07-07 10:22:31 +04:00
Vadim Lopatin cee53890a7 filedialog test code 2014-07-03 10:41:01 +04:00
Vadim Lopatin 969090f5b4 remove gl3n references 2014-06-11 14:54:26 +04:00
Vadim Lopatin b8e95200d8 remove libpng references 2014-06-11 14:52:32 +04:00
Vadim Lopatin c22cd01372 remove libpng 2014-06-11 14:42:51 +04:00
Vadim Lopatin e2de90f258 remove unused subprojects 2014-06-11 14:40:37 +04:00
Vadim Lopatin fe721e181d Merge branch 'master' of github.com:buggins/dlangui 2014-06-11 14:39:34 +04:00
Vadim Lopatin 8441ca6f2c remove gl3n and libpng usage 2014-06-11 14:16:26 +04:00
Vadim Lopatin 7cdc6c4521 Merge branch 'master' of https://github.com/buggins/dlangui 2014-06-11 14:13:25 +04:00
Vadim Lopatin 0082fa5134 dub json fixes 2014-06-11 14:13:02 +04:00
Vadim Lopatin 47ddd2e856 fixes 2014-06-11 14:09:20 +04:00
Vadim Lopatin fe96a3dc87 update readme with Grid info 2014-06-11 13:39:30 +04:00
Vadim Lopatin 358d45ea04 remove LIBPNG support 2014-06-11 13:37:57 +04:00
Vadim Lopatin 566a962762 remove unused dlls 2014-06-11 13:35:46 +04:00
Vadim Lopatin d440780721 remove unused deps 2014-06-11 13:33:59 +04:00
Vadim Lopatin 956645f467 string grid is working ok 2014-06-11 13:31:43 +04:00
Vadim Lopatin 388a2bc970 grid fixes 2014-06-11 13:22:16 +04:00
Vadim Lopatin f2311006b5 grid coordinates fix 2014-06-09 14:40:20 +04:00
Vadim Lopatin ee8c6edbd7 header cols/rows with negative coords; part 1 2014-06-09 14:07:41 +04:00
Vadim Lopatin e7b40dc6e0 grids: row select support 2014-06-09 13:26:19 +04:00
Vadim Lopatin 0103bb8a3d grid: improved scroll support 2014-06-09 11:30:16 +04:00
Vadim Lopatin a283ebd307 better scrollbar support 2014-06-09 11:09:09 +04:00
Vadim Lopatin a488efaa15 grid actions: scroll by one cell 2014-06-09 10:21:43 +04:00
Vadim Lopatin 0091cacd88 fix auto fit col/row sizes 2014-06-09 10:05:46 +04:00
Vadim Lopatin 8a5127cef5 grids: move example data generation outside 2014-06-05 16:23:57 +04:00
Vadim Lopatin bafb0d2710 grid: refactor, move common functionality to base class 2014-06-05 14:36:29 +04:00
Vadim Lopatin 52824b85b5 grid: autohide scrollbars 2014-06-05 14:11:09 +04:00
Vadim Lopatin 10ea52c9bd grid: scrollbars 2014-06-05 13:47:14 +04:00
Vadim Lopatin f7f5e9e9e9 grid navigation: support PageUp/PageDown and Ctrl+PageUp/Ctrl+PageDown 2014-06-05 12:05:37 +04:00
Vadim Lopatin 16839c4f36 grids: navigation and scroll with keys 2014-06-05 10:58:55 +04:00
Vadim Lopatin a9b921350e grids: support selection moving using keys 2014-06-05 09:33:30 +04:00
Vadim Lopatin 305e020de7 grid mouse handling - select cell 2014-06-03 16:57:29 +04:00
Vadim Lopatin 1a849c1970 grids: continue development; simple grid content is shown 2014-06-03 14:30:47 +04:00
Vadim Lopatin 1dc6ac7697 grid development in progress 2014-06-03 11:02:59 +04:00
Vadim Lopatin d8cf52c6ad add grid.d to VD project 2014-06-03 09:42:58 +04:00
Vadim Lopatin dccc7a8d48 scrollbar fixes 2014-06-03 08:53:24 +04:00