summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-04-21LibGUI+Applications: Add --open-tab option to FooSettings applicationsSam Atkins
2022-04-21LibGUI+Applications: Give SettingsWindow tabs a string IDSam Atkins
2022-04-20LibGUI: Remove Tile.date_time member from CalendarMichael Manganiello
2022-04-20LibGUI: Use fuzzy matching in CommandPalettefaxe1008
2022-04-20LibGUI: Close CommandPalette on active window changefaxe1008
2022-04-20LibGUI: Make GUI::Variant an actual VariantAli Mohammad Pur
2022-04-14LibGUI: Don't try to get link target value if read_link failedMarco Rebhan
2022-04-13LibGUI: Make class final and seperate from GML PlaygroundSimonFJ20
2022-04-13LibGUI: Rename function to make intention clearerSimonFJ20
2022-04-13LibGUI+GMLPlayground: Reset cursor to end of text after replaceSimonFJ20
2022-04-13LibGUI+GMLPlayground: Replace text using ReplaceAllTextCommandSimonFJ20
2022-04-13LibGUI: Disable editing cell when ctrl key is pressedmartinfalisse
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-09LibGUI: Calculate width of table headers when there is no contentmartinfalisse
2022-04-08LibGUI: Stop dropping comments between children and end of GML objectsIdan Horowitz
2022-04-08LibGUI: Insert parsed comments in parsing orderIdan Horowitz
2022-04-08LibGUI: Remove left-over spammy debug printIdan Horowitz
2022-04-06LibGUI: Don't stringify non-textlike data in TreeView's tree columnkleines Filmröllchen
2022-04-06LibGUI: Add is_toggled getter for TreeViewkleines Filmröllchen
2022-04-06LibGUI: Associate model index metadata directly with the model indexkleines Filmröllchen
2022-04-06LibGUI: Register many properties of AbstractViewkleines Filmröllchen
2022-04-06LibGUI: Register should_fill_selected_rows for GML in TreeViewkleines Filmröllchen
2022-04-06LibGUI: Delegate the tree column in SortingProxyModelkleines Filmröllchen
2022-04-06LibGUI: Register AbstractTableView.column_headers_visiblekleines Filmröllchen
2022-04-06LibGUI: Implement column_headers_visible in AbstractTableViewkleines Filmröllchen
2022-04-05WindowServer+LibGUI: Notify windows when their maximized state changesAndreas Kling
2022-04-04LibGUI: Add optional autosize paddingMatthew Olsson
2022-04-04LibGUI: Return Optional<Node const&> from node_for_path()Ali Mohammad Pur
2022-04-03LibGUI: Extend mimic pressed across keyboard shortcuts for buttonsRob Ryan
2022-04-03LibGUI: Register LazyWidgetkleines Filmröllchen
2022-04-03LibGUI: Fully support TabWidget in GMLkleines Filmröllchen
2022-04-03LibGUI: Add a title to all Widgetskleines Filmröllchen
2022-04-02LibGUI: Add TabWidget::activate_last_tab()Olivier De Cannière
2022-04-02LibGUI+Applications: Move abstract ThemeEditor preview to LibGUIBen Maxwell
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31LibGUI: Add AutocompleteProvider::TokenInfo::type_to_string()Itamar
2022-03-29LibGUI: Add search API to TextEditor with highlighted resultsItamar
2022-03-29LibGUI: Add match_case parameter to TextDocument::find_all()Itamar
2022-03-29LibGUI: Support multiple layers of TextDocument spansItamar
2022-03-29LibGUI: Add operators >,>= to TextPositionItamar
2022-03-29LibGUI: Add DoClamp option to AbstractSlider::set_value()Itamar
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-23LibGUI: Simplify AbstractZoomPanWidget codeJelle Raaijmakers
2022-03-22LibGUI: Add CTRL+Enter callback to TextEditorRok Povsic
2022-03-20LibGUI+FontEditor: Add context menu for editor actionsthankyouverycool
2022-03-20LibGUI: Add set_selection() convenience helper to GlyphMapWidgetthankyouverycool
2022-03-20LibGUI: Add automatic scrolling to GlyphMapWidgetthankyouverycool
2022-03-20LibGUI: Use system theme when painting GlyphMapWidget focus outlinethankyouverycool
2022-03-20LibGUI: Reset GlyphMapWidget only if clicking a new active glyphthankyouverycool