index
:
serenity
master
topic/trivial_docs
The Serenity Operating System ๐
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-09-21
DisplayProperties: Remove all remaining naked "new" usage
Andreas Kling
2019-09-21
SystemMonitor: Remove all remaining naked "new" usage
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-21
LibCore: ObjectPtr should delete the pointee when cleared
Andreas Kling
2019-09-21
CHttpJob: Shutting down the job should actually destroy the socket
Andreas Kling
2019-09-21
SystemMonitor: Unbreak after ObjectPtr<GWidget> changes
Andreas Kling
2019-09-21
LibCore: Make it possible to cancel pending CNetworkJobs
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GComboBox to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSlider to ObjectPtr
Andreas Kling
2019-09-21
Boot: Bump our requested resolution to 1280x1024
Andreas Kling
2019-09-21
LibGUI: Convert GProgressBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GStatusBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GToolBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSpinBox to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GGroupBox to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSplitter to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTreeView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GItemView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPServer to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GScrollBar to ObjectPtr
Andreas Kling
2019-09-21
Build: Let's put the kernel in /boot/kernel for all builds
Andreas Kling
2019-09-21
LibGUI: Make the GLabel constructors protected
Andreas Kling
2019-09-21
FormCompiler: Generate code that uses ObjectPtr for widgets
Andreas Kling
2019-09-21
LibGUI: Convert GLabel to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CHttpJob to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CLocalServer to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CLocalSocket to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper
Andreas Kling
2019-09-21
Meta: Add installation guide (#588)
Dan MacDonald
2019-09-20
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
Andreas Kling
2019-09-20
GCommonActions: Add "Open..." action
Andreas Kling
2019-09-20
Emoji: Make the "Unicorn" emoji transparent :^)
Andreas Kling
2019-09-20
Base: Add a 16x16 "book" icon, requested by Sergey
Andreas Kling
2019-09-20
LibCore: Convert CNotifier to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Introduce ObjectPtr, a step towards reference-counted CObject
Andreas Kling
2019-09-19
IPv4: Support overriding the default TTL (64)
Andreas Kling
2019-09-18
FileManager: Allow deleting without confirmation via Shift+Delete
Andreas Kling
2019-09-18
FileManager: Implement basic file deletion
Andreas Kling
2019-09-18
SystemMonitor: Use GAboutDialog :^)
Andreas Kling
2019-09-18
SystemServer: Don't wake up every single second
Andreas Kling
2019-09-18
WindowServer: Remove the default background wallpaper
Andreas Kling
2019-09-18
GTableView: Only paint the currently visible table rows
Andreas Kling
2019-09-18
SystemServer: Let's only spawn one TTYServer by default
Andreas Kling
2019-09-18
Meta: Time for a new screnshot! :^)
Andreas Kling
2019-09-18
Emoji: Add โUnicornโ (#581)
Dan MacDonald
2019-09-17
VisualBuilder: Disallow moving managed widgets with the arrow keys
Andreas Kling
[next]