summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-22LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhereAndreas Kling
2019-09-22LibC: Fix dumb off-by-two in fgets() :^)Andreas Kling
2019-09-22LibC: ungetc(EOF) should fail (and return EOF)Andreas Kling
2019-09-22Kernel: Avoid creating a temporary String("mmap") for every mmap() callAndreas Kling
2019-09-22LibC: Let's assert in rewind() that fseek()ing to the beginning workedAndreas Kling
2019-09-22Ext2FS: Don't allocate blocks until we're committed to a new inodeAndreas Kling
2019-09-22Ext2FS: Oops, fix wrong ENOSPC in create_inode()Andreas Kling
2019-09-22Ext2FS: Fix two bugs in block allocation:Andreas Kling
2019-09-22Kernel: Pad virtual address space allocations with guard pagesAndreas Kling
2019-09-22GDialog: Remove self from parent when the nested event loop returnsAndreas Kling
2019-09-22WindowServer: Remove debug spam about child window removalsAndreas Kling
2019-09-22LibCore: Remove leftover debug spam in CObject::remove_child()Andreas Kling
2019-09-22Taskbar: Remove window buttons from the taskbar when appropriateAndreas Kling
2019-09-22LibCore: Add CObject::remove_from_parent()Andreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-22AK: Add AK_MAKE_NONMOVABLEAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-21LibGUI: Don't create GMessageBox and GInputBox on the stackAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21Welcome: Unbreak after ObjectPtr changesAndreas Kling
2019-09-21LibGUI: Convert remaining random little things to ObjectPtrAndreas Kling
2019-09-21GButton: Make the constructors protected in favor of construct()Andreas Kling
2019-09-21Calculator: Convert to using ObjectPtrAndreas Kling
2019-09-21GButton: Convert most code to using ObjectPtr for GButtonAndreas Kling
2019-09-21LibGUI: Convert GFrame to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GCheckBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GRadioButton to ObjectPtrAndreas Kling
2019-09-21LibGUI: Get rid of GWindow's destroy-on-close mechanismAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-21DisplayProperties: Remove all remaining naked "new" usageAndreas Kling
2019-09-21SystemMonitor: Remove all remaining naked "new" usageAndreas Kling
2019-09-21LibCore: Remove CTimer::create() overloads in favor of construct()Andreas Kling
2019-09-21LibCore: ObjectPtr should delete the pointee when clearedAndreas Kling
2019-09-21CHttpJob: Shutting down the job should actually destroy the socketAndreas Kling
2019-09-21SystemMonitor: Unbreak after ObjectPtr<GWidget> changesAndreas Kling
2019-09-21LibCore: Make it possible to cancel pending CNetworkJobsAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GComboBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSlider to ObjectPtrAndreas Kling
2019-09-21Boot: Bump our requested resolution to 1280x1024Andreas Kling
2019-09-21LibGUI: Convert GProgressBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GStatusBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GToolBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSpinBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GGroupBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSplitter to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTreeView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GItemView to ObjectPtrAndreas Kling