summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-08-24LibGUI: Return focus to view when stopping editingAndreas Kling
2020-08-24LibGUI: Always update() after changing AbstractView sort column/orderAndreas Kling
2020-08-24LibGUI: Allow moving the TableView selection horizontally with keyboardAndreas Kling
2020-08-24LibGUI: Add AbstractTableView::scroll_into_view(ModelIndex, bool, bool)Andreas Kling
2020-08-24Spreadsheet: Add a syntax highlighter to the cell editorAnotherTest
2020-08-24LibGUI: Calculate the text rect correctly in AbstractTableViewAnotherTest
2020-08-24Spreadsheet: Start making a spreadsheet applicationAnotherTest
2020-08-24LibGUI: Make AbstractTableView and TableView more customisableAnotherTest
2020-08-24LibGUI: Fix an unsightly pixel glitch in bottom-side tabsAndreas Kling
2020-08-23LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabsAndreas Kling
2020-08-23LibGUI: Remove spacing between day labels in Calendarthankyouverycool
2020-08-23LibGUI+WindowServer: Add resize_aspect_ratio()Peter Elliott
2020-08-22LibGUI+WindowServer: Remove ResizeEvent::old_size()Andreas Kling
2020-08-22LibGUI: Fix crash during HackStudio application teardownAndreas Kling
2020-08-22LibGUI+Calendar: Make Calendar a common widget in LibGUIthankyouverycool
2020-08-22TextEditor: Increase padding in ruler widthItamar
2020-08-21LibGUI: Add ComboBox::selected_index()Andreas Kling
2020-08-19LibGUI: Use StringBuilder::join() in Shortcut::to_string()Andreas Kling
2020-08-17LibGUI: Don't require passing model to FileSystemModel::Node APIsAndreas Kling
2020-08-17LibGUI: Add WidgetClassRegistration to Forward.hAndreas Kling
2020-08-17FileManager: Apply wallpaper on startupLuke
2020-08-16LibGUI: Use matching family fonts for TextEditor rulerthankyouverycool
2020-08-16LibGUI: Resize TextEditor ruler based on needed spacethankyouverycool
2020-08-16LibGUI: Require a model pointer for ModelIndex::is_valid()Andreas Kling
2020-08-16LibGUI: Make SortingProxyModel clear view selections aggressivelyAndreas Kling
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Simplify TableCellPaintingDelegate API slightlyAndreas Kling
2020-08-16LibGUI: Add ModelIndex::data(ModelRole)Andreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16LibGUI: Enable switching FilePicker into columns view mode :^)Andreas Kling
2020-08-16LibGUI: Enable using a ColumnsView inside MultiView :^)Andreas Kling
2020-08-16LibGUI: Resort SortingProxyModel when source invalidates if possibleAndreas Kling
2020-08-16LibGUI: Maintain selections across SortingProxyModel resortsAndreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-08-16LibGUI: Make SortingProxyModel support hierarchical modelsAndreas Kling
2020-08-16LibGUI: Virtualize SortingProxyModel comparatorAndreas Kling
2020-08-16LibGUI: Don't center dialog within parent if window is not visibleLinus Groh
2020-08-16AK: HashTable add a constructor that allows preallocation of capacity + Use i...Muhammad Zahalqa
2020-08-15LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" clickNico Weber
2020-08-15LibGUI: Remove reference captures of stack variables in ProcessChooserNico Weber
2020-08-15LibGUI: Add and use Window::center_on_screen()Linus Groh
2020-08-15HackStudio: Use CodeDocument instead of TextDocumentItamar
2020-08-15LibGUI: Update active tooltip when source widget changes the labelLinus Groh
2020-08-15LibGUI: Add a timer in ProcessChooser to get processes for every 1000msUma Sankar
2020-08-15LibGUI: When focusing a TextEditor via keyboard, select all contentsAndreas Kling
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-15LibGUI: Export GUI_FOCUS_DEBUG to visualize the focused widgetAndreas Kling
2020-08-14LibGUI: Make ModelSelection non-copyable and non-movableAndreas Kling
2020-08-14LibGUI: Fix Widget::screen_relative_rect() for WindowType::MenuAppletLinus Groh
2020-08-14LibGUI: Add Window::window_type()Linus Groh