summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-12-28AK: Unbreak Tests Makefile. Turns out this newline was effectful :^)Andreas Kling
2019-12-28Build: go back to ordering SUBDIRS by their usefulnessjoshua stein
2019-12-28Build: consider IPCCOMPILER and FORMCOMPILER just for orderingjoshua stein
2019-12-28Build: wrap make invocations with flock(1)joshua stein
2019-12-28Build: build Userland binaries separatelyjoshua stein
2019-12-28Build: Put C and M at the front of $LIB_DEPS to build firstjoshua stein
2019-12-28Toolchain: Fix building binutils on macOS with --enable-sharedStefano Cristiano
2019-12-28Base: Add 2x upscaled Liza fontsTibor Nagy
2019-12-28HackStudio: Add file list context menu and file removal actionConrad Pankoff
2019-12-28Kernel: Fix code locked behind NETWORK_TASK_DEBUGConrad Pankoff
2019-12-28Kernel: Route all loopback traffic through the loopback adapterConrad Pankoff
2019-12-28MenuApplets: Add gitignore for clock appletConrad Pankoff
2019-12-28Kernel: Move incoming packet buffer off the NetworkTask stackConrad Pankoff
2019-12-27LibC: implement fgetpos and fsetposPaweł Cholewa
2019-12-27LibC+ping: Let's use the traditional timersub() et al prototypesAndreas Kling
2019-12-27GListView: Fix for theme support. We have to use theme colors.Hüseyin ASLITÜRK
2019-12-27WindowServer: Remove Clock from server.Hüseyin ASLITÜRK
2019-12-27MenuApplets: Add Clock applet, move code from WindowServer to the applet.Hüseyin ASLITÜRK
2019-12-27LibC: Add timeval operationsMauri de Souza Nunes
2019-12-27LibC: Remove some functions we had two ofAndreas Kling
2019-12-27LibDraw: Remove redundant Rect copy constructorAndreas Kling
2019-12-27Toolchain: Allow building shared objectsAndreas Kling
2019-12-27LibPthread: Log debug info to debug console instead of stdout (#931)Valtteri Koskivuori
2019-12-27Build: Fix missing IPC dependency for Browser.Valtteri Koskivuori
2019-12-27WindowServer: Use the system theme for the fallback window backgroundAndreas Kling
2019-12-27WindowServer: Recompute window occlusions on window stack changesAndreas Kling
2019-12-27WindowServer: Don't send paint events to occluded windowsAndreas Kling
2019-12-27WindowServer+LibGUI: Mark window bitmaps volatile in occluded windowsAndreas Kling
2019-12-27AK: Fix unused parameter bug in SinglyLinkedList (#928)Valtteri Koskivuori
2019-12-27gron: Implement a simplified variant of @tomnomnom's "gron"Andreas Kling
2019-12-27Build: Allow building serenityOS ext2 root filesystem on macOS hostStefano Cristiano
2019-12-27Build: Disable compiling tests on macOS hostStefano Cristiano
2019-12-27LibCore: Allow LibCore to be compiled on macOS hostStefano Cristiano
2019-12-27LibCore: Fix errors when compiling LibCore using clang instead of gccStefano Cristiano
2019-12-27Build: Disable unknown GCC specific warnings when compiling host tools using ...Stefano Cristiano
2019-12-27Build: Make sure that RANLIB and AR use cross-compiler provided executablesStefano Cristiano
2019-12-27Toolchain: Statically link serenity cross-compiler on macOS to keep the cross...Stefano Cristiano
2019-12-27AK: Simplify const T& versions of append/insert in SinglyLinkedListConrad Pankoff
2019-12-27Kernel: Add kernel-level timer queue (heavily based on @juliusf's work)Conrad Pankoff
2019-12-27AK: Add insert_{before,after}(iterator, value) to SinglyLinkedListConrad Pankoff
2019-12-27Kernel: Separate runnable thread queues by priorityAndreas Kling
2019-12-27LibGUI: Remove bitrotted automatic keybinds featureAndreas Kling
2019-12-27PaintBrush: Add an "ellipse tool"Shannon Booth