ladybird/Applications/FontEditor
Andreas Kling 841b2e5d13 WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Now that we support more than 2 clients per shared buffer, we can use them
for window icons. I didn't do that previously since it would have made the
Taskbar process unable to access the icons.

This opens up some nice possibilities for programmatically generated icons.
2019-07-28 10:18:49 +02:00
..
.gitignore FontEditor: Initial port to using a VisualBuilder generated UI. 2019-07-11 20:19:26 +02:00
FontEditor.cpp FontEditor: Initial port to using a VisualBuilder generated UI. 2019-07-11 20:19:26 +02:00
FontEditor.h FontEditor: Initial port to using a VisualBuilder generated UI. 2019-07-11 20:19:26 +02:00
FontEditorBottom.frm FontEditor: Initial port to using a VisualBuilder generated UI. 2019-07-11 20:19:26 +02:00
GlyphEditorWidget.cpp AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
GlyphEditorWidget.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
GlyphMapWidget.cpp AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
GlyphMapWidget.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
main.cpp WindowServer+LibGUI: Pass window icons as shared buffers rather than paths. 2019-07-28 10:18:49 +02:00
Makefile FontEditor: Initial port to using a VisualBuilder generated UI. 2019-07-11 20:19:26 +02:00