Age | Commit message (Expand) | Author |
2021-11-19 | Slightly improve font rendering quality | dec05eba |
2021-11-18 | Move glyph creation for text to render function instead of in set string, cle... | dec05eba |
2021-11-17 | Fix window not being visible on kde because color map is deleted while the wi... | dec05eba |
2021-11-17 | Readd kerning | dec05eba |
2021-11-17 | Window: implement function to disable key repeat | dec05eba |
2021-11-17 | Image: fix bug where images are forced to be in RGBA format | dec05eba |
2021-11-17 | Increase glyph padding | dec05eba |
2021-11-17 | Attempt to fix font glyph texture overlap by aligning texture size to | dec05eba |
2021-11-16 | Make unpack alignment byte-sized globally | dec05eba |
2021-11-16 | Texture: only do one glTexSubImage2D in mgl_texture_update instead of |height... | 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 | Sprite: add rotation and origin | dec05eba |
2021-11-16 | Window: add mouse scroll event | dec05eba |
2021-11-16 | Text: add function to get character position by index, use same character loo... | 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 | Do not check for valid utf8 in set text, render the invalid utf8 instead. Mma... | 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 | Add bounds calculation to text | dec05eba |
2021-11-05 | Fix font being corrupt with certain sizes, fix image being corrupt if its rgb... | dec05eba |
2021-11-04 | Fix clock restart returning incorrect time | 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-03 | Fix crash when not using text options with text | dec05eba |
2021-11-02 | Start on syntax highlighting, output correct key button event | dec05eba |
2021-10-30 | Add option to make mgl_file_load result null terminated | dec05eba |
2021-10-29 | Use gl*Pointer and glDrawArrays to render vertices (in mgl_vertices_draw) ins... | 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-28 | Move vertex buffer generation from init to first update, making init void | dec05eba |
2021-10-26 | Add clock | dec05eba |
2021-10-24 | Add function to load image from memory, initialize window from an existing wi... | dec05eba |
2021-10-23 | Allow rendering vertices directly | dec05eba |
2021-10-22 | Use const where possible in function params | dec05eba |
2021-10-22 | Add shader | 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-19 | Use uint8_t for color instead of float | 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 |