summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-01-04LibGUI: Don't include invisible widgets in BoxLayout preferred sizeAndreas Kling
2021-01-04LibGUI: Simplify ToolBarContainer by using shrink-to-fitAndreas Kling
2021-01-04LibGUI: Add Widget shrink-to-fit layout flagAndreas Kling
2021-01-03LibCore: Report error condition when reading process statistics failedTom
2021-01-03LibGUI: Add GMLFormatterLinus Groh
2021-01-03LibGUI: Allow comment(s) before first class marker in GML parserLinus Groh
2021-01-03LibGUI: Hide the tooltip if widget with open tooltip unsets itAndreas Kling
2021-01-03LibGUI: Use String::formatted() and String::number() moreAndreas Kling
2021-01-03LibGUI: Also specialize PgUp/PgDn/Home/End in line-wrapped TextEditorsAndreas Kling
2021-01-03LibGUI: Improve up/down arrow behavior in TextEditor with wrappingAndreas Kling
2021-01-03LibGUI: Make the autocomplete box window a child of its editor's windowAnotherTest
2021-01-03LibGUI: Stop the automatic autocomplete timer when typing whitespaceAnotherTest
2021-01-03LibGUI: Register the various BoxLayoutsAnotherTest
2021-01-03LibGUI: Add missing properties to Widget gmlGlenford Williams
2021-01-03LibGUI: Move widget registrations to the corresponding cpp fileAndrew Kaster
2021-01-02LibGUI: Remove Widget's unused m_{foreground,background}_colorLinus Groh
2021-01-02LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)Andreas Kling
2021-01-02LibGUI: CommonActions: Add make_help_action common actionBrendan Coles
2021-01-02LibGUI: Add an optional "automatic" autocomplete feature to TextEditorAnotherTest
2021-01-02LibGUI: Allow widget sibling navigation with arrow keysAndreas Kling
2021-01-02LibGUI: Tweak MessageBox layout slightlyAndreas Kling
2021-01-02LibGUI: Correct selection width when using fonts with glyph spacingAndreas Kling
2021-01-02LibGUI: Fix cursor height in single-line text boxesAndreas Kling
2021-01-02LibGUI: Add Window::on_close hookAndreas Kling
2021-01-01LibCore: Remove Core::Object::is_widget() in favor of RTTIAndreas Kling
2021-01-01LibCore: Remove some hand-rolled type information from Core::ObjectAndreas Kling
2021-01-01LibGUI: Remove some hand-rolled type information from WidgetAndreas Kling
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2021-01-01Applications+LibGUI: Convert all GML consumers to use the LibCore finderAndrew Kaster
2021-01-01LibGUI: Hide unnecessary scrollbars in MultiViewAndreas Kling
2021-01-01LibGUI: Simplify setup code in GUI::MultiViewAndreas Kling
2021-01-01Meta: Update project copyright dates (2018-2021) :^)Andreas Kling
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