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-04-15
LibGfx: Don't allow creating bitmaps whose sizes would overflow
Andreas Kling
2020-04-14
LibGUI: Scroll AbstractView to top on model change
Andreas Kling
2020-04-12
LibGUI: Use parrent window icon for MessageBox dialog icon
Hüseyin ASLITÜRK
2020-04-12
LibGUI: Make TableView ignore custom colors for selected rows
Andreas Kling
2020-04-12
LibGUI: Remove debug spam in AbstractView::did_update_model()
Andreas Kling
2020-04-12
LibGUI: Add a way for models to update without invalidating indexes
Andreas Kling
2020-04-11
LibGUI: Fill whole TableView cells with custom background color
Andreas Kling
2020-04-11
LibGUI: Respect Model::Role::BackgroundColor
Andreas Kling
2020-04-10
LibGUI: Add ColorInput component
Hüseyin ASLITÜRK
2020-04-09
LibGUI: Keep still-valid indexes in selection after a model update
Andreas Kling
2020-04-07
LibGUI: Thumbnail keep the aspect ratio of the original file.
VAN BOSSUYT Nicolas
2020-04-07
LibGUI: Center the icon in ItemView when smaller than 32px.
VAN BOSSUYT Nicolas
2020-04-07
Resources: Added filetype icon for object, library, text and unknown.
VAN BOSSUYT Nicolas
2020-04-07
AK: Allow %m.nf specifier for double/float in printf to set fraction with
Emanuel Sprung
2020-04-06
LibGUI: Added the new icons to FileSystemModel.
VAN BOSSUYT Nicolas
2020-04-06
Meta: Add missing copyright headers
Andreas Kling
2020-04-06
LibGUI: Add remove_tab and on_change to TabWidget
Oriko
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-04-04
LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&
Andreas Kling
2020-04-04
LibGUI: Fix CppLexer assertion on incomplete #include statements
Andreas Kling
2020-04-04
LibGUI: Move ColorPicker's helper classes fully into ColorPicker.cpp
Andreas Kling
2020-04-04
LibGUI: Add color palette and custom color selection in the ColorPicker
Hüseyin ASLITÜRK
2020-04-03
LibGUI: Clear any hovered index when the cursor leaves an AbstractView
Andreas Kling
2020-03-30
LibGUI: Fix index invalidation
Sergey Bugaev
2020-03-30
LibGUI: Brighten icons when hovering items in item views
Andreas Kling
2020-03-30
LibGUI: Brighten buttons when hovering over them :^)
Andreas Kling
2020-03-30
WindowServer+NotificationServer: Vertical title bar for notifications
Andreas Kling
2020-03-30
LibGUI: AboutDialog now inherits the icon of its parent window
Tibor Nagy
2020-03-29
WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmap
Andreas Kling
2020-03-29
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
Andreas Kling
2020-03-29
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
Andreas Kling
2020-03-29
LibGUI: Desktop, add methods for set background color and wallpaper mode
Hüseyin ASLITÜRK
2020-03-29
LibGUI: ComboBox, add "set_selected_index" method
Hüseyin ASLITÜRK
2020-03-27
LibGUI: Add store(), add() and remove() methods to JsonArrayModel
Emanuel Sprung
2020-03-26
NotificationServer: Allow showing an icon in notifications
Andreas Kling
2020-03-26
LibGUI: Make a new connection to NotificationServer each time
Andreas Kling
2020-03-22
WindowServer+LibGUI: Add a way to get notified at display refresh rate
Andreas Kling
2020-03-22
LibGUI: Allow constructing Variant from FlyString
Andreas Kling
2020-03-22
LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messages
Andreas Kling
2020-03-19
LibGUI: Remove G prefix from macros
Tibor Nagy
2020-03-19
LibGUI: Remove friend classes of TextDocumentLine
Tibor Nagy
2020-03-19
LibGUI: Remove remaining G prefixes
Tibor Nagy
2020-03-18
HackStudio: Expand project tree view by default
Oriko
2020-03-16
LibGUI: Add a ThemeChange event
Oriko
2020-03-16
LibGUI: Use themes for syntax highlighting
Oriko
2020-03-14
LibGUI: Highlight new JS tokens
Oriko
2020-03-13
LibGUI: Add missing copyright headers
Oriko
2020-03-13
LibGUI: Add Javascript syntax highlighter
Oriko
2020-03-13
LibGUI: Abstract token pair matching
Oriko
2020-03-12
HackStudio: Abstract over syntax highlighter
Oriko
[next]