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
2023-04-19
WindowServer+LibGUI: Port WindowServer's Menu name to new String
Karol Kosek
2023-04-19
LibGUI+Userland: Make Menu::*add_submmenu take name using new string
Karol Kosek
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-04-19
LibGUI: Port Menubar to new string
Karol Kosek
2023-04-19
LibGUI+Browser: Set menu names using the new String class
Karol Kosek
2023-04-19
Userland: Construct Menus with name using the non-deprecated String
Karol Kosek
2023-04-19
LibGUI: Store Menu names as new String
Karol Kosek
2023-04-18
LibGUI: Add a numeric input type to InputBox
thankyouverycool
2023-04-18
LibGUI: Implement calculated_min_size() for SpinBox
thankyouverycool
2023-04-18
LibGUI: Allow SpinBox to set its value with return key
thankyouverycool
2023-04-18
LibGUI: Let InputBox display an ImageWidget
thankyouverycool
2023-04-18
LibGUI+Userland: Improve error and font handling for InputBox
thankyouverycool
2023-04-18
LibGUI: Improve calculated_min_size() for single-line TextEditor
thankyouverycool
2023-04-18
LibGUI: Add Window::on_font_change() hook
thankyouverycool
2023-04-17
LibGUI: Always paint Statusbar's vertical lines when not maximized
thankyouverycool
2023-04-17
FileManager+LibGUI: Cache the FileSystem::can_delete_or_move value
Tom
2023-04-15
LibGUI: Resize Label on font changes
thankyouverycool
2023-04-15
LibGUI: Implement calculated_min_size() for Label
thankyouverycool
2023-04-15
LibGUI: Implement calculated_min_size() for DialogButton
thankyouverycool
2023-04-15
LibGUI: Improve calculated_min_size() for Button
thankyouverycool
2023-04-15
LibGfx+Userland: Add width_rounded_up() helper
thankyouverycool
2023-04-15
LibGUI+Userland: Convert MessageBox to fallible construction
thankyouverycool
2023-04-15
LibGUI: Allow Windows to auto shrink
thankyouverycool
2023-04-14
LibGUI: Only redraw sliders after the `on_change` callback has finished
Zaggy1024
2023-04-14
Spreadsheet+LibSyntax: Never insert spans directly
Matteo Benetti
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-04-04
LibGUI: Open and increment ComboBox ListViews by exact steps
thankyouverycool
2023-04-04
LibGUI: Don't hover AbstractView indicies outside visible content
thankyouverycool
2023-04-04
LibGUI: Paint Scrollbar buttons with appropriate thread highlighting
thankyouverycool
2023-04-04
LibGUI: Allow ComboBox windows to intersect Desktop's entire height
thankyouverycool
2023-04-04
LibGUI: Remove calculated_min_size() for ListViews
thankyouverycool
2023-04-03
LibGUI+CertificateSettings: Use custom SortingProxy
Fabian Dellwing
2023-03-31
LibGUI: Add gutter indicators to TextEditor :^)
Sam Atkins
2023-03-31
LibGUI: Rename TextEditor::LineVisualData -> LineData
Sam Atkins
2023-03-31
LibGUI: Extract repeated code for populating TextEditor per-line data
Sam Atkins
2023-03-26
LibGUI: Allow updating the names of menus and submenus
MacDue
2023-03-25
LibGUI: Allow blocking modals and popups to handle their own shortcuts
Lucas CHOLLET
2023-03-25
LibGUI: Make `propagate_shortcuts` handle different level of propagation
Lucas CHOLLET
2023-03-24
LibGUI: Allow passing working directory to spawn_or_show_error()
MacDue
2023-03-24
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
Cameron Youell
2023-03-24
LibGUI: Paint slider track shorter to ensure the knob covers it
Andreas Oppebøen
2023-03-24
LibGUI: Fix slightly wrong value slider knob position
Andreas Oppebøen
2023-03-24
LibGUI: Fix value slider so dragging left and right feels similar
Andreas Oppebøen
2023-03-24
LibGUI: Fix slider so dragging handle left and right feels similar
Andreas Oppebøen
2023-03-22
LibGUI: Add IPC encode and decode for FileTypeFilter
huttongrabiel
2023-03-22
LibGUI: Resolve use-after-free error
Lucas CHOLLET
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView>
implicitfield
2023-03-19
LibGUI: Update progress of thumbnail generations on failure
Lucas CHOLLET
[next]