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
2019-09-13
TextEditor+Base: Add an icon for the "Find" action :^)
Andreas Kling
2019-09-13
FileManager+Base: Add "properties" icon
Andreas Kling
2019-09-13
Base: Add a 16x16 icon for sound files
Andreas Kling
2019-09-13
GMenu: Update apps now that you can create a nameless GMenu
Andreas Kling
2019-09-13
FileManager: Update enabled state of the copy and delete actions
Andreas Kling
2019-09-13
FileManager: Assign keyboard shortcuts to the various actions
Andreas Kling
2019-09-13
FileManager: Add a basic context menu with copy/paste/delete/...
Andreas Kling
2019-09-13
LibGUI: Tweak selection modification behavior on context menu event
Andreas Kling
2019-09-13
GDirectoryModel: Add on_path_change hook
Andreas Kling
2019-09-13
GItemView: Add context menu support
Andreas Kling
2019-09-13
GMenu: Allow constructing without a name
Andreas Kling
2019-09-13
Kernel: Move fchdir to end of enumerate syscalls.
Drew Stratford
2019-09-13
Shell: fix crash when using `cd -` and OLDPWD is null
Tim Morgan
2019-09-13
Emoji: Add some simple emojis I drew on the train
Andreas Kling
2019-09-13
Revert "AK: Made Strings reversible"
Andreas Kling
2019-09-13
Kernel: fchdir() should fail for non-searchable directories
Andreas Kling
2019-09-13
Kernel: Implement fchdir syscall
Mauri de Souza Nunes
2019-09-13
AK: Made Strings reversible
Jesse Buhagiar
2019-09-13
Shell: Remember previous working dir
Tim Morgan
2019-09-13
IRCClient: Fix unneeded conversion to String
MinusGix
2019-09-13
TestStringView: Add test for starts_with
MinusGix
2019-09-13
StringView: Add starts_with method
MinusGix
2019-09-13
LibC: Add MAXPATHLEN to limits.h
Mauri de Souza Nunes
2019-09-12
LibC: Pass the environment as third argument to main()
Andreas Kling
2019-09-12
PaintBrush: Only send left and right mouse button events to tools
Andreas Kling
2019-09-12
FileManager: Show info about currently selected items in statusbar
Andreas Kling
2019-09-12
GDirectoryModel: Allow retrieving an item's full path via Role::Custom
Andreas Kling
2019-09-12
GModelSelection: Add size() and a const overload of for_each_index()
Andreas Kling
2019-09-12
GDirectoryModel: Include directories in total byte count
Andreas Kling
2019-09-12
FileManager: Add C_OBJECT macro to DirectoryView
Andreas Kling
2019-09-12
LibC: Add some missing errno codes
Andreas Kling
2019-09-12
Add stdin support to wc program
Tim Morgan
2019-09-11
LibC: fgets() shouldn't stop on '\0'
Andreas Kling
2019-09-11
Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response
Andreas Kling
2019-09-11
CIODevice: read(u8*, int) overload should return 0 on EOF
Andreas Kling
2019-09-11
printf: %w, %b, and %p should be zero-padded but not left-padded
Andreas Kling
2019-09-11
Inspector: Don't call CSocket::connect() before setting up hooks
Andreas Kling
2019-09-11
rpcdump: Don't call CSocket::connect() before setting up hooks
Andreas Kling
2019-09-11
CSocket: Share code between connect() overloads
Andreas Kling
2019-09-11
AK: Add LogStream operator<< for ByteBuffer
Andreas Kling
2019-09-11
CIODevice: read_all() should return a null ByteBuffer when nothing read
Andreas Kling
2019-09-11
ls: Add -h (human readable) output switch
Andreas Kling
2019-09-11
AK: Add String::number(size_t) overload
Andreas Kling
2019-09-11
SoundPlayer: Scale y coordinate to prevent drawing outside clip rect
Max Thrun
2019-09-10
Ext2FS: Trying to create a too-long directory entry should ENAMETOOLONG
Andreas Kling
2019-09-10
LibC: Make sure perror() is consistent about the errno it prints
Andreas Kling
2019-09-10
File Manager: Implement copy-paste
Aaron Malpas
2019-09-10
FileManager: Create FileUtils
Aaron Malpas
2019-09-10
FileManager: Add on_selection event for DirectoryView
Aaron Malpas
2019-09-10
Shell: Add support for special parameter that returns PID
MinusGix
[next]