Anten Skrabec
|
80b107c039
|
add multisampling
|
2021-06-21 13:51:26 -06:00 |
Allen Ray
|
98f3e740e6
|
Merge pull request #272 from jstewart7/master
Added input event tracking to prevent missed inputs
|
2021-06-21 15:07:48 -04:00 |
Jacob Stewart
|
b31c294d4d
|
Added input event tracking to prevent missed inputs
|
2021-01-28 20:13:28 -05:00 |
Theoo3
|
7027267cbf
|
Clipboard
|
2020-09-12 10:56:39 -07:00 |
Friedrich Große
|
506588f40b
|
Add window hints to created maximized or invisible windows
|
2020-05-21 11:56:00 +02:00 |
Friedrich Große
|
70eff126da
|
Merge branch 'master' into window-initial-position
|
2020-05-11 18:04:58 +02:00 |
Friedrich Große
|
b7d5e41486
|
Support setting an initial window position
|
2020-05-09 21:07:17 +02:00 |
Friedrich Große
|
5e3b82eeab
|
Support glfw.TransparentFramebuffer window hint
|
2020-05-09 20:59:40 +02:00 |
Alex R. Delp
|
197e604220
|
Merge pull request #211 from zergon321/add-glfw-v33
pixelgl has been ported to GLFW 3.3.
|
2020-05-08 19:18:31 -07:00 |
Alex R. Delp
|
d35b25061e
|
Merge pull request #214 from jared-nishikawa/master
Added DisableCursor
|
2020-05-06 17:02:32 -07:00 |
Luke Meyers
|
effd43bc56
|
Expose pixelgl.Window.SwapBuffers
Allow buffers to be swapped without polling input, offering decoupling symmetrical with that provided by UpdateInput.
|
2020-02-09 20:59:59 -08:00 |
Jared
|
fc29ad7886
|
changed name to SetCursorDisabled
|
2020-02-07 16:22:39 -07:00 |
Jared
|
93a24aa6df
|
Added DisableCursor
|
2020-01-08 22:24:48 -07:00 |
nightghost
|
a3aba6004d
|
pixelgl has been ported to GLFW 3.5.
|
2019-12-31 01:59:20 +03:00 |
Friedrich Große
|
dd5e0d8b09
|
Adding NoIconify and AlwaysOnTop GLFW window hints
|
2019-05-30 14:29:43 +02:00 |
Stephen Michaelis
|
8d20deea05
|
update MouseEntered to MouseInsideWindow
|
2019-01-21 17:13:51 -05:00 |
Stephen Michaelis
|
4c817d7c20
|
adding mouse operations
|
2019-01-19 10:24:01 -05:00 |
Humphrey Shotton
|
676509d856
|
Added joystick input
|
2018-12-30 18:42:02 +00:00 |
Brandon
|
a25a444cbf
|
pr 141 review #1 changes, see https://github.com/faiface/pixel/pull/141#pullrequestreview-161208458
|
2018-10-03 13:02:10 -06:00 |
Brandon
|
55d3a6ab00
|
implemented custom fragment shader support
|
2018-10-02 08:59:37 -06:00 |
faiface
|
3cf59b1044
|
fix #100
|
2018-02-26 18:38:12 +01:00 |
mewmew
|
6c69d9b06b
|
pixelgl: export UpdateInput
|
2018-01-01 21:04:56 +01:00 |
ALex Ogier
|
3c78161418
|
add GetPos function to window
|
2017-11-20 13:37:22 +13:00 |
Sander Schobers
|
48e37828c8
|
Added SetPos to pixelgl.Window
|
2017-10-27 20:35:45 +02:00 |
faiface
|
cfdc8beb81
|
switch back to OpenGL 3.3 (OS X issues)
|
2017-06-10 15:11:45 +02:00 |
faiface
|
fa2c741fcf
|
switch to OpenGL 2.1
|
2017-05-27 13:14:13 +02:00 |
faiface
|
fcfeb200b6
|
replace complex128 Vec with a struct
|
2017-05-21 19:25:06 +02:00 |
faiface
|
be2434cfa8
|
add Window.Repeat
|
2017-05-10 23:54:06 +02:00 |
faiface
|
9062f1eae9
|
fix and simplify input handling in Window
|
2017-05-10 21:22:47 +02:00 |
faiface
|
c9319763d7
|
add Window.Typed
|
2017-05-10 21:10:10 +02:00 |
faiface
|
650263a314
|
fix creating window with no icon
|
2017-05-01 12:18:23 +02:00 |
faiface
|
4de5df6980
|
just align doc comment to 100 chars per line
|
2017-05-01 01:38:57 +02:00 |
Michal Štrba
|
a730295ce8
|
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
|
4e7e3956db
|
Set value rather than append
|
2017-04-30 19:30:11 -04:00 |
Ousmane Traore
|
ac4239754f
|
Address review comments
|
2017-04-30 18:43:05 -04:00 |
Ousmane Traore
|
8ae8551fda
|
Add Icons paramter to window config
|
2017-04-30 17:19:51 -04:00 |
faiface
|
2c1528a927
|
fix Window.CursorVisible intial value (was false)
|
2017-04-30 20:42:25 +02:00 |
Ousmane Traore
|
b6620c9775
|
Address review comments
|
2017-04-30 12:33:27 -04:00 |
Ousmane Traore
|
2fa80f7d42
|
Add ability to hide the cursor
|
2017-04-30 10:40:31 -04:00 |
faiface
|
639bd44303
|
temporarily fix issue #1
|
2017-04-22 13:15:57 +02:00 |
faiface
|
4ce6e2b3c4
|
remove a bunch of unnecessary Window control methods
|
2017-04-13 15:03:13 +02:00 |
faiface
|
8489bdad27
|
fix compile error
|
2017-04-10 00:48:17 +02:00 |
faiface
|
5be03c8beb
|
add Window.SetComposeMethod
|
2017-04-10 00:41:48 +02:00 |
faiface
|
f4916a4272
|
replace NRGBA to RGBA because Porter-Duff (!!!)
|
2017-04-09 22:00:26 +02:00 |
faiface
|
e6af9eb3c2
|
fix typo in Window doc
|
2017-04-08 18:05:50 +02:00 |
faiface
|
5097bc9cac
|
adjust WindowConfig doc, more consistent with the rest
|
2017-04-07 12:34:16 +02:00 |
faiface
|
1a2ca3264d
|
add Window.Color
|
2017-04-02 19:08:48 +02:00 |
faiface
|
46c8784df0
|
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 |