aboutsummaryrefslogtreecommitdiff
path: root/depends/mglpp
AgeCommit message (Collapse)Author
2023-01-14Eliminate resize flicker by setting window gravity to NorthWestdec05eba
2023-01-14Improve resize performance when using a compositor by setting back pixel ↵dec05eba
instead of back pixmap
2023-01-10Matrix: use room messages for notifications intead of notifications api ↵dec05eba
(synapse cache issue)
2022-12-20Revert clipboard lazydec05eba
2022-12-18Do lazy get clipboard version, get as much data as possible at once. This ↵dec05eba
seems to be the only reliable method and other programs do this
2022-12-18Attempt to do clipboard get property for large data (incr). Should fix ↵dec05eba
clipboard image pasting on wayland
2022-12-11Fix pasting text from quickmedia to other applicationsdec05eba
2022-12-02Better layout for different font scaledec05eba
2022-11-11Matrix: fix accidentally reverted submodule fixesdec05eba
2022-11-11Support images in text, add custom emoji to matrixdec05eba
2022-11-08Fix emoji drawn outside border when max lines set, username autocomplete ↵dec05eba
caret not moving to end of text, multiple images on the same page with different sizes (downscaled)
2022-11-07Formatted text with color in matrix, monospace for codeblocksdec05eba
2022-11-06Matrix/4chan: fix text input not being in order if typing text fast (for ↵dec05eba
example xdotool
2022-11-05Support as many emoji as possible, using separate emoji images in textdec05eba
2022-11-03Config: add option to set custom fonts without using system config (fontconfig)dec05eba
2022-10-13Remove myanimelist (unused code)dec05eba
2022-09-12Fix key/button state when window loses focus (check state on call to ↵dec05eba
is_**_pressed)
2022-09-10Fix clipboard images for gnome screenshotdec05eba
2022-09-10Matrix: support uploading files from clipboard (direct image data, png, jpg, ↵dec05eba
gif)
2022-09-04Do not segfault when the program is closed before the window is createddec05eba
2022-08-25Mangakatana: fix pages after website updatedec05eba
2022-06-164chan: show error from server when posting fails (when error is not one of ↵dec05eba
the predefined ones)
2022-03-11Fix video player focus (in dwm, it would cause focus spam)dec05eba
2022-03-09Fix compile on clangdec05eba
2022-02-28Update submodule urlsdec05eba
2022-02-15Render missing glyphs as a crossed out boxdec05eba
2021-11-26Fix 4chan posting reloading captcha on failed captchadec05eba
2021-11-25Fix possible corrupt font atlasdec05eba
2021-11-24Fix glyphs overlapping, but adds unnecessary paddingdec05eba
2021-11-21Remove abort if font is not availabledec05eba
2021-11-19Dont set fps, let vsync handle thatdec05eba
2021-11-19Slightly improve font rendering qualitydec05eba
2021-11-18Fix crash when going to ctrl+r when first page is youtube video (starting ↵dec05eba
quickmedia with a youtube url), better youtube video description
2021-11-18Disable copy constructors for opengl resource itemsdec05eba
2021-11-18Fix corrupt reactions in matrix (use of deleted vertex buffer)dec05eba
2021-11-18Fix window not being visible on kde because color map is deleted while the ↵dec05eba
window is in use, text editing not working for the first character
2021-11-17Readd kerningdec05eba
2021-11-17Limit image loading to one thread in async image loaderdec05eba