summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-24Spreadsheet: Fix crash when a row number is selectedAnotherTest
2020-08-24Spreadsheet: Avoid crashing when a cell is created mid-updateAnotherTest
2020-08-24Spreadsheet: Add a syntax highlighter to the cell editorAnotherTest
2020-08-24LibC: Remove unused data member in the qsort() implementationAndreas Kling
2020-08-24SystemMonitor: Tweak processor feature display a little bitAndreas Kling
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-24LibGUI: Calculate the text rect correctly in AbstractTableViewAnotherTest
2020-08-24Spreadsheet: Reformat the runtime file to comply with js standardsAnotherTest
2020-08-24Meta: Move prettier config files to the root of the repositoryAnotherTest
2020-08-24Spreadsheet: Document runtime functions and add a help windowAnotherTest
2020-08-24Spreadsheet: Add a topbar with a text editorAnotherTest
2020-08-24Spreadsheet: Start making a spreadsheet applicationAnotherTest
2020-08-24AK: Add URL::create_with_data() to create data URLsAnotherTest
2020-08-24LibGUI: Make AbstractTableView and TableView more customisableAnotherTest
2020-08-24LibJS: Make Date.getUTCSeconds() call through to LibCNico Weber
2020-08-24LibJS: Make Date's tuple constructor correctly handle out-of-range argumentsNico Weber
2020-08-24LibCore: Make DateTime::create() and set_time() handle out-of-range valuesNico Weber
2020-08-24LibCore: Less code duplication in DateTimeNico Weber
2020-08-24LibC: Make mktime() / gmtime() more POSIX-compliantNico Weber
2020-08-24LibJS+LibC: Add tests for Date tuple ctor overflow and make mktime()/timegm()...Nico Weber
2020-08-24Meta+Userland: Run the TLS test tooAnotherTest
2020-08-24Userland: Add missing HMAC-SHA1 testsAnotherTest
2020-08-24LibTLS: Fix some debug loggingAnotherTest
2020-08-24LibTLS: Do not process_message() the finished message twiceAnotherTest
2020-08-24Tests: Prefer strlcpy over strncpyBen Wiederhake
2020-08-24Userland: Prefer strlcpy over strcpy in pingBen Wiederhake
2020-08-24Userland: Prefer strlcpy over strncpy in ifconfig, fixes off-by-oneBen Wiederhake
2020-08-24DHCPClient: Prefer strlcpy over strncpy, fixes off-by-oneBen Wiederhake
2020-08-24LibCore: Prefer strlcpy over strncpy, fix overflowBen Wiederhake
2020-08-24LibC: Prefer strlcpy over strcpy/strncpyBen Wiederhake
2020-08-24LibC: Prefer strlcpy over strcpy in getgrent(), fix overflowBen Wiederhake
2020-08-24LibC: Fix strftime() for max_size=0Ben Wiederhake
2020-08-24LibC: Implement strlcpyBen Wiederhake
2020-08-24LibC: Stub and test strlcpyBen Wiederhake
2020-08-24Kernel: Remove strcpy()Ben Wiederhake
2020-08-24LibC: Prevent slowness and overrun in strdup/strndupBen Wiederhake
2020-08-24AK: Document that String{,Impl} contains NUL-terminatorBen Wiederhake
2020-08-24Tests: Remove unused includeBen Wiederhake
2020-08-24AK: Remove redundant declaration in String.cppBen Wiederhake
2020-08-24LibGUI: Fix an unsightly pixel glitch in bottom-side tabsAndreas Kling
2020-08-23SystemMonitor: Use bottom-side tabs for the per-process info tabsAndreas Kling
2020-08-23LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabsAndreas Kling
2020-08-23Base: Add ThemeEditor.afLinus Groh
2020-08-23LibJS: Implement Date.getUTC*Nico Weber
2020-08-23LibJS: Move datetime access out of DatePrototypeNico Weber
2020-08-23LibLine: Correct weird arrow up/down behaviourAnotherTest
2020-08-23Kernel: Avoid some allocations in command line parsing (#3213)Muhammad Zahalqa
2020-08-23ThemeEditor: Paint the minimize/maximize/close window button iconsAndreas Kling
2020-08-23ThemeEditor: Add window buttons (no bitmaps yet)Andreas Kling
2020-08-23ThemeEditor: Add a handful of widgets to the previewAndreas Kling