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-07-08
FileManager: Add Open in Terminal on folder context menu
pancake
2021-07-08
Kernel: Use PAE to allow accessing all physical memory beyond 4GB
Tom
2021-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
2021-07-08
Userland: Keep ImageViewer window size the same while zooming in
Aziz Berkay Yesilyurt
2021-07-07
FileManager: Fix Desktop rubber-banding getting clipped at the edge
Andreas Kling
2021-07-07
Assistant: Compare two chars instead of StringViews of length 1
Yuval Tasher
2021-07-07
Browser: Show an example url placeholder in the search engine InputBox
networkException
2021-07-07
PixelPaint: Make SprayTool only invalidate the modified area :^)
Andreas Kling
2021-07-07
PixelPaint: Make BrushTool only invalidate the modified area :^)
Andreas Kling
2021-07-07
PixelPaint: Make PenTool only invalidate the modified area :^)
Andreas Kling
2021-07-07
PixelPaint: Allow partial invalidation of Layer and Image
Andreas Kling
2021-07-06
Tests: Generate data in memory for TestXSV benchmark case
Andrew Kaster
2021-07-06
LibJS: Remove the non-standard put helper and replace it's usages
Idan Horowitz
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-06
PixelPaint: Paint the area around the image with ColorRole::Tray
Andreas Kling
2021-07-06
PixelPaint: Don't repaint area outside image when image itself changed
Andreas Kling
2021-07-05
Assistant: Add missing <unistd.h> include
Andreas Kling
2021-07-05
PixelPaint: Make move_selection() cycle through layers
Marcus Nilsson
2021-07-05
PixelPaint: Use layer menu as context menu in LayerListWidget
Marcus Nilsson
2021-07-05
PixelPaint: Change color of disabled layers in LayerListWidget
Marcus Nilsson
2021-07-05
PixelPaint: Make LayerListWidget scrollable
Marcus Nilsson
2021-07-05
PixelPaint: Change the default layer name to "Layer"
Marcus Nilsson
2021-07-05
Piano: Use AudioServer instead of /dev/audio for audio
kleines Filmröllchen
2021-07-05
KeyboardSettings+Kernel: Setting to enable Num Lock on login
ForLoveOfCats
2021-07-05
PixelPaint: Ask to preserve transparency when exporting
Marcus Nilsson
2021-07-04
Assistant: Don't index the /dev directory
Andreas Kling
2021-07-04
Assistant: Force the window to have a shadow despite being frameless
Andreas Kling
2021-07-04
Magnifier: Make a custom 16x16 icon for this app + tweak 32x32 version
Andreas Kling
2021-07-04
Magnifier: Make the main widget a GUI::Frame
Andreas Kling
2021-07-04
WindowServer: Make most remaining WindowServer IPC calls async
Andreas Kling
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
Spreadsheet: Move down a cell when Return is pressed in the cell editor
zawwwu
2021-07-04
Spreadsheet: Add function for moving cursor
zawwwu
2021-07-04
Terminal: Grey out color scheme widget when there's nothing to select
LuK1337
2021-07-04
Assistant: Show a border around the window
timre13
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-07-04
Assistant: Prevent window from being minimized
ForLoveOfCats
2021-07-04
FileManager: Remove explicit `T` to `Optional<T>` conversion
Daniel Bertalan
2021-07-03
Assistant: Make more of the classes final
Gunnar Beutner
2021-07-03
Assistant: Make the bitmap accessor pure virtual
Gunnar Beutner
2021-07-03
Assistant: Add missing bitmap accessor for terminal actions
Gunnar Beutner
2021-07-03
Assistant: Skip URL provider if query is empty or provider specific
Edwin Hoksberg
2021-07-03
Assistant: Don't index the /proc and /sys directories
Andreas Kling
2021-07-03
Assistant: Avoid copying the result vectors when providers finish
Andreas Kling
2021-07-03
Assistant: Keep the set of providers in a Vector for easy iteration
Andreas Kling
2021-07-03
Assistant: Use fstatat() while building FileProvider path cache
Andreas Kling
2021-07-03
Assistant: Use StringView more in FileProvider fuzzy matching code
Andreas Kling
2021-07-03
Assistant: Use FileIconProvider for FileProvider query results
Andreas Kling
2021-07-03
Assistant: Make Result bitmaps virtual/lazy
Andreas Kling
2021-07-03
TextEditor: Reset editor width when disabling preview mode
Marcus Nilsson
[next]