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-14
LibGUI: Add Undo/Redo to GCommonActions
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-14
Shell: Support extremely naive shell script execution
Andreas Kling
2019-09-14
Kernel: Stop idling after handling an IRQ
Andreas Kling
2019-09-14
Kernel: Fix bad assertion in Lock::unlock_if_locked()
Andreas Kling
2019-09-14
DisplayProperties: Wallpaper tab now has preview
Jesse Buhagiar
2019-09-14
Shell: Add POSIX-compliant character escaping
Aaron Malpas
2019-09-14
LibC: Implement mkdtemp library function
Mauri de Souza Nunes
2019-09-14
LibC: Make gettid() cache the thread ID in thread-local-storage
Andreas Kling
2019-09-14
GraphicsBitmap: Allow constructing a wrapper bitmap around 8-bit pixels
Andreas Kling
2019-09-14
Ports: Remove now-unnecessary DOOM patch
Andreas Kling
2019-09-14
Ports: Point doom port to our own SerenityDOOM fork
Andreas Kling
2019-09-14
FileManager: Use a special clipboard data type for copied file lists
Andreas Kling
2019-09-14
WindowServer+LibGUI: Store a "data type" with the clipboard content
Andreas Kling
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
[prev]
[next]