summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-08-31LibGUI: Rename FileSystemModel's "Owner" column to "User"Andreas Kling
2021-08-31LibGUI: Tweak scrollbar arrowsAndreas Kling
2021-08-31LibGUI+LibGfx: Make scrollbar buttons a little bit thickerAndreas Kling
2021-08-31Userland: Use Rect::centered_within() where usefulAndreas Kling
2021-08-28LibGUI: Select common location on Filepicker startupSimon Danner
2021-08-27Everywhere: Use the Optional<T>::operator==(T) operatorMustafa Quraish
2021-08-22LibGUI: Make Ctrl+Shift+Right select textAndrew January
2021-08-22LibGUI: Always resize the mapping rows when sortingKarol Kosek
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-20LibGUI: Reduce amount we init for FileIconProvider::filetype_image_iconAndrew January
2021-08-20LibGUI: Pass context menu events through normal event dispatchAndreas Kling
2021-08-19LibGUI: Move common action definitions to CommonActions.cppsin-ack
2021-08-18LibGUI+Browser: Add UrlBox classRob Ryan
2021-08-18LibGUI: Allow widgets to make themselves non-auto-focusableRob Ryan
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
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