summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-05-12LibGUI: Add AllowCallback parameter to ComboBox::set_text()Sam Atkins
2022-05-12LibGUI: Support "modified" window state in SettingsWindowSam Atkins
2022-05-12LibGUI: Run TextEditor::on_change callback immediatelySam Atkins
2022-05-11LibGUI: Try use layout's preferred size for the content sizeKarol Kosek
2022-05-11LibGUI: Always use widget's minimum size in ScrollableContainerWidgetKarol Kosek
2022-05-11LibGUI: Reuse common parts in ScrollableContainerWidgetKarol Kosek
2022-05-11LibGUI: Take only valid sizes when calculating BoxLayout preferred sizeKarol Kosek
2022-05-11LibGUI: Expose more TabWidget properties to GMLSam Atkins
2022-05-09LibGUI: Consider TextEditor icon size when scrolling text horizontallyofftkp
2022-05-08LibGUI: Fix {Value,Opacity}Slider value changes for values less than 0Torstennator
2022-05-08AK+LibGUI: Pass predicate to *_matching() methods by const referenceVitaly Dyachkov
2022-05-08LibGUI: Add button to PasswordBox to reveal the passwordfaxe1008
2022-05-08LibGUI: Make TextEditor substitution more explicitfaxe1008
2022-05-07LibGUI: Add center_window_group_within() to AbstractThemePreviewMacDue
2022-05-07FileManager: Don't show new dotfiles if the option is disabledofftkp
2022-05-07LibGUI: Show column names when using FilteringProxyModel with TableViewRafał Babiarz
2022-05-07LibGUI: Check if a property is a GML Object in ScrollableContainerWidgetKarol Kosek
2022-04-29LibGUI+ThemeEditor: Split preview-widget palette-change callbackSam Atkins
2022-04-29LibGUI: Add AllowCallback parameter to ColorInput::set_color()Sam Atkins
2022-04-26LibGUI: Check if event loop is alive before quitting it in Dialog::closenetworkException
2022-04-26LibGUI: Don't merge TextDocumentUndoCommand if too much time has elapsedForLoveOfCats
2022-04-26LibGUI: Split InsertTextCommand undo/redo based on whitespaceForLoveOfCats
2022-04-26LibGUI: Use ctrl+shift+z for redo action shortcutForLoveOfCats
2022-04-25LibGUI: Respect TitleButtonsIconOnly in AbstractThemePreviewMacDue
2022-04-25LibGUI: Display line number next to the first visual lineLucas CHOLLET
2022-04-24LibGUI: Fix text wrap artifact when selecting textLucas CHOLLET
2022-04-23LibGUI: Remove unused functions in EditingEngine classMoustafa Raafat
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