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
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
2019-02-14
WindowServer: Convert entire API to be message-based.
Andreas Kling
2019-02-13
WindowServer: Convert the remaining menu APIs into messages.
Andreas Kling
2019-02-13
WindowServer: Refactor more of the menu APIs to be message-based.
Andreas Kling
2019-02-13
Rename GUI_Event to GUI_ServerMessage.
Andreas Kling
2019-02-13
WindowServer: Begin refactoring towards a fully asynchronous protocol.
Andreas Kling
2019-02-13
LibGUI: Pass the computed max_fd(+1) to select().
Andreas Kling
2019-02-12
Add a little About app and hook it up to the system menu's "About..." entry.
Andreas Kling
2019-02-12
LibGUI: Add a GFontDatabase class that lets you enumerate fonts and more.
Andreas Kling
2019-02-12
LibGUI: Add GAction class and make GMenu deal in actions rather than strings.
Andreas Kling
2019-02-12
WindowServer: Clean up any menu objects on process exit.
Andreas Kling
[next]