aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-08-25Add missing low latency functions for windowdec05eba
2023-01-07Window: add functions to set fullscreen state, vsync statedec05eba
2022-12-02Sprite: add get_size, which returns the texture size and takes into account s...dec05eba
2022-11-05Only allow text in mgl_window_get_clipboard_stringdec05eba
2022-11-03Sprite: set_sizedec05eba
2022-09-09Support png,jpg and gif clipboard. Use callback for clipboarddec05eba
2022-09-04Only deinit window if it has been createddec05eba
2022-03-30Add move assignment to texture, fix move constructor not setting owner fielddec05eba
2022-03-30Proper y offset for text, add option to create hidden window and add function...dec05eba
2022-02-15Update to latest mgl version, fix after updatedec05eba
2021-11-27Use correct offset for font y positiondec05eba
2021-11-26Allow reloading images, textures and memory mapped filesdec05eba
2021-11-18Move glyph creation for text to render function instead of in set string, cle...dec05eba
2021-11-18Disable copy constructors for opengl resource itemsdec05eba
2021-11-17Readd kerningdec05eba
2021-11-17Window: implement function to disable key repeatdec05eba
2021-11-17Fix font glyph overlapsdec05eba
2021-11-16Implement all interfaces to mgldec05eba
2021-11-07Fix text rendering getting corrupt at copy/move constructordec05eba
2021-11-07Fix exit being called when closing window, respond to wm ping, add is_open fu...dec05eba
2021-11-03Add window set_view and get_viewdec05eba
2021-11-03Use event structure in poll_eventdec05eba
2021-10-29More, todo interfacesdec05eba
2021-10-22Use shaderdec05eba
2021-10-22Add vertex bufferdec05eba
2021-10-19Change event layout to similar to same as sfmldec05eba
2021-10-19Use uint8_t for color instead of floatdec05eba
2021-10-18Initial commit with an exampledec05eba