aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-11-23Merge pull request #688 from adamharrison/mono-fontAdam
2021-11-23Manual merge of into .Adam Harrison
2021-11-22Support no antialiasing.Adam Harrison
2021-11-14Changed name of x1 and x2 to x and y.Adam Harrison
2021-11-14Moved commands out to the outer event loop.Adam Harrison
2021-11-12Merge pull request #660 from adamharrison/improved-heuristicAdam
2021-11-07Merge pull request #621 from adamharrison/fix-renderer-mappingsAdam
2021-11-07Screwed up checks.Adam Harrison
2021-11-07Improved heuristic to pay more attention to string length.Adam Harrison
2021-11-01Update renderer.cAdam
2021-10-31Just added MAX. More inline with other constant.Adam Harrison
2021-10-31Expand glyphsets to accomodate emojis.Adam Harrison
2021-10-28ensure command alignment is correctJan200101
2021-10-22Merge pull request #612 from Guldoman/fix_regexFrancesco
2021-10-21Force project rescan on network filesystemsFrancesco Abbate
2021-10-21Add a function to detect filesystem type on linuxFrancesco Abbate
2021-10-20Handles occasions where our color bytes aren't in the order we expected.Adam Harrison
2021-10-20Merge pull request #616 from adamharrison/font-groupingsAdam
2021-10-17Added in a missing static.Adam Harrison
2021-10-17Allowed for a white square as part of the other groups.Adam Harrison
2021-10-17Added in a rectdraw when a fallback glyph isn't present.Adam Harrison
2021-10-17Clarified.Adam Harrison
2021-10-16Broke out font groupings.Adam Harrison
2021-10-16Fixed minor issue.Adam Harrison
2021-10-16Changed computation to take into account alpha blending.Adam Harrison
2021-10-12Added in support for font groupings.Adam Harrison
2021-10-12Merge pull request #596 from adamharrison/fix-clip-boundariesAdam
2021-10-12Fixed writing before clip.Adam Harrison
2021-10-12rely on /proc/selfJan200101
2021-10-11Fixed clip issues if glyph exists before clip.xAdam Harrison
2021-10-11Show error message when `pcre2_match` failsGuldoman
2021-10-10Do no add rencache a command for empty rectanglesFrancesco Abbate
2021-10-10Fix dirty pixels problem on window's right sideFrancesco Abbate
2021-10-08Report dmon modify eventsFrancesco Abbate
2021-10-08Move dmon files into lib/dmonFrancesco Abbate
2021-10-08Adopt new version of dmonFrancesco Abbate
2021-10-08Implement directory monitoring using septag/dmonFrancesco Abbate
2021-10-07Fixed clip boundaries.Adam Harrison
2021-10-02Fixed negative pens.Adam Harrison
2021-10-02Merge pull request #521 from adamharrison/remove-font-rendererFrancesco
2021-10-02Fix the size and blurriness of the icon on OSX (#553)Jean-André Santoni
2021-10-02Rearranged DPI calc so that on calc failure, returns 1. (#547)Adam
2021-10-02Potentially fixing issue with cache not invalidating on restart. (#548)Adam
2021-10-02Removed extra macros, used PLATFORM. Also removed MACOS, as it's redundant C ...Adam Harrison
2021-10-02Avoid unnecessary call to SDL_GetModStateFrancesco Abbate
2021-10-02Added in custom runtime environment variable for ease of testing. (#538)Adam
2021-10-02Fix numpad fn keys (#532)Francesco
2021-10-01Fixed issues if one got into high codepoint ranges.Adam Harrison
2021-10-01Fixed issue with metrics.Adam Harrison
2021-09-29Fix the size and blurriness of the icon on OSX (#553)Jean-André Santoni