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
/
Browser
Age
Commit message (
Expand
)
Author
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-12
Browser: Drop "unix" pledge after starting up
Andreas Kling
2020-01-11
Browser: Use pledge()
Andreas Kling
2020-01-05
Browser+LibHTML: Change the way computed styles are queried
Matrix89
2020-01-05
Browser+LibHTML: Deduplicate inspector code
Matrix89
2020-01-05
Browser+LibHTML: Add "Computed" styles to the DOM inspector
Matrix89
2020-01-02
Browser+LibHTML: Add resolved element style to the DOM inspector
Andreas Kling
2020-01-01
Applications: Add new keyboard shortcuts & update few existing ones
Jami Kettunen
2019-12-28
Build: wrap make invocations with flock(1)
joshua stein
2019-12-27
Build: Fix missing IPC dependency for Browser.
Valtteri Koskivuori
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-24
Browser: Stop reloads from pushing to history
Shannon Booth
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-11-25
Browser: Add a simple "view source" menu action
Andreas Kling
2019-11-21
Browser: Add a debug menu action to dump the current style sheets
Andreas Kling
2019-11-09
LibHTML: Paint a magenta rectangle around the currently inspected node
Andreas Kling
2019-11-09
LibHTML+Browser: Add a simple DOM inspector popup window
Andreas Kling
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-17
Browser: Add basic back/forward history
Andreas Kling
2019-10-13
LibHTML: Move layout root from HtmlView to Document
Andreas Kling
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-07
Browser: Turn command-line path arguments into file:// URLs
Andreas Kling
2019-10-06
Browser: Add a simple "Go home" button to the toolbar
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