aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-16Move VERSION variable into Lua codeFrancesco Abbate
2021-01-13Bump 1.16 version numberFrancesco Abbate
2020-12-31Bump new version numberFrancesco Abbate
2020-12-31Keep memory of window's size and position and restore them on startFrancesco Abbate
2020-12-19Use ~ for HOME directory in folder searchFrancesco Abbate
2020-12-13Update readme and changelog for release 1.14v1.14-lite-xlFrancesco Abbate
2020-12-12Merge branch 'project-manager'Francesco Abbate
2020-12-10Add core:restart function to restart the editorFrancesco Abbate
2020-12-06Fix documentation and behavior for 1.13 releaseFrancesco Abbate
2020-12-04Implement optional font rendering optionsFrancesco Abbate
2020-12-04Always use HOME based user's config independently from portable optionFrancesco Abbate
2020-12-03Improve the implementation of unix-like directories usageFrancesco Abbate
2020-12-02Fix some problems with user's directoryFrancesco Abbate
2020-12-02Implement user's config as init file and add directory into package.pathFrancesco Abbate
2020-12-02First implementation of unix-like data directoryFrancesco Abbate
2020-11-21Fix cursor blinking problemFrancesco Abbate
2020-11-17Merge remote-tracking branch 'rxi/master'Francesco Abbate
2020-09-05Changed rencache to store font tab_width with font commandrxi
2020-08-19Merge remote-tracking branch 'rxi/master'Francesco Abbate
2020-07-05Version 1.11v1.11rxi
2020-07-04Merge remote-tracking branch 'rxi/master'Francesco Abbate
2020-06-29Fix SDL2 include directivesFrancesco Abbate
2020-06-28Version 1.10v1.10rxi
2020-06-21Version 1.09v1.09rxi
2020-06-16Merge remote-tracking branch 'rxi/master' into agg-font-rendererFrancesco Abbate
2020-06-16Modify system.wait_event to wait indefinitely if no timeout is givenFrancesco Abbate
2020-06-16No longer use gamma correctionFrancesco Abbate
2020-06-14Version 1.08v1.08rxi
2020-06-12Add option to disable X axis font's pre-scalingFrancesco Abbate
2020-06-11Merge remote-tracking branch 'rxi/master' into agg-font-rendererFrancesco 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-11Revert "Removed __APPLE__ `#ifdef` from main.c"rxi
2020-06-09Remove font renderer debug codeFrancesco Abbate
2020-06-07Version 1.07v1.07rxi
2020-06-07Removed __APPLE__ `#ifdef` from main.crxi
2020-06-07Merge remote-tracking branch 'rxi/master' into font-rendering-testsFrancesco Abbate
2020-06-07Add more debug information in font's bitmap imagesFrancesco Abbate
2020-06-06Move font resize in a separate functionFrancesco Abbate
2020-06-06Cleanup debug codeFrancesco Abbate
2020-06-06WIP: debugging stuffFrancesco Abbate
2020-06-04Move font renderer in a separate folder as a libraryFrancesco Abbate
2020-06-04Add correct copyright informationFrancesco Abbate
2020-06-04Remove unused code filesFrancesco Abbate
2020-06-04Add some comments and remove unused codeFrancesco Abbate
2020-06-04Add some explanatory commentsFrancesco Abbate
2020-06-04Fix resize of bounding rectangle in BakeFontBitmap functionFrancesco Abbate