aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-12-14Update mgldec05eba
2023-12-08mdec05eba
2023-12-08Transient for window optiondec05eba
2023-12-08Add class hint, wm name, window typedec05eba
2023-08-25Add missing low latency functions for windowdec05eba
2023-08-25Add monitor events, limit fps to monitor the window is in, reduce latency (gl...dec05eba
2023-01-17Add option to set window background colordec05eba
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-03Sprite: set_sizedec05eba
2022-10-11Add support alpha optiondec05eba
2022-09-09Support png,jpg and gif clipboard. Use callback for clipboarddec05eba
2022-03-31Add override redirect option to window createdec05eba
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-03-09Fix compile on clangdec05eba
2021-11-27Use correct offset for font y positiondec05eba
2021-11-24Fix glyphs overlapping, but adds unnecessary paddingdec05eba
2021-11-19Better document window_set_framerate_limitdec05eba
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-18Fix corrupt VertexBuffer by disabling vertex buffer copyingdec05eba
2021-11-17Readd kerningdec05eba
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-04Fix clock restart returning incorrect timedec05eba
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