aboutsummaryrefslogtreecommitdiff
path: root/depends
AgeCommit message (Expand)Author
2023-06-27Update stb imagedec05eba
2023-06-25xmappingdec05eba
2023-06-25XRefreshKeyboardMappingdec05eba
2023-01-21fix: set prev codepoint in text renderdec05eba
2023-01-17Add option to set window background colordec05eba
2023-01-14Eliminate resize flicker by setting window gravity to NorthWestdec05eba
2023-01-14Set clear color before clear, fixes black background on first framedec05eba
2023-01-14Improve resize performance by setting back pixel instead of back pixmapdec05eba
2023-01-07Window: add functions to set fullscreen state, vsync statedec05eba
2022-12-18Revert clipboard lazydec05eba
2022-12-18Do lazy get clipboard version, get as much data as possible at once. This see...dec05eba
2022-12-18Fix issue where images cant be pasted from clipboard if mgl is the first appl...dec05eba
2022-12-18Attempt to do clipboard get property for large data (incr). Should fix clipbo...dec05eba
2022-12-11Fix pasting text from mgl to other applicationsdec05eba
2022-11-06Set event type unknown on invalid eventdec05eba
2022-11-05Only allow text in mgl_window_get_clipboard_stringdec05eba
2022-10-11Add option to support alpha for window or not. This is important for nvidia flipdec05eba
2022-10-07xinitthreadsdec05eba
2022-10-02Do not use __GL_THREADED_OPTIMIZATIONS as mgl might be used in an application...dec05eba
2022-09-28Dont use const, wtfdec05eba
2022-09-28Dont use free'd fbconfigsdec05eba
2022-09-27Properly detect failed dlsym for gl.cdec05eba
2022-09-23mdec05eba
2022-09-23Make window rgba and set background transparent to allow window clear to work...dec05eba
2022-09-12Fix key/button state when window loses focus (check state on call to is_**_pr...dec05eba
2022-09-10Fix clipboard images for gnome screenshotdec05eba
2022-09-10Fix incorrect clipboard callback datadec05eba
2022-09-09Support png,jpg and gif clipboard. Use callback for clipboarddec05eba
2022-09-06Set NET_WM_PIDdec05eba
2022-08-25Update depdec05eba
2022-04-07Force disable threaded gl optimization to reduce cpu usage (thread optimizati...dec05eba
2022-03-31Add override redirect option to window createdec05eba
2022-03-30Proper y offset for text, add option to create hidden window and add function...dec05eba
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 tex...dec05eba
2022-02-15Update to latest mgl version, fix after updatedec05eba
2021-11-27Use correct offset for font y positiondec05eba
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-19Slightly improve font rendering qualitydec05eba
2021-11-18Move glyph creation for text to render function instead of in set string, cle...dec05eba
2021-11-17Fix window not being visible on kde because color map is deleted while the wi...dec05eba
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-17Fix font glyph overlapsdec05eba
2021-11-16Texture: only do one glTexSubImage2D in mgl_texture_update instead of |height...dec05eba