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-04-29
Launcher: Add icons for VisualBuilder and IRCClient.
Andreas Kling
2019-04-26
LibGUI+WindowServer: Make it possible to have checkable GActions.
Andreas Kling
2019-04-25
GTextEditor: Add very basic automatic indentation.
Andreas Kling
2019-04-24
GTextEditor: Turn off the ruler by default.
Andreas Kling
2019-04-24
Taskbar: Clicking a window button now toggles minimized state.
Andreas Kling
2019-04-24
Taskbar: Forgot to add WindowIdentifier.h.
Andreas Kling
2019-04-23
WindowServer+TaskBar: Add a taskbar window button popup menu.
Andreas Kling
2019-04-23
FileManager: Add a window icon.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
ProcessManager: Exclude colonel process from process listing.
Andreas Kling
2019-04-20
Kernel: Make the colonel run at "Idle" priority (the lowest possible.)
Andreas Kling
2019-04-20
WindowServer: Introduce a WM event mask so Taskbar can ignore window rects.
Andreas Kling
2019-04-20
AK: Add String::copy(BufferType) helper.
Andreas Kling
2019-04-20
Sprinkle use of AK::Vector in various places.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-19
VisualBuilder: Expose some more widget properties.
Andreas Kling
2019-04-19
VisualBuilder: Emit on_widget_selected() when appropriate.
Andreas Kling
2019-04-19
VisualBuilder: Make widget deletion work properly.
Andreas Kling
2019-04-19
VisualBuilder: Multiple-widget selection support.
Andreas Kling
2019-04-19
VisualBuilder: Expose GGroupBox name property.
Andreas Kling
2019-04-19
VisualBuilder: Remove the separate property editor box in favor of inline.
Andreas Kling
2019-04-19
VisualBuilder: Hook up everything needed for widget property editing.
Andreas Kling
2019-04-18
LibGUI: Start working on GTableView inline editing.
Andreas Kling
2019-04-18
LibGUI: Give GTextEditor a context menu.
Andreas Kling
2019-04-18
ProcessManager: Do a little less malloc() in the /proc/memstats parsing.
Andreas Kling
2019-04-18
ProcessManager: Use a single timer for refreshing the view.
Andreas Kling
2019-04-18
LibGUI: Refactor context menus to be event-driven instead of declarative.
Andreas Kling
2019-04-18
ProcessManager+WindowServer: Do a little less malloc() in CPU monitor code.
Andreas Kling
2019-04-18
FontEditor: Add a window icon.
Andreas Kling
2019-04-18
ProcessManager: Use a CFile for parsing /proc/memstat.
Andreas Kling
2019-04-18
WindowServer: Generate a separate WM event for window icon changes.
Andreas Kling
2019-04-17
Kernel+ProcessManager: Show per-process syscall counts.
Andreas Kling
2019-04-16
VisualBuilder: Pressing the Tab key when there are no widgets is a no-op.
Andreas Kling
2019-04-16
VisualBuilder: Pressing the Tab key when there are no widgets is a no-op.
Andreas Kling
2019-04-16
VisualBuilder: Share code for setting the selected widget.
Andreas Kling
2019-04-16
VisualBuilder: Add some keyboard navigation support.
Andreas Kling
2019-04-16
Terminal: Add a window icon.
Andreas Kling
2019-04-16
ProcessManager: Add a window icon.
Andreas Kling
2019-04-16
VisualBuilder: Make it possible to move widgets to front/back.
Andreas Kling
2019-04-16
AK: Try to use StringViews more for substrings and splitting.
Andreas Kling
2019-04-15
Kernel+ProcessManager: Expose the number of kmalloc/kfree calls.
Andreas Kling
2019-04-14
VisualBuilder: Let's have getters and setters for properties.
Andreas Kling
2019-04-14
AK: Improve smart pointer ergonomics a bit.
Andreas Kling
2019-04-13
WindowServer+LibGUI: Add ability to set per-window icons.
Andreas Kling
2019-04-12
LibGUI+WindowServer: Add support for per-GWidget context menus.
Andreas Kling
2019-04-12
VisualBuilder: Add some widget-specific properties.
Andreas Kling
2019-04-12
VisualBuilder: Add some more GWidget default properties.
Andreas Kling
2019-04-12
LibGUI+WindowServer: Add support for enabled/disabled actions.
Andreas Kling
2019-04-12
LibCore: Move LibGUI/GTimer to LibCore/CTimer.
Andreas Kling
[prev]
[next]