summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-09-06LibGUI: Add Gfx::ColorRole to VariantKarol Kosek
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-04LibGUI: Fixes modified indicator behavior after savingluiz
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-09-03LibGUI: Set correct value on click with set jump_to_cursor() in SliderKarol Kosek
2021-09-03LibGUI: Add track_margin() to SlidersKarol Kosek
2021-09-02AboutDialog: Accept a version stringMahmoud Mandour
2021-09-02LibCore+LibGUI: Define a Serenity version in LibCoreMahmoud Mandour
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-09-01LibGUI: Don't draw Scrollbar scrubber when scrubber rect is nullthankyouverycool
2021-09-01LibGUI:: Style Combo and SpinBox buttons as ThickCapsthankyouverycool
2021-09-01LibGUI: Show an error message box in the FilePicker on no permissionsKarol Kosek
2021-09-01LibGUI: Adjust BreadcrumbButtons width on resizeMarcus Nilsson
2021-08-31LibGUI/Desktop: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-08-31WindowServer: Add message to notify clients of applet area resizeJoe Bentley
2021-08-31LibGUI: Reuse draw_item_text function in ListViewKarol Kosek
2021-08-31LibGUI: Enable searching through ListView items by keyboardKarol Kosek
2021-08-31LibGUI: Make ItemListModel searchableKarol Kosek
2021-08-31LibGUI: Bias text towards bottom when tabs at top have uneven spacingsin-ack
2021-08-31LibGUI: Adjust content area and focus rect of tab buttonssin-ack
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