index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
Age
Commit message (
Expand
)
Author
2019-10-01
LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.
Brandon Scott
2019-09-30
Help+man.md: Add man sections
Larkin Nickle
2019-09-30
GMessageBox: Hide the constructor and fix broken usages
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-29
FileManager+LibGUI+html: Add an icon to represent HTML files
Andreas Kling
2019-09-28
SystemMonitor: Display whether an fd is cloexec and blocking
Sergey Bugaev
2019-09-28
Help: Don't crash on startup when non-md man pages are present :^)
Andreas Kling
2019-09-28
Applications: Add a new Help app
Sergey Bugaev
2019-09-28
Terminal: Add underline support
Sergey Bugaev
2019-09-22
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
Andreas Kling
2019-09-22
Taskbar: Remove window buttons from the taskbar when appropriate
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 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
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 GRadioButton to ObjectPtr
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
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
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: Convert GLabel to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CHttpJob to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper
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-18
FileManager: Allow deleting without confirmation via Shift+Delete
Andreas Kling
[next]