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-22
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
Andreas Kling
2019-09-22
LibC: Fix dumb off-by-two in fgets() :^)
Andreas Kling
2019-09-22
LibC: ungetc(EOF) should fail (and return EOF)
Andreas Kling
2019-09-22
Kernel: Avoid creating a temporary String("mmap") for every mmap() call
Andreas Kling
2019-09-22
LibC: Let's assert in rewind() that fseek()ing to the beginning worked
Andreas Kling
2019-09-22
Ext2FS: Don't allocate blocks until we're committed to a new inode
Andreas Kling
2019-09-22
Ext2FS: Oops, fix wrong ENOSPC in create_inode()
Andreas Kling
2019-09-22
Ext2FS: Fix two bugs in block allocation:
Andreas Kling
2019-09-22
Kernel: Pad virtual address space allocations with guard pages
Andreas Kling
2019-09-22
GDialog: Remove self from parent when the nested event loop returns
Andreas Kling
2019-09-22
WindowServer: Remove debug spam about child window removals
Andreas Kling
2019-09-22
LibCore: Remove leftover debug spam in CObject::remove_child()
Andreas Kling
2019-09-22
Taskbar: Remove window buttons from the taskbar when appropriate
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-22
AK: Add AK_MAKE_NONMOVABLE
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 custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
Welcome: Unbreak after ObjectPtr changes
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
Calculator: Convert to using ObjectPtr
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
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
[next]