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-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
2021-07-03
Assistant: Convert all Vector<NonnullRefPtr> to NonnullRefPtrVector
Timothy Flynn
2021-07-03
Assistant: Add provider to run a command in a terminal
Timothy Flynn
2021-07-03
Assistant: Add new URLProvider to open URL's in the browser
Edwin Hoksberg
2021-07-03
DisplaySettings: Add new Desktop tab with virtual desktop settings
Tom
2021-07-03
3DFileViewer: Add primitive mouse controls
Noah Rosamilia
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-07-02
PixelPaint: Reset layer widgets when closing last tab
Marcus Nilsson
2021-07-02
PixelPaint: Add layer to image before setting properties
Marcus Nilsson
2021-07-02
Assistant: Add a new FileProvider to assist in searching the filesystem
Spencer Dixon
2021-07-02
LibThreading: Add ability to cancel ongoing BackgroundActions
Spencer Dixon
2021-07-02
Assistant: Remove Result::Kind in favor of native `typeid`
Spencer Dixon
[next]