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-09-05
LibLocale: Move locale source files to the LibLocale library
Timothy Flynn
2022-09-05
LibLocale: Move locale source files to the LibLocale folder
Timothy Flynn
2022-09-05
Userland: Move files destined for LibLocale to the Locale namespace
Timothy Flynn
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-09-03
PixelPaint: Introduce a vectorscope
kleines Filmröllchen
2022-09-03
PixelPaint: Invoke the modified_change callback when layers change
kleines Filmröllchen
2022-09-03
PixelPaint: Extract common scope code into a generic ScopeWidget
kleines Filmröllchen
2022-09-03
PixelPaint: Specify histogram height in GML
kleines Filmröllchen
2022-08-31
PixelPaint: Change repeated code into a loop for Wand Select Tool
Timothy Slater
2022-08-31
PixelPaint: Make erase_selection work for non-rectangular selections
Timothy Slater
2022-08-31
PixelPaint: Add Wand Select Tool
Timothy Slater
2022-08-31
PixelPaint: Change BucketTool flood fill algorithm
Timothy Slater
2022-08-31
PixelPaint: Account for alpha in color distance calculation
Timothy Slater
2022-08-31
PixelPaint: Add point_position_to_preferred_cell to RectangleSelectTool
Crax97
2022-08-31
PixelPaint: Ask the current tool for the preferred pixel location
Crax97
2022-08-31
PixelPaint: Execute mousemove_event early return check before
Crax97
2022-08-31
PixelPaint: Add point_position_to_preferred_cell method to Tool
Crax97
2022-08-31
FileManager: Navigate to parent dir when current location is removed
Adam Jakubek
2022-08-30
Applications+DevTools: Remove fixed sizes from Splitters
thankyouverycool
2022-08-29
HexEditor: Add Help->Manual entry in Menu
djwisdom
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
[next]