summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CTCPServer to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GScrollBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Make the GLabel constructors protectedAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CTCPSocket to ObjectPtr, add construct() helperAndreas Kling
2019-09-20LibCore+LibGUI+WindowServer: Make events bubble up through ancestorsAndreas Kling
2019-09-20GCommonActions: Add "Open..." actionAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-09-18GTableView: Only paint the currently visible table rowsAndreas Kling
2019-09-17GWidget: Add a flag to ignore greediness in GWidget::hit_test()Andreas Kling
2019-09-17GComboBox: Use a down-arrow (instead of an up-arrow) for the buttonAndreas Kling
2019-09-17FileManager+LibGUI: Fix two folder-related crashes (#569)Brandon Scott
2019-09-16GTextEditor: Unbreak right-aligned single-line text boxesAndreas Kling
2019-09-16LibGUI: Add a fullscreen action to GCommonActionsAndreas Kling
2019-09-16WindowServer+LibGUI: Allow switching windows in/out of fullscreen modeAndreas Kling
2019-09-16LibGUI: Fix move() of const StringView&Conrad Pankoff
2019-09-15GItemView: Elide item names that won't fitAndreas Kling
2019-09-14LibGUI+VisualBuilder: Add move-to-front/back to GCommonActionsAndreas Kling
2019-09-14LibGUI: Add Undo/Redo to GCommonActionsAndreas Kling
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-14WindowServer+LibGUI: Store a "data type" with the clipboard contentAndreas Kling
2019-09-13GMenu: Update apps now that you can create a nameless GMenuAndreas Kling
2019-09-13LibGUI: Tweak selection modification behavior on context menu eventAndreas Kling
2019-09-13GDirectoryModel: Add on_path_change hookAndreas Kling
2019-09-13GItemView: Add context menu supportAndreas Kling
2019-09-13GMenu: Allow constructing without a nameAndreas Kling
2019-09-12GDirectoryModel: Allow retrieving an item's full path via Role::CustomAndreas Kling
2019-09-12GModelSelection: Add size() and a const overload of for_each_index()Andreas Kling
2019-09-12GDirectoryModel: Include directories in total byte countAndreas Kling
2019-09-07GTreeView: Make double-clicking toggle openable itemsAndreas Kling
2019-09-07GModel: Remove selected_index() and set_selected_index()Andreas Kling
2019-09-07LibGUI+FileManager: Add GAbstractView::on_selection_change hookAndreas Kling
2019-09-07LibGUI: Convert various little things to GModelSelectionAndreas Kling
2019-09-07GListView: Switch to using GModelSelection to support multi-selectAndreas Kling
2019-09-07GTreeView: Switch to using GModelSelectionAndreas Kling
2019-09-07GDirectoryModel: No need to clear the selected index in open()Andreas Kling
2019-09-07GItemView: Make Ctrl+click toggle item selection on/offAndreas Kling
2019-09-07GTableView: Switch to using GModelSelection to support multi-selectAndreas Kling
2019-09-07GModelSelection: Add contains_row(int) and toggle(GModelIndex)Andreas Kling
2019-09-07GItemView: Switch to using GModelSelection to support multi-selectAndreas Kling
2019-09-07LibGUI: Add GModelSelection to help implementing multiple-select viewsAndreas Kling
2019-09-07GModelIndex: Add hash traits so we can make a HashTable<GModelIndex>Andreas Kling
2019-09-07GTabWidget: Rename get_active_tab() => active_tab_index()Andreas Kling
2019-09-07LibGUI: GTabWidget can now return active tab indexJesse Buhagiar
2019-09-07Applications: Create a display properties managerJesse Buhagiar
2019-09-06GTextEditor: Paint line numbers with TopRight text alignmentAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-06GScrollBar: Scrolling with the mouse wheel should use step incrementsAndreas Kling