mewmew
5c98b446fd
pixel/pixelgl: export UpdateInput
...
This change mirrors the change done in the master branch
(see #78 ) for users of gl2.1, to provide access to polling
of events without rendering the screen.
Updates #26 .
2018-03-24 19:19:56 +01:00
faiface
67a69d96d6
switch to OpenGL 2.1
2017-05-27 13:14:13 +02:00
faiface
ecdd8462bb
replace complex128 Vec with a struct
2017-05-21 19:25:06 +02:00
faiface
cce26f0a51
add Window.Repeat
2017-05-10 23:54:06 +02:00
faiface
b15c10298e
fix and simplify input handling in Window
2017-05-10 21:22:47 +02:00
faiface
3a14aae310
add Window.Typed
2017-05-10 21:10:10 +02:00
faiface
3b5bfa90e6
fix creating window with no icon
2017-05-01 12:18:23 +02:00
faiface
dff622523b
just align doc comment to 100 chars per line
2017-05-01 01:38:57 +02:00
Michal Štrba
51a9702fc8
Merge pull request #14 from otraore/set-icon
...
Add support for setting an icon of a window
2017-05-01 01:33:59 +02:00
Ousmane Traore
f7bb304b92
Set value rather than append
2017-04-30 19:30:11 -04:00
Ousmane Traore
5efd04b420
Address review comments
2017-04-30 18:43:05 -04:00
Ousmane Traore
ea7bc5aff9
Add Icons paramter to window config
2017-04-30 17:19:51 -04:00
faiface
7b8a0c152e
fix Window.CursorVisible intial value (was false)
2017-04-30 20:42:25 +02:00
Ousmane Traore
dc745825d6
Address review comments
2017-04-30 12:33:27 -04:00
Ousmane Traore
29fe3b16ca
Add ability to hide the cursor
2017-04-30 10:40:31 -04:00
faiface
080735510c
temporarily fix issue #1
2017-04-22 13:15:57 +02:00
faiface
b5a2c12175
remove a bunch of unnecessary Window control methods
2017-04-13 15:03:13 +02:00
faiface
4eca5f2d1e
fix compile error
2017-04-10 00:48:17 +02:00
faiface
219559cf20
add Window.SetComposeMethod
2017-04-10 00:41:48 +02:00
faiface
32ae09e1e5
replace NRGBA to RGBA because Porter-Duff (!!!)
2017-04-09 22:00:26 +02:00
faiface
9cbce8f638
fix typo in Window doc
2017-04-08 18:05:50 +02:00
faiface
e3f7901f2c
adjust WindowConfig doc, more consistent with the rest
2017-04-07 12:34:16 +02:00
faiface
2155babc5d
add Window.Color
2017-04-02 19:08:48 +02:00
faiface
79f7f4fb42
split Canvas into Canvas+GLFrame + add GLPicture
2017-04-01 21:54:44 +02:00
faiface
8625586bee
fix two misspells
2017-03-16 00:45:04 +01:00
faiface
19ba78bb0c
minor changes
2017-03-16 00:15:39 +01:00
faiface
311b474e89
remove last usages of mainthread.CallVal
2017-03-15 23:43:00 +01:00
faiface
cd11c39e64
one more doc bug
2017-03-15 22:56:23 +01:00
faiface
eab91b4110
fix many bugs in pixelgl doc
2017-03-15 22:55:43 +01:00
faiface
415fc129ca
add missing dot in doc
2017-03-15 01:09:33 +01:00
faiface
cb3276493d
fix window resizing consistency
2017-03-14 18:31:44 +01:00
faiface
203adc914b
change Rect to have Min, Max instead of Pos, Size
2017-03-13 23:52:34 +01:00
faiface
94fe4019fd
optimize Window.MousePosition
2017-03-09 00:56:57 +01:00
faiface
4f2ef50783
remove multisampling (will add it back later)
2017-03-08 16:24:01 +01:00
faiface
3d13e52add
allow efficiently drawing one Canvas onto another
2017-03-07 20:33:07 +01:00
faiface
f65ea40e19
implement Picture for Canvas
2017-03-07 17:45:46 +01:00
faiface
f0394ec7d1
replace Transform by much simpler Matrix
2017-03-06 19:58:24 +01:00
faiface
69a3c17cfc
big big commit - rework whole pixelgl
2017-03-06 00:28:52 +01:00
faiface
6dc55b8746
change fundamental interfaces (add Picture)
2017-02-22 20:57:22 +01:00
faiface
dbd90a0bcb
move OpenGL specific stuff to pixelgl (except for Picture)
2017-02-22 20:44:38 +01:00