summaryrefslogtreecommitdiff
path: root/LibGUI
AgeCommit message (Expand)Author
2019-03-08GTextEditor: Add selected_text() function.Andreas Kling
2019-03-08LibGUI: Only activate keyboard shortcuts on KeyDown, not KeyUp.Andreas Kling
2019-03-08GTextEditor: Add basic selection support.Andreas Kling
2019-03-07LibGUI: Implement GToolbar separators.Andreas Kling
2019-03-07GTextEditor: Unbreak forward merge with Delete.Andreas Kling
2019-03-07GTextEditor: Add a ruler column that always shows the line numbers.Andreas Kling
2019-03-07GTextEditor: Fix double effect of backspace/delete in some cases.Andreas Kling
2019-03-07GTextEditor: Add basic PageUp/PageDown navigation support.Andreas Kling
2019-03-07GTextEditor: Add write_to_file(String path) :^)Andreas Kling
2019-03-07GTextEditor: Support starting with an empty document.Andreas Kling
2019-03-07GTextEditor: Support splitting lines at the cursor with the Return key.Andreas Kling
2019-03-07GTextEditor: Support forward delete/merge with the Delete key.Andreas Kling
2019-03-07GTextEditor: Merge with previous line if backspacing at column 0.Andreas Kling
2019-03-07GTextEditor: More work on basic line editing. Insert/remove characters.Andreas Kling
2019-03-07GTextEditor: Start working on editing, starting with inserting newlines.Andreas Kling
2019-03-07GTextEditor: Only paint lines inside the dirty rect.Andreas Kling
2019-03-07GTextEditor: Let's use a Vector for the line backing store.Andreas Kling
2019-03-07GTextEditor: Allow moving the cursor by clicking.Andreas Kling
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