Allen Ray
|
b61f150701
|
Merge pull request #285 from cebarks/msaa
Add Multisample Anti-aliasing support
|
2021-08-31 08:36:26 -04:00 |
Allen Ray
|
f079cc25fe
|
Update window.go
|
2021-08-31 08:35:57 -04:00 |
Anten Skrabec
|
1d936eae7b
|
add comment about power of two setting for msaa samples
|
2021-08-17 23:23:32 -06:00 |
Anten Skrabec
|
f6e2f3a8d8
|
add check for valid msaa values in NewWindow()
|
2021-08-15 23:31:06 -06:00 |
Alexandru-Paul Copil
|
aae9927b58
|
Apply gofumpt and basic styling changes
|
2021-07-09 10:43:10 +03:00 |
Allen Ray
|
9307280c91
|
Merge pull request #283 from dusk125/master
|
2021-06-22 07:49:51 -04:00 |
Anten Skrabec
|
7615c055cf
|
move gl.Enable call to inside gl context in window creation
|
2021-06-21 14:13:43 -06:00 |
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 |
Allen Ray
|
063b8952f9
|
Adding Clipboard get/set functions to window
|
2021-06-21 08:42:27 -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 |