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-27
HexEditor: Created has_selection() method.
Brandon Scott
2019-10-27
HexEditor: Added fill selection action.
Brandon Scott
2019-10-27
HexEditor: Added new file action.
Brandon Scott
2019-10-24
HexEditor: Fixed startup error
Brandon Scott
2019-10-24
HexEditor: Added a multi-label status bar, and a new copy option.
Brandon Scott
2019-10-22
LibVT+Terminal: Give TerminalWidget a hook for EOF on the pty
Andreas Kling
2019-10-21
LibVT+Terminal: Don't set window title directly from TerminalWidget
Andreas Kling
2019-10-21
LibVT: Make TerminalWidget's automatic size policy updates optional
Andreas Kling
2019-10-21
LibVT: Move TerminalWidget from the Terminal app to here
Andreas Kling
2019-10-21
HexEditor: Fix half byte offset bug
Brandon Scott
2019-10-21
HexEditor: Added navigate to a hex offset
Brandon Scott
2019-10-21
HexEditor: Fixed off-by-one copying bug
Brandon Scott
2019-10-21
HexEditor: Reverse selections
Brandon Scott
2019-10-20
LibHTML+Browser: Support scrolling to anchor with <a href="#foo">
Andreas Kling
2019-10-19
LibHTML+Browser: Show target URL of hovered links in Browser statusbar
Andreas Kling
2019-10-19
Terminal: Make Shift+PgUp/PgDown scroll the terminal up/down one page
Andreas Kling
2019-10-17
Browser: Add basic back/forward history
Andreas Kling
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
[next]