1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 19:15:06 +00:00
serenity/FontEditor
Andreas Kling 27263b6172 Clean up LDFLAGS a bit.
While working on the ELF loader I was trying to keep binaries as simple as
possible so I could understand them easily. Now that the ELF loader is mature
and working fine, we can move closer towards ld defaults.
2019-02-06 14:48:09 +01:00
..
.gitignore Start working on a simple graphical font editor. 2019-02-02 08:07:06 +01:00
FontEditor.cpp Rename LizaBold to LizaRegular and LizaBlack to LizaBold. 2019-02-05 09:08:25 +01:00
FontEditor.h FontEditor: Allow specifying which font to edit on the command line. 2019-02-05 07:23:01 +01:00
main.cpp Handle WindowCloseRequest in FontEditor and /bin/guitest. 2019-02-05 12:07:06 +01:00
Makefile Clean up LDFLAGS a bit. 2019-02-06 14:48:09 +01:00