index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-01-03
Kernel: Remove read_tsc() syscall
Andreas Kling
2020-01-03
Lib: Remove Stopwatch class
Andreas Kling
2020-01-02
Build: add support for building on OpenBSD
joshua stein
2020-01-02
Build: HOST_CXX -> USE_HOST_CXX
joshua stein
2020-01-02
LibGUI: Clear out a GJsonArrayModel if it fails to open the JSON source
Andreas Kling
2020-01-02
Browser+LibHTML: Add resolved element style to the DOM inspector
Andreas Kling
2020-01-02
LibHTML: Include element attributes in the DOMTreeModel
Andreas Kling
2020-01-02
LibHTML: Have element keep a pointer to their resolved style
Andreas Kling
2020-01-02
LibC+Userland: Add a proper syscall wrapper for purge()
Andreas Kling
2020-01-02
Kernel: Remove broken implementation of Unix SHM
Andreas Kling
2020-01-02
LibELF: Simplify R_386_32 relocations to ignore symbol bind value
Andrew Kaster
2020-01-02
LibCore: CSocketAddress: pull in netinet/in.h
joshua stein
2020-01-02
LibC: move in_addr and sockaddr_in to netinet/in.h
joshua stein
2020-01-02
WindowServer+LibGUI: Taskbar should show all windows from each process
Andreas Kling
2020-01-02
LibGUI: Tweak GAboutDialog text
Andreas Kling
2020-01-01
LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline
Andrew Kaster
2020-01-01
LibELF: Call DT_INIT method now that startfiles are correct for DSOs
Andrew Kaster
2020-01-01
LibVT: fix pixel size calculations in terminal_did_resize
joshua stein
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2020-01-01
LibC: Use LibELF in dlfcn.cpp to dynamically load libraries
Andrew Kaster
2020-01-01
LibELF: Add ELFDynamicObject to dynamically load libaries
Andrew Kaster
2020-01-01
LibELF: Replace kprintf's in ELFImage.cpp with dbgprintf
Andrew Kaster
2020-01-01
LibC: Move __cxa_finalize and __cxa_atexit code to their own file
Andrew Kaster
2020-01-01
LibGUI: Close and cancel GDialog on escape
Conrad Pankoff
2019-12-30
Kernel: Also add a process boosting mechanism
Andreas Kling
2019-12-30
Kernel: Add a basic thread boosting mechanism
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-30
LibHTML: Ignore all CSS rules starting with "@" for now
Andreas Kling
2019-12-30
LibCore: Use JsonObject::get_ptr() in CProcessStatisticsReader
Andreas Kling
2019-12-30
LibDraw: Store glyph spacing information in the fonts headers
Tibor Nagy
2019-12-30
LibIPC: Let's start building custom message codecs for LibIPC
Andreas Kling
2019-12-30
LibGUI: Call GWidget::resize_event() before doing widget layout
Andreas Kling
2019-12-29
LibGUI: Relayout GTextEditor on font change
Andreas Kling
2019-12-29
LibCore+LibGUI: Don't fire timers in non-visible windows by default
Andreas Kling
2019-12-29
LibDraw: Fix text rendering in progress bars
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process clean inode memory
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process dirty private memory
Andreas Kling
2019-12-29
LibHTML: RenderingContext should keep the Palette alive
Andreas Kling
2019-12-29
LibDraw+LibGUI: Allow changing individual colors in a Palette
Andreas Kling
2019-12-28
LibHTML: Add missing flock to Makefile (thanks jcs)
Andreas Kling
2019-12-28
Build: Fix missing IPC dependency for LibHTML
Stefano Cristiano
2019-12-28
Build: wrap make invocations with flock(1)
joshua stein
2019-12-27
LibC: implement fgetpos and fsetpos
Paweł Cholewa
2019-12-27
LibC+ping: Let's use the traditional timersub() et al prototypes
Andreas Kling
2019-12-27
GListView: Fix for theme support. We have to use theme colors.
Hüseyin ASLITÜRK
2019-12-27
LibC: Add timeval operations
Mauri de Souza Nunes
2019-12-27
LibC: Remove some functions we had two of
Andreas Kling
2019-12-27
LibDraw: Remove redundant Rect copy constructor
Andreas Kling
2019-12-27
LibPthread: Log debug info to debug console instead of stdout (#931)
Valtteri Koskivuori
2019-12-27
WindowServer: Use the system theme for the fallback window background
Andreas Kling
[next]