1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 01:35:08 +00:00
serenity/Userland/Applications/FontEditor
Idan Horowitz 77601e09c8 FontEditor+TextEditor+Playground: Refuse to load device files
This prevents the undefined behaviour that would come up as a result of
doing so. (For example: opening "infinite" devices like /dev/full will
result in an infinite loop until exhaustion of memory)
2021-03-30 11:29:52 +02:00
..
.gitignore Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
FontEditor.cpp FontEditor: change order of baseline and mean line row 2021-01-24 22:02:23 +01:00
FontEditor.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
GlyphEditorWidget.cpp LibGfx: Insert pixel and ttf fonts into Typeface structure 2021-02-15 08:50:48 +01:00
GlyphEditorWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
GlyphMapWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
GlyphMapWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp FontEditor+TextEditor+Playground: Refuse to load device files 2021-03-30 11:29:52 +02:00