summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
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
2019-09-06TextEditor: Removed unnecessary use of for_eachrhin123
2019-09-05LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbarsAndreas Kling
2019-09-05WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8Sergey Bugaev
2019-09-05TextEditor: Added GCommonActionsrhin123
2019-09-04GDirectoryModel: Add a 32x32 filetype icon for sound filesAndreas Kling
2019-09-04GLayout: Change default spacing to 3 pixelsAndreas Kling
2019-09-04GSplitter: Change default spacing to 3 pixelsAndreas Kling
2019-09-04GAction: Added GCommonActions as a template to create standard actionsrhin123
2019-09-02LibGUI: Add GAboutDialog, a simple way to show a nice about box in appsAndreas Kling
2019-09-01LibGUI: Add a way for GWidgets to do custom layout on child hide/showAndreas Kling
2019-09-01GTextEditor: Hide the horizontal scrollbar when line-wrapping is onAndreas Kling
2019-09-01GTextEditor: Fix wrong width calculations with line-wrapping enabledAndreas Kling
2019-09-01GTextEditor: Make visual lines stop after their last characterAndreas Kling
2019-09-01TextEditor: Stopped disappearing text at end of document (#505)Rhin
2019-09-01LibGUI: Add a way for GWidget subclasses to learn that the font changedAndreas Kling
2019-08-29GFontDatabase: Iterate the font database in alphabetical orderAndreas Kling
2019-08-29WindowServer+LibGUI: Add support for nested menusAndreas Kling
2019-08-29GTextEditor: Set content size based on the visual line rects (#500)Rhin
2019-08-28GTextEditor: Optimize write_to_file() with ftruncate()Andreas Kling
2019-08-27GWindow: Allow clients to prevent close requests from closingAndreas Kling
2019-08-27GTextEditor: Always call did_change() after deleting with backspaceAndreas Kling
2019-08-27GTextEditor: Fixed bug on KeyCode::Key_Right pressed.Andrew Weller
2019-08-27GTextEditor: Fixed bug in find_prevAndrew Weller
2019-08-26WindowServer+LibGUI: Show action icons in the menus when possibleAndreas Kling