aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-03-06Fix Project Scanning (#746)Adam
2022-01-24Use new mutex in dmon to avoid possible lock-upFrancesco Abbate
2022-01-19Merge branch 'master-2.0'Francesco Abbate
2022-01-09Remove remaining debug code fragmentFrancesco Abbate
2022-01-09Use a timeout in dmon thread with pending eventsFrancesco Abbate
2022-01-09Attempt to fix dmon critical section for windowsFrancesco Abbate
2022-01-09Do not use timeout in dmon linux selectFrancesco Abbate
2022-01-09Fix some errors with previous commitsFrancesco Abbate
2022-01-09On Windows wait indefinitely in dmon threadFrancesco Abbate
2022-01-09Report error codes from dmon_watch_addFrancesco Abbate
2022-01-09Remove DMON_LOG_ERROR to return an error codeFrancesco Abbate
2022-01-09Fix undue asserts in dmon_extraFrancesco Abbate
2021-12-30Remove inotify recursive directory monitoringFrancesco Abbate
2021-11-23Manual merge of into .Adam Harrison
2021-10-23Fix assert with dmon on directory deletingtesting-2.0.3Francesco Abbate
2021-10-09Add missing meson fileFrancesco Abbate
2021-10-08Move dmon files into lib/dmonFrancesco Abbate
2021-09-24Removed font renderer.Adam Harrison
2021-08-28Avoid having no `pixel_width`Guldoman
2021-08-24use dependency fallbacks, use system reproc if availableJan200101
2021-07-15Removed legacy build system.Adam Harrison
2021-03-07Fix problem with glyph spacing in subpixel modeFrancesco Abbate
2021-03-07Fix heuristic to find font atlas optimal widthFrancesco Abbate
2021-03-06Mostly fix problem of offset with cursor positioning when using mouseFrancesco Abbate
2021-03-05Fix error with glyphs subpixel layoutFrancesco Abbate
2021-03-05Merge branch 'subpixel-font-positioning'Francesco Abbate
2021-03-04Add missing padding pixel to avoid artifactsFrancesco Abbate
2021-03-03Fix bug causing abort when glyph count was zeroFrancesco Abbate
2021-03-03Implement subpixel font positioningFrancesco Abbate
2021-02-24Do not use nullptr and add checkFrancesco Abbate
2021-02-23Cleanup font's note markdown fileFrancesco Abbate
2021-02-23Fix font rendering artifacts bugFrancesco Abbate
2020-12-11Fix font hinting when using subpixel renderingFrancesco Abbate
2020-06-30Add libagg as a subprojectFrancesco Abbate
2020-06-29Fix again the problem with C++ abs functionFrancesco Abbate
2020-06-29Remove spurious typename keyword in C++ codeFrancesco Abbate
2020-06-29Fix Lua subproject ofr Mac OS XFrancesco Abbate
2020-06-29Fix usage of abs function with C++Francesco Abbate
2020-06-18Add execution flags to build scriptFrancesco Abbate
2020-06-18Fix and improve build scriptFrancesco Abbate
2020-06-16No longer use gamma correctionFrancesco Abbate
2020-06-12Add option to disable X axis font's pre-scalingFrancesco Abbate
2020-06-11Rename FontRenderer to FR_RendererFrancesco Abbate
2020-06-11Bring back simple grayscale rendering optionFrancesco Abbate
2020-06-11Rename FontRenderer* symbols as FR_*Francesco Abbate
2020-06-11Make the FontRenderer's Bitmap struct opaque outside the libraryFrancesco Abbate
2020-06-11Move rendering buffers pointers computations inside FontRendererBlendGammaSub...Francesco Abbate
2020-06-09Remove font renderer debug codeFrancesco Abbate
2020-06-08Remove unneeded checks in get_font_vmetricsFrancesco Abbate
2020-06-08Fix pixel off-by-one error in subpixel font renderer hspanFrancesco Abbate