Age | Commit message (Expand) | Author |
2022-12-18 | Attempt to do clipboard get property for large data (incr). Should fix clipbo... | dec05eba |
2022-12-11 | Fix pasting text from mgl to other applications | dec05eba |
2022-11-27 | mgl_window_get_clipboard_string set ptr to NULL after free when failing | dec05eba |
2022-11-06 | Set event type unknown on invalid event | dec05eba |
2022-11-05 | Only allow text in mgl_window_get_clipboard_string | dec05eba |
2022-10-11 | Add option to support alpha for window or not. This is important for nvidia flip | dec05eba |
2022-09-23 | Make window rgba and set background transparent to allow window clear to work... | dec05eba |
2022-09-12 | Fix key/button state when window loses focus (check state on call to is_**_pr... | dec05eba |
2022-09-10 | Fix clipboard images for gnome screenshot | dec05eba |
2022-09-10 | Fix incorrect clipboard callback data | dec05eba |
2022-09-09 | Fail mgl_window_get_clipboard_string on timeout | dec05eba |
2022-09-09 | Support png,jpg and gif clipboard. Use callback for clipboard | dec05eba |
2022-09-06 | Set NET_WM_PID | dec05eba |
2022-03-31 | Add override redirect option to window create | dec05eba |
2022-03-30 | Proper y offset for text, add option to create hidden window and add function... | dec05eba |
2022-03-11 | Set ic focus on focus, remove urgency hint on focus | dec05eba |
2021-12-14 | Enable scissor test, invert scissor coordinates | dec05eba |
2021-12-05 | Destroy window before colormap | dec05eba |
2021-12-02 | Window: add scissor | dec05eba |
2021-11-21 | Fix bug where window resize event is updated every frame | dec05eba |
2021-11-19 | Better document window_set_framerate_limit | dec05eba |
2021-11-17 | Fix window not being visible on kde because color map is deleted while the wi... | dec05eba |
2021-11-17 | Window: implement function to disable key repeat | dec05eba |
2021-11-16 | Make unpack alignment byte-sized globally | dec05eba |
2021-11-16 | Ensure window gets clipboard owner before setting clipboard string | dec05eba |
2021-11-16 | Window: add set/get clipboard | dec05eba |
2021-11-16 | Window: add function to set window position, size and size limits | dec05eba |
2021-11-16 | Window: allow setting window minimum/max size and position | dec05eba |
2021-11-16 | Window: add function to get the current mouse button state | dec05eba |
2021-11-16 | Window: add mouse scroll event | dec05eba |
2021-11-16 | Window: add function to check if the window has focus | dec05eba |
2021-11-15 | Window: add close, title, cursor visibility and framerate limit | dec05eba |
2021-11-15 | Add dynamic font atlas creation (not finished) | dec05eba |
2021-11-08 | Add window function to get key state, allow invalid utf8 | dec05eba |
2021-11-07 | Use char array for text entered str, reset text fields on deinit | dec05eba |
2021-11-07 | Include utf8 string in text entered event | dec05eba |
2021-11-07 | Implement text input | dec05eba |
2021-11-06 | Fix exit being called when closing window, respond to wm ping, add is_open fu... | dec05eba |
2021-11-05 | Fix font being corrupt with certain sizes, fix image being corrupt if its rgb... | dec05eba |
2021-11-03 | Add mgl_window_get_view instead of giving prev view in set_view | dec05eba |
2021-11-03 | Add viewport | dec05eba |
2021-11-02 | Start on syntax highlighting, output correct key button event | dec05eba |
2021-10-29 | Fix multiple vertex buffers using the same data | dec05eba |
2021-10-28 | Use a separate glx context for every window | dec05eba |
2021-10-24 | Add function to load image from memory, initialize window from an existing wi... | dec05eba |
2021-10-21 | Add vertex buffer | dec05eba |
2021-10-19 | poll event change name | dec05eba |
2021-10-19 | Change from callback to window poll | dec05eba |
2021-10-18 | Do not make an initial draw call in window creation function | dec05eba |
2021-10-18 | Add set_position and set_color to rectangle,sprite and text | dec05eba |