index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2021-01-01
LibGUI: Transfer focus when checking exclusive button programmatically
Andreas Kling
2021-01-01
LibGUI: Simplify RadioButton by using AbstractButton exclusive mode
Andreas Kling
2020-12-31
LibGUI: Add a bunch of missing widget registrations
Andreas Kling
2020-12-31
LibGUI: Add 1px of margin to EmojiPickerDialog
Andreas Kling
2020-12-31
LibGUI: Make the emojis in the emoji input dialog fit in the window
Andreas Kling
2020-12-31
LibGUI: Add a new GUI::OpacitySlider widget :^)
Andreas Kling
2020-12-31
LibGUI: Constrain relative cursor delta to valid range
Tom
2020-12-31
LibGUI: Don't change the actual combobox value while hovering it
Tom
2020-12-31
LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookup
Andreas Kling
2020-12-31
LibGUI: Show font weight names instead of numeric weights in FontPicker
Andreas Kling
2020-12-31
LibGUI: Don't keep creating new models in FontPicker
Andreas Kling
2020-12-31
LibGUI: Simplify FontPicker::set_font()
Andreas Kling
2020-12-31
AK: Fix a race condition with WeakPtr<T>::strong_ref and destruction
Tom
2020-12-31
LibGUI: Sort all the lists in the FontPicker
Andreas Kling
2020-12-30
LibGUI: Tweak FontPicker layout
Andreas Kling
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibGUI: Make FontPicker correctly select the current font when opened
Andreas Kling
2020-12-30
LibGUI: Allow GUI::FilePicker to show only fixed-width fonts
Andreas Kling
2020-12-30
LibGUI: Add a GUI::FontPicker dialog class :^)
Andreas Kling
2020-12-30
LibGUI: Add widget registration for GUI::ListView
Andreas Kling
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-12-30
LibGUI: Make SpinBox up/down buttons look right when disabled
Andreas Kling
2020-12-30
LibGUI: Make disabled scrollbars have more disabled looking icons
Andreas Kling
2020-12-30
LibGUI: Make GUI::ScrollBar inherit from AbstractSlider
Andreas Kling
2020-12-30
LibGUI: Rename AbstractSlider::on_value_changed => on_change
Andreas Kling
2020-12-30
LibGUI: Add page_step setting to AbstractSlider and use it in Slider
Andreas Kling
2020-12-30
LibGUI: Add GUI::AbstractSlider and move generic parts of Slider there
Andreas Kling
2020-12-30
LibGUI: Use Window::center_within() in GUI::Dialog
Andreas Kling
2020-12-30
LibGUI: Add Window::center_within(Window)
Andreas Kling
2020-12-30
LibGUI: Register a whole bunch of properties in various widgets
AnotherTest
2020-12-30
LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditor
AnotherTest
2020-12-30
LibGUI: Move GUI::SeparatorWidget from ToolBar.cpp to its own file
Andreas Kling
2020-12-30
LibGUI: Give a default min-width to a bunch of widgets
Andreas Kling
2020-12-30
LibGUI: Register GUI::ComboBox :^)
Andreas Kling
2020-12-30
LibGUI: Remove unused Widget backcolor/forecolor properties
Andreas Kling
2020-12-30
LibGUI: Unbreak GUI::ScrollBar default size
Andreas Kling
2020-12-30
LibGUI: Give some widgets a reasonable default fixed height
Andreas Kling
2020-12-30
LibGUI+LibCore: Remove the GUI::SizePolicy enum
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-30
LibGUI: Make Layout::margins() return a const reference
Andreas Kling
2020-12-30
LibGUI: Add fixed_size/fixed_width/fixed_height helpers to Widget
Andreas Kling
2020-12-30
LibGUI: Add min/max sizes to GUI::Widget
Andreas Kling
2020-12-29
LibGUI: offset value by minimum to ensure proper rendering of sliders
Idan Horowitz
2020-12-29
Shell: Add runtime errors and implement break/continue
AnotherTest
2020-12-29
LibGUI: Consider comment tokens in GMLParser
Linus Groh
2020-12-29
LibGUI: Register Label "text_alignment" property
Linus Groh
2020-12-29
LibGUI: Register TextEditor "mode" property
Linus Groh
2020-12-29
LibGUI: Register the ImageWidget and LinkLabel widgets
Linus Groh
2020-12-29
LibGUI: Move REGISTER_WIDGET(GUI, TabWidget) to Widget.cpp
Linus Groh
2020-12-29
LibGUI: Set default value of LinkLabel text argument to a null string
Linus Groh
[next]