summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-30LibJS: Fix two issues with array (length > INT32_MAX)Andreas Kling
2021-03-30Kernel: Don't dump regions twice when crashing due to bad accessAndreas Kling
2021-03-30Kernel: Clarify Thread::block() a little bit with a better local nameAndreas Kling
2021-03-30EditingEngine: Don't jump to the beginning or end of a non-existant wordone-some
2021-03-30FontEditor+TextEditor+Playground: Refuse to load device filesIdan Horowitz
2021-03-30LibCore: Add Core::File is_device() helpersIdan Horowitz
2021-03-30Meta: Add thankyouverycool to the contributors list :^)Andreas Kling
2021-03-30Taskbar: Update ClockWidget to Calendar view changesthankyouverycool
2021-03-30LibGUI+Calendar: Add new month and year views to Calendarthankyouverycool
2021-03-30MenuApplets: Remove old clock/calendar appletthankyouverycool
2021-03-30LibGUI: Don't inflate icon text rects beyond available widththankyouverycool
2021-03-30Browser+LibWeb+WebContent: Add action to clear resource cacheTimothy Flynn
2021-03-29LibGUI+WindowServer: Keep canonical WindowType enum in WindowServerAndreas Kling
2021-03-29SystemServer: Call endgrent() after we're finished looking up groupsAndreas Kling
2021-03-29Ports/SQLite: Remove HAVE_UTIME compilation flagJelle Raaijmakers
2021-03-29LibC: Implement utimes functionJelle Raaijmakers
2021-03-29LibElf+readelf: Parse ELFs with no program headers correctlyIdan Horowitz
2021-03-29Kernel: Support write() after setting O_APPEND on a non-seekable fileItamar
2021-03-29LibC: Mark atexit() entries as 'called' before calling themItamar
2021-03-29LibWeb: Compute position of relative block elementsTimothy Flynn
2021-03-29SystemServer: dynamically fetch device group IDsIdan Horowitz
2021-03-29SystemServer: chown all available TTY devices to the tty groupIdan Horowitz
2021-03-29LibGUI: Add transient option to show dotfiles in FilePickerTimothy Flynn
2021-03-29Fonts: Tweak 'r' glyphs in KaticaAndreas Kling
2021-03-29TextEditor: Adjust AutoCompleteBox's position to the scroll heightItamar
2021-03-29Utilites: Add ddg0mb4
2021-03-29Everywhere: Change font properties to be described in GMLEdgar Araújo
2021-03-29LibGUI: Enable the use of font properties through GMLEdgar Araújo
2021-03-29Everywhere: Remove empty {} from GML objectsEdgar Araújo
2021-03-29Playground: Autocomplete after empty {}Edgar Araújo
2021-03-29Playground: Move AutocompleteProvider to a separate fileEdgar Araújo
2021-03-29LibGUI: Remove the necessity to have empty {} on GML objectsEdgar Araújo
2021-03-29LibGUI: Fix IconView selection with FlowDirection::TopToBottomTom
2021-03-29Kernel: Let's also not reverse the blocking flag for FIONBIO..Andreas Kling
2021-03-29Kernel: Let's allow unsetting non-blocking mode with FIONBIO as wellAndreas Kling
2021-03-28cmake: Hotfix the broken buildAndreas Kling
2021-03-28LibCoreDump+CrashDaemon: Compress coredumpsIdan Horowitz
2021-03-28WindowServer: Add menu item fade-out animation upon activationTom
2021-03-28WindowManager: Allow disabling window hit testing altogetherTom
2021-03-28LibCore: Add Timer::create_repeating convenience methodTom
2021-03-28LibGfx: Use zlib instead of just deflate when loading PNGsLuke
2021-03-28LibJS: Fix m_allocations_since_last_gc initialization valueLinus Groh
2021-03-28cmake: Tidy compiler options.Michel Hermier
2021-03-28cmake: Group compile options together.Michel Hermier
2021-03-28LibC: Implement asprintf() and vasprintf()Andreas Kling
2021-03-28Kernel+LibC: Implement sys$ioctl() FIONBIOAndreas Kling
2021-03-28WindowServer: Add ability to show/hide window menubarsAndreas Kling
2021-03-28Spreadsheet: Ignore extra empty lines after the rowsAnotherTest
2021-03-28Spreadsheet: Make the CSV reader more lenientAnotherTest
2021-03-28Spreadsheet: Show the error (if any) in csv import dialog's previewAnotherTest