summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-27LibC: Add SSIZE_MAX limitLuke
2020-09-27LibC: Include cdefs.h in getopt.hLuke
2020-09-27LibC: Add EPFNOSUPPORT error numberLuke
2020-09-27Kernel: Return ENOPROTOOPT instead of asserting on unimplemented levels in ge...Luke
2020-09-27LibC: Add paths.h with some default mail directory for nowLuke
2020-09-26Shell: Fix use-after-move in alias resolutionAnotherTest
2020-09-26Shell: Add live formatting and take an option to enable itAnotherTest
2020-09-26Shell: Fix a FIXME in the a test about using functionsAnotherTest
2020-09-26Shell: Add a (very basic) formatterAnotherTest
2020-09-26Shell: Ignore '\\\n' in inputAnotherTest
2020-09-26Shell: Rename two 'fd' class members to have an 'm_' prefixAnotherTest
2020-09-26Shell: Use NonnullRefPtr to store non-null subnodesAnotherTest
2020-09-26LibLine: Add a setter for the cursor positionAnotherTest
2020-09-26lsof: Separate file name componentsMaciej Zygmanowski
2020-09-26lsof: Allow selecting files by file nameMaciej Zygmanowski
2020-09-26LibJS: Remove two unused Interpreter member functionsAndreas Kling
2020-09-26Kernel: Allow killing queued threadsTom
2020-09-26LibGUI: Update color widgets when has_alpha is toggled in ColorPickerTibor Nagy
2020-09-26AK+Format: Use the new format backend in the implementation.asynts
2020-09-26AK+Format: Add new integer to string backend.asynts
2020-09-26HackStudio: Detach from debugged process before terminatingItamar
2020-09-26LibDebug: Add ability to detach from debuggeeItamar
2020-09-26HackStudio: Fix FormEditor widget icons loadingItamar
2020-09-26AK: Enhance GenericLexer's string consumptionBenoit Lormeau
2020-09-26AK: Alphabetically sort the ctype adaptersBenoit Lormeau
2020-09-26AK: Added explanatory comments in GenericLexer.hBenoit Lormeau
2020-09-26Documentation: Debian gcc-9 installation instructionsRobbe De Greef
2020-09-26Documentation: Serenity requires GCC 9 or higherRobbe De Greef
2020-09-26Kernel: Fix thread joining issuesTom
2020-09-26Spreadsheet: clang-formatAndreas Kling
2020-09-26AK: Borrow exact format syntax form std::format.asynts
2020-09-26AK: Add GenericLexer::remaining.asynts
2020-09-26LibGUI: Add alpha preview to ColorPickerTibor Nagy
2020-09-26Applications: Paint transparency grids through StylePainterTibor Nagy
2020-09-26LibGfx: Add painting transparency grids to StylePainterTibor Nagy
2020-09-25LibJS+LibGUI+js: Handle UnterminatedRegexLiteral in syntax highlightersLinus Groh
2020-09-25Spreadsheet: Add the 'Date' cell typeAnotherTest
2020-09-25Spreadsheet: Treat an empty format string as "default"AnotherTest
2020-09-25LibGUI: Do not clear the selection on right-clickAnotherTest
2020-09-25Spreadsheet: Save and load cell types and formatting optionsAnotherTest
2020-09-25Spreadsheet: Add conditional formattingAnotherTest
2020-09-25LibGUI: Register the 'ColorInput' and 'Frame' widgetsAnotherTest
2020-09-25Inspector: Move everything into the Inspector namespaceAndreas Kling
2020-09-25Travis: Automatically check for clang-format errorsBen Wiederhake
2020-09-25Meta: Provide script to automatically flag bad formattingBen Wiederhake
2020-09-25Meta+Userland: Make clang-format-10 cleanBen Wiederhake
2020-09-25Meta+Services: Make clang-format-10 cleanBen Wiederhake
2020-09-25Meta+MenuApplets: Make clang-format-10 cleanBen Wiederhake
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-09-25Meta+LibC through LibHTTP: Make clang-format-10 cleanBen Wiederhake