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-01-02
LibGUI: Clear out a GJsonArrayModel if it fails to open the JSON source
Andreas Kling
2020-01-02
WindowServer+LibGUI: Taskbar should show all windows from each process
Andreas Kling
2020-01-02
LibGUI: Tweak GAboutDialog text
Andreas Kling
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2020-01-01
LibGUI: Close and cancel GDialog on escape
Conrad Pankoff
2019-12-30
LibGUI: Call GWidget::resize_event() before doing widget layout
Andreas Kling
2019-12-29
LibGUI: Relayout GTextEditor on font change
Andreas Kling
2019-12-29
LibCore+LibGUI: Don't fire timers in non-visible windows by default
Andreas Kling
2019-12-29
LibDraw+LibGUI: Allow changing individual colors in a Palette
Andreas Kling
2019-12-28
Build: wrap make invocations with flock(1)
joshua stein
2019-12-27
GListView: Fix for theme support. We have to use theme colors.
Hüseyin ASLITÜRK
2019-12-27
WindowServer: Use the system theme for the fallback window background
Andreas Kling
2019-12-27
WindowServer+LibGUI: Mark window bitmaps volatile in occluded windows
Andreas Kling
2019-12-27
LibGUI: Remove bitrotted automatic keybinds feature
Andreas Kling
2019-12-26
LibGUI: Use NeverDestroyed<T> for the global GWindow tables
Andreas Kling
2019-12-26
LibGUI+WindowServer: Mark minimized window backing stores as volatile
Andreas Kling
2019-12-25
LibGUI: Add space for sort order indicators in autosized table columns
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-24
LibGUI: Use ColorRole::BaseText for the GCheckBox checkmark
Andreas Kling
2019-12-24
LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)
Andreas Kling
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibDraw: Add Selection and SelectionText system theme colors
Andreas Kling
2019-12-24
LibGUI: Respect more theme colors in GTextEditor
Andreas Kling
2019-12-24
LibGUI: Respect more system theme colors in GToolBar
Andreas Kling
2019-12-24
LibGUI: More system theme support in GTabWidget and GTableView
Andreas Kling
2019-12-24
LibDraw: Add Button and ButtonText system theme colors
Andreas Kling
2019-12-24
LibGUI: Use SystemColor::Text in more places
Andreas Kling
2019-12-24
LibGUI: Paint GResizeCorner with SystemColor::Window background
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-23
LibGUI: Activate GTreeView indexes when double clicking leaf nodes
Andreas Kling
2019-12-22
LibGUI: Don't assert in ~GWidgetClassRegistration
Andrew Kaster
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-20
WindowServer+LibGUI: Add data_type and data fields to drag operations
Andreas Kling
2019-12-20
LibGUI: GWidget::drop_event() should ignore the event by default
Andreas Kling
2019-12-17
GTextEditor: Fix broken rendering of selection on wrapped lines
Andreas Kling
2019-12-16
LibGUI: Fix GTreeView crash on pressing Left/Right without selection
Andreas Kling
2019-12-16
WindowServer+CPUGraph: Make menu applets be "regular" windows
Andreas Kling
2019-12-15
Kernel+FileManager: Disallow watch_file() in unsupported file systems
Andreas Kling
2019-12-15
LibGUI: Fix GTreeView column headers incorrectly scrolling with content
Andreas Kling
2019-12-15
LibGUI: Fix GTreeView not showing the context menu
Andreas Kling
2019-12-14
LibGUI: GAbstractColumnModel should never claim to hit a toggle box
Andreas Kling
2019-12-13
LibGUI: Improve GTreeView column auto-sizing
Andreas Kling
2019-12-13
LibGUI: Make GTreeView inherit from GAbstractColumnView
Andreas Kling
2019-12-13
LibGUI: Add a GAbstractColumnView base class for GTableView
Andreas Kling
2019-12-12
TreeView: Clear metadata after model update
Tommy Nguyen
2019-12-12
LibGUI: Add missing call to did_update() when updating GFileSystemModel
Tommy Nguyen
2019-12-12
LibGUI: Add context_menu_event to GTreeView
Tommy Nguyen
2019-12-10
LibGUI: Add GTextDocument::range_for_entire_line()
Andreas Kling
2019-12-10
GTreeView: Prevent doubleclick with right mouse button (#868)
remyabel
2019-12-09
LibGUI: Mark the first GWindow back bitmap volatile immediately
Andreas Kling
[next]