summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
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
2019-10-22LibGUI: Make it possible to wrap a Font in a GVariantAndreas Kling
2019-10-21LibGUI: Make GTextEditor::set_cursor() publicAndreas Kling
2019-10-13LibGUI: Fix GMenu submenu shortcut bug.Brandon Scott
2019-10-10LibGUI+WindowServer: Add a "Hand" cursor to the standard cursorsAndreas Kling
2019-10-09LibGUI: Add GScrollableWidget::to_widget_position()Andreas Kling
2019-10-08LibGUI: Let's say that Alt+Home is the "go home" keyboard shortcutAndreas Kling
2019-10-06LibGUI: Add "Go home" to GCommonActionsAndreas Kling
2019-10-06GFilePicker: Fix crash in get_save_filepath()Andreas Kling
2019-10-06LibGUI: Define supported functions for using command line argumentsConrad Pankoff
2019-10-05LibGUI: Add a "reload" action to GCommonActionsAndreas Kling
2019-10-05LibGUI: Add back/forward actions to GCommonActionsAndreas Kling
2019-10-03GScrollableWidget: Add to_content_position(Point)Andreas Kling
2019-10-03LibGUI: Remove GModel::on_selection_changedSergey Bugaev
2019-10-03LibGUI: Fix GDirectoryModel lifetime bug.Brandon Scott
2019-10-02LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI'sAndreas Kling
2019-10-02GWidget: Dispatch Show and Hide events when widget visibility changesAndreas Kling
2019-10-01LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.Brandon Scott
2019-09-30GMessageBox: Hide the constructor and fix broken usagesAndreas Kling
2019-09-29FileManager+LibGUI+html: Add an icon to represent HTML filesAndreas Kling
2019-09-29LibGUI: Fix crash in GAboutDialog::show()Andreas Kling