summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-14LibGUI: Add Undo/Redo to GCommonActionsAndreas Kling
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-14Shell: Support extremely naive shell script executionAndreas Kling
2019-09-14Kernel: Stop idling after handling an IRQAndreas Kling
2019-09-14Kernel: Fix bad assertion in Lock::unlock_if_locked()Andreas Kling
2019-09-14DisplayProperties: Wallpaper tab now has previewJesse Buhagiar
2019-09-14Shell: Add POSIX-compliant character escapingAaron Malpas
2019-09-14LibC: Implement mkdtemp library functionMauri de Souza Nunes
2019-09-14LibC: Make gettid() cache the thread ID in thread-local-storageAndreas Kling
2019-09-14GraphicsBitmap: Allow constructing a wrapper bitmap around 8-bit pixelsAndreas Kling
2019-09-14Ports: Remove now-unnecessary DOOM patchAndreas Kling
2019-09-14Ports: Point doom port to our own SerenityDOOM forkAndreas Kling
2019-09-14FileManager: Use a special clipboard data type for copied file listsAndreas Kling
2019-09-14WindowServer+LibGUI: Store a "data type" with the clipboard contentAndreas Kling
2019-09-13TextEditor+Base: Add an icon for the "Find" action :^)Andreas Kling
2019-09-13FileManager+Base: Add "properties" iconAndreas Kling
2019-09-13Base: Add a 16x16 icon for sound filesAndreas Kling
2019-09-13GMenu: Update apps now that you can create a nameless GMenuAndreas Kling
2019-09-13FileManager: Update enabled state of the copy and delete actionsAndreas Kling
2019-09-13FileManager: Assign keyboard shortcuts to the various actionsAndreas Kling
2019-09-13FileManager: Add a basic context menu with copy/paste/delete/...Andreas Kling
2019-09-13LibGUI: Tweak selection modification behavior on context menu eventAndreas Kling
2019-09-13GDirectoryModel: Add on_path_change hookAndreas Kling
2019-09-13GItemView: Add context menu supportAndreas Kling
2019-09-13GMenu: Allow constructing without a nameAndreas Kling
2019-09-13Kernel: Move fchdir to end of enumerate syscalls.Drew Stratford
2019-09-13Shell: fix crash when using `cd -` and OLDPWD is nullTim Morgan
2019-09-13Emoji: Add some simple emojis I drew on the trainAndreas Kling
2019-09-13Revert "AK: Made Strings reversible"Andreas Kling
2019-09-13Kernel: fchdir() should fail for non-searchable directoriesAndreas Kling
2019-09-13Kernel: Implement fchdir syscallMauri de Souza Nunes
2019-09-13AK: Made Strings reversibleJesse Buhagiar
2019-09-13Shell: Remember previous working dirTim Morgan
2019-09-13IRCClient: Fix unneeded conversion to StringMinusGix
2019-09-13TestStringView: Add test for starts_withMinusGix
2019-09-13StringView: Add starts_with methodMinusGix
2019-09-13LibC: Add MAXPATHLEN to limits.hMauri de Souza Nunes
2019-09-12LibC: Pass the environment as third argument to main()Andreas Kling
2019-09-12PaintBrush: Only send left and right mouse button events to toolsAndreas Kling
2019-09-12FileManager: Show info about currently selected items in statusbarAndreas Kling
2019-09-12GDirectoryModel: Allow retrieving an item's full path via Role::CustomAndreas Kling
2019-09-12GModelSelection: Add size() and a const overload of for_each_index()Andreas Kling
2019-09-12GDirectoryModel: Include directories in total byte countAndreas Kling
2019-09-12FileManager: Add C_OBJECT macro to DirectoryViewAndreas Kling
2019-09-12LibC: Add some missing errno codesAndreas Kling
2019-09-12Add stdin support to wc programTim Morgan
2019-09-11LibC: fgets() shouldn't stop on '\0'Andreas Kling
2019-09-11Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/responseAndreas Kling
2019-09-11CIODevice: read(u8*, int) overload should return 0 on EOFAndreas Kling
2019-09-11printf: %w, %b, and %p should be zero-padded but not left-paddedAndreas Kling