summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-02LibGfx: Add some helper methods to AffineTransformMatthew Olsson
2021-05-02Tests: Add unit tests for the pthread_spinlock_t API.Brian Gianforcaro
2021-05-02LibPthread: Implement pthread_spinlock_t API.Brian Gianforcaro
2021-05-02LaunchServer: Only consider path in OpenURLValtteri Koskivuori
2021-05-02Shell: Only match entries from PATH when a program name is givenAli Mohammad Pur
2021-05-02Shell: Replace fprintf(stderr) => warnln()Ali Mohammad Pur
2021-05-02Shell: Update shebang handling logicAli Mohammad Pur
2021-05-02Kernel: Fix ProcFS for non-process backed sub dirsSpencer Dixon
2021-05-02Meta: Add a post-commit commit message linter hookIdan Horowitz
2021-05-02Kernel: Remove outdated UBSan commentsHendiadyoin1
2021-05-02LibGUI+HackStudio: Remove editing specific hacks from GUI::CommandAndreas Kling
2021-05-02WindowServer+Base: Show alternate close button for "modified" windowsAndreas Kling
2021-05-02WindowServer: Minor tweaks to Window.hAndreas Kling
2021-05-02LibC: Implement scandir(...) to enumerate directories.Brian Gianforcaro
2021-05-02LibC: Fix bugs in the population of dirent members.Brian Gianforcaro
2021-05-02Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>Brian Gianforcaro
2021-05-02LibIPC: Make sure FDs survive when passed into a MessageBufferGunnar Beutner
2021-05-02WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>Andreas Kling
2021-05-02TextEditor: Specify the starting line and column number using colonsry755
2021-05-02LaunchServer: Actually seal the allow-list on SealAllowListAndreas Kling
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-05-02HackStudio: Use common copy functions in ProjectTemplate.cppValtteri Koskivuori
2021-05-01Ports: Fix hatari install stepLinus Groh
2021-05-01Kernel: Don't use ref_count() in MasterPTY::close()Gunnar Beutner
2021-05-01Ports: Fix building libpuffyGunnar Beutner
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-05-01PixelPaint: Add fill mode for the ellipse toolValtteri Koskivuori
2021-05-01Kernel: Handle both shift keys being pressed and then releasedIdan Horowitz
2021-05-01Userland: Improve how traceroute reports timing data for packetsGunnar Beutner
2021-05-01Meta: Remove trailing whitespace from ro.jsonLinus Groh
2021-05-01Kernel: Make processes start with a 16-byte-aligned stackSahan Fernando
2021-05-01Kernel: Make sure we read all packetsGunnar Beutner
2021-05-01Keymap: Added Romanian layoutxSlendiX
2021-05-01Kernel: Expose minor device numbers for keyboard and mouseValtteri Koskivuori
2021-05-01LibGUI: Improve a FIXME comment in TextDocumentAndreas Kling
2021-05-01TextEditor: Make sure to mark the Window as unmodified after savingAndreas Kling
2021-05-01TextEditor: Use an automatic "modified" marker in the window titleAndreas Kling
2021-05-01WindowServer+LibGfx: Automatic "modified" markers in window titlesAndreas Kling
2021-05-01TextEditor: Plumb modified state from GUI::TextDocument to GUI::WindowAndreas Kling
2021-05-01LibGUI: Track modified state in GUI::TextDocumentAndreas Kling
2021-05-01TextEditor: Add some missing curly braces around a nested if statementAndreas Kling
2021-05-01TextEditor: Remove some unnecessary #include statementsAndreas Kling
2021-05-01TextEditor: Rename TextEditorWidget => TextEditor::MainWidgetAndreas Kling
2021-05-01LibGUI: Add getter/setter for GUI::Window modified stateAndreas Kling
2021-05-01WindowServer: Add Window "modified" stateAndreas Kling
2021-05-01Lagom/Fuzzers: Add fuzzers for Windows-1251 and Windows-1255 decodersIdan Horowitz
2021-05-01LibTextCodec: Implement a Windows-1251 decoderIdan Horowitz
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling