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
2022-08-28
LibJS: Turn initialize_global_object() into a regular initialize()
Linus Groh
2022-08-28
PixelPaint: Cropping to content with moved layers was broken
Andreas Krohn
2022-08-28
PixelPaint: Fix const correctness of Selection::in_interactive_selection
Kevin Meyer
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-26
SpreadSheet: Pass parent window when constructing About action
thankyouverycool
2022-08-26
PixelPaint: Make selection changes undoable
Andreas Kling
2022-08-26
PixelPaint: Move selection from ImageEditor to Image
Andreas Kling
2022-08-26
PixelPaint: Move "marching ants" painting logic to ImageEditor
Andreas Kling
2022-08-26
PixelPaint: Round mouse event coordinates instead of truncating
Andreas Kling
2022-08-25
PixelPaint: Reduce verbosity of crop to content feature
faxe1008
2022-08-25
Applications: Use modeless windows in some apps
thankyouverycool
2022-08-25
LibGUI+WindowServer+Apps: Replace Accessory Windows
thankyouverycool
2022-08-25
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
thankyouverycool
2022-08-25
Apps+Demos+Dialogs: Remove unnecessary minimum window sizes
thankyouverycool
2022-08-24
WindowServer+DisplaySettings: Capitalize display mode dropdown
James Bellamy
2022-08-24
PixelPaint: Add more icons
electrikmilk
2022-08-23
PixelPaint: Add simple "Crop Image to Content" feature
Andreas Kling
2022-08-23
PixelPaint: Make the default empty image transparent by default
Andreas Kling
2022-08-23
PixelPaint: Avoid division-by-zero in HistogramWidget
Andreas Kling
2022-08-23
Userland: Rely on a single authoritative source for the default `PATH`
Tim Schumacher
2022-08-23
LibJS: Remove {Bytecode::,}Interpreter::global_object()
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Pass Realm to GlobalObject::initialize_global_object()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::this_value()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-08-23
PixelPaint: Use Sqrt1_2 constant in EllipseTool instead of 1/1.41
Hendiadyoin1
2022-08-22
PixelPaint: Disambiguate layer vs image actions in their names
Andreas Kling
2022-08-22
PixelPaint: Add actions for flipping and rotating an individual layer
Andreas Kling
2022-08-22
PixelPaint: Relayout ImageEditor immediately when image rect changes
Andreas Kling
2022-08-22
PixelPaint: Create undo items for more editing actions
Andreas Kling
2022-08-22
PixelPaint: Restore image size from snapshots
Andreas Kling
2022-08-22
GamesSettings: Add a preview for the current card-game settings :^)
Sam Atkins
2022-08-22
GamesSettings: Add a setting for the card-back image
Sam Atkins
2022-08-22
GamesSettings: Introduce a new GamesSettings application :^)
Sam Atkins
2022-08-22
PixelPaint: Push layer creation onto the undo stack
Roberto Bampi
2022-08-22
HexEditor: Fix utf16 validation
Jannis Weis
2022-08-22
FileManager: Disable open_child_directory_action if no child exists
Jannis Weis
2022-08-22
FileManager: Respond to all selection changes in the Breadcrumbbar
Jannis Weis
2022-08-21
PixelPaint: Show more specific Undo/Redo action text
Andreas Kling
2022-08-21
PixelPaint: Add Tool::tool_name() as a single-point-of-truth
Andreas Kling
2022-08-21
PixelPaint: Make Filter::filter_name() const
Andreas Kling
2022-08-21
PixelPaint: Fix tool preview positions after moving a layer
MacDue
[next]