Commit Graph

1603 Commits

Author SHA1 Message Date
Vadim Lopatin b728a32b80 disable extra logging 2016-05-18 11:49:12 +03:00
Vadim Lopatin a855982cd4 fix scrollbar integer overflow on big positions - close #256 2016-05-18 11:48:10 +03:00
Vadim Lopatin 08b9461815 workaround for crash on mouse event in list when layout is not yet called - close #259 2016-05-18 11:30:55 +03:00
Vadim Lopatin e7e32db3be fix moving focus out of disabled focused widget - close #262 2016-05-18 11:21:48 +03:00
Vadim Lopatin 977bfd5270 support distinct left and right ctrl/shift/alt/win 2016-05-18 10:58:09 +03:00
Vadim Lopatin b6395253a0 fix accelerator map search; fix editor ctrl+shift+ up / down selection 2016-05-18 10:06:03 +03:00
Vadim Lopatin bc25586223 fix for issue #261 -- better matching of key flags, better accelerator handling 2016-05-18 09:33:16 +03:00
Vadim Lopatin ac4593b8f9 fix for issue #261 -- better matching of key flags 2016-05-18 08:47:05 +03:00
Vadim Lopatin 806742c848 Merge pull request #260 from default0/file_dialog_tweaks
File dialog tweaks
2016-05-10 09:59:10 +04:00
Cedric Schneider da7a1df886 FileDialog: Improve directory selection
If you select a directory but do not open it and then hit the "Select Directory" button to close the dialog the open path would be given as result instead of the selected directory.
This change breaks backwards compatibility insofar that the "path" property you would use to access the selected path in OpenDirectory dialogs is no longer the path the user chose, but instead the parent directory of the path the user chose.
2016-05-07 23:12:45 +02:00
Cedric Schneider d6011aa5e4 FileDialog: Flag to show hidden files 2016-05-07 22:56:22 +02:00
Vadim Lopatin de37d14b04 resolve module name conflict fontconfig/types.d and dlangui/core/types.d when building with ldmd2 on windows 2016-05-04 09:34:40 +03:00
Vadim Lopatin 4e2addbcd0 Merge branch 'master' of github.com:buggins/dlangui 2016-05-04 09:17:35 +03:00
Vadim Lopatin 56658e2802 fix win32 build with older compiler (w/o core.sys.windows) 2016-05-04 09:17:17 +03:00
Vadim Lopatin bf024b9ba1 Merge pull request #253 from MyLittleRobo/menu_action_segfault_fix
Fix segfault when MenuItem does not have Action
2016-04-29 19:00:58 +04:00
FreeSlave 07d2b0cf07 Fix segfault when MenuItem does not have Action 2016-04-29 08:38:37 -04:00
Vadim Lopatin 84895abfb2 dminer fixes 2016-04-27 11:57:39 +03:00
Vadim Lopatin 38899267f1 Fix Win32 platform multiple windows OpenGL context usage; -- dlangide#151 2016-04-27 11:56:56 +03:00
Vadim Lopatin 416b519f39 dminer fixes 2016-04-27 09:58:17 +03:00
Vadim Lopatin f77ed053cb dminer improvements 2016-04-27 09:01:08 +03:00
Vadim Lopatin f9cfc04d3c fixes for dminer 2016-04-26 16:55:51 +03:00
Vadim Lopatin 21e39df8a3 dminer 2016-04-26 16:49:27 +03:00
Vadim Lopatin 5cd49dd25e add Android project for DMiner 2016-04-26 16:17:24 +03:00
Vadim Lopatin 7cacca8964 remove old world chunks implementation 2016-04-26 16:15:54 +03:00
Vadim Lopatin 23fc79142f dminer - chunk 2016-04-26 15:59:33 +03:00
Vadim Lopatin e31fd88107 new chunks format 2016-04-26 15:48:21 +03:00
Vadim Lopatin 29db6b73a5 fix EditLine ENTER key handling - close #248 2016-04-26 11:12:34 +03:00
Vadim Lopatin 95a0d0370d DMiner fixes for android 2016-04-26 10:29:14 +03:00
Vadim Lopatin caa09ae56e fix dminer 2016-04-26 10:09:37 +03:00
Vadim Lopatin aada605eaa dminer fixes 2016-04-26 10:07:01 +03:00
Vadim Lopatin e1dfac4e14 opengl 2016-04-26 09:49:29 +03:00
Vadim Lopatin 74fd9ab474 dminer enhancements - #247 2016-04-26 09:29:24 +03:00
Vadim Lopatin 0484cd9b09 performance optimizations 2016-04-26 08:28:55 +03:00
Vadim Lopatin 682e3d69ac castle generator - #247 2016-04-25 16:15:59 +03:00
Vadim Lopatin 1ad136f42e #247 move while mouse is down 2016-04-25 15:21:09 +03:00
Vadim Lopatin eb3bd56e90 grass terrain 2016-04-25 14:43:23 +03:00
Vadim Lopatin ed1e5c04aa remove miner code from d3d 2016-04-25 14:07:18 +03:00
Vadim Lopatin 84dca765d9 fix warning 2016-04-25 13:50:14 +03:00
Vadim Lopatin 13ee465cef fix lighting 2016-04-25 13:39:46 +03:00
Vadim Lopatin b912b6ba83 fixes 2016-04-25 09:59:15 +03:00
Vadim Lopatin 7a6a9b1ab6 dminer example: fix block texture coords - #247 2016-04-25 09:41:06 +03:00
Vadim Lopatin 9dc12cde78 dminer example: implement grass - #247 2016-04-25 09:16:03 +03:00
Vadim Lopatin 17e8f78857 dminer example, initial versin 2016-04-25 08:39:24 +03:00
Vadim Lopatin 7ab93a22f5 Merge pull request #246 from mleise/patch-1
Minimal error reporting for SDL_Init
2016-04-23 22:05:49 +04:00
Marco Leise 02ee3ec7bc Minimal error reporting for SDL_Init 2016-04-23 01:49:59 +02:00
Vadim Lopatin d6bdd4ab1c Tetris hdpi support 2016-04-22 15:02:49 +03:00
Vadim Lopatin 155607f188 implement #245 - TOUCH_MODE flag; true for Android 2016-04-22 14:53:43 +03:00
Vadim Lopatin 01f82d6725 support animation status on Android platform 2016-04-22 14:46:15 +03:00
Vadim Lopatin 3c25a36061 fix Tetris HighDPI resources 2016-04-22 14:45:57 +03:00
Vadim Lopatin 94d1761b84 tweal Tetris example for High DPI 2016-04-22 14:24:30 +03:00