index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
Age
Commit message (
Expand
)
Author
2021-06-13
Utilities: Change `unzip -o` option to `-d`
Jelle Raaijmakers
2021-06-13
TextEditor: Don't allow opening directories
sinmineryt
2021-06-12
VideoPlayer: Create application to parse (and eventually play) videos
FalseHonesty
2021-06-12
PDFViewer: Switch back to up/down page icons
Matthew Olsson
2021-06-12
PDFViewer: Display error dialog if necessary instead of crashing
Matthew Olsson
2021-06-12
LibPDF: Harden the document/parser against errors
Matthew Olsson
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-12
Terminal: Don't show window until we've added menubar to it
Andreas Kling
2021-06-12
PixelPaint: Use ImageDecoder to load images out-of-process
Andreas Kling
2021-06-12
PixelPaint: Don't allow Image::try_create_from_bitmap(nullptr)
Andreas Kling
2021-06-12
PixelPaint: Guarantee that constructed Layer always has a Gfx::Bitmap
Andreas Kling
2021-06-12
PixelPaint: Use move semantics around Layer construction and accessors
Andreas Kling
2021-06-11
PixelPaint: Rename Layer::create_foo() => Layer::try_create_foo()
Andreas Kling
2021-06-11
PixelPaint: Rename Image::create_foo() => Image::try_create_foo()
Andreas Kling
2021-06-11
PixelPaint: Convert to east-const style
Andreas Kling
2021-06-09
FileManager: Save maximized window state on exit
Marcus Nilsson
2021-06-09
Browser: Fix crash on download
Timothy
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-08
SoundPlayer: Enable stop button when play button clicked
Nick Miller
2021-06-08
LibGUI+SoundPlayer: Add Slider option to jump to cursor
Nick Miller
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-07
WindowServer+Magnifier: Make Magnifier buttery smooth :^)
Andreas Kling
2021-06-07
Magnifier: Use a GUI::DisplayLink to drive the screen captures
Andreas Kling
2021-06-06
LibProtocol: Use URL class in RequestClient::start_request argument
Max Wipfli
2021-06-06
Magnifier: Add desktop display scale awareness
Eugene Barnett
2021-06-06
KeyboardMapper: Add GUI alert in case load from file fails
NonStdModel
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-04
LibVT+Terminal: Add color scheme support
Daniel Bertalan
2021-06-03
Everywhere: Remove accidental '\n' from various outln() invocations
Andreas Kling
2021-06-03
KeyboardMapper: Fix crash upon loading an invalid JSON file
NonStandardModel
2021-06-03
TextEditor: Remove unused header includes
Brian Gianforcaro
2021-06-02
TextEditor/GMLPlayground: Don't close app if user aborts save on exit
Matthew Jones
2021-06-02
KeyboardMapper: Add default path to keymaps
NonStandardModel
2021-06-02
Terminal/LibGUI::TextEditor: Add shift+return to search forwards
Marcus Nilsson
2021-06-02
Terminal: Remove unused includes
Marcus Nilsson
2021-06-02
Terminal: Close find & settings windows on application exit
Marcus Nilsson
2021-06-02
PixelPaint: Update Image.{cpp, h} to use east const
Marco Cutecchia
2021-06-02
PixelPaint: Support opening more image file formats
Marco Cutecchia
2021-06-02
SoundPlayer: Fix playback slider page stepping
Nick Miller
2021-06-01
HexEditor: Fix off-by-one bugs in selected text length calculations
Brendan Coles
2021-06-01
Spreadsheet: Remove usage of URL::set_path()
Max Wipfli
2021-06-01
AK: Remove URLParser
Max Wipfli
2021-06-01
AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()
Max Wipfli
2021-05-31
Userland: Avoid a bunch of JsonObject copies
Linus Groh
2021-05-31
SpaceAnalyzer: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-31
Debugger: Replace printf() with outln()
Linus Groh
2021-05-31
Spreadsheet: Keep value when clicking out of a cell
Brandon Hamilton
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-30
LibGL: Implement glBindTexture()
Stephan Unverwerth
2021-05-29
DisplaySettings: Set monitor widget color if no image is selected
Jesse Buhagiar
[prev]
[next]