Commit Graph

1173 Commits

Author SHA1 Message Date
Vadim Lopatin 6e12f974d6 spreadsheet example, initial commit 2015-11-27 10:04:32 +03:00
Vadim Lopatin d00154f5b6 Merge branch 'master' of github.com:buggins/dlangui 2015-11-26 13:29:29 +03:00
Vadim Lopatin eba95b98f8 fixes 2015-11-26 13:29:23 +03:00
lve 31faedba60 X11 support 2015-11-26 13:22:52 +03:00
lve b9616b6589 fixes 2015-11-24 16:34:50 +03:00
lve 4bb0e5cf27 Update X11 build properties 2015-11-24 13:43:34 +03:00
Vadim Lopatin 6473c16520 X11 projects 2015-11-20 21:52:02 +03:00
Vadim Lopatin eb0cbd9226 add refactored platform file 2015-11-19 22:42:26 +03:00
Vadim Lopatin b977506c9b fix project settings for X11 2015-11-19 10:05:13 +03:00
Vadim Lopatin bc53e03e81 fix msvc and monod-windows projects 2015-11-19 09:24:06 +03:00
Vadim Lopatin 5d998a9bb9 Merge branch 'master' of github.com:buggins/dlangui 2015-11-19 09:20:12 +03:00
Vadim Lopatin 2516e1d0db fix build errors 2015-11-19 09:04:38 +03:00
Vadim Lopatin a6486ddb50 Merge branch 'master' of github.com:buggins/dlangui 2015-11-19 08:52:04 +03:00
Vadim Lopatin cabed856cb merge 2015-11-19 08:51:57 +03:00
Vadim Lopatin 158b47b4ce Cocoa backend prototype 2015-11-19 06:51:51 +03:00
Vadim Lopatin e2926ad4e6 X11 backend, initial version 2015-11-18 17:02:19 +03:00
Vadim Lopatin 0010e02bee OSX Cocoa support, prototyping 2015-11-18 07:59:36 +03:00
Vadim Lopatin a51abfffc1 mac osx cocoa support prototype 2015-11-16 21:29:32 +03:00
Vadim Lopatin 6764ce322b trying to fix OpenGL under virtualBox 2015-11-16 13:05:47 +03:00
Vadim Lopatin 4ca288209d fix MacOSX Mono-D projects 2015-11-15 09:07:56 +03:00
Vadim Lopatin bdd140900b update README 2015-11-13 10:43:20 +03:00
Vadim Lopatin d39536bd2a fix example projects; update README with new information about VisualD development 2015-11-13 09:59:32 +03:00
Vadim Lopatin 1eab899bd6 rename visuald solution, move deps to deps dir 2015-11-13 09:46:56 +03:00
Vadim Lopatin 26757efb69 cleanup old project files 2015-11-13 09:41:26 +03:00
Vadim Lopatin 6d2a79ba22 windows mono-d projects 2015-11-13 09:37:38 +03:00
Vadim Lopatin 5d2228d956 Mono-D OSX projects added 2015-11-12 18:43:01 +03:00
Vadim Lopatin bf038464f7 update readme 2015-11-12 14:33:26 +03:00
Vadim Lopatin 1ebf58e8a4 update README with information about linux Mono-D development 2015-11-12 14:12:33 +03:00
Vadim Lopatin bcb89f0f91 add Minimal (no OpenGL) configurations for monod-linux 2015-11-12 13:25:18 +03:00
Vadim Lopatin 65ac3cd016 Mono-D linux solution and projects corrected 2015-11-12 12:07:45 +03:00
Vadim Lopatin 91af0ba252 monod-linux projects 2015-11-12 11:49:50 +03:00
Vadim Lopatin 41cf57d432 create new solution for MonoD-linux; fix crash on startup 2015-11-12 10:38:11 +03:00
Vadim Lopatin 78eb509eaa fix osx dub builds 2015-11-11 21:16:59 +03:00
Vadim Lopatin 93964d34ac fix posix build 2015-11-11 18:54:10 +03:00
Vadim Lopatin 3980210b6f Merge branch 'master' of github.com:buggins/dlangui 2015-11-11 18:51:16 +03:00
Vadim Lopatin 17274d19e0 DerelictCocoa test app 2015-11-11 18:49:36 +03:00
Vadim Lopatin 2f7e8f6a0d fix DUB projects for examples 2015-11-11 15:24:37 +03:00
Vadim Lopatin 53c20f0498 fix crash in release mode 2015-11-11 14:56:25 +03:00
Vadim Lopatin c125c224b8 fix support of older SDL2 versions - #90 2015-11-11 10:35:00 +03:00
Vadim Lopatin 1526901157 fix older FreeType versions support 2015-11-11 10:08:53 +03:00
Vadim Lopatin 3f4fa96cb7 mac osx mono-d projects 2015-11-10 21:03:07 +03:00
Vadim Lopatin cfed177b6f Mono-D/OSX project added 2015-11-10 20:12:03 +03:00
Vadim Lopatin 6e2c752d02 Merge branch 'master' of github.com:buggins/dlangui 2015-11-10 20:11:09 +03:00
Vadim Lopatin a5e71344b2 update readme 2015-11-10 20:10:57 +03:00
Vadim Lopatin d33b5d1c93 fix Tetris example - falling after full rows removing - #94 2015-11-10 16:14:02 +03:00
Vadim Lopatin 68c6dbef03 fix empty file opening 2015-11-05 12:18:59 +03:00
Vadim Lopatin cbcb7a18a6 new solution and projects for fresh versions of VisualD 2015-11-05 11:55:07 +03:00
Vadim Lopatin 1a8504fcd9 perspective projection, part 1 2015-11-03 16:46:32 +03:00
Vadim Lopatin 01d39e0635 implement clipping for line drawing 2015-11-03 16:34:10 +03:00
Vadim Lopatin 0778b77531 OpenGL: drawLine - use line shader instead of drawing line by points 2015-11-03 15:51:49 +03:00