summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-31Kernel: Remove some unnecessary leaking of kernel pointers into dmesgAndreas Kling
2019-12-31Kernel: Let's also not consider kernel regions to be valid user stacksAndreas Kling
2019-12-31Kernel: User pointer validation should reject kernel-only addressesAndreas Kling
2019-12-30WindowServer: Let's boost all threads in the active client processAndreas Kling
2019-12-30Kernel: Also add a process boosting mechanismAndreas Kling
2019-12-30WindowServer: Give a thread boost to the currently active windowAndreas Kling
2019-12-30Kernel: Add a basic thread boosting mechanismAndreas Kling
2019-12-30Kernel: Refactor scheduler to use dynamic thread prioritiesAndreas Kling
2019-12-30LibHTML: Ignore all CSS rules starting with "@" for nowAndreas Kling
2019-12-30AK: Use stack buffers in String::number() to avoid some malloc() callsAndreas Kling
2019-12-30LibCore: Use JsonObject::get_ptr() in CProcessStatisticsReaderAndreas Kling
2019-12-30AK: Add JsonObject::get_ptr() for copy-free lookupAndreas Kling
2019-12-30Base: Remove misplaced backtick in syscall(1)Andreas Kling
2019-12-30DisplayProperties: Add a menubarJesse Buhagiar
2019-12-30Base: Add glyph spacing fields to fontsTibor Nagy
2019-12-30FontEditor: Add glyph spacing spinboxTibor Nagy
2019-12-30LibDraw: Store glyph spacing information in the fonts headersTibor Nagy
2019-12-30Base: Add man page for keymap(1)Jami Kettunen
2019-12-30Base: Add ASCII-friendly fi.jsonJami Kettunen
2019-12-30Keymap: Add ability to load keymap files by nameJami Kettunen
2019-12-30Keymap: Clean up source a bitJami Kettunen
2019-12-30ProtocolServer: Delete the generated IPC endpoints on "make clean"Andreas Kling
2019-12-30LibIPC: Let's start building custom message codecs for LibIPCAndreas Kling
2019-12-30WindowServer: Don't repaint entire menubar on applet updateAndreas Kling
2019-12-30Ports: Update GCC patch to match our toolchainAndreas Kling
2019-12-30LibGUI: Call GWidget::resize_event() before doing widget layoutAndreas Kling
2019-12-29LibGUI: Relayout GTextEditor on font changeAndreas Kling
2019-12-29Kernel: Retry mmap if MAP_FIXED is not in flags and addr is not 0Andrew Kaster
2019-12-29Kernel: Add move assign operator to KResultOrAndrew Kaster
2019-12-29AK: Fix JSON parser crashing when encountering UTF-8Andreas Kling
2019-12-29WindowServer: Include minimised windows for switchingShannon Booth
2019-12-29AK: Add StringView::ends_with functionShannon Booth
2019-12-29WindowServer: Always fill the menubar with color behind appletsAndreas Kling
2019-12-29Clock.MenuApplet: Only wake up once per secondAndreas Kling
2019-12-29Kernel: Embrace the SerenityOS nameAndreas Kling
2019-12-29About: Embrace the SerenityOS nameAndreas Kling
2019-12-29Meta: Fix typo in ReadMeAndreas Kling
2019-12-29Meta: Update ReadMe and move build instructions to a separate documentAndreas Kling
2019-12-29LibCore+LibGUI: Don't fire timers in non-visible windows by defaultAndreas Kling
2019-12-29LibDraw: Fix text rendering in progress barsAndreas Kling
2019-12-29Base: Add man page for purge(8)Andreas Kling
2019-12-29Kernel: Add a mode flag to sys$purge and allow purging clean inodesAndreas Kling
2019-12-29Kernel+SystemMonitor: Expose amount of per-process clean inode memoryAndreas Kling
2019-12-29Kernel+SystemMonitor: Expose amount of per-process dirty private memoryAndreas Kling
2019-12-29LibHTML: RenderingContext should keep the Palette aliveAndreas Kling
2019-12-29Build: Add instructions on where to get flock on macOSStefano Cristiano
2019-12-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-28LibHTML: Add missing flock to Makefile (thanks jcs)Andreas Kling
2019-12-28HackStudio: Check for make command on startupConrad Pankoff
2019-12-28Build: Fix missing IPC dependency for LibHTMLStefano Cristiano