summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-28Ports: Add neofetchLinus Groh
2020-04-28FileManager: Disable permission checkboxes if user is not owner of pathAndres Vieira
2020-04-28FileManager: Deny rename in PropertiesDialog if user can't write in pathAndres Vieira
2020-04-28FileManager: Disable delete action if user can't write in current pathAndres Vieira
2020-04-28FileManager: Add folder-specific paste actionAndres Vieira
2020-04-28FileManager: Disable paste action for non-writable directoriesAndres Vieira
2020-04-28FileManager: Disables mkdir action if permissions don't allow itAndres Vieira
2020-04-28Screensaver: Draw screen before first timer iteration and seed srand()Brendan Coles
2020-04-28mkdir: Add -p option to create parent directoriesLinus Groh
2020-04-28AK: Add FileSystemPath::is_absolute()Linus Groh
2020-04-28mkdir: Use ArgParser, support creating multiple directoriesLinus Groh
2020-04-28LibCore: Trim decompressed Gzip output to sizeAnotherTest
2020-04-28Fire: Use LibC srand()Brendan Coles
2020-04-28LibJS: Implement correct attributes for (almost) all propertiesmattco98
2020-04-27Toolchain: Don't create repository for patches if not necessaryDevashish
2020-04-27LibJS: Add spreading in array literalsmattco98
2020-04-27Kernel: Update TimerQueue next due timer only when necessaryBrian Gianforcaro
2020-04-27AK: Add SinglyLinkedListIterator::is_begin()Brian Gianforcaro
2020-04-27LibJS: Add Array.prototype.findIndexKesse Jones
2020-04-27FileManager: Add paste action to DirectoryView's context menuAndres Vieira
2020-04-27FileManager: Paste inside folder if done through its context menuAndres Vieira
2020-04-27FileManager: Copy and Delete selected file(s), not current folderAndres Vieira
2020-04-27Kernel: Expose timers via a TimerId typeBrian Gianforcaro
2020-04-27Shell: use access() syscall to check if files are executable by userStephan Unverwerth
2020-04-26AK: Make URL::to_string() produce a data URL for data URLs :^)Andreas Kling
2020-04-26LibWeb: Support loading data: URLs transparently via ResourceLoaderAndreas Kling
2020-04-26AK: Add a simple and inefficient Base64 decoderAndreas Kling
2020-04-26AK: Teach URL how to parse data: URLs :^)Andreas Kling
2020-04-26LibWeb: Run clang-format on ResourceLoader.cppAndreas Kling
2020-04-26Tests: Add test case for pthread_cond_timedwait with a timeout.Brian Gianforcaro
2020-04-26LibPthread: Hookup abstime argument to pthread_cond_timedwaitBrian Gianforcaro
2020-04-26Kernel: Enable timeout support for sys$futex(FUTEX_WAIT)Brian Gianforcaro
2020-04-26Kernel: Add timeout support to Thread::wait_onBrian Gianforcaro
2020-04-26Kernel: Refactor TimeQueue::add_timer to use timevalBrian Gianforcaro
2020-04-26AK: Add timeval_to_timespec and timespec_to_timeval conversion methodsBrian Gianforcaro
2020-04-26Applications: Add "thread" for HexEditorHüseyin ASLITÜRK
2020-04-26Base: 32x32 icons for cplusplus and header file typesHüseyin ASLITÜRK
2020-04-26Base+Browser: Add an icon for the serenity Browser and make it use itAndres Vieira
2020-04-26LibJS: Implement Number.isInteger()Linus Groh
2020-04-26LibJS: Implement Number.isNaN()Linus Groh
2020-04-26LibJS: Implement Number.isFinite()Linus Groh
2020-04-26Base: Add test page for decoding different basic png formats.LepkoQQ
2020-04-26LibGfx: PNGLoader support for grayscale images with alpha.LepkoQQ
2020-04-26LibGfx: PNGLoader support for grayscale images with 8/16bpp.LepkoQQ
2020-04-26LibJS: Grow storage when adding a property to uniquely-shaped ObjectAndreas Kling
2020-04-26LibGUI: Create thumnail for gif filesHüseyin ASLITÜRK
2020-04-26LibCore: Open gif files with QuickShowHüseyin ASLITÜRK
2020-04-26 QuickShow: Add gif files to navigation file listHüseyin ASLITÜRK
2020-04-26Base: Improve cursor arrow to feel more symetricalLepkoQQ
2020-04-26js: Follow Serenity C++ naming conventionsLinus Groh