index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
TextEditor
Age
Commit message (
Expand
)
Author
2019-07-29
TextEditor: Include extension during SaveAs
rhin123
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-27
TextEditor: Let's have line numbers starting at 1.
Andreas Kling
2019-07-27
TextEditor: Add back lost "Save as..." action.
Andreas Kling
2019-07-26
TextEditor: Fix nullptr refrence to save action & m_path (#364)
Rhin
2019-07-24
TextEditor: Add "Save as..." action.
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-17
TextEditor: Show window icon
rhin123
2019-07-16
LibGUI: Add input types to GMessageBox.
Andreas Kling
2019-07-16
TextEditorWidget: Stop dbgprintf from printing null
rhin123
2019-07-16
TextEditor: Show window after text_widget loads
rhin123
2019-07-15
TextEditorWidget: Added improved save feature.
rhin123
2019-07-11
TextEditor: Fix build (copy_ref() in outdated PR changes.)
Andreas Kling
2019-07-11
TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)
Rhin
2019-07-11
TextEditor: Remove use of copy_ref().
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-05-27
TextEditor: Fix window title when starting with an empty document.
Andreas Kling
2019-05-27
Applications: Let's put spaces in app names
Andreas Kling
2019-05-26
GFilePicker: Return paths as FileSystemPath rather than String
faissaloo
2019-05-16
TextEditor: Make use of GFilePicker to select a file to open
Robin Burchell
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-11
Fix some more victims of the new default layout spacing.
Andreas Kling
2019-04-25
GTextEditor: Add very basic automatic indentation.
Andreas Kling
2019-04-24
GTextEditor: Turn off the ruler by default.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
AK: Add String::copy(BufferType) helper.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-18
LibGUI: Give GTextEditor a context menu.
Andreas Kling
2019-04-13
WindowServer+LibGUI: Add ability to set per-window icons.
Andreas Kling
2019-04-12
LibGUI+WindowServer: Add support for enabled/disabled actions.
Andreas Kling
2019-04-10
LibCore: Move GIODevice hierarchy from LibGUI to LibCore.
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-04-10
LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.
Andreas Kling
2019-03-27
Tweak the look of various UI surfaces and buttons.
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-03-22
Use the PNG loader for all images, and get rid of the .rgb files.
Andreas Kling
2019-03-20
TextEditor: The delete key should work even when there's no selection.
Andreas Kling
2019-03-20
TextEditor: Add "delete" action.
Andreas Kling
2019-03-19
LibGUI: Implement nested event loops to support dialog boxes.
Andreas Kling
2019-03-18
GIODevice: Add a read_all() that returns a ByteBuffer with all we can read.
Andreas Kling
2019-03-17
Base: Some work on various icons.
Andreas Kling
2019-03-16
TextEditor: Add actions for undo and redo. Not hooked up yet.
Andreas Kling
2019-03-15
IRCClient: Add a toolbar with some actions.
Andreas Kling
2019-03-10
LibGUI: Don't fill widgets with background color by defualt.
Andreas Kling
2019-03-09
TextEditor: Remove the selection from the status bar.
Andreas Kling
2019-03-08
GTextEditor: Refactor selection into a GTextRange class.
Andreas Kling
2019-03-08
GTextEditor: Work on cut/copy/paste operations.
Andreas Kling
[prev]
[next]