summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-10-21LibGUI: Convert ItemListModel's Display Role to string during searchKarol Kosek
2021-10-17LibGUI: Don't render placeholders as secretPeter Elliott
2021-10-17LibGUI: Remember the maximized value if a window hasn't been created yetKarol Kosek
2021-10-15LibGUI: Make Ctrl-Right at the end of a span workBen Wiederhake
2021-10-15LibGUI: Don't update selection twice after Ctrl-RightBen Wiederhake
2021-10-15LibGUI: Make Ctrl-Shift-Home/-End work againBen Wiederhake
2021-10-15LibGUI: Convert always-valid pointer to referenceBen Wiederhake
2021-10-08Libraries: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-07LibGUI: Support drag-to-reorder in TabWidgetPeter Elliott
2021-10-06LibGUI: Add missing headersBen Wiederhake
2021-09-29LibGUI: Implement automatic scrolling in AbstractViewMarcus Nilsson
2021-09-29LibGUI: Account for scrollbar width when calculating autoscroll deltaMarcus Nilsson
2021-09-29Browser: Use CommonActions where possible and various fixesMarcus Nilsson
2021-09-27LibGUI: Refine AbstractButton pressing behaviourFrHun
2021-09-27LibGUI: Add 'on_rename_successful' callback to FileSystemModelMarco Cutecchia
2021-09-24LibGUI: Categorize font families by variant instead of weightthankyouverycool
2021-09-22LibGUI: Calculate unclamped_scrubber_size() as floatthankyouverycool
2021-09-22LibGUI: Rename CallOnChange => AllowCallback and implement elsewherethankyouverycool
2021-09-20LibGUI: Update the window cursor if it was provided as a bitmapKarol Kosek
2021-09-19LibGUI: Add option to disable on_change call for sliders set_value()David Isaksson
2021-09-19LibGUI: Add number_of_words() to TextEditorsthankyouverycool
2021-09-18AK: Make Utf8View constructors inline and remove C string constructorAndreas Kling
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