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
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-06-28
DisplaySettings: Allow setting wallpapers from outside /res/wallpapers
devashish
2020-06-28
Browser: Add right-click context menu to tabs
Andrew Kaster
2020-06-28
QuickShow: Fix for zooming with mouse wheel (#2650)
Hüseyin ASLITÜRK
2020-06-26
TextEditor: Add live preview for HTML documents :^)
Andreas Kling
2020-06-26
IRCClient: Remove duplicate <div> wrapper around colored messages
Andreas Kling
2020-06-26
LibWeb+Browser: Remove old HTML parser :^)
Andreas Kling
2020-06-26
IRCClient: Use Web::Element::set_inner_html()
Andreas Kling
2020-06-22
LibWeb+Browser: Decode non-animated images out-of-process :^)
Andreas Kling
2020-06-21
TextEditor: Use Web::PageView::load_html() for the markdown preview
Andreas Kling
2020-06-21
Help: Use Web::PageView::load_html()
Andreas Kling
2020-06-18
QuickShow:If image is larger then window size resize it to fit the image
Hüseyin ASLITÜRK
2020-06-18
QuickShow: Add a new "Set as desktop wallpaper" action under Image menu
Hüseyin ASLITÜRK
2020-06-18
FileManager: Small improvements to PropertyDialog's apply button logic
Till Mayer
2020-06-18
KeyboardSettings: Call out to /bin/keymap to actually set the keymap
Andreas Kling
2020-06-18
keymap: Add back a tiny utility for setting the system keyboard layout
Andreas Kling
2020-06-18
Piano: Expose multi-track functionality
William McPherson
2020-06-18
Piano: Allow multiple tracks internally
William McPherson
2020-06-18
DownloadWidget: Use GUI::Image instead of Label to show image
Hüseyin ASLITÜRK
2020-06-18
Welcome: Replace Label with Image component to show banner and app icon
Hüseyin ASLITÜRK
2020-06-18
FileManager: Replace Label with Image component to show icons
Hüseyin ASLITÜRK
2020-06-17
FileManager: Use Core::File::read_link()
Sergey Bugaev
2020-06-16
QuickShow: Add reset zoom action to toolbar
Hüseyin ASLITÜRK
2020-06-16
QuickShow: Switch to full screen mode on double click
Hüseyin ASLITÜRK
2020-06-16
KeyboardMapper: Replace char data type to u32 for code point
Hüseyin ASLITÜRK
2020-06-15
QuickShow: Use new Bitmap::is_path_a_supported_image_format method
Hüseyin ASLITÜRK
2020-06-13
ProtocolServer+LibProtocol: Propagate HTTP status codes to clients
Andreas Kling
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-13
Application: KeyboardMapper, make button to like a real key
Hüseyin ASLITÜRK
2020-06-12
LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector window
Andreas Kling
2020-06-12
Browser: Be a little bit smarter about interpretering command line URLs
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-12
Calendar: Fix using OwnPtr<> with RefCounted types
Sergey Bugaev
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-08
LibJS: Make more Interpreter functions take a GlobalObject&
Andreas Kling
2020-06-08
LibWeb: Add Page abstraction between PageView and main Frame
Andreas Kling
2020-06-08
Applications: Add new KeyboardSettings application
Hüseyin ASLITÜRK
2020-06-07
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
Andreas Kling
2020-06-04
TextEditor: Allow "TextEditor foo.txt" to create a new file
Andreas Kling
2020-06-04
LibWeb: Process style sheets in document order
Andreas Kling
2020-06-04
PixelPaint: Use new app-pixel-paint.png for app icon
Hüseyin ASLITÜRK
2020-06-03
KeyboardMapper: Add missing #pragma once
Andreas Kling
2020-06-03
Applications: Add new KeyboardMapper application
Hüseyin ASLITÜRK
2020-06-02
Calculator: Set text color through the palette
Sergey Bugaev
2020-06-02
LibJS: Move Interpreter::get_trace() to ConsoleClient
Linus Groh
2020-06-02
FontEditor: Fix typo in comment
Linus Groh
2020-06-01
LibWeb: Move ResourceLoader into a new Loader/ directory
Andreas Kling
2020-06-01
LibWeb+Browser: Use the new HTML parser by default
Andreas Kling
2020-05-30
Browser: Show download progress in the taskbar if available
Andreas Kling
2020-05-30
LibMarkdown: Change internal MD API to return OwnPtrs
FalseHonesty
[next]