index
:
mglpp
master
C++ wrapper for Minimal Graphics Library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window
/
Window.cpp
Age
Commit message (
Expand
)
Author
2024-08-24
Vertices: fix alpha blending when window background is transparent, add unifo...
dec05eba
2024-08-02
Ensure correct blending function for transparent window
dec05eba
2024-07-31
Flush after window move/resize
dec05eba
2024-07-25
Update to latest mgl, adds option to hide decorations on window create
dec05eba
2023-08-25
Add missing low latency functions for window
dec05eba
2023-01-07
Window: add functions to set fullscreen state, vsync state
dec05eba
2022-11-05
Only allow text in mgl_window_get_clipboard_string
dec05eba
2022-09-09
Support png,jpg and gif clipboard. Use callback for clipboard
dec05eba
2022-09-04
Only deinit window if it has been created
dec05eba
2022-03-30
Proper y offset for text, add option to create hidden window and add function...
dec05eba
2022-02-15
Update to latest mgl version, fix after update
dec05eba
2021-11-17
Window: implement function to disable key repeat
dec05eba
2021-11-16
Implement all interfaces to mgl
dec05eba
2021-11-07
Fix exit being called when closing window, respond to wm ping, add is_open fu...
dec05eba
2021-11-03
Add window set_view and get_view
dec05eba
2021-11-03
Use event structure in poll_event
dec05eba
2021-10-29
More, todo interfaces
dec05eba
2021-10-22
Use shader
dec05eba
2021-10-19
Change event layout to similar to same as sfml
dec05eba
2021-10-18
Initial commit with an example
dec05eba