index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
Age
Commit message (
Expand
)
Author
2019-02-28
LibGUI: Support bitmaps in GTableView cells.
Andreas Kling
2019-02-28
LibGUI: Add horizontal scrollbar to GTableView.
Andreas Kling
2019-02-28
ProcessManager: Don't show the colonel task. :^)
Andreas Kling
2019-02-28
LibGUI: Add GVariant class and use it for table model data.
Andreas Kling
2019-02-28
ProcessManager: Add process owner's username to table view.
Andreas Kling
2019-02-28
LibGUI: GTableView should clear the selection if clicking outside items.
Andreas Kling
2019-02-28
ProcessManager: Add "continue" action that sends SIGCONT.
Andreas Kling
2019-02-28
ProcessManager: Add a "stop" action that sends SIGSTOP to a process.
Andreas Kling
2019-02-28
ProcessManager: Bump the initial window size to "pretty big"
Andreas Kling
2019-02-28
LibGUI: Allow specifying per-column text alignment.
Andreas Kling
2019-02-28
ProcessManager: Add some more per-process columns.
Andreas Kling
2019-02-28
LibGUI: Take ProcessManager's process view and turn it into GTableView.
Andreas Kling
2019-02-28
ProcessManager: Use a scrollbar-adjusted position for hit testing.
Andreas Kling
2019-02-28
ProcessManager: Make the process table view scrollable while header stays.
Andreas Kling
2019-02-28
ProcessManager: Move ProcessTableModel class to its own files.
Andreas Kling
2019-02-28
ProcessManager: Show per-process CPU usage percentage.
Andreas Kling
2019-02-28
ProcessManager: Start working on a graphical process manager.
Andreas Kling
2019-02-27
More compat work towards porting vim.
Andreas Kling
2019-02-26
LibC: Make errno codes be #defines instead of enum values.
Andreas Kling
2019-02-26
More compat work. Rename libraries from LibFoo.a => libfoo.a
Andreas Kling
2019-02-26
FileManager: Don't crash when clicking on a forbidden directory.
Andreas Kling
2019-02-25
More moving towards using signed types.
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-22
Throw away the Clock app since we now have a clock in the menubar. :^)
Andreas Kling
2019-02-21
WindowServer: Oops, forgot to plumb through the base size for incresize.
Andreas Kling
2019-02-21
Add concept of size increments to windowing system.
Andreas Kling
2019-02-20
Support resizing the Terminal app.
Andreas Kling
2019-02-20
FileManager: Fix glitch in the alternating directory item backgrounds.
Andreas Kling
2019-02-20
Rework the rendering model so that clients instantiate backing stores.
Andreas Kling
2019-02-20
Launcher: Let's use CoolBar style buttons in here for now.
Andreas Kling
2019-02-20
LibGUI: Add a GToolBar class that can be populated with GActions.
Andreas Kling
2019-02-19
FileManager: Add an icon for socket files.
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: Rename GEventLoop::exit() and GApplication::exit() to quit().
Andreas Kling
2019-02-15
Enable -Wimplicit-fallthrough.
Andreas Kling
2019-02-15
Use modern C++ attributes instead of __attribute__ voodoo.
Andreas Kling
2019-02-14
FileManager: Add some menus.
Andreas Kling
2019-02-14
WindowServer: Convert entire API to be message-based.
Andreas Kling
2019-02-12
Launcher: Remove button for guitest.
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
Base: Rename Liza8x10 to LizaThin8x10.
Andreas Kling
2019-02-12
Kernel: Make sure processes always start out with fds 0, 1 and 2 open.
Andreas Kling
2019-02-12
WindowServer: Clean up any menu objects on process exit.
Andreas Kling
2019-02-12
Plumb menu item activation events from WindowServer to clients.
Andreas Kling
2019-02-12
WindowServer: More work on the menu system.
Andreas Kling
2019-02-12
Add API's and plumbing for WindowServer clients to make menus.
Andreas Kling
[next]