summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-08-15LibGUI: Simplify AboutDialog::version_string()Nico Weber
2021-08-10LibGUI: Draw a focus rect over the row when sel. behavior is SelectRowssin-ack
2021-08-10LibGUI: Partially restore original TreeView column painting behaviorsin-ack
2021-08-10LibGUI: Default TreeView to SelectionBehavior::SelectItemssin-ack
2021-08-08LibGUI: Implement granular updates for FileSystemModelsin-ack
2021-08-08LibGUI: Prefix some private FileSystemModel::Node members with m_sin-ack
2021-08-08LibGUI: Resize the mapping rows during sortsin-ack
2021-08-08LibGUI: Implement granular operations for Model subclassessin-ack
2021-08-08LibGUI: Implement persistent indices for modelssin-ack
2021-08-08LibGUI: Do not allow tree column to shrink beyond indent and iconsin-ack
2021-08-08LibGUI: Let the table view tell HeaderView about the min. section sizesin-ack
2021-08-08LibGUI: Correctly call update() in ProcessChoosersin-ack
2021-08-08LibGUI: Add `break` even before empty default labelDaniel Bertalan
2021-08-08LibGUI: TreeView tree column text painting adjustmentssin-ack
2021-08-08LibGUI: Add show_tooltip_immediately()Tobias Christiansen
2021-08-07LibGUI: Don't assume GUI::Icon has 16x16 bitmap in AbstractTableViewAndreas Kling
2021-08-06LibGUI: Add ValueSlider widgetMarcus Nilsson
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-08-06LibGUI: Allow TabWidget to remove all tabs except oneTheFightingCatfish
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-05LibGUI: Add on_active_window_change function object to the Window classKarol Kosek
2021-08-03LibGUI: Redraw button on Key_{Return,Space} up eventLuK1337
2021-08-02LibGUI: Ensure that edit actions are disabled for password boxesGunnar Beutner
2021-08-02LibGUI: Remove redundant codeGunnar Beutner
2021-08-02LibGUI: Add a simple GUI::PasswordInputDialogAndreas Kling
2021-08-02LibGUI: Register GUI::PasswordBox to make it availble in GMLAndreas Kling
2021-08-02LibGUI, WindowServer: Greatly simplify menubar logicsin-ack
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
2021-07-30LibGui: Add bounding of rubber band to IconViewFrHun
2021-07-29LibGUI: Do not wrap text in statusbar segmentssin-ack
2021-07-29LibGUI+Playground: Move GMLAutocompleteProvider to LibGUIConor Byrne
2021-07-29LibGUI: Allow to specify FilePicker window positionLuK1337
2021-07-29LibGUI: Allow to specify position on screen for Dialog windowLuK1337
2021-07-28Revert "LibGUI: Only dispatch Leave if the now-hovered widget isn't a child"Andreas Kling
2021-07-28Revert "LibGUI: Ignore the Enter event by default"Andreas Kling
2021-07-28LibGUI+LibGfx: Highlight currently active tab button with accent colorAndreas Kling
2021-07-28LibGUI: Update windows when they become active/inactiveAndreas Kling
2021-07-28LibGUI: Align FilePickerDialog's common locations with file list viewLuK1337
2021-07-28LibGUI: Convert indexes to size_t and use Optional in TabWidgetLuke
2021-07-28LibGUI: Always reset pressed close button index on mouse up in TabWidgetLuke
2021-07-28LibGUI: Add GUI_HOVER_DEBUG runtime debugging flag (environment)Andreas Kling
2021-07-28LibGUI: Make Label padding work with left/right aligned textAndreas Kling
2021-07-27LibGUI: Add a ClipboardClient for GUI::ClipboardTheFightingCatfish
2021-07-27AboutDialog: Fix inconsistent marginsFrHun
2021-07-27FilePicker: Fix button margins and sizeFrHun
2021-07-27ProcessChooser: Fix button margins and sizeFrHun
2021-07-27Userland: Make TextWrapping::Wrap opt-insin-ack
2021-07-27LibGUI: Disable changing the view on error in the FilePickerKarol Kosek
2021-07-27LibGUI: Show an error message on open error in the FilePickerKarol Kosek
2021-07-27LibGUI: Add some "fudge factor" around IconView item rectsAndreas Kling