index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
Age
Commit message (
Expand
)
Author
2019-02-28
SharedGraphics: Make Painter clipping work with translated clip origin.
Andreas Kling
2019-02-28
LibGUI: Add horizontal scrollbar to GTableView.
Andreas Kling
2019-02-28
LibGUI: GTableView was accidentally obscuring the last row.
Andreas Kling
2019-02-28
LibGUI: Add GVariant class and use it for table model data.
Andreas Kling
2019-02-28
LibGUI: GTableView should clear the selection if clicking outside items.
Andreas Kling
2019-02-28
LibGUI: Re-enable the update rect coalescing.
Andreas Kling
2019-02-28
LibGUI: GTableView paints itself completely, no need for auto filling.
Andreas Kling
2019-02-28
LibGUI: Update GTableView's scrollbar range in response to resize.
Andreas Kling
2019-02-28
LibGUI: Pad GTableView cells on the right side as well.
Andreas Kling
2019-02-28
LibGUI: Allow specifying per-column text alignment.
Andreas Kling
2019-02-28
LibGUI: Draw separators between GTableView column headers.
Andreas Kling
2019-02-28
LibGUI: Take ProcessManager's process view and turn it into GTableView.
Andreas Kling
2019-02-28
ProcessManager: Move ProcessTableModel class to its own files.
Andreas Kling
2019-02-28
ProcessManager: Start working on a graphical process manager.
Andreas Kling
2019-02-27
LibGUI: GWindow should only discard the backing store on actual resize.
Andreas Kling
2019-02-26
More compat work. Rename libraries from LibFoo.a => libfoo.a
Andreas Kling
2019-02-26
LibGUI: Make toolbars a bit bigger by default.
Andreas Kling
2019-02-26
LibGUI: Remove gradient from the default button style.
Andreas Kling
2019-02-26
WindowServer+LibGUI: Send the window size along with Paint server messages.
Andreas Kling
2019-02-26
WindowServer+LibGUI: Fix global mouse tracking with recursive widget trees.
Andreas Kling
2019-02-26
LibGUI: Make event receivers be weak pointers.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-25
Fix a bunch of compiler warnings. Not all, but a lot.
Andreas Kling
2019-02-25
Convert more RetainPtr use to Retained.
Andreas Kling
2019-02-25
AK: Add Retained<T>, like RetainPtr, but never null.
Andreas Kling
2019-02-22
Move over to building all of userspace with i686-pc-serenity-g++.
Andreas Kling
2019-02-22
Switch over to building everything with i686-elf-g++.
Andreas Kling
2019-02-21
Kernel: Start adding various file system permission checks.
Andreas Kling
2019-02-21
Add concept of size increments to windowing system.
Andreas Kling
2019-02-20
Rework the rendering model so that clients instantiate backing stores.
Andreas Kling
2019-02-20
WindowServer: Support resizing windows.
Andreas Kling
2019-02-20
LibGUI: Pack toolbar buttons closer together.
Andreas Kling
2019-02-20
LibGUI: Implement enter/leave events (with WindowServer support.)
Andreas Kling
2019-02-20
LibGUI: Support different button styles.
Andreas Kling
2019-02-20
LibGUI: Improve GBoxLayout so it can better support GToolBar.
Andreas Kling
2019-02-20
LibGUI: Add a GToolBar class that can be populated with GActions.
Andreas Kling
2019-02-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-17
Prune compiler flags a bit. Let's go with -march=i686 for now.
Andreas Kling
2019-02-17
LibGUI: Tweak the scrollbar and button styles a bit.
Andreas Kling
2019-02-17
LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit().
Andreas Kling
2019-02-17
LibGUI: Remove some debugging noise.
Andreas Kling
2019-02-17
SharedGraphics: Removed some unused stuff from Font.
Andreas Kling
2019-02-17
Move WindowServer to userspace.
Andreas Kling
2019-02-15
Enable -Wimplicit-fallthrough.
Andreas Kling
2019-02-15
WindowServer: Rename GUI_Foo to WSAPI_Foo.
Andreas Kling
2019-02-15
Move WindowServer API types header into WindowServer/.
Andreas Kling
2019-02-14
LibGUI: Add some extremely primitive retrying for the server connection.
Andreas Kling
2019-02-14
Port the WindowServer and LibGUI to communicate through local sockets.
Andreas Kling
2019-02-14
LibGUI: Yield (using select()) in GEventLoop::wait_for_specific_event().
Andreas Kling
2019-02-14
WindowServer: Post error messages to clients on protocol failure.
Andreas Kling
[next]