Daniel Salvadori
|
7b89285c3b
Various fixes and improvements
|
3 年之前 |
Daniel Salvadori
|
9fc9a1ec88
Merge pull request #144 from felzix/master
|
4 年之前 |
Daniel Salvadori
|
30af58ec69
Merge branch 'master' into i177-fullscreen
|
4 年之前 |
Mathieu Champlon
|
3d80de26fd
Fix mouse coordinates in mouse events
|
4 年之前 |
danaugrs
|
69383454cb
Update to GLFW 3.3
|
5 年之前 |
Maksim Litvinov
|
63827bca58
Fix SetFullscreen(false)
|
5 年之前 |
robert
|
e432cbe08a
added focus event
|
6 年之前 |
Daniel Salvadori
|
13e8582dad
Fix HiDPI OnCursor event position (MacOS)
|
6 年之前 |
Daniel Salvadori
|
31fc77e272
Fix and improve window implementations
|
6 年之前 |
Daniel Salvadori
|
20c3cb0c9e
Cleanup window package
|
6 年之前 |
Daniel Salvadori
|
4242aa5ceb
Create cross-platform app package
|
6 年之前 |
Daniel Salvadori
|
48abed3aa8
Create OpenGL state when creating a window
|
6 年之前 |
Daniel Salvadori
|
14d6b663b0
Prepare for build tag differentiation of implementations of IWindow, IWindowManager
|
6 年之前 |
Daniel Salvadori
|
9d6952a24f
fixed dependency on image/png
|
7 年之前 |
Daniel Salvadori
|
02a25ef88b
improve cursor loading
|
7 年之前 |
Daniel Salvadori
|
6522f47932
added support for custom cursors and created diagonal resize cursors
|
7 年之前 |
Daniel Salvadori
|
17ff3f1b80
fixed Window() method receiver
|
7 年之前 |
amyadzuki
|
f18e1e1f0a
Added method: Window
|
7 年之前 |
Daniel Salvadori
|
f367d868ed
added HiDPI support
|
7 年之前 |
Daniel Salvadori
|
3b93189cbb
cleanup/docs
|
7 年之前 |
Pavel
|
7697d51266
Fix style (again, duh)
|
7 年之前 |
Pavel
|
cfa9444db9
Add scale to glfwWindow to reduce cgo overhead
|
7 年之前 |
Pavel
|
38efa25ad2
Attempt to fix mouse coordinates on hidpi systems
|
7 年之前 |
Pavel
|
a3aeefaf0f
Fix missing line breaks
|
7 年之前 |
Pavel
|
9f3804268e
Style fixes
|
7 年之前 |
George Dobrovolsky
|
d2b7fd7055
add comments to SetCursorPos and SetInputMode
|
7 年之前 |
George Dobrovolsky
|
eb4f426229
Add FramebufferSize to IWindow
|
7 年之前 |
Pavel
|
1c3ef09d9e
Add SetInputMode & SetCursorPos
|
7 年之前 |
leonsal
|
3227dca484
window api changed / application exec tracer support
|
8 年之前 |
leonsal
|
54e9403815
Set OpenGLForwardCompatible window hint only for OSX.
|
8 年之前 |