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
FileManager: Disable PropertiesDialog custom rename disabling logic
Andres Vieira
2020-04-28
LibGUI: Paint TextEditor background same as widget's if it's not enabled
Andres Vieira
2020-04-28
LibJS: Support o.f++ :^)
Andreas Kling
2020-04-28
LibJS: Make AssignmentExpression assign through a Reference
Andreas Kling
2020-04-28
LibJS: Allow "delete someGlobalVariable"
Andreas Kling
2020-04-28
LibJS: Add Reference class to represent a base.property reference
Andreas Kling
2020-04-28
LibJS: Make Number.isInteger() test pass on Serenity
Linus Groh
2020-04-28
LibJS: Add Array.prototype.some
Kesse Jones
2020-04-28
LibJS: Add bounds check to Array.prototype.{find,findIndex}
Linus Groh
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
[prev]
[next]