summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-01-01LibGUI: Transfer focus when checking exclusive button programmaticallyAndreas Kling
2021-01-01LibGUI: Simplify RadioButton by using AbstractButton exclusive modeAndreas Kling
2020-12-31LibGUI: Add a bunch of missing widget registrationsAndreas Kling
2020-12-31LibGUI: Add 1px of margin to EmojiPickerDialogAndreas Kling
2020-12-31LibGUI: Make the emojis in the emoji input dialog fit in the windowAndreas Kling
2020-12-31LibGUI: Add a new GUI::OpacitySlider widget :^)Andreas Kling
2020-12-31LibGUI: Constrain relative cursor delta to valid rangeTom
2020-12-31LibGUI: Don't change the actual combobox value while hovering itTom
2020-12-31LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookupAndreas Kling
2020-12-31LibGUI: Show font weight names instead of numeric weights in FontPickerAndreas Kling
2020-12-31LibGUI: Don't keep creating new models in FontPickerAndreas Kling
2020-12-31LibGUI: Simplify FontPicker::set_font()Andreas Kling
2020-12-31AK: Fix a race condition with WeakPtr<T>::strong_ref and destructionTom
2020-12-31LibGUI: Sort all the lists in the FontPickerAndreas Kling
2020-12-30LibGUI: Tweak FontPicker layoutAndreas Kling
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30LibGUI: Make FontPicker correctly select the current font when openedAndreas Kling
2020-12-30LibGUI: Allow GUI::FilePicker to show only fixed-width fontsAndreas Kling
2020-12-30LibGUI: Add a GUI::FontPicker dialog class :^)Andreas Kling
2020-12-30LibGUI: Add widget registration for GUI::ListViewAndreas Kling
2020-12-30AK+Format: Remove TypeErasedFormatParams& from format function.asynts
2020-12-30LibGUI: Make SpinBox up/down buttons look right when disabledAndreas Kling
2020-12-30LibGUI: Make disabled scrollbars have more disabled looking iconsAndreas Kling
2020-12-30LibGUI: Make GUI::ScrollBar inherit from AbstractSliderAndreas Kling
2020-12-30LibGUI: Rename AbstractSlider::on_value_changed => on_changeAndreas Kling
2020-12-30LibGUI: Add page_step setting to AbstractSlider and use it in SliderAndreas Kling
2020-12-30LibGUI: Add GUI::AbstractSlider and move generic parts of Slider thereAndreas Kling
2020-12-30LibGUI: Use Window::center_within() in GUI::DialogAndreas Kling
2020-12-30LibGUI: Add Window::center_within(Window)Andreas Kling
2020-12-30LibGUI: Register a whole bunch of properties in various widgetsAnotherTest
2020-12-30LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditorAnotherTest
2020-12-30LibGUI: Move GUI::SeparatorWidget from ToolBar.cpp to its own fileAndreas Kling
2020-12-30LibGUI: Give a default min-width to a bunch of widgetsAndreas Kling
2020-12-30LibGUI: Register GUI::ComboBox :^)Andreas Kling
2020-12-30LibGUI: Remove unused Widget backcolor/forecolor propertiesAndreas Kling
2020-12-30LibGUI: Unbreak GUI::ScrollBar default sizeAndreas Kling
2020-12-30LibGUI: Give some widgets a reasonable default fixed heightAndreas Kling
2020-12-30LibGUI+LibCore: Remove the GUI::SizePolicy enumAndreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-30LibGUI: Make Layout::margins() return a const referenceAndreas Kling
2020-12-30LibGUI: Add fixed_size/fixed_width/fixed_height helpers to WidgetAndreas Kling
2020-12-30LibGUI: Add min/max sizes to GUI::WidgetAndreas Kling
2020-12-29LibGUI: offset value by minimum to ensure proper rendering of slidersIdan Horowitz
2020-12-29Shell: Add runtime errors and implement break/continueAnotherTest
2020-12-29LibGUI: Consider comment tokens in GMLParserLinus Groh
2020-12-29LibGUI: Register Label "text_alignment" propertyLinus Groh
2020-12-29LibGUI: Register TextEditor "mode" propertyLinus Groh
2020-12-29LibGUI: Register the ImageWidget and LinkLabel widgetsLinus Groh
2020-12-29LibGUI: Move REGISTER_WIDGET(GUI, TabWidget) to Widget.cppLinus Groh
2020-12-29LibGUI: Set default value of LinkLabel text argument to a null stringLinus Groh