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-15
PaintBrush: Use secondary color for eraser (like in ms_paint)
Chyza
2019-10-15
TextEditor: suppress "Not found" window when searching for empty string
Kevin Murphy
2019-10-13
LibHTML: Move layout root from HtmlView to Document
Andreas Kling
2019-10-13
HexEditor: Initial application release
Brandon Scott
2019-10-12
LibHTML+Browser: Add debug option to draw borders around line boxes
Andreas Kling
2019-10-12
Browser: Add a debug menu with actions to dump DOM and Layout trees
Andreas Kling
2019-10-10
LibHTML+Browser: Show the number of pending resource loads
Andreas Kling
2019-10-09
LibHTML: Rename Document::normalize() to fixup() and always do it
Andreas Kling
2019-10-07
FileManager: Add "Open in TextEditor..." action to context menu
Andreas Kling
2019-10-07
Browser: Turn command-line path arguments into file:// URLs
Andreas Kling
2019-10-07
FileManager: Open .html files in Browser instead of "html"
Andreas Kling
2019-10-06
Browser: Add a simple "Go home" button to the toolbar
Andreas Kling
2019-10-06
LibGUI: Add "Go home" to GCommonActions
Andreas Kling
2019-10-06
Browser: Support opening a URL from the command line at startup
Conrad Pankoff
2019-10-05
Browser: Show the page title in the window title bar :^)
Andreas Kling
2019-10-05
Base: Add a little welcome page for the browser at ~/www/welcome.html
Andreas Kling
2019-10-05
Browser: Start working on a simple browser using LibHTML
Andreas Kling
2019-10-05
LibGUI: Add back/forward actions to GCommonActions
Andreas Kling
2019-10-05
LibHTML: Make StyleResolver responsible for loading the default style
Andreas Kling
2019-10-03
Help: Follow clicked links
Sergey Bugaev
2019-10-02
SystemMonitor: Make all tabs except the process table lazily loaded
Andreas Kling
2019-10-02
Terminal: Remove crashy assertion about line length
Andreas Kling
2019-10-02
Kernel+SystemMonitor: Add fault counters
Andreas Kling
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
[next]