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
2021-01-03
Browser: Tell LaunchServer we only want to show the downloads directory
Andreas Kling
2021-01-01
Applications+LibGUI: Convert all GML consumers to use the LibCore finder
Andrew Kaster
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-12-30
LibGUI: Give some widgets a reasonable default fixed height
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-28
Browser: Show destination URLs as tooltips in the bookmarks bar
Andreas Kling
2020-12-28
Browser: Use Core::Object::remove_all_children() in bookmarks bar
Andreas Kling
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-20
LibGUI: Introduce GML - a simple GUI Markup Language :^)
Andreas Kling
2020-12-19
LibProtocol: Remove use of ByteBuffer::wrap() in protocol API
Andreas Kling
2020-12-08
Browser: Don't focus the bookmarks bar overflow button on click
Andreas Kling
2020-12-07
Browser: Don't focus bookmarks toolbar buttons when clicking them
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
Andreas Kling
2020-11-02
Applications: Use GUI::Icon::default_icon to set application icon
Brendan Coles
2020-10-31
Applications: Use application icons for dialog windows
Brendan Coles
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-25
AK: Eradicate calls to warn().
asynts
2020-10-23
LibWeb: Fix Document construction mishap in <template> element
Andreas Kling
2020-10-22
LibWeb: Add namespace to Element
Luke
2020-10-04
AK: Make the return type of dbgputstr consistent.
asynts
2020-10-04
Browser: Remove dbgln() statement that was crashing on startup
Andreas Kling
2020-10-04
Browser: Fix build after dbgf() -> dbgln() rename
Andreas Kling
2020-10-04
Browser: Use format functions instead of printf.
asynts
2020-10-02
Browser: Add a special context menu for images
Andreas Kling
2020-10-02
Browser: Move the opening of a download window to its own function
Andreas Kling
2020-09-29
LibJS: Move Console from Interpreter to GlobalObject
Andreas Kling
2020-09-28
ProtocolServer+LibWeb: Support more detailed HTTP requests
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-25
Meta+Applications: Make clang-format-10 clean
Ben Wiederhake
2020-09-23
Applications+IRCClient: Use new format functions.
asynts
2020-09-22
LibJS: Move the current exception from Interpreter to VM
Andreas Kling
2020-09-21
Applications: Use placeholders in TextBoxes where applicable
Peter Elliott
2020-09-14
Browser: Move the basic Tab UI skeleton to JSON GUI
Andreas Kling
2020-09-14
Browser: Set tab text alignment from JSON GUI
Andreas Kling
2020-09-14
Browser: Generate the main browser window UI from JSON :^)
Andreas Kling
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-08-30
Browser: Mark default action in context menu of hyperlinks
Ben Wiederhake
2020-08-30
Browser: Mark default action in context menu of bookmarks
Ben Wiederhake
2020-08-27
Base: Create /res/graphics/ and relocate system art assets
thankyouverycool
2020-08-24
LibWeb: Move OutOfProcessWebView into the Web namespace
AnotherTest
2020-08-19
Browser: add urls to browser history on load start
Jake Wilson
2020-08-17
LibWeb: Rename WebContentView => OutOfProcessWebView
Andreas Kling
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-16
Browser: Add a debug menu action for triggering a JS garbage collection
Andreas Kling
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
[next]