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-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
2019-03-01
LibGUI: GTableView should scroll items into view when keyboard navigating.
Andreas Kling
2019-03-01
LibGUI: Allow basic keyboard navigation in GTableView.
Andreas Kling
2019-03-01
LibGUI: Let GTableModel handle the selection instead of doing it virtually.
Andreas Kling
2019-03-01
LibGUI: GTableView scrolling ranges should be based on the available area.
Andreas Kling
2019-03-01
Put miscellaneous debug spam behind #ifdefs.
Andreas Kling
2019-03-01
Base: Add Csilla Bold 7x10 variant.
Andreas Kling
2019-02-28
LibGUI: Tweak GStatusBar margins.
Andreas Kling
2019-02-28
LibGUI: Add a GModelNotification class that views will receive.
Andreas Kling
2019-02-28
LibGUI: Support bitmaps in GTableView cells.
Andreas Kling
2019-02-28
LibGUI: Clip to paint event rect in most widgets.
Andreas Kling
2019-02-28
LibGUI: Both GToolBar and GStatusBar should have highlight/shadow.
Andreas Kling
2019-02-28
LibGUI: Top line on GStatusBar should be a highlight, not a shadow.
Andreas Kling
2019-02-28
SharedGraphics: Make Painter clipping work with translated clip origin.
Andreas Kling
2019-02-28
LibGUI: Add horizontal scrollbar to GTableView.
Andreas Kling
2019-02-28
LibGUI: GTableView was accidentally obscuring the last row.
Andreas Kling
2019-02-28
LibGUI: Add GVariant class and use it for table model data.
Andreas Kling
2019-02-28
LibGUI: GTableView should clear the selection if clicking outside items.
Andreas Kling
2019-02-28
LibGUI: Re-enable the update rect coalescing.
Andreas Kling
[prev]
[next]