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-02-17
LibGUI: Expose GUI::Menu::menu_id() and also allow forced realization
Andreas Kling
2020-02-17
LibGUI: Add Yes/No and Yes/No/Cancel MessageBoxes
thatlittlegit
2020-02-16
LibGUI: Generate NotificationServer IPC messages during build
Andreas Kling
2020-02-16
LibGUI: Generate NotificationServerEndpoint.h if needed
Andreas Kling
2020-02-16
NotificationServer: Add a system service for desktop notifications
Andreas Kling
2020-02-16
LibGUI: Add mouse wheel event and step property to Slider
Tibor Nagy
2020-02-16
LibGUI: ItemView painting was not respecting the frame thickness
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-16
LibGUI: Render ScrollBar buttons as pressed when they are being pressed
Tibor Nagy
2020-02-16
LibGUI: Make ResizeCorner theme-aware
Tibor Nagy
2020-02-15
LibGUI: Unfocused TextEditors should use inactive selection colors
Tibor Nagy
2020-02-15
LibGUI: Use inactive selection colors from palette instead of hardcoding them
Tibor Nagy
2020-02-15
LibCore: Reduce header dependencies of EventLoop
Andreas Kling
2020-02-15
LibGUI: Reduce menu-related header dependencies
Andreas Kling
2020-02-15
LibGUI: Reduce header dependencies of GUI::Action
Andreas Kling
2020-02-15
LibGUI: Don't leak every tooltip window ever :^)
Andreas Kling
2020-02-15
LibGUI: Remove some header dependencies from Application.h
Andreas Kling
2020-02-15
LibGfx: Reduce header dependencies of Bitmap and Font
Andreas Kling
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
Andreas Kling
2020-02-15
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
Andreas Kling
2020-02-15
AK: Remove manual forward declarations with <AK/Forward.h>
Andreas Kling
2020-02-15
LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-14
LibGfx: More work on header dependency reduction
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-14
LibGUI: Add missing Event.cpp file
Andreas Kling
2020-02-14
LibGUI: Port the drag&drop code to Core::MimeData
Andreas Kling
2020-02-13
LibGUI: Indicate ItemView drag acceptance with a little rectangle
Andreas Kling
2020-02-13
LibGUI: Allow dropping drags on AbstractView
Andreas Kling
2020-02-13
LibGUI: Have FileSystemModel accept url-list drags onto directories
Andreas Kling
2020-02-13
LibGUI: Add GUI::Model::accepts_drag(index, data_type)
Andreas Kling
2020-02-13
WindowServer+LibGUI: Add a "drag move" event
Andreas Kling
2020-02-13
LibGUI: Don't assert when hovering spacing around single-child Splitter
Andreas Kling
2020-02-12
LibGUI: Always unhighlight table view column headers when cursor leaves
Andreas Kling
2020-02-12
LibGUI: Make last auto-sized widget in a BoxLayout fill remaining space
Andreas Kling
2020-02-11
LibGUI: Use Core::DateTime in FileSystemModel
Andreas Kling
2020-02-11
LibGUI: Tweak C++ syntax highlighting colors a bit :^)
Andreas Kling
2020-02-11
LibGUI: Splitter should forget resize candidates after cursor leaves
Andreas Kling
2020-02-11
LibGUI: Make splitters 1px wider as 3px is slightly too narrow
Andreas Kling
2020-02-11
LibGUI: Only highlight grabbable area between a Splitter's children
Andreas Kling
2020-02-11
LibGUI: Add a Widget::did_layout() that gets called after layout
Andreas Kling
2020-02-11
LibGUI: Factor out Splitter hit testing into a separate function
Andreas Kling
2020-02-10
LibGUI: Single-line GUI::TextEditor should not have "go to line" action
Andreas Kling
2020-02-07
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
IPCCompiler: Put message classes in the Messages namespace
Andreas Kling
2020-02-06
WindowServer: Move classes into WindowServer namespace
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
[next]