index
:
mglpp
master
C++ wrapper for Minimal Graphics Library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
depends
Age
Commit message (
Collapse
)
Author
3 days
Handle window background transparency correctly (premultiplied alpha)
HEAD
master
dec05eba
4 days
Set pack alignment to 1
dec05eba
5 days
Key: support more keys, such as media keys
dec05eba
10 days
Comment
dec05eba
10 days
Change order of keys
dec05eba
10 days
Fix incorrect text for printscreen
dec05eba
13 days
Support more keys: insert, printscreen, pause, numpad numbers and numpad enter
dec05eba
2025-02-15
Update stb_image dependency to version 2.30
dec05eba
2025-02-05
Fix incorrect height for multiline text in bounds calculation
dec05eba
2025-01-23
Fix MappingNotify never handled
dec05eba
2025-01-22
m
dec05eba
2025-01-21
Add key_to_x11_keysym
dec05eba
2025-01-21
m
dec05eba
2025-01-21
Add mapping notify event
dec05eba
2025-01-21
Add Keyboard::key_to_string
dec05eba
2025-01-17
Expose mgl_for_each_active_monitor_output
dec05eba
2025-01-05
shit
dec05eba
2024-12-27
Use correct alpha blending for transparent window
dec05eba
2024-12-26
Proper C, use (void)
dec05eba
2024-12-04
Fix mgl_window_set_size stuck if size is < 0
dec05eba
2024-12-04
XSync->XFlush
dec05eba
2024-11-27
Only do XCheckTypedWindowEvent if not injected event
dec05eba
2024-11-26
Add mgl_is_connected_to_display_server and mgl_ping_display_server to keep ↵
dec05eba
status of connection
2024-11-12
m
dec05eba
2024-11-12
Fix text height (undefined variable use)
dec05eba
2024-11-12
Fix multiline text height
dec05eba
2024-09-11
Fix incorrect position for Text::find_character_pos
dec05eba
2024-09-10
fix mgl_text_set_max_width
dec05eba
2024-09-10
Rows count from 1
dec05eba
2024-09-10
Add Text::set_max_width and Text::set_max_rows
dec05eba
2024-09-01
Comments
dec05eba
2024-08-24
Add missing cleanup for egl context
dec05eba
2024-08-24
Vertices: fix alpha blending when window background is transparent, add ↵
dec05eba
uniform for color, add position for vertices draw
2024-08-19
Implement c++ version of mgl_texture_init_reference_existing_gl_texture
dec05eba
2024-08-11
output debug message: gsr -> mgl
dec05eba
2024-08-11
fix incorrect sprite_set_height, add sprite_set_width
dec05eba
2024-08-10
Make libglx optional (alpine doesn't have it)
dec05eba
2024-08-09
text always set dirty when setting string or font
dec05eba
2024-08-07
Add mgl_window_get_egl_display
dec05eba
2024-08-07
load eglGetProcAddress
dec05eba
2024-08-05
Add comment
dec05eba
2024-08-05
Add ignore dirs
dec05eba
2024-08-05
Add meson build
dec05eba
2024-08-04
egl: fix transparent window
dec05eba
2024-08-04
Add option to choose render api (glx or egl) in window creation
dec05eba
2024-08-03
Fix compile error
dec05eba
2024-08-03
Add notification window type
dec05eba
2024-08-03
text get bounds return character size if string is empty
dec05eba
2024-08-02
Fix background clear color when using window transparency
dec05eba
2024-08-02
Ensure correct blending function for transparent window
dec05eba
[next]