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-02-05
LibC: Fix misplaced brace
Sergey Bugaev
2020-02-03
LibC: Add byteswap.h, forwarding bswap_N to GCC builtins
Kenzi Jeanis
2020-02-03
LibC: Copy the net directory into /usr/include during build
Kenzi Jeanis
2020-02-03
LibC: Implement getsid()
Sergey Bugaev
2020-02-03
LibC: Move waitpid() to sys/wait.h
Sergey Bugaev
2020-02-03
LibC: Implement isblank()
Sergey Bugaev
2020-02-02
LibC: Allow opting into malloc() and free() performance event logging
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-02-02
LibGUI: Save current wallpaper setting to WindowManager.ini.
asliturk
2020-02-02
LibC: Implement `putpwent()`
Jesse Buhagiar
2020-02-02
LibC: Implement append modes for `fopen()`
Jesse Buhagiar
2020-02-02
LibC: Move `FILE` definition to bits/FILE.h
Jesse Buhagiar
2020-02-02
Meta: Claim copyright on files added by me
Andrew Kaster
2020-02-02
LibGUI: Make GAction scoped to its CObject parent (widget or window)
Andreas Kling
2020-02-02
LibCore: is<CObject>(object) should not default to true
Andreas Kling
2020-02-01
LibCore: Fix CArgsParser build on my host machine
Andreas Kling
2020-02-01
LibC: The exec() family of functions should not search "." by default
Andreas Kling
2020-02-01
LibPthread: Disable debug spam by default
Andreas Kling
2020-01-28
LibGUI: Only consider starting a drag from an already selected item
Sergey Bugaev
2020-01-28
LibGUI+FileManager: Try better to detect executables
Sergey Bugaev
2020-01-28
LibCore: Rewrite CArgsParser
Sergey Bugaev
2020-01-28
GFileSystemModel: Don't copy the null-terminator after readlink()
Andreas Kling
2020-01-27
LibGUI: Fix crash when trying to scroll above the head of the document
Andreas Kling
2020-01-27
LibGUI: Add symlink targets as a column in GFileSystemModel
Andreas Kling
2020-01-27
LibGUI: Have GFileSystemModel use stat instead of lstat for the root
Andreas Kling
2020-01-27
LibC: Add WSTOPSIG macro
Andreas Kling
2020-01-27
Kernel+LibC+Userland: Switch to 64-bit time_t
Andreas Kling
2020-01-27
LibGUI: Add 64-bit signed integer support to GVariant
Andreas Kling
2020-01-26
LibVT: Add parameter names in function signatures for clarity
Linus Groh
2020-01-26
LibVT: Rename escape$r to DECSTBM (Set Top and Bottom Margins)
Linus Groh
2020-01-26
LibVT: Remove empty line
Linus Groh
2020-01-26
LibVT: Replace escape$h_l with SM (Set Mode) / RM (Reset Mode)
Linus Groh
2020-01-26
LibVT: Rename escape$f to HVP (Horizontal and Vertical Position)
Linus Groh
2020-01-26
LibVT: Rename escape$c to DA (Device Attributes)
Linus Groh
2020-01-26
LibVT: Rename escape$m to SGR (Select Graphic Rendition)
Linus Groh
2020-01-26
LibVT: Rename escape$H to CUP (Cursor Position)
Linus Groh
2020-01-26
LibVT: Rename escape$D to CUB (Cursor Backward)
Linus Groh
2020-01-26
LibVT: Rename escape$C to CUF (Cursor Forward)
Linus Groh
2020-01-26
LibVT: Rename escape$B to CUD (Cursor Down)
Linus Groh
2020-01-26
LibVT: Rename escape$A to CUU (Cursor Up)
Linus Groh
2020-01-26
LibCore: Add UDP socket and server classes
Andreas Kling
2020-01-26
LibCore: CSocket::set_blocking() was backwards
Andreas Kling
2020-01-26
LibC: Only accept the first response from LookupServer in netdb code
Andreas Kling
2020-01-25
LibVT: Rename escape$K and escape$J to EL and ED respectively
Andreas Kling
2020-01-25
LibVT: Fix off-by-ones in ED (Erase in Display) and EL (Erase in Line)
Andreas Kling
2020-01-25
LibVT: Make backspace (BS) non-destructive
Andreas Kling
2020-01-25
LibVT: Support IND and RI (cursor down/up basically)
Andreas Kling
2020-01-25
LibVT: Rename EscapeState::ExpectBracket => GotEscape
Andreas Kling
[next]