summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2019-11-15GTextEditor: Allow GTextDocumentSpans to be "skippable"Andreas Kling
2019-11-15GTextEditor: Allow moving the cursor span-wise with Ctrl+Left/RightAndreas Kling
2019-11-15GTextEditor: Alt+Shift+S alphabetically sorts selected linesctfloyd
2019-11-11GTreeView: Make it possible to multi-select with the Ctrl modifierAndreas Kling
2019-11-11LibGUI: Add "Vector<GWidget*> GWidget::child_widgets()"Andreas Kling
2019-11-11GTreeView: Always repaint in response to did_update_model()Andreas Kling
2019-11-11Launcher: Remove the Launcher app, and all hacks in support of itAndreas Kling
2019-11-10GToolBar: Make buttons exclusive if action belongs to exclusive groupAndreas Kling
2019-11-10GWidget: Fix accidentally ignored set_relative_rect() with empty sizeAndreas Kling
2019-11-10LibGUI: Add a simple GWidget class registry/factoryAndreas Kling
2019-11-09LibGUI: Make GTreeView fire the on_selection hookAndreas Kling
2019-11-09LibGUI: Include internal_data() in GModelIndex LogStream outputAndreas Kling
2019-11-09TextEditor: Enable/disable undo & redo buttons based on availability (#740)Rhin
2019-11-09GTableView: Paint with white background when model-lessAndreas Kling
2019-11-09LibGUI: Allow overriding the button size when constructing GToolBarAndreas Kling
2019-11-09LibGUI: Allow construction of vertical GToolBarsAndreas Kling
2019-11-08GTextEditor: Allow moving the selected line(s) up/down in bulkAndreas Kling
2019-11-08GTextEditor: Add a way to flush any pending on_change notificationsAndreas Kling
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling
2019-11-07TextEditor: Added redo functionality & proper stack manipulationrhin123
2019-11-05LibCore+LibGUI: Allow inserting a CObject/GWidget before anotherAndreas Kling
2019-11-04LibGUI: Added getter for m_draggingTill Mayer
2019-11-04GTextEditor: Move the cursor to column 0 after deleting a whole lineAndreas Kling
2019-11-03TextEditor: Added undo functionalityrhin123
2019-11-03LibGUI: Move GTextPosition and GTextRange LogStream<< to their headersAndreas Kling
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-11-01LibGUI: Move text search functions from GTextEditor to GTextDocumentAndreas Kling
2019-10-30GTextEditor: Make text_position_at() protectedAndreas Kling
2019-10-30LibGUI: Add GTextDocument::text_in_range(GTextRange)Andreas Kling
2019-10-29AK: Allow JsonValue to store 64-bit integers internallyAndreas Kling
2019-10-28LibGUI: Make GTextBox non-finalAndreas Kling
2019-10-27LibGUI: Support multiple GTextEditors editing the same GTextDocumentAndreas Kling
2019-10-27LibGUI: Move visual line metadata from GTextDocument to GTextEditorAndreas Kling
2019-10-27LibGUI: Move GTextDocument out of GTextEditorAndreas Kling
2019-10-27LibGUI: Move GTextRange and GTextPosition to their own header filesAndreas Kling
2019-10-27GTextEditor: Double-clicking on a span should select the spanAndreas Kling
2019-10-27GTextEditor: Backspace over soft tabsAndreas Kling
2019-10-26GFilePicker: Allow overriding the window title for get_open_filepath()Andreas Kling
2019-10-26GTextEditor: set_text() should clear any existing spansAndreas Kling
2019-10-26LibGUI: Make GTextEditor::Span have a range instead of two positionsAndreas Kling
2019-10-26GTextEditor: The Home key should jump to the first non-space characterAndreas Kling
2019-10-26GTextEditor: Arrow keys should only modify selection when Shift is heldAndreas Kling
2019-10-26LibGUI: Make GWindow drive relayout and do it recursivelyAndreas Kling
2019-10-26GTextEditor: Allow setting a custom font for each spanAndreas Kling
2019-10-25GTextEditor: Add a "span" mechanism for having custom-style text rangesAndreas Kling
2019-10-25LibGUI: Added window creation callback to GApplication/GWindowBrandon Scott
2019-10-24LibGUI: Add very limited multi-label support to GStatusBarBrandon Scott
2019-10-23GWidget: On second thought, don't assert on negative sizes in rectsAndreas Kling
2019-10-23LibGUI: GTabWidget should not set children to have negative sizeAndreas Kling
2019-10-22LibGUI: Allow override the font on a per-index basis in GListViewAndreas Kling