Commit Graph

  • 0b073321a2 Merge pull request #24 from MrSmith33/master v0.1.24 Vadim Lopatin 2014-12-31 13:14:05 +0300
  • 1de90b5434 FileDialog path segment buttons Vadim Lopatin 2014-12-31 09:56:46 +0300
  • bf6d65959d Fix C-style arrays. Andrey Penechko 2014-12-31 03:03:52 +0200
  • 4cbf96784b fileDialog - path elements panel, in progress Vadim Lopatin 2014-12-30 18:28:49 +0300
  • 466509b7fa add empty parameters list constructor support to all widgets - for future usage by factory methods Vadim Lopatin 2014-12-30 17:03:42 +0300
  • f0883c5816 Use master version of dlib to enable jpeg support; enable OPENGL for windows builds v0.1.23 Vadim Lopatin 2014-12-30 15:50:05 +0300
  • 1f232f477d add Travis-CI build status icon Vadim Lopatin 2014-12-30 15:38:20 +0300
  • 10f9b3b34d remove unnecessary debug logs on SDL platform; use dlib from master Vadim Lopatin 2014-12-30 14:46:43 +0400
  • 4b23e01b34 temporary remove de_image dependency to fix build with new DUB v0.1.22 Vadim Lopatin 2014-12-30 13:11:28 +0300
  • 07e8ec402c update gitter link v0.1.21 Vadim Lopatin 2014-12-30 12:29:20 +0300
  • 87b1e4a9ad Merge pull request #20 from gitter-badger/gitter-badge Vadim Lopatin 2014-12-30 12:28:31 +0300
  • 9382ea006d Added Gitter badge The Gitter Badger 2014-12-30 09:26:49 +0000
  • fe2952fcba update readme - remove FreeImage dep, add gitter chat link Vadim Lopatin 2014-12-30 12:26:09 +0300
  • 27de6fae12 update dlib dependency v0.1.20 Vadim Lopatin 2014-12-30 12:17:58 +0300
  • 5282fa9e00 fix font registration, logging on linux v0.1.19 Vadim Lopatin 2014-12-30 12:45:44 +0400
  • 1fc0db9e02 get rid of FreeImage: use dlib image instead for loading PNGs and BMPs v0.1.18 Vadim Lopatin 2014-12-30 11:19:45 +0300
  • eb8ca97878 add support of loading PNG images with de_image Vadim Lopatin 2014-12-30 10:38:32 +0300
  • 1576057751 fix dub.json Vadim Lopatin 2014-12-29 16:32:38 +0300
  • 63aa284492 fix dub.json Vadim Lopatin 2014-12-29 16:18:24 +0300
  • f85d0037a8 fix dub.json Vadim Lopatin 2014-12-29 17:04:38 +0400
  • ccaa2aa667 support of using de_image instead of FreeImage - part 1 Vadim Lopatin 2014-12-29 15:16:22 +0300
  • d5dff418fe fix compilation with freetype v0.1.17 Vadim Lopatin 2014-12-29 08:50:00 +0300
  • baecfc2216 FreeType: add more hardcoded paths to TTF fonts; temporary solution v0.1.16 Vadim Lopatin 2014-12-28 22:13:23 +0300
  • 981f53b825 Tetris example: add controls v0.1.15 Vadim Lopatin 2014-12-26 15:08:17 +0300
  • a77a20e6e7 Tetris example improvements Vadim Lopatin 2014-12-26 14:20:12 +0300
  • af5a631051 move files v0.1.14 Vadim Lopatin 2014-12-26 13:22:19 +0300
  • 52b21b9d88 Tetris example: refactoring v0.1.13 Vadim Lopatin 2014-12-26 13:19:40 +0300
  • a29fdb0fa1 Tetris example: fall down after rows are filled Vadim Lopatin 2014-12-26 11:47:11 +0300
  • a91138cb56 Tetris example: refactoring & improvements; destroying of full rows v0.1.12 Vadim Lopatin 2014-12-26 09:46:10 +0300
  • f1cbf075c5 Tetris example: add Game Over popup background Vadim Lopatin 2014-12-25 15:40:21 +0300
  • 1bab98e87e Tetris example: refactoring Vadim Lopatin 2014-12-25 15:39:40 +0300
  • 75cb2325cb Tetris example: refactoring Vadim Lopatin 2014-12-25 15:18:23 +0300
  • 939f85cd93 Tetris example: controls; game over handling Vadim Lopatin 2014-12-25 14:05:49 +0300
  • 8d985baad2 tetris: fast fall Vadim Lopatin 2014-12-25 12:22:59 +0300
  • ba0b4df568 set focus on window show; Tetris example - fix focus Vadim Lopatin 2014-12-25 11:46:23 +0300
  • 9cca695c8d Tetris example: key handling v0.1.11 Vadim Lopatin 2014-12-24 15:18:15 +0300
  • 666c27edf1 tetris example update Vadim Lopatin 2014-12-24 15:09:04 +0300
  • b52284a7fc tetris example: falling figures Vadim Lopatin 2014-12-24 14:37:42 +0300
  • 26a90eeb42 tetris example development Vadim Lopatin 2014-12-23 16:00:00 +0300
  • 8a448ef8fc tetris example Vadim Lopatin 2014-12-23 13:41:03 +0300
  • 58d0d0c3fa fixes v0.1.10 Vadim Lopatin 2014-12-22 19:38:46 +0300
  • 0a7ee96cb8 Tetris example, continue Vadim Lopatin 2014-12-22 18:31:55 +0300
  • 1b29c6b5dc add Tetris example - initial version v0.1.9 Vadim Lopatin 2014-12-22 17:00:06 +0300
  • 1a2a5f1aae message box v0.1.8 Vadim Lopatin 2014-12-22 16:04:58 +0300
  • 7fc0e7eee9 FileDialog fixes Vadim Lopatin 2014-12-22 15:18:22 +0300
  • 570b7f0c92 fix grid focus v0.1.7 Vadim Lopatin 2014-12-22 11:12:57 +0300
  • eda23b1bc6 grid: fix makeCellVisible for cases when too low space in scroll area Vadim Lopatin 2014-12-22 10:37:00 +0300
  • 38d2c5d1b0 standard app icon Vadim Lopatin 2014-12-19 13:55:03 +0300
  • 1f919f8c0e dialog fixes; sdl platform fixes; filedialog fixes v0.1.6 Vadim Lopatin 2014-12-19 13:52:45 +0300
  • 7e98f9a717 file dialog enhancements Vadim Lopatin 2014-12-19 11:04:55 +0300
  • 0a50a27974 fix readme Vadim Lopatin 2014-12-18 14:50:13 +0300
  • 47c56cf718 fix broken 64bit build v0.1.5 Vadim Lopatin 2014-12-18 15:45:51 +0400
  • 5e30aee4fc Grid: add cell selection and activation listeners; File Dialog - navigation by directories v0.1.4 Vadim Lopatin 2014-12-17 17:40:11 +0300
  • a51c058696 File Dialog - continue development; StringGridWidget - support custom drawn cells adapter v0.1.3 Vadim Lopatin 2014-12-17 16:24:01 +0300
  • 35104b170a FileDialog - continue development; drive list v0.1.2 Vadim Lopatin 2014-12-17 13:59:53 +0300
  • f7409f6c07 refactor file operations v0.1.1 Vadim Lopatin 2014-12-17 09:56:15 +0300
  • a682fd63bc update readme and project description Vadim Lopatin 2014-12-17 09:36:57 +0300
  • d33576a335 update documentation v0.0.71 Vadim Lopatin 2014-12-16 18:06:21 +0300
  • 9e69b64f1b improve documentation Vadim Lopatin 2014-12-16 17:01:22 +0300
  • 62a5d27aca update documentation, ddox support improvements: Vadim Lopatin 2014-12-16 15:59:29 +0300
  • 2e68874ca2 update styles Vadim Lopatin 2014-12-15 18:34:32 +0300
  • 4d7811f249 update docs Vadim Lopatin 2014-12-15 17:48:25 +0300
  • 558a0d607f update docs Vadim Lopatin 2014-12-15 17:45:14 +0300
  • f9ce0226fd update docs Vadim Lopatin 2014-12-15 17:30:55 +0300
  • 005a672473 add documentation link Vadim Lopatin 2014-12-15 17:21:25 +0300
  • a0c892586d update documentation Vadim Lopatin 2014-12-15 17:17:37 +0300
  • 1d5b26ccdc ComboBox - almost working v0.0.70 Vadim Lopatin 2014-12-15 16:34:13 +0300
  • 0b67f637cc ComboBox implementation, continue v0.0.69 Vadim Lopatin 2014-12-15 15:04:43 +0300
  • df8d271856 StringListAdapter implemented v0.0.68 Vadim Lopatin 2014-12-15 12:16:56 +0300
  • dbac501544 add Travis CI support Vadim Lopatin 2014-12-12 15:50:24 +0300
  • 866693d9c5 mouse wheel support under SDL; fix SDL build on windows v0.0.67 Vadim Lopatin 2014-12-10 17:20:26 +0300
  • a2fd7868fc update copyFiles: if using new dub with support of directory copying, copy resources to destination directory for library users v0.0.66 Vadim Lopatin 2014-12-10 16:41:41 +0300
  • 634789aa36 ColorDrawBuf - performance optimizations v0.0.65 Vadim Lopatin 2014-12-10 16:13:21 +0300
  • 1bdf1ce3fa fix memory leak - issue #19 v0.0.64 Vadim Lopatin 2014-12-10 15:17:00 +0300
  • 80280ca0f7 Merge branch 'master' of github.com:buggins/dlangui v0.0.63 Vadim Lopatin 2014-12-10 14:45:33 +0300
  • 63241b7ca7 fix version definitions for posix - to use SDL and OPENGL Vadim Lopatin 2014-12-10 14:45:12 +0300
  • 6b6030c0a6 better conditional compilation formatting Vadim Lopatin 2014-12-10 14:44:42 +0300
  • 72b344ef96 fix scrollbars in editors Vadim Lopatin 2014-12-10 14:44:28 +0300
  • c2ad3e6994 fix warning v0.0.62 Vadim Lopatin 2014-12-10 14:40:48 +0400
  • 0e3d0db945 fixed issue #13 - at least for win32 platform v0.0.61 Vadim Lopatin 2014-12-10 11:15:54 +0300
  • 4ee330fb7c fix scrollbars in grid v0.0.60 Vadim Lopatin 2014-12-08 17:45:41 +0300
  • 50ab4ae1ce fix line ending Vadim Lopatin 2014-12-08 16:37:11 +0300
  • cca65bf61b fixes v0.0.59 Vadim Lopatin 2014-12-05 19:51:57 +0300
  • 9ee63808f8 update project Vadim Lopatin 2014-12-05 18:41:48 +0300
  • 8b87cd19c2 trying to fix dependencies v0.0.58 Vadim Lopatin 2014-12-05 18:02:32 +0300
  • 2378f4c136 fixing dependencies v0.0.57 Vadim Lopatin 2014-12-05 17:25:18 +0300
  • a012460c5c fixing dependencies v0.0.56 v0.0.55 Vadim Lopatin 2014-12-05 15:48:12 +0300
  • ca3df5d375 fixes v0.0.54 Vadim Lopatin 2014-12-05 14:56:31 +0300
  • 483e10c980 better conditional compilation Vadim Lopatin 2014-12-05 14:56:00 +0300
  • 7c70116c91 put version(USE_XCB): to all xcb files Vadim Lopatin 2014-12-05 14:55:36 +0300
  • ac230392d7 put version (Windows) for all win32 files Vadim Lopatin 2014-12-05 14:54:30 +0300
  • bcd180598f fix Win32 build to avoid using version def Unicode Vadim Lopatin 2014-12-05 13:49:46 +0300
  • 13358200a8 fix Win32 build to avoid using version def Unicode Vadim Lopatin 2014-12-05 13:47:02 +0300
  • 8eb65282eb trying to fix DUB build under win32 Vadim Lopatin 2014-12-05 13:29:30 +0300
  • ca3319d078 trying to fix DUB build under win32 Vadim Lopatin 2014-12-05 13:27:08 +0300
  • 9338d6078c trying to fix DUB error conflicting Ddoc and obj generation options Vadim Lopatin 2014-12-05 13:26:01 +0300
  • e948d463a0 fix dub package - use Win32 api build under windows Vadim Lopatin 2014-12-05 13:22:30 +0300
  • 70ad1286a5 fix warning Vadim Lopatin 2014-12-05 12:17:04 +0300
  • ab44c4611c fix clipping for OpenGL buffers Vadim Lopatin 2014-12-05 12:11:51 +0300
  • 098c061e0d fix deprecation warnings Vadim Lopatin 2014-12-05 11:49:07 +0300