index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2021-10-17
LibGUI: Remember the maximized value if a window hasn't been created yet
Karol Kosek
2021-10-15
LibGUI: Make Ctrl-Right at the end of a span work
Ben Wiederhake
2021-10-15
LibGUI: Don't update selection twice after Ctrl-Right
Ben Wiederhake
2021-10-15
LibGUI: Make Ctrl-Shift-Home/-End work again
Ben Wiederhake
2021-10-15
LibGUI: Convert always-valid pointer to reference
Ben Wiederhake
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-07
LibGUI: Support drag-to-reorder in TabWidget
Peter Elliott
2021-10-06
LibGUI: Add missing headers
Ben Wiederhake
2021-09-29
LibGUI: Implement automatic scrolling in AbstractView
Marcus Nilsson
2021-09-29
LibGUI: Account for scrollbar width when calculating autoscroll delta
Marcus Nilsson
2021-09-29
Browser: Use CommonActions where possible and various fixes
Marcus Nilsson
2021-09-27
LibGUI: Refine AbstractButton pressing behaviour
FrHun
2021-09-27
LibGUI: Add 'on_rename_successful' callback to FileSystemModel
Marco Cutecchia
2021-09-24
LibGUI: Categorize font families by variant instead of weight
thankyouverycool
2021-09-22
LibGUI: Calculate unclamped_scrubber_size() as float
thankyouverycool
2021-09-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-09-20
LibGUI: Update the window cursor if it was provided as a bitmap
Karol Kosek
2021-09-19
LibGUI: Add option to disable on_change call for sliders set_value()
David Isaksson
2021-09-19
LibGUI: Add number_of_words() to TextEditors
thankyouverycool
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-09-16
LibGUI: Add a AutoScroll timer to AbstractScrollableWidget
Marcus Nilsson
2021-09-16
LibGUI: Implement is_min() & is_max() helpers to AbstractSlider
Marcus Nilsson
2021-09-16
LibGUI: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-12
LibGUI: Remove Indices with dangling FileSystemModel::Node on deletion
Itamar
2021-09-12
LibGUI: Make the Open button always active in the OpenFolder mode
Karol Kosek
2021-09-12
LibGUI: Enable/Disable the Open button on text change in FilePicker
Karol Kosek
2021-09-11
LibGUI+TextEditor: Allow cursor line highlighting to be toggled
thankyouverycool
2021-09-11
ColorPicker: Add ability to select a color on the screen
Mustafa Quraish
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-09
LibGUI: Disable Open/Save button in FilePicker when nothing is selected
John Diamond
2021-09-08
LibGUI: West Const to East Const refactor
Dawid Wolosowicz
2021-09-08
LibGUI: Remove an unnecessarily specific inline capacity
Dawid Wolosowicz
2021-09-08
LibGUI: Sync the highlighting after each model update
Dawid Wolosowicz
2021-09-08
LibGUI: Refactor AbstractView::do_search() into two standalone steps
Dawid Wolosowicz
2021-09-08
LibGUI: Remove barely used AbstractView::is_searching()
Dawid Wolosowicz
2021-09-08
LibGUI: Unify naming of searching timer related members
Dawid Wolosowicz
2021-09-08
LibGUI: Rename AbstractView::m_searching => m_highlighted_search
Dawid Wolosowicz
2021-09-08
LibGUI: Remove barely used AbstractView::is_highlighting_searching()
Dawid Wolosowicz
2021-09-08
LibGUI: Remove barely used AbstractView::searching()
Dawid Wolosowicz
2021-09-08
LibGUI: Make AbstractView::is_searching protected
Dawid Wolosowicz
2021-09-08
LibGUI+WindowServer: Remove now-obsolete cursor tracking feature
Ben Wiederhake
2021-09-08
LibGUI+WindowServer: Introduce new mouse tracking mechanism
Ben Wiederhake
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
LibGUI: Dynamically resize editing content rect in IconView
Marcus Nilsson
2021-09-06
LibGUI: Add Gfx::ColorRole to Variant
Karol Kosek
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-04
LibGUI: Fixes modified indicator behavior after saving
luiz
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-09-03
LibGUI: Set correct value on click with set jump_to_cursor() in Slider
Karol Kosek
2021-09-03
LibGUI: Add track_margin() to Sliders
Karol Kosek
[next]