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
/
PixelPaint
Age
Commit message (
Expand
)
Author
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-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-16
PixelPaint: Wrap the layer list in a GUI::GroupBox and tweak width
Andreas Kling
2021-05-16
PixelPaint: Style the application name as "Pixel Paint" :^)
Andreas Kling
2021-05-16
PixelPaint: Start with a smaller new image (and smaller window)
Andreas Kling
2021-05-16
PixelPaint: Stop creating two blue and yellow layers on startup
Andreas Kling
2021-05-16
PixelPaint: Add a statusbar to the main window
Andreas Kling
2021-05-16
PixelPaint: Tweak height of palette widget
Andreas Kling
2021-05-16
PixelPaint: Wrap the toolbox widget in a GUI::ToolbarContainer
Andreas Kling
2021-05-16
PixelPaint: Add a toolbar to the main UI :^)
Andreas Kling
2021-05-16
PixelPaint: Tweak placement of current colors in palette widget
Andreas Kling
2021-05-16
PixelPaint: Convert main UI to GML :^)
Andreas Kling
2021-05-16
PixelPaint: Make the color palette widgets smaller and square
Andreas Kling
2021-05-16
PixelPaint: Use GUI::Toolbar inside the toolbox widget
Andreas Kling
2021-05-15
PixelPaint: Use GUI::CommonActions for zoom related actions
Andreas Kling
2021-05-15
PixelPaint+Base: Tool icon refresh :^)
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-08
LibGUI: Remove UndoStack's automatic command combo'ing
Andreas Kling
2021-05-07
Applications: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-01
PixelPaint: Add fill mode for the ellipse tool
Valtteri Koskivuori
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
LibGfx: Improve PNG encoder API somewhat
Andreas Kling
2021-04-16
PixelPaint: Add keyboard zoom shortcuts
Jagger De Leo
2021-04-16
PixelPaint: Add Zoom Reset button to new View Menubar.
Jagger De Leo
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-10
PixelPaint: Add icon and keyboard shortcut for the "New Image" action
Andreas Kling
2021-04-10
PixelPaint: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-05
PixelPaint: Empty Tool menu
Tim Waterhouse
2021-04-04
PixelPaint: Avoid notifying image when creating a layer's snapshot
Marco Cutecchia
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-23
PixelPaint: Added Zoom tool
lucastarche
2021-03-23
PixelPaint: ImageEditor scaling method
lucastarche
2021-03-16
LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-17
PixelPaint: Open image file passed as argument
Linus Groh
2021-02-08
Everywhere: Remove unnecessary headers 1/4
Ben Wiederhake
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-22
PixelPaint: adding an option to export as PNG
Pierre
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling