summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-01-03Kernel: Remove read_tsc() syscallAndreas Kling
2020-01-03Lib: Remove Stopwatch classAndreas Kling
2020-01-02Build: add support for building on OpenBSDjoshua stein
2020-01-02Build: HOST_CXX -> USE_HOST_CXXjoshua stein
2020-01-02LibGUI: Clear out a GJsonArrayModel if it fails to open the JSON sourceAndreas Kling
2020-01-02Browser+LibHTML: Add resolved element style to the DOM inspectorAndreas Kling
2020-01-02LibHTML: Include element attributes in the DOMTreeModelAndreas Kling
2020-01-02LibHTML: Have element keep a pointer to their resolved styleAndreas Kling
2020-01-02LibC+Userland: Add a proper syscall wrapper for purge()Andreas Kling
2020-01-02Kernel: Remove broken implementation of Unix SHMAndreas Kling
2020-01-02LibELF: Simplify R_386_32 relocations to ignore symbol bind valueAndrew Kaster
2020-01-02LibCore: CSocketAddress: pull in netinet/in.hjoshua stein
2020-01-02LibC: move in_addr and sockaddr_in to netinet/in.hjoshua stein
2020-01-02WindowServer+LibGUI: Taskbar should show all windows from each processAndreas Kling
2020-01-02LibGUI: Tweak GAboutDialog textAndreas Kling
2020-01-01LibELF: Re-organize ELFDynamicObject::load and add PLT trampolineAndrew Kaster
2020-01-01LibELF: Call DT_INIT method now that startfiles are correct for DSOsAndrew Kaster
2020-01-01LibVT: fix pixel size calculations in terminal_did_resizejoshua stein
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2020-01-01LibC: Use LibELF in dlfcn.cpp to dynamically load librariesAndrew Kaster
2020-01-01LibELF: Add ELFDynamicObject to dynamically load libariesAndrew Kaster
2020-01-01LibELF: Replace kprintf's in ELFImage.cpp with dbgprintfAndrew Kaster
2020-01-01LibC: Move __cxa_finalize and __cxa_atexit code to their own fileAndrew Kaster
2020-01-01LibGUI: Close and cancel GDialog on escapeConrad Pankoff
2019-12-30Kernel: Also add a process boosting mechanismAndreas 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-30LibCore: Use JsonObject::get_ptr() in CProcessStatisticsReaderAndreas Kling
2019-12-30LibDraw: Store glyph spacing information in the fonts headersTibor Nagy
2019-12-30LibIPC: Let's start building custom message codecs for LibIPCAndreas Kling
2019-12-30LibGUI: Call GWidget::resize_event() before doing widget layoutAndreas Kling
2019-12-29LibGUI: Relayout GTextEditor on font changeAndreas 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-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-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-28LibHTML: Add missing flock to Makefile (thanks jcs)Andreas Kling
2019-12-28Build: Fix missing IPC dependency for LibHTMLStefano Cristiano
2019-12-28Build: wrap make invocations with flock(1)joshua stein
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-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-27LibPthread: Log debug info to debug console instead of stdout (#931)Valtteri Koskivuori
2019-12-27WindowServer: Use the system theme for the fallback window backgroundAndreas Kling