index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-04-28
Ports: Add neofetch
Linus Groh
2020-04-28
FileManager: Disable permission checkboxes if user is not owner of path
Andres Vieira
2020-04-28
FileManager: Deny rename in PropertiesDialog if user can't write in path
Andres Vieira
2020-04-28
FileManager: Disable delete action if user can't write in current path
Andres Vieira
2020-04-28
FileManager: Add folder-specific paste action
Andres Vieira
2020-04-28
FileManager: Disable paste action for non-writable directories
Andres Vieira
2020-04-28
FileManager: Disables mkdir action if permissions don't allow it
Andres Vieira
2020-04-28
Screensaver: Draw screen before first timer iteration and seed srand()
Brendan Coles
2020-04-28
mkdir: Add -p option to create parent directories
Linus Groh
2020-04-28
AK: Add FileSystemPath::is_absolute()
Linus Groh
2020-04-28
mkdir: Use ArgParser, support creating multiple directories
Linus Groh
2020-04-28
LibCore: Trim decompressed Gzip output to size
AnotherTest
2020-04-28
Fire: Use LibC srand()
Brendan Coles
2020-04-28
LibJS: Implement correct attributes for (almost) all properties
mattco98
2020-04-27
Toolchain: Don't create repository for patches if not necessary
Devashish
2020-04-27
LibJS: Add spreading in array literals
mattco98
2020-04-27
Kernel: Update TimerQueue next due timer only when necessary
Brian Gianforcaro
2020-04-27
AK: Add SinglyLinkedListIterator::is_begin()
Brian Gianforcaro
2020-04-27
LibJS: Add Array.prototype.findIndex
Kesse Jones
2020-04-27
FileManager: Add paste action to DirectoryView's context menu
Andres Vieira
2020-04-27
FileManager: Paste inside folder if done through its context menu
Andres Vieira
2020-04-27
FileManager: Copy and Delete selected file(s), not current folder
Andres Vieira
2020-04-27
Kernel: Expose timers via a TimerId type
Brian Gianforcaro
2020-04-27
Shell: use access() syscall to check if files are executable by user
Stephan Unverwerth
2020-04-26
AK: Make URL::to_string() produce a data URL for data URLs :^)
Andreas Kling
2020-04-26
LibWeb: Support loading data: URLs transparently via ResourceLoader
Andreas Kling
2020-04-26
AK: Add a simple and inefficient Base64 decoder
Andreas Kling
2020-04-26
AK: Teach URL how to parse data: URLs :^)
Andreas Kling
2020-04-26
LibWeb: Run clang-format on ResourceLoader.cpp
Andreas Kling
2020-04-26
Tests: Add test case for pthread_cond_timedwait with a timeout.
Brian Gianforcaro
2020-04-26
LibPthread: Hookup abstime argument to pthread_cond_timedwait
Brian Gianforcaro
2020-04-26
Kernel: Enable timeout support for sys$futex(FUTEX_WAIT)
Brian Gianforcaro
2020-04-26
Kernel: Add timeout support to Thread::wait_on
Brian Gianforcaro
2020-04-26
Kernel: Refactor TimeQueue::add_timer to use timeval
Brian Gianforcaro
2020-04-26
AK: Add timeval_to_timespec and timespec_to_timeval conversion methods
Brian Gianforcaro
2020-04-26
Applications: Add "thread" for HexEditor
Hüseyin ASLITÜRK
2020-04-26
Base: 32x32 icons for cplusplus and header file types
Hüseyin ASLITÜRK
2020-04-26
Base+Browser: Add an icon for the serenity Browser and make it use it
Andres Vieira
2020-04-26
LibJS: Implement Number.isInteger()
Linus Groh
2020-04-26
LibJS: Implement Number.isNaN()
Linus Groh
2020-04-26
LibJS: Implement Number.isFinite()
Linus Groh
2020-04-26
Base: Add test page for decoding different basic png formats.
LepkoQQ
2020-04-26
LibGfx: PNGLoader support for grayscale images with alpha.
LepkoQQ
2020-04-26
LibGfx: PNGLoader support for grayscale images with 8/16bpp.
LepkoQQ
2020-04-26
LibJS: Grow storage when adding a property to uniquely-shaped Object
Andreas Kling
2020-04-26
LibGUI: Create thumnail for gif files
Hüseyin ASLITÜRK
2020-04-26
LibCore: Open gif files with QuickShow
Hüseyin ASLITÜRK
2020-04-26
QuickShow: Add gif files to navigation file list
Hüseyin ASLITÜRK
2020-04-26
Base: Improve cursor arrow to feel more symetrical
LepkoQQ
2020-04-26
js: Follow Serenity C++ naming conventions
Linus Groh
[next]