index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2019-09-22
LibC: Let's assert in rewind() that fseek()ing to the beginning worked
Andreas Kling
2019-09-22
GDialog: Remove self from parent when the nested event loop returns
Andreas Kling
2019-09-22
LibCore: Remove leftover debug spam in CObject::remove_child()
Andreas Kling
2019-09-22
LibCore: Add CObject::remove_from_parent()
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Don't create GMessageBox and GInputBox on the stack
Andreas Kling
2019-09-21
LibGUI: Convert remaining random little things to ObjectPtr
Andreas Kling
2019-09-21
GButton: Make the constructors protected in favor of construct()
Andreas Kling
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
Andreas Kling
2019-09-21
LibGUI: Convert GFrame to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GCheckBox to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GRadioButton to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Get rid of GWindow's destroy-on-close mechanism
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
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
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
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
LibGUI: Make the GLabel constructors protected
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-20
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
Andreas Kling
2019-09-20
GCommonActions: Add "Open..." action
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
GTableView: Only paint the currently visible table rows
Andreas Kling
2019-09-17
GWidget: Add a flag to ignore greediness in GWidget::hit_test()
Andreas Kling
2019-09-17
Terminal: Ensure a \t always advances by at least one column
Sergey Bugaev
[next]