aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-06Set NET_WM_PIDdec05eba
2022-08-21Attempt to fix vertex draw when using texcoords without a texture (such as ↵dec05eba
when using a shader)
2022-08-21Update TODOdec05eba
2022-04-07Force disable threaded gl optimization to reduce cpu usage (thread ↵dec05eba
optimization doesn't improve performance here so its useless)
2022-03-31Add override redirect option to window createdec05eba
2022-03-30Proper y offset for text, add option to create hidden window and add ↵dec05eba
function to make it visible (map, unmap)
2022-03-11Set ic focus on focus, remove urgency hint on focusdec05eba
2022-02-15Revert text offset y fix because it breaks quickmedia. Revert vertex draw ↵dec05eba
texture coordinate reset because it breaks quickmedia
2022-02-15Render missing glyphs as a crossed out boxdec05eba
2021-12-21Remove commentdec05eba
2021-12-14Enable scissor test, invert scissor coordinatesdec05eba
2021-12-08Optimize hash map % to &dec05eba
2021-12-08Vertex translation, fix vertex texture usedec05eba
2021-12-05Destroy window before colormapdec05eba
2021-12-02Window: add scissordec05eba
2021-11-28Add utf8 index to offset functiondec05eba
2021-11-27Add max glyph height propertydec05eba
2021-11-27Use correct offset y for font position (ascent)dec05eba
2021-11-25Fix possible corrupt font atlasdec05eba
2021-11-24Fix glyphs overlapping, but adds unnecessary paddingdec05eba
2021-11-21Fix bug where window resize event is updated every framedec05eba
2021-11-19Better document window_set_framerate_limitdec05eba
2021-11-19Revert test changesdec05eba
2021-11-19Slightly improve font rendering qualitydec05eba
2021-11-18Move glyph creation for text to render function instead of in set string, ↵dec05eba
clear font glyph background before rendering the text
2021-11-17Fix window not being visible on kde because color map is deleted while the ↵dec05eba
window is in use
2021-11-17Readd kerningdec05eba
2021-11-17Window: implement function to disable key repeatdec05eba
2021-11-17Image: fix bug where images are forced to be in RGBA formatdec05eba
2021-11-17Increase glyph paddingdec05eba
2021-11-17Attempt to fix font glyph texture overlap by aligning texture size todec05eba
next character size Add function to get the start of a utf8 codepoint (backwards), test utf8 functions
2021-11-16Make unpack alignment byte-sized globallydec05eba
2021-11-16Texture: only do one glTexSubImage2D in mgl_texture_update instead of ↵dec05eba
|height| number of times
2021-11-16Ensure window gets clipboard owner before setting clipboard stringdec05eba
2021-11-16Window: add set/get clipboarddec05eba
2021-11-16Window: add function to set window position, size and size limitsdec05eba
2021-11-16Window: allow setting window minimum/max size and positiondec05eba
2021-11-16Window: add function to get the current mouse button statedec05eba
2021-11-16Sprite: add rotation and origindec05eba
2021-11-16Window: add mouse scroll eventdec05eba
2021-11-16Text: add function to get character position by index, use same character ↵dec05eba
loop everywhere
2021-11-16Window: add function to check if the window has focusdec05eba
2021-11-15Window: add close, title, cursor visibility and framerate limitdec05eba
2021-11-15Add dynamic font atlas creation (not finished)dec05eba
2021-11-08Do not check for valid utf8 in set text, render the invalid utf8 instead. ↵dec05eba
Mmap fonts instead of loading the whole font
2021-11-08Add window function to get key state, allow invalid utf8dec05eba
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 ↵dec05eba
function to window