summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-09-16LibGUI: Add a AutoScroll timer to AbstractScrollableWidgetMarcus Nilsson
2021-09-16LibGUI: Implement is_min() & is_max() helpers to AbstractSliderMarcus Nilsson
2021-09-16LibGUI: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-12LibGUI: Remove Indices with dangling FileSystemModel::Node on deletionItamar
2021-09-12LibGUI: Make the Open button always active in the OpenFolder modeKarol Kosek
2021-09-12LibGUI: Enable/Disable the Open button on text change in FilePickerKarol Kosek
2021-09-11LibGUI+TextEditor: Allow cursor line highlighting to be toggledthankyouverycool
2021-09-11ColorPicker: Add ability to select a color on the screenMustafa Quraish
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-09-09LibGUI: Disable Open/Save button in FilePicker when nothing is selectedJohn Diamond
2021-09-08LibGUI: West Const to East Const refactorDawid Wolosowicz
2021-09-08LibGUI: Remove an unnecessarily specific inline capacityDawid Wolosowicz
2021-09-08LibGUI: Sync the highlighting after each model updateDawid Wolosowicz
2021-09-08LibGUI: Refactor AbstractView::do_search() into two standalone stepsDawid Wolosowicz
2021-09-08LibGUI: Remove barely used AbstractView::is_searching()Dawid Wolosowicz
2021-09-08LibGUI: Unify naming of searching timer related membersDawid Wolosowicz
2021-09-08LibGUI: Rename AbstractView::m_searching => m_highlighted_searchDawid Wolosowicz
2021-09-08LibGUI: Remove barely used AbstractView::is_highlighting_searching()Dawid Wolosowicz
2021-09-08LibGUI: Remove barely used AbstractView::searching()Dawid Wolosowicz
2021-09-08LibGUI: Make AbstractView::is_searching protectedDawid Wolosowicz
2021-09-08LibGUI+WindowServer: Remove now-obsolete cursor tracking featureBen Wiederhake
2021-09-08LibGUI+WindowServer: Introduce new mouse tracking mechanismBen Wiederhake
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-06LibGUI: Dynamically resize editing content rect in IconViewMarcus Nilsson
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