1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 12:11:01 +00:00
serenity/Applications/TextEditor
Andrew Kaster 347bf6459d Applications+LibGUI: Convert all GML consumers to use the LibCore finder
Remove Widget::find_child_by_name and Widget::find_descendant_by_name,
and convert all users to using the type-safer version in Core::Object.
2021-01-01 14:45:09 +01:00
..
CMakeLists.txt TextEditor: Rename {Main => TextEditor}Window.gml 2020-12-23 01:33:43 +01:00
main.cpp TextEditor: Show "Untitled" when there's no current document path 2020-12-30 03:44:38 +01:00
TextEditorWidget.cpp Applications+LibGUI: Convert all GML consumers to use the LibCore finder 2021-01-01 14:45:09 +01:00
TextEditorWidget.h TextEditor: Switch to using GUI::FontPicker for picking editor font :^) 2020-12-30 20:37:51 +01:00
TextEditorWindow.gml LibGUI: Rewrite layout system in terms of min and max sizes 2020-12-30 01:36:41 +01:00