Robin Burchell
|
cef161c2bc
TextEditor: Make use of GFilePicker to select a file to open
|
6 years ago |
Andreas Kling
|
ab42180e83
Fix some more victims of the new default layout spacing.
|
6 years ago |
Andreas Kling
|
71770e000b
GTextEditor: Add very basic automatic indentation.
|
6 years ago |
Andreas Kling
|
4bea3a4aa6
GTextEditor: Turn off the ruler by default.
|
6 years ago |
Andreas Kling
|
ab94a6be00
AK: Add String::copy(BufferType) helper.
|
6 years ago |
Andreas Kling
|
ae3ec3fc37
LibGUI: Give GTextEditor a context menu.
|
6 years ago |
Andreas Kling
|
c09c114d77
WindowServer+LibGUI: Add ability to set per-window icons.
|
6 years ago |
Andreas Kling
|
054c982181
LibGUI+WindowServer: Add support for enabled/disabled actions.
|
6 years ago |
Andreas Kling
|
cfd6e6cc36
LibCore: Move GIODevice hierarchy from LibGUI to LibCore.
|
6 years ago |
Andreas Kling
|
313ac51832
LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.
|
6 years ago |
Andreas Kling
|
670e376e27
Tweak the look of various UI surfaces and buttons.
|
6 years ago |
Andreas Kling
|
7c0a185970
Use the PNG loader for all images, and get rid of the .rgb files.
|
6 years ago |
Andreas Kling
|
ed2303e2d8
TextEditor: The delete key should work even when there's no selection.
|
6 years ago |
Andreas Kling
|
f0915641c5
TextEditor: Add "delete" action.
|
6 years ago |
Andreas Kling
|
57ff293a51
LibGUI: Implement nested event loops to support dialog boxes.
|
6 years ago |
Andreas Kling
|
9ad076178a
GIODevice: Add a read_all() that returns a ByteBuffer with all we can read.
|
6 years ago |
Andreas Kling
|
5b0cbf547d
Base: Some work on various icons.
|
6 years ago |
Andreas Kling
|
78039ef057
TextEditor: Add actions for undo and redo. Not hooked up yet.
|
6 years ago |
Andreas Kling
|
3a3aa74b2e
IRCClient: Add a toolbar with some actions.
|
6 years ago |
Andreas Kling
|
5d69bf06d2
LibGUI: Don't fill widgets with background color by defualt.
|
6 years ago |
Andreas Kling
|
702adb13c1
TextEditor: Remove the selection from the status bar.
|
6 years ago |
Andreas Kling
|
032549d7bf
GTextEditor: Refactor selection into a GTextRange class.
|
6 years ago |
Andreas Kling
|
48d48679b0
GTextEditor: Work on cut/copy/paste operations.
|
6 years ago |
Andreas Kling
|
6820f9e14f
WindowServer+LibGUI: Add a server-side clipboard.
|
6 years ago |
Andreas Kling
|
6576ac8332
GTextEditor: Add selected_text() function.
|
6 years ago |
Andreas Kling
|
b5521e1b0d
GTextEditor: Add basic selection support.
|
6 years ago |
Andreas Kling
|
ca52de8e5c
TextEditor: Add a menu for switching the editor font.
|
6 years ago |
Andreas Kling
|
054e4caf49
TextEditor: Add Cut/Copy/Paste placeholder actions.
|
6 years ago |
Andreas Kling
|
a738b5cb69
TextEditor: Open an empty document by default.
|
6 years ago |
Andreas Kling
|
187d7cb400
GTextEditor: Add write_to_file(String path) :^)
|
6 years ago |