summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CTCPServer to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GScrollBar to ObjectPtrAndreas Kling
2019-09-21Build: Let's put the kernel in /boot/kernel for all buildsAndreas Kling
2019-09-21LibGUI: Make the GLabel constructors protectedAndreas Kling
2019-09-21FormCompiler: Generate code that uses ObjectPtr for widgetsAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CHttpJob to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CLocalServer to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CLocalSocket to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CTCPSocket to ObjectPtr, add construct() helperAndreas Kling
2019-09-21Meta: Add installation guide (#588)Dan MacDonald
2019-09-20LibCore+LibGUI+WindowServer: Make events bubble up through ancestorsAndreas Kling
2019-09-20GCommonActions: Add "Open..." actionAndreas Kling
2019-09-20Emoji: Make the "Unicorn" emoji transparent :^)Andreas Kling
2019-09-20Base: Add a 16x16 "book" icon, requested by SergeyAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-09-20LibCore: Introduce ObjectPtr, a step towards reference-counted CObjectAndreas Kling
2019-09-19IPv4: Support overriding the default TTL (64)Andreas Kling
2019-09-18FileManager: Allow deleting without confirmation via Shift+DeleteAndreas Kling
2019-09-18FileManager: Implement basic file deletionAndreas Kling
2019-09-18SystemMonitor: Use GAboutDialog :^)Andreas Kling
2019-09-18SystemServer: Don't wake up every single secondAndreas Kling
2019-09-18WindowServer: Remove the default background wallpaperAndreas Kling
2019-09-18GTableView: Only paint the currently visible table rowsAndreas Kling
2019-09-18SystemServer: Let's only spawn one TTYServer by defaultAndreas Kling
2019-09-18Meta: Time for a new screnshot! :^)Andreas Kling
2019-09-18Emoji: Add โ€œUnicornโ€ (#581)Dan MacDonald
2019-09-17VisualBuilder: Disallow moving managed widgets with the arrow keysAndreas Kling