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-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
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
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
GTextEditor: Make the cursor blink while the editor is focused.
Andreas Kling
2019-03-07
TextEditor: Show the current cursor position in the statusbar.
Andreas Kling
2019-03-07
Begin working on a graphical TextEditor.
Andreas Kling
2019-03-06
LibGUI: GTableModel::data() should take a GModelIndex instead of int,int.
Andreas Kling
2019-03-06
LibGUI: Fix LibGUI::to_string() for GVariant::Type::Float.
Andreas Kling
2019-03-06
GTableView: Ignore right clicks for now.
Andreas Kling
2019-03-06
Add a bold variant of Katica and make that the system's default bold font.
Andreas Kling
2019-03-06
More work on the variable-width font support.
Andreas Kling
2019-03-06
Implement basic support for variable-width fonts.
Andreas Kling
2019-03-06
Make a preparation pass for variable-width fonts.
Andreas Kling
2019-03-05
LibGUI: Let GApplication::exec() call exit() instead of returning to main().
Andreas Kling
2019-03-04
GTableView: Tweak focus appearance for selected items.
Andreas Kling
2019-03-04
GTableView: Allow initiating keyboard navigation with no current selection.
Andreas Kling
2019-03-04
GTableView: Tweak the look of column headers.
Andreas Kling
2019-03-04
LibGUI: Improve GStatusBar and GToolBar and share some code via GStyle.
Andreas Kling
2019-03-04
GTableView: Make the last column header separator look right.
Andreas Kling
2019-03-04
LibGUI: Unbreak clearing GTableView selection by clicking outside items.
Andreas Kling
2019-03-04
LibGUI: Tweak focus appearance and add it to GTableView.
Andreas Kling
2019-03-03
Detect the "Logo" (Windows/Apple/whatever) key and use it for window resize.
Andreas Kling
2019-03-03
LibGUI: Move shortcut actions from GEventLoop to GApplications.
Andreas Kling
2019-03-03
Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal.
Andreas Kling
2019-03-03
FileManager+LibGUI: Add a simple location textbox.
Andreas Kling
2019-03-02
LibGUI: Support GTableView navigation with Page Up and Page Down.
Andreas Kling
2019-03-02
LibGUI+WindowServer: Add app-global keyboard shortcuts.
Andreas Kling
[next]