Commit Graph

1190 Commits

Author SHA1 Message Date
Vadim Lopatin a801d9cad6 Merge pull request #128 from g4z3r/codestyle
foreach loops pt. 3
2015-12-20 21:59:42 +03:00
gazer b8a533c598 foreach loops pt. 3 2015-12-20 18:04:27 +03:00
Vadim Lopatin 1b4a34b68d Merge pull request #127 from g4z3r/codestyle
foreach loops pt. 2
2015-12-19 22:11:58 +03:00
gazer 058bc68d2d foreach loops pt. 2 2015-12-19 21:30:52 +03:00
Vadim Lopatin fa6dd472fa Merge pull request #126 from g4z3r/codestyle
foreach loops pt. 1
2015-12-19 21:22:51 +03:00
gazer 443236ada9 foreach loops pt. 1 2015-12-19 16:20:00 +03:00
Vadim Lopatin 5c0380f002 Merge pull request #125 from g4z3r/codestyle
`switch` with `with` keyword to improve readability
2015-12-19 14:47:32 +03:00
gazer 2a53c9b4fd `switch` with `with` keyword to improve readability 2015-12-19 13:52:08 +03:00
Vadim Lopatin 2184396216 Merge pull request #124 from g4z3r/dscanner
Many tiny fixes
2015-12-19 13:34:12 +03:00
gazer db7b78d239 Many tiny fixes 2015-12-19 10:08:18 +03:00
Vadim Lopatin 8ce8c38b24 sdl legacy opengl api 2015-12-19 08:37:30 +03:00
Vadim Lopatin 51c98147f8 OpenGL example 2015-12-19 08:26:15 +03:00
Vadim Lopatin d2049653ba example1: GlGears - trying on OSX 2015-12-19 08:14:18 +03:00
Vadim Lopatin 872b77241b Merge branch 'master' of github.com:buggins/dlangui 2015-12-19 07:52:34 +03:00
Vadim Lopatin c7964762c4 fixes for OSX 2015-12-19 07:52:19 +03:00
Vadim Lopatin fc5407f1ec Merge pull request #123 from g4z3r/ogl
correct sizes and dates in FileDialog
2015-12-19 06:40:06 +03:00
gazer 99abb65674 correct sizes and dates in FileDialog 2015-12-18 22:48:24 +03:00
Vadim Lopatin ad876be71d Merge pull request #122 from g4z3r/ogl
FillColor; removed unused code; fixes
2015-12-18 21:13:13 +03:00
gazer 03d21a463e FillColor; removed unused code; fixes 2015-12-18 19:29:33 +03:00
Vadim Lopatin 88a7aaf7f2 GLGears in Example1 2015-12-18 17:48:27 +03:00
Vadim Lopatin 568a124274 Custom OpenGL drawable 2015-12-18 16:14:40 +03:00
Vadim Lopatin 73314752e2 fixes for dlangide 2015-12-18 10:30:04 +03:00
Vadim Lopatin 289dfa0749 fix black window on OSX - close #110 2015-12-17 21:41:07 +03:00
Vadim Lopatin e2a0e6e829 remove extra logging 2015-12-17 20:22:12 +03:00
Vadim Lopatin 439033c397 closed #120 2015-12-17 18:57:33 +03:00
Vadim Lopatin b65bc81dac docks - layout priority support 2015-12-17 11:47:27 +03:00
Vadim Lopatin 7178d09630 fix PNG with palette and transparency - close #118 2015-12-16 15:40:19 +03:00
Vadim Lopatin 301127262b fix crash on json saving 2015-12-16 15:30:12 +03:00
Vadim Lopatin b0862b7ae5 URL like button 2015-12-15 14:36:50 +03:00
Vadim Lopatin f5dd9dbc99 fixes 2015-12-15 12:39:28 +03:00
Vadim Lopatin 4feb9d8f2a fixes 2015-12-15 10:51:06 +03:00
Vadim Lopatin e6a1895f32 support for custom line marks in multiline editor (bookmark, breakpoint, error) - close #45 2015-12-15 10:25:35 +03:00
Vadim Lopatin 5baf435713 Text editor line marks support, bookmarks support 2015-12-14 16:25:50 +03:00
Vadim Lopatin 732685c99d text editor line marks 2015-12-14 13:43:16 +03:00
Vadim Lopatin 47487535c5 fix JSON parser 2015-12-14 12:21:19 +03:00
Vadim Lopatin 34f26ff445 Merge branch 'master' of github.com:buggins/dlangui 2015-12-14 10:02:42 +03:00
Vadim Lopatin 4414a2665a fix unit tests 2015-12-14 10:01:50 +03:00
Vadim Lopatin 839e9f7822 Merge pull request #117 from g4z3r/master
template function to check for gl errors
2015-12-13 21:49:53 +03:00
gazer b7be028039 fix 2015-12-12 23:26:11 +03:00
gazer 2280b56171 checkgl should be only in debug 2015-12-12 22:05:59 +03:00
gazer ba5a27ce9e checkError -> checkgl 2015-12-12 20:42:32 +03:00
gazer 184fa4db50 new errors checking function 2015-12-12 20:22:04 +03:00
Vadim Lopatin 3cc896dcac Merge pull request #116 from g4z3r/master
refactoring in glsupport.d
2015-12-12 19:20:00 +03:00
gazer a7aee91813 vbo fill method 2015-12-12 14:11:24 +03:00
gazer 8336f9c9cb textures with GLObject 2015-12-12 01:37:35 +03:00
gazer 9896492018 FBO with GLObject 2015-12-12 01:24:39 +03:00
gazer 3f2b14f4e3 VAO and VBO with GLObject 2015-12-12 01:20:53 +03:00
gazer bfbdd462fd OpenGL object template 2015-12-12 01:02:17 +03:00
gazer 2ae058e1f7 check() shader; fixes 2015-12-12 00:59:52 +03:00
Vadim Lopatin 96461c2f1b Merge pull request #115 from g4z3r/master
some minor improvements in glsupport.d
2015-12-11 19:58:48 +03:00