index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2020-09-24
LibGUI: Support editing filenames through FileSystemModel :^)
Andreas Kling
2020-09-24
LibGUI: Make SortingProxyModel forward is_editable() and set_data()
Andreas Kling
2020-09-23
AK: Resolve format related circular dependencies properly.
asynts
2020-09-23
LibGUI: Use on_up_pressed/on_down_pressed events in SpinBox
Tibor Nagy
2020-09-21
HackStudio: Add auto-complete capability to the Editor
Itamar
2020-09-21
Base: Add the PlaceholderText attribute to themes
Peter Elliott
2020-09-21
LibGUI: Add optional placeholder to TextEditor
Peter Elliott
2020-09-20
LibGUI: Remove unnecessary type cast in JsonArrayModel.
asynts
2020-09-20
LibGUI: Pad row/column headers of AbstractTableView
Tibor Nagy
2020-09-20
LibGUI: Fix row_rect(int) calculation in AbstractTableView
Itamar
2020-09-19
LibGUI: Increase slider acceleration with Ctrl (#3499)
Jakob-Niklas See
2020-09-18
LibGUI: Add TreeView::expand_all_parents_of(ModelIndex)
Andreas Kling
2020-09-18
LibGUI: Unbreak FileSystemModel::index(path) after virtual root changes
Andreas Kling
2020-09-18
iLibGUI+Base: Show inaccessible directories with special icon in views
Andreas Kling
2020-09-18
LibGUI: FileSystemModel should provide full paths to FileIconProvider
Andreas Kling
2020-09-18
LibGUI: StackWidget should not steal focus when switching active child
Andreas Kling
2020-09-17
LibGUI: Set ProcessChooser key column and sort order after set_model (#3521)
Uma Sankar
2020-09-17
LibGUI: Respect the previously selected sort order in HeaderView (#3522)
Uma Sankar
2020-09-17
LibGUI: Don't recalcuate color from hue if it was not set by hue
Peter Elliott
2020-09-17
LibGUI: Don't allow 4 character html color codes in GUI::ColorPicker
Peter Elliott
2020-09-16
LibGUI: Use FileIconProvider in the FilePicker dialog
Andreas Kling
2020-09-16
LibGUI+Base: Add a hard-disk icon and use it for the path "/"
Andreas Kling
2020-09-16
LibGUI: Allow FileSystemModel to be rooted one level above "/"
Andreas Kling
2020-09-16
LibGUI: Double-clicking on a TreeView item should set cursor
Andreas Kling
2020-09-16
LibGUI: Fix TreeView scrolling to top when clicking sub-items
Andreas Kling
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-15
HackStudio: Add basic Git integration
Itamar
2020-09-15
LibGUI: Fix to ComboBox fields activation
pkotzbach
2020-09-14
LibGUI: Minor consistency cleanup in AbstractView::set_cursor() (#3478)
pkotzbach
2020-09-14
LibGfx+LibGUI: Allow setting tab text alignment with set_property()
Andreas Kling
2020-09-14
LibGUI: Add TabWidget::set_property() and handle some properties
Andreas Kling
2020-09-14
LibGUI: Add registration for GUI::TabWidget
Andreas Kling
2020-09-14
LibGUI: Use Core::Object::set_property() to handle JSON GUI properties
Andreas Kling
2020-09-14
LibGUI: Allow setting widget visibility from JSON GUI spec
Andreas Kling
2020-09-14
LibGUI: Complain about malformed "layout" values in JSON GUI
Andreas Kling
2020-09-14
LibGUI: Start building a way to instantiate GUI from JSON
Andreas Kling
2020-09-14
LibGUI: Improve widget registration mechanism a bit
Andreas Kling
2020-09-13
LibGUI: Make some GUI event getters return const references
Andreas Kling
2020-09-12
LibGUI: Use new Bitmap::minimum_pitch method
Ben Wiederhake
2020-09-12
LibGfx: Saner memory usage of indexed bitmaps
Ben Wiederhake
2020-09-12
LibGfx: Remove redundant bits() method
Ben Wiederhake
2020-09-11
LibGUI+LibGfx: Move check box painting to Gfx::StylePainter
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in ColorInput
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in HeaderView
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in GUI::ResizeCorner
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in GUI::TextEditor
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in GUI::Splitter
Andreas Kling
2020-09-11
LibGUI: Add Widget override cursor concept
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
[next]