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-07-04
TextEditor: Allow turning off the preview mode
Andreas Kling
2020-07-04
SystemMonitor: Change default update frequency to 3 seconds
Andreas Kling
2020-07-04
TextEditor: Tweak 16x16 icon
Andreas Kling
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-03
Browser: Don't crash when inspecting an anonymous LayoutNode
Andreas Kling
2020-07-03
FileManager: Add "Open Terminal here..." action to menu and toolbar
Linus Groh
2020-07-02
SystemMonitor: Correctly check error of posix_spawn()
Nico Weber
2020-07-01
SystemMonitor: Add "profile process" menu action :^)
Andreas Kling
2020-07-01
SystemMonitor: Add a utilization graph for each processor
Tom
2020-06-30
Browser: Unset location bar icon on load start
Linus Groh
2020-06-30
LibVT/Terminal: add a scroll length to the TerminalWidget
Benoît Lormeau
2020-06-29
Browser: Show website favicons in the location bar :^)
Andreas Kling
2020-06-29
FileManager: Show a folder icon in the location text box :^)
Andreas Kling
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
[next]