index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-03-08
GTextEditor: Refactor selection into a GTextRange class.
Andreas Kling
2019-03-08
LibGUI+WindowServer: Implement drag-to-select behavior in GTextEditor.
Andreas Kling
2019-03-08
GTextEditor: Fix text_position_at() behavior when passed negative values.
Andreas Kling
2019-03-08
FileManager: Don't crash if pressing Return with no selected item.
Andreas Kling
2019-03-08
GTextEditor: Simplify delete_selection().
Andreas Kling
2019-03-08
GTextEditor: Ctrl+A should select the entire document.
Andreas Kling
2019-03-08
GTextEditor: Replace selection on input or Backspace/Delete.
Andreas Kling
2019-03-08
GTextEditor: Work on cut/copy/paste operations.
Andreas Kling
2019-03-08
Seal clipboard buffers after copying data into them.
Andreas Kling
2019-03-08
WindowServer+LibGUI: Add a server-side clipboard.
Andreas Kling
2019-03-08
Add a C++ helper class for working with shared buffers.
Andreas Kling
2019-03-08
Kernel: Minor tidying in BXVGADevice.
Andreas Kling
2019-03-08
GTextEditor: Add selected_text() function.
Andreas Kling
2019-03-08
LibGUI: Only activate keyboard shortcuts on KeyDown, not KeyUp.
Andreas Kling
2019-03-08
WindowServer: Fix slightly off alignment of menubar clock.
Andreas Kling
2019-03-08
Meta: Time for a new screenshot! :^)
Andreas Kling
2019-03-08
GTextEditor: Add basic selection support.
Andreas Kling
2019-03-07
Base+WindowServer: Add a new default wallpaper for fun.
Andreas Kling
2019-03-07
Userland: Fix broken permissions for files created by /bin/cp.
Andreas Kling
2019-03-07
TextEditor: Add a menu for switching the editor font.
Andreas Kling
2019-03-07
LibGUI: Implement GToolbar separators.
Andreas Kling
2019-03-07
TextEditor: Add Cut/Copy/Paste placeholder actions.
Andreas Kling
2019-03-07
GTextEditor: Unbreak forward merge with Delete.
Andreas Kling
2019-03-07
GTextEditor: Add a ruler column that always shows the line numbers.
Andreas Kling
2019-03-07
GTextEditor: Fix double effect of backspace/delete in some cases.
Andreas Kling
2019-03-07
TextEditor: Open an empty document by default.
Andreas Kling
2019-03-07
GTextEditor: Add basic PageUp/PageDown navigation support.
Andreas Kling
2019-03-07
GTextEditor: Add write_to_file(String path) :^)
Andreas Kling
2019-03-07
GTextEditor: Support starting with an empty document.
Andreas Kling
2019-03-07
GTextEditor: Support splitting lines at the cursor with the Return key.
Andreas Kling
2019-03-07
GTextEditor: Support forward delete/merge with the Delete key.
Andreas Kling
2019-03-07
Kernel: Detect the Delete key.
Andreas Kling
2019-03-07
GTextEditor: Merge with previous line if backspacing at column 0.
Andreas Kling
2019-03-07
GTextEditor: More work on basic line editing. Insert/remove characters.
Andreas Kling
2019-03-07
GTextEditor: Start working on editing, starting with inserting newlines.
Andreas Kling
2019-03-07
GTextEditor: Only paint lines inside the dirty rect.
Andreas Kling
2019-03-07
FileManager: Open non-executable files in TextEditor by default.
Andreas Kling
2019-03-07
GTextEditor: Let's use a Vector for the line backing store.
Andreas Kling
2019-03-07
GTextEditor: Allow moving the cursor by clicking.
Andreas Kling
2019-03-07
GTextEditor: Make the cursor invalidation work with the padding().
Andreas Kling
2019-03-07
GTextEditor: Scroll the cursor into view before updating it.
Andreas Kling
2019-03-07
GTextEditor: Remove some debug spam.
Andreas Kling
2019-03-07
GTextEditor: Simplify update_cursor().
Andreas Kling
2019-03-07
GTextEditor: Add Home/End and Ctrl+Home/Ctrl+End navigation shortcuts.
Andreas Kling
2019-03-07
Kernel: Detect the Home and End keyboard keys.
Andreas Kling
2019-03-07
GTextEditor: Improvements to cursor rendering.
Andreas Kling
2019-03-07
GTextEditor: Only draw the cursor line background shade when focused.
Andreas Kling
2019-03-07
GTextEditor: Draw the cursor line in a slightly darker shade.
Andreas Kling
2019-03-07
TextEditor: Add New/Open/Save actions.
Andreas Kling
2019-03-07
TextEditor: Show the open filename in the window title.
Andreas Kling
[prev]
[next]