Andreas Kling
|
2067c003ff
TextEditor: Use pledge()
|
5 gadi atpakaļ |
Andreas Kling
|
f8703d44cc
TextEditor: Focus the editor widget on startup
|
5 gadi atpakaļ |
Andreas Kling
|
defafd72bc
LibGUI: Convert custom widgets and subclasses to ObjectPtr
|
5 gadi atpakaļ |
Andreas Kling
|
7584480f62
LibGUI: Convert GWindow to ObjectPtr
|
5 gadi atpakaļ |
Andreas Kling
|
b1763238d7
TextEditor: Ask the user before closing a dirty (modified) document
|
5 gadi atpakaļ |
Andreas Kling
|
841b2e5d13
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
|
6 gadi atpakaļ |
Andreas Kling
|
72a3f69df7
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
|
6 gadi atpakaļ |
rhin123
|
9724d540b6
TextEditor: Show window icon
|
6 gadi atpakaļ |
rhin123
|
1bcf3968f2
TextEditor: Show window after text_widget loads
|
6 gadi atpakaļ |
Rhin
|
d7b836858e
TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)
|
6 gadi atpakaļ |
Andreas Kling
|
323704c851
TextEditor: Remove use of copy_ref().
|
6 gadi atpakaļ |
Andreas Kling
|
fd604a7c68
Applications: Run clang-format on everything.
|
6 gadi atpakaļ |
Robin Burchell
|
1024dfa81a
StringViewize a bunch of things -- mostly LibGUI
|
6 gadi atpakaļ |
Andreas Kling
|
4040c6137d
TextEditor: Fix window title when starting with an empty document.
|
6 gadi atpakaļ |
Andreas Kling
|
b311257098
Applications: Let's put spaces in app names
|
6 gadi atpakaļ |
faissaloo
|
6ac8aab941
GFilePicker: Return paths as FileSystemPath rather than String
|
6 gadi atpakaļ |
Robin Burchell
|
cef161c2bc
TextEditor: Make use of GFilePicker to select a file to open
|
6 gadi atpakaļ |
Andreas Kling
|
ab42180e83
Fix some more victims of the new default layout spacing.
|
6 gadi atpakaļ |
Andreas Kling
|
71770e000b
GTextEditor: Add very basic automatic indentation.
|
6 gadi atpakaļ |
Andreas Kling
|
4bea3a4aa6
GTextEditor: Turn off the ruler by default.
|
6 gadi atpakaļ |
Andreas Kling
|
ab94a6be00
AK: Add String::copy(BufferType) helper.
|
6 gadi atpakaļ |
Andreas Kling
|
ae3ec3fc37
LibGUI: Give GTextEditor a context menu.
|
6 gadi atpakaļ |
Andreas Kling
|
c09c114d77
WindowServer+LibGUI: Add ability to set per-window icons.
|
6 gadi atpakaļ |
Andreas Kling
|
054c982181
LibGUI+WindowServer: Add support for enabled/disabled actions.
|
6 gadi atpakaļ |
Andreas Kling
|
cfd6e6cc36
LibCore: Move GIODevice hierarchy from LibGUI to LibCore.
|
6 gadi atpakaļ |
Andreas Kling
|
313ac51832
LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.
|
6 gadi atpakaļ |
Andreas Kling
|
670e376e27
Tweak the look of various UI surfaces and buttons.
|
6 gadi atpakaļ |
Andreas Kling
|
7c0a185970
Use the PNG loader for all images, and get rid of the .rgb files.
|
6 gadi atpakaļ |
Andreas Kling
|
ed2303e2d8
TextEditor: The delete key should work even when there's no selection.
|
6 gadi atpakaļ |
Andreas Kling
|
f0915641c5
TextEditor: Add "delete" action.
|
6 gadi atpakaļ |