faiface
|
01ff4230da
|
add IMDraw.Rectangle
|
2017-04-16 00:01:43 +02:00 |
faiface
|
37dcef6ab6
|
minor change
|
2017-04-15 21:03:22 +02:00 |
faiface
|
ab9d608c45
|
fix typo in Alpha doc
|
2017-04-15 18:04:03 +02:00 |
faiface
|
05da8e6f92
|
minor change in xor example code
|
2017-04-15 17:16:57 +02:00 |
faiface
|
49c2beeca9
|
fix typo in xor example code
|
2017-04-15 17:15:12 +02:00 |
faiface
|
f4ce166964
|
clarify xor example readme
|
2017-04-15 17:14:15 +02:00 |
faiface
|
93e9ab79b1
|
add xor example
|
2017-04-15 17:10:35 +02:00 |
faiface
|
58be215a76
|
update screenshot in smoke example
|
2017-04-15 16:05:29 +02:00 |
faiface
|
ce083a9a9f
|
add smoke example
|
2017-04-15 16:03:27 +02:00 |
faiface
|
2ef17e7a95
|
change window title + update screenshot in lights example
|
2017-04-15 14:25:38 +02:00 |
faiface
|
80f48bc0b6
|
minor change in lights example code
|
2017-04-15 14:21:27 +02:00 |
faiface
|
420e83bc61
|
update lights example code
|
2017-04-15 14:09:06 +02:00 |
faiface
|
b51b3e8f38
|
revert previous commit
|
2017-04-14 22:46:46 +02:00 |
faiface
|
620784b34c
|
fix window title in lights example
|
2017-04-14 22:45:44 +02:00 |
faiface
|
368dab0e7c
|
fix screenshot in lights example readme
|
2017-04-14 22:41:14 +02:00 |
faiface
|
9bfb83861a
|
add screenshot to lights example readme
|
2017-04-14 22:39:15 +02:00 |
faiface
|
4e30fb9f5c
|
add lights screenshot
|
2017-04-14 22:37:41 +02:00 |
faiface
|
11c76944b6
|
minor change in light example readme
|
2017-04-14 22:29:03 +02:00 |
faiface
|
30af7c6612
|
add lights example readme
|
2017-04-14 22:28:30 +02:00 |
faiface
|
411ad7c27d
|
add lights example
|
2017-04-14 22:20:12 +02:00 |
faiface
|
37b0f0956b
|
add code for part 05 of the guide
|
2017-04-14 16:03:07 +02:00 |
faiface
|
10684b6add
|
minor change
|
2017-04-13 20:30:32 +02:00 |
faiface
|
cf666b5866
|
immediate-like-mode -> immediate-mode-like
|
2017-04-13 17:44:28 +02:00 |
faiface
|
f325092c02
|
add imdraw package doc comment
|
2017-04-13 17:41:38 +02:00 |
faiface
|
939a76923d
|
simplify code in Rect.Resized
|
2017-04-13 15:26:48 +02:00 |
faiface
|
fcbc61c570
|
fix grammar in Vec doc
|
2017-04-13 15:18:13 +02:00 |
faiface
|
e55d490801
|
fix grammar in Drawer doc
|
2017-04-13 15:15:17 +02:00 |
faiface
|
b5a2c12175
|
remove a bunch of unnecessary Window control methods
|
2017-04-13 15:03:13 +02:00 |
faiface
|
14a01a5522
|
minor optimization in Sprite
|
2017-04-12 16:18:25 +02:00 |
faiface
|
3276c4e4a1
|
clarify IMDraw.Draw doc
|
2017-04-12 16:03:36 +02:00 |
faiface
|
c61b677fa9
|
fix Canvas.Draw
|
2017-04-12 16:02:39 +02:00 |
faiface
|
c9e0f7262d
|
add Canvas.Draw
|
2017-04-12 16:00:56 +02:00 |
faiface
|
a2499cf90d
|
remove accidentaly kept updateLock field from GLTriangles
|
2017-04-12 11:25:11 +02:00 |
faiface
|
6d2aeb64e7
|
fix type in ComposeMethod doc
|
2017-04-11 17:28:27 +02:00 |
faiface
|
34a6d020a2
|
add ComposeMethod.Compose
|
2017-04-11 17:15:02 +02:00 |
faiface
|
9b624ae466
|
move ComposeTarget to separate file
|
2017-04-11 16:45:56 +02:00 |
faiface
|
f2a0a19f6e
|
fix race condition in GLTriangles
|
2017-04-11 15:02:58 +02:00 |
faiface
|
a555999120
|
adopt RGB and Alpha
|
2017-04-10 17:25:56 +02:00 |
faiface
|
aa2c560d4c
|
rename ComposeDst* -> ComposeR* + add ComposePlus, ComposeCopy
|
2017-04-10 13:59:16 +02:00 |
faiface
|
4eca5f2d1e
|
fix compile error
|
2017-04-10 00:48:17 +02:00 |
faiface
|
4374bb7be1
|
remove smooth argument from Canvas constructor
|
2017-04-10 00:47:06 +02:00 |
faiface
|
3fa31cdab5
|
fix drawing onto Canvas
|
2017-04-10 00:41:56 +02:00 |
faiface
|
219559cf20
|
add Window.SetComposeMethod
|
2017-04-10 00:41:48 +02:00 |
faiface
|
3d3f1c6e11
|
add Canvas.SetComposeMethod
|
2017-04-10 00:30:50 +02:00 |
faiface
|
58e8b8f892
|
add missing ComposeDstOver mode
|
2017-04-10 00:25:17 +02:00 |
faiface
|
13b9e6aee5
|
add ComposeTarget interface
|
2017-04-10 00:20:19 +02:00 |
faiface
|
9e8697cdf6
|
fix spelling in doc
|
2017-04-09 23:19:30 +02:00 |
faiface
|
134fe2bf7b
|
use glhf.BlendFunc
|
2017-04-09 23:16:34 +02:00 |
faiface
|
9df8a3761b
|
adjust RGB doc
|
2017-04-09 23:08:35 +02:00 |
faiface
|
a081d5b0c8
|
add RGB and Alpha functions
|
2017-04-09 23:03:30 +02:00 |