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-15
PixelPaint: Alternate selection outline between black and white
Mateusz Górzyński
2021-06-15
LibGUI: Allow tweaking each edge of TabWidget's content margins
Andreas Kling
2021-06-15
PixelPaint: Clear selection when opening a new image
Andreas Kling
2021-06-15
PixelPaint: Display an error message if exporting to PNG/BMP fails
Andreas Kling
2021-06-15
PixelPaint: Avoid unnecessary temporary layer bitmaps during PP load
Andreas Kling
2021-06-15
PixelPaint: Increase default size of new images from 1x1 to 480x360
Andreas Kling
2021-06-15
PixelPaint: Don't allow creating empty layers or images
Andreas Kling
2021-06-15
PixelPaint: Display an error message if opening a file fails
Andreas Kling
2021-06-15
PixelPaint: Display an error message if saving to PP file fails
Andreas Kling
2021-06-15
PixelPaint: No need to pass ImageEditor& to Selection::paint()
Andreas Kling
2021-06-15
PixelPaint: Add actions to swap colors or reset them to default values
LepkoQQ
2021-06-15
PixelPaint: Add menu items for Select All and Clear Selection
LepkoQQ
2021-06-14
PixelPaint: Always animate marching ants during interactive selection
Andreas Kling
2021-06-14
PixelPaint: Make new pasted layer active immediately
Andreas Kling
2021-06-14
PixelPaint: Add copy action (copies the selection from active layer)
Andreas Kling
2021-06-14
PixelPaint: Draw the current editor selection as marching ants
Andreas Kling
2021-06-14
PixelPaint: Add a Selection class (ImageEditor has a Selection)
Andreas Kling
2021-06-14
PixelPaint: Implement basic rectangular selection (preview only)
Andreas Kling
2021-06-14
PixelPaint: Add a new "Rectangle Select" tool :^)
Andreas Kling
2021-06-13
Calculator: Fix offensive button misalignment
Andreas Kling
2021-06-13
Browser: Fix build breakage from 29cce65
Andreas Kling
2021-06-13
Browser: Add download finished graphics to download widget
Marcus Nilsson
2021-06-13
Browser: Add close on finished checkbox to download widget
Marcus Nilsson
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
[next]