summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2019-11-27LibGUI: Make GSortingProxyModel update the selection on resort againAndreas Kling
2019-11-26WindowServer: Port to socket takeoverSergey Bugaev
2019-11-23LibGUI: Don't recompute line-wrapping over and over during set_text()Andreas Kling
2019-11-20FileManager: Added properties dialogTill Mayer
2019-11-20GTableView: Don't allow resizing columns to a negative widthAndreas Kling
2019-11-20GTableView: Don't hover-highlight unsortable column headersAndreas Kling
2019-11-20GTableView: Highlight the hovered column headerAndreas Kling
2019-11-20LibGUI: Make the GTableView column headers behave like proper buttonsAndreas Kling
2019-11-20LibGUI: Make the GTableView row background colors a little brighterAndreas Kling
2019-11-18HackStudio+LibGUI: Implement matching curly brace highlightingAndreas Kling
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