index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2022-05-12
LibGUI: Add AllowCallback parameter to ComboBox::set_text()
Sam Atkins
2022-05-12
LibGUI: Support "modified" window state in SettingsWindow
Sam Atkins
2022-05-12
LibGUI: Run TextEditor::on_change callback immediately
Sam Atkins
2022-05-11
LibGUI: Try use layout's preferred size for the content size
Karol Kosek
2022-05-11
LibGUI: Always use widget's minimum size in ScrollableContainerWidget
Karol Kosek
2022-05-11
LibGUI: Reuse common parts in ScrollableContainerWidget
Karol Kosek
2022-05-11
LibGUI: Take only valid sizes when calculating BoxLayout preferred size
Karol Kosek
2022-05-11
LibGUI: Expose more TabWidget properties to GML
Sam Atkins
2022-05-09
LibGUI: Consider TextEditor icon size when scrolling text horizontally
offtkp
2022-05-08
LibGUI: Fix {Value,Opacity}Slider value changes for values less than 0
Torstennator
2022-05-08
AK+LibGUI: Pass predicate to *_matching() methods by const reference
Vitaly Dyachkov
2022-05-08
LibGUI: Add button to PasswordBox to reveal the password
faxe1008
2022-05-08
LibGUI: Make TextEditor substitution more explicit
faxe1008
2022-05-07
LibGUI: Add center_window_group_within() to AbstractThemePreview
MacDue
2022-05-07
FileManager: Don't show new dotfiles if the option is disabled
offtkp
2022-05-07
LibGUI: Show column names when using FilteringProxyModel with TableView
Rafał Babiarz
2022-05-07
LibGUI: Check if a property is a GML Object in ScrollableContainerWidget
Karol Kosek
2022-04-29
LibGUI+ThemeEditor: Split preview-widget palette-change callback
Sam Atkins
2022-04-29
LibGUI: Add AllowCallback parameter to ColorInput::set_color()
Sam Atkins
2022-04-26
LibGUI: Check if event loop is alive before quitting it in Dialog::close
networkException
2022-04-26
LibGUI: Don't merge TextDocumentUndoCommand if too much time has elapsed
ForLoveOfCats
2022-04-26
LibGUI: Split InsertTextCommand undo/redo based on whitespace
ForLoveOfCats
2022-04-26
LibGUI: Use ctrl+shift+z for redo action shortcut
ForLoveOfCats
2022-04-25
LibGUI: Respect TitleButtonsIconOnly in AbstractThemePreview
MacDue
2022-04-25
LibGUI: Display line number next to the first visual line
Lucas CHOLLET
2022-04-24
LibGUI: Fix text wrap artifact when selecting text
Lucas CHOLLET
2022-04-23
LibGUI: Remove unused functions in EditingEngine class
Moustafa Raafat
2022-04-21
LibGUI+Applications: Add --open-tab option to FooSettings applications
Sam Atkins
2022-04-21
LibGUI+Applications: Give SettingsWindow tabs a string ID
Sam Atkins
2022-04-20
LibGUI: Remove Tile.date_time member from Calendar
Michael Manganiello
2022-04-20
LibGUI: Use fuzzy matching in CommandPalette
faxe1008
2022-04-20
LibGUI: Close CommandPalette on active window change
faxe1008
2022-04-20
LibGUI: Make GUI::Variant an actual Variant
Ali Mohammad Pur
2022-04-14
LibGUI: Don't try to get link target value if read_link failed
Marco Rebhan
2022-04-13
LibGUI: Make class final and seperate from GML Playground
SimonFJ20
2022-04-13
LibGUI: Rename function to make intention clearer
SimonFJ20
2022-04-13
LibGUI+GMLPlayground: Reset cursor to end of text after replace
SimonFJ20
2022-04-13
LibGUI+GMLPlayground: Replace text using ReplaceAllTextCommand
SimonFJ20
2022-04-13
LibGUI: Disable editing cell when ctrl key is pressed
martinfalisse
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-09
LibGUI: Calculate width of table headers when there is no content
martinfalisse
2022-04-08
LibGUI: Stop dropping comments between children and end of GML objects
Idan Horowitz
2022-04-08
LibGUI: Insert parsed comments in parsing order
Idan Horowitz
2022-04-08
LibGUI: Remove left-over spammy debug print
Idan Horowitz
2022-04-06
LibGUI: Don't stringify non-textlike data in TreeView's tree column
kleines Filmröllchen
2022-04-06
LibGUI: Add is_toggled getter for TreeView
kleines Filmröllchen
2022-04-06
LibGUI: Associate model index metadata directly with the model index
kleines Filmröllchen
2022-04-06
LibGUI: Register many properties of AbstractView
kleines Filmröllchen
2022-04-06
LibGUI: Register should_fill_selected_rows for GML in TreeView
kleines Filmröllchen
2022-04-06
LibGUI: Delegate the tree column in SortingProxyModel
kleines Filmröllchen
[next]