aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-08-25Add monitor events, limit fps to monitor the window is in, reduce latency (gl...dec05eba
2023-01-07Window: add functions to set fullscreen state, vsync statedec05eba
2022-11-05Only allow text in mgl_window_get_clipboard_stringdec05eba
2022-09-23Make window rgba and set background transparent to allow window clear to work...dec05eba
2022-09-09Support png,jpg and gif clipboard. Use callback for clipboarddec05eba
2021-12-08Vertex translation, fix vertex texture usedec05eba
2021-11-27Use correct offset y for font position (ascent)dec05eba
2021-11-24Fix glyphs overlapping, but adds unnecessary paddingdec05eba
2021-11-19Revert test changesdec05eba
2021-11-19Slightly improve font rendering qualitydec05eba
2021-11-17Attempt to fix font glyph texture overlap by aligning texture size todec05eba
2021-11-16Ensure window gets clipboard owner before setting clipboard stringdec05eba
2021-11-16Window: add set/get clipboarddec05eba
2021-11-16Window: allow setting window minimum/max size and positiondec05eba
2021-11-16Sprite: add rotation and origindec05eba
2021-11-15Add dynamic font atlas creation (not finished)dec05eba
2021-11-07Use char array for text entered str, reset text fields on deinitdec05eba
2021-11-07Include utf8 string in text entered eventdec05eba
2021-11-07Implement text inputdec05eba
2021-11-06Fix exit being called when closing window, respond to wm ping, add is_open fu...dec05eba
2021-11-05Fix font being corrupt with certain sizes, fix image being corrupt if its rgb...dec05eba
2021-11-03Add mgl_window_get_view instead of giving prev view in set_viewdec05eba
2021-11-03Add viewportdec05eba
2021-11-03Fix crash when not using text options with textdec05eba
2021-10-29Use gl*Pointer and glDrawArrays to render vertices (in mgl_vertices_draw) ins...dec05eba
2021-10-29Fix multiple vertex buffers using the same datadec05eba
2021-10-28Move vertex buffer generation from init to first update, making init voiddec05eba
2021-10-26Add clockdec05eba
2021-10-22Use const where possible in function paramsdec05eba
2021-10-22Add shaderdec05eba
2021-10-21Add vertex bufferdec05eba
2021-10-19poll event change namedec05eba
2021-10-19Change from callback to window polldec05eba
2021-10-19Use uint8_t for color instead of floatdec05eba
2021-10-18Add set_position and set_color to rectangle,sprite and textdec05eba
2021-10-17Fix testdec05eba
2021-10-16Move test image to test directorydec05eba
2021-10-16Add font renderingdec05eba
2021-10-16Cursor motiondec05eba
2021-10-16Fix resize event sometimes not triggered (set window gravity)dec05eba
2021-10-16Add rectangle and sprite, use pixel coordinates, remote opengl dependency fro...dec05eba
2021-10-12compressed texturedec05eba
2021-10-10Add texture loading (and render in test)dec05eba
2021-10-10Enable alpha blendingdec05eba
2021-10-10Draw every frame instead of x11 expose, enable vsync (if available)dec05eba
2021-10-10add event and test graphicsdec05eba
2021-10-10Initial commit, skeletondec05eba