Age | Commit message (Expand) | Author |
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 |