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-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
2022-04-06
LibGUI: Register AbstractTableView.column_headers_visible
kleines Filmröllchen
2022-04-06
LibGUI: Implement column_headers_visible in AbstractTableView
kleines Filmröllchen
2022-04-05
WindowServer+LibGUI: Notify windows when their maximized state changes
Andreas Kling
2022-04-04
LibGUI: Add optional autosize padding
Matthew Olsson
2022-04-04
LibGUI: Return Optional<Node const&> from node_for_path()
Ali Mohammad Pur
2022-04-03
LibGUI: Extend mimic pressed across keyboard shortcuts for buttons
Rob Ryan
2022-04-03
LibGUI: Register LazyWidget
kleines Filmröllchen
2022-04-03
LibGUI: Fully support TabWidget in GML
kleines Filmröllchen
2022-04-03
LibGUI: Add a title to all Widgets
kleines Filmröllchen
2022-04-02
LibGUI: Add TabWidget::activate_last_tab()
Olivier De Cannière
2022-04-02
LibGUI+Applications: Move abstract ThemeEditor preview to LibGUI
Ben Maxwell
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibGUI: Add AutocompleteProvider::TokenInfo::type_to_string()
Itamar
2022-03-29
LibGUI: Add search API to TextEditor with highlighted results
Itamar
2022-03-29
LibGUI: Add match_case parameter to TextDocument::find_all()
Itamar
2022-03-29
LibGUI: Support multiple layers of TextDocument spans
Itamar
2022-03-29
LibGUI: Add operators >,>= to TextPosition
Itamar
2022-03-29
LibGUI: Add DoClamp option to AbstractSlider::set_value()
Itamar
2022-03-27
WindowServer+LibGUI: Expose raw scroll wheel values to applications
circl
2022-03-24
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
Kenneth Myhra
2022-03-23
LibGUI: Simplify AbstractZoomPanWidget code
Jelle Raaijmakers
2022-03-22
LibGUI: Add CTRL+Enter callback to TextEditor
Rok Povsic
2022-03-20
LibGUI+FontEditor: Add context menu for editor actions
thankyouverycool
2022-03-20
LibGUI: Add set_selection() convenience helper to GlyphMapWidget
thankyouverycool
2022-03-20
LibGUI: Add automatic scrolling to GlyphMapWidget
thankyouverycool
2022-03-20
LibGUI: Use system theme when painting GlyphMapWidget focus outline
thankyouverycool
2022-03-20
LibGUI: Reset GlyphMapWidget only if clicking a new active glyph
thankyouverycool
[next]