summaryrefslogtreecommitdiff
path: root/LibGUI
AgeCommit message (Expand)Author
2019-03-07GTextEditor: Make the cursor invalidation work with the padding().Andreas Kling
2019-03-07GTextEditor: Scroll the cursor into view before updating it.Andreas Kling
2019-03-07GTextEditor: Remove some debug spam.Andreas Kling
2019-03-07GTextEditor: Simplify update_cursor().Andreas Kling
2019-03-07GTextEditor: Add Home/End and Ctrl+Home/Ctrl+End navigation shortcuts.Andreas Kling
2019-03-07GTextEditor: Improvements to cursor rendering.Andreas Kling
2019-03-07GTextEditor: Only draw the cursor line background shade when focused.Andreas Kling
2019-03-07GTextEditor: Draw the cursor line in a slightly darker shade.Andreas Kling
2019-03-07GTextEditor: Make the cursor blink while the editor is focused.Andreas Kling
2019-03-07TextEditor: Show the current cursor position in the statusbar.Andreas Kling
2019-03-07Begin working on a graphical TextEditor.Andreas Kling
2019-03-06LibGUI: GTableModel::data() should take a GModelIndex instead of int,int.Andreas Kling
2019-03-06LibGUI: Fix LibGUI::to_string() for GVariant::Type::Float.Andreas Kling
2019-03-06GTableView: Ignore right clicks for now.Andreas Kling
2019-03-06Add a bold variant of Katica and make that the system's default bold font.Andreas Kling
2019-03-06More work on the variable-width font support.Andreas Kling
2019-03-06Implement basic support for variable-width fonts.Andreas Kling
2019-03-06Make a preparation pass for variable-width fonts.Andreas Kling
2019-03-05LibGUI: Let GApplication::exec() call exit() instead of returning to main().Andreas Kling
2019-03-04GTableView: Tweak focus appearance for selected items.Andreas Kling
2019-03-04GTableView: Allow initiating keyboard navigation with no current selection.Andreas Kling
2019-03-04GTableView: Tweak the look of column headers.Andreas Kling
2019-03-04LibGUI: Improve GStatusBar and GToolBar and share some code via GStyle.Andreas Kling
2019-03-04GTableView: Make the last column header separator look right.Andreas Kling
2019-03-04LibGUI: Unbreak clearing GTableView selection by clicking outside items.Andreas Kling
2019-03-04LibGUI: Tweak focus appearance and add it to GTableView.Andreas Kling
2019-03-03Detect the "Logo" (Windows/Apple/whatever) key and use it for window resize.Andreas Kling
2019-03-03LibGUI: Move shortcut actions from GEventLoop to GApplications.Andreas Kling
2019-03-03Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal.Andreas Kling
2019-03-03FileManager+LibGUI: Add a simple location textbox.Andreas Kling
2019-03-02LibGUI: Support GTableView navigation with Page Up and Page Down.Andreas Kling
2019-03-02LibGUI+WindowServer: Add app-global keyboard shortcuts.Andreas Kling
2019-03-01LibGUI: GTableView should scroll items into view when keyboard navigating.Andreas Kling
2019-03-01LibGUI: Allow basic keyboard navigation in GTableView.Andreas Kling
2019-03-01LibGUI: Let GTableModel handle the selection instead of doing it virtually.Andreas Kling
2019-03-01LibGUI: GTableView scrolling ranges should be based on the available area.Andreas Kling
2019-03-01Put miscellaneous debug spam behind #ifdefs.Andreas Kling
2019-03-01Base: Add Csilla Bold 7x10 variant.Andreas Kling
2019-02-28LibGUI: Tweak GStatusBar margins.Andreas Kling
2019-02-28LibGUI: Add a GModelNotification class that views will receive.Andreas Kling
2019-02-28LibGUI: Support bitmaps in GTableView cells.Andreas Kling
2019-02-28LibGUI: Clip to paint event rect in most widgets.Andreas Kling
2019-02-28LibGUI: Both GToolBar and GStatusBar should have highlight/shadow.Andreas Kling
2019-02-28LibGUI: Top line on GStatusBar should be a highlight, not a shadow.Andreas Kling
2019-02-28SharedGraphics: Make Painter clipping work with translated clip origin.Andreas Kling
2019-02-28LibGUI: Add horizontal scrollbar to GTableView.Andreas Kling
2019-02-28LibGUI: GTableView was accidentally obscuring the last row.Andreas Kling
2019-02-28LibGUI: Add GVariant class and use it for table model data.Andreas Kling
2019-02-28LibGUI: GTableView should clear the selection if clicking outside items.Andreas Kling
2019-02-28LibGUI: Re-enable the update rect coalescing.Andreas Kling