index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
Age
Commit message (
Expand
)
Author
2019-03-11
GTextEditor: Make sure the scroll corner helper widget is filled in.
Andreas Kling
2019-03-10
LibGUI: Don't fill widgets with background color by defualt.
Andreas Kling
2019-03-10
ProcessManager: Tidy up the memory stats and align everything nicely.
Andreas Kling
2019-03-10
GTextEditor: Let the Tab key insert up to 4 spaces.
Andreas Kling
2019-03-10
LibGUI: Preserve selection when resorting a GSortingProxyTableModel.
Andreas Kling
2019-03-10
LibGUI: Make buttons a little bit sharper.
Andreas Kling
2019-03-09
GTextEditor: Allow jumping lines by hitting Left/Right at start/end of line.
Andreas Kling
2019-03-09
LibGUI: Fix small painting glitch in GScrollBar buttons.
Andreas Kling
2019-03-09
GTableView: Minor painting cleanup.
Andreas Kling
2019-03-09
GTextEditor: Simplify painting of the ruler.
Andreas Kling
2019-03-09
About+LibGUI: Use a GBoxLayout for the About app.
Andreas Kling
2019-03-09
GEventLoop: Make the server fd/pid global, and only connect to server once.
Andreas Kling
2019-03-09
LibGUI: Use PainterStateSaver in GStyle::paint_button().
Andreas Kling
2019-03-09
GTextEditor: Use Painter save/restore to simplify.
Andreas Kling
2019-03-09
AK: Add a basic QuickSort template implementation.
Andreas Kling
2019-03-09
FileManager: Hook up a GSortingProxyTableModel so we get sorted files. :^)
Andreas Kling
2019-03-09
LibGUI: Minor tidying.
Andreas Kling
2019-03-09
LibGUI: Use a separate data role for the table model sorting order.
Andreas Kling
2019-03-09
GTableView: Allow changing sort options by clicking column headers.
Andreas Kling
2019-03-09
Make it possible to sort a GTableModel by column+order.
Andreas Kling
2019-03-08
GTextEditor: Use a subwidget for the scrollbar corner and tighten clipping.
Andreas Kling
2019-03-08
GTextEditor: Backspace and Delete should work regardless of modifier state.
Andreas Kling
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
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
GTextEditor: Add selected_text() function.
Andreas Kling
2019-03-08
LibGUI: Only activate keyboard shortcuts on KeyDown, not KeyUp.
Andreas Kling
2019-03-08
GTextEditor: Add basic selection support.
Andreas Kling
2019-03-07
LibGUI: Implement GToolbar separators.
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
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
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
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
[next]