summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-02-05LibC: Fix misplaced braceSergey Bugaev
2020-02-03LibC: Add byteswap.h, forwarding bswap_N to GCC builtinsKenzi Jeanis
2020-02-03LibC: Copy the net directory into /usr/include during buildKenzi Jeanis
2020-02-03LibC: Implement getsid()Sergey Bugaev
2020-02-03LibC: Move waitpid() to sys/wait.hSergey Bugaev
2020-02-03LibC: Implement isblank()Sergey Bugaev
2020-02-02LibC: Allow opting into malloc() and free() performance event loggingAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-02-02LibGUI: Save current wallpaper setting to WindowManager.ini.asliturk
2020-02-02LibC: Implement `putpwent()`Jesse Buhagiar
2020-02-02LibC: Implement append modes for `fopen()`Jesse Buhagiar
2020-02-02LibC: Move `FILE` definition to bits/FILE.hJesse Buhagiar
2020-02-02Meta: Claim copyright on files added by meAndrew Kaster
2020-02-02LibGUI: Make GAction scoped to its CObject parent (widget or window)Andreas Kling
2020-02-02LibCore: is<CObject>(object) should not default to trueAndreas Kling
2020-02-01LibCore: Fix CArgsParser build on my host machineAndreas Kling
2020-02-01LibC: The exec() family of functions should not search "." by defaultAndreas Kling
2020-02-01LibPthread: Disable debug spam by defaultAndreas Kling
2020-01-28LibGUI: Only consider starting a drag from an already selected itemSergey Bugaev
2020-01-28LibGUI+FileManager: Try better to detect executablesSergey Bugaev
2020-01-28LibCore: Rewrite CArgsParserSergey Bugaev
2020-01-28GFileSystemModel: Don't copy the null-terminator after readlink()Andreas Kling
2020-01-27LibGUI: Fix crash when trying to scroll above the head of the documentAndreas Kling
2020-01-27LibGUI: Add symlink targets as a column in GFileSystemModelAndreas Kling
2020-01-27LibGUI: Have GFileSystemModel use stat instead of lstat for the rootAndreas Kling
2020-01-27LibC: Add WSTOPSIG macroAndreas Kling
2020-01-27Kernel+LibC+Userland: Switch to 64-bit time_tAndreas Kling
2020-01-27LibGUI: Add 64-bit signed integer support to GVariantAndreas Kling
2020-01-26LibVT: Add parameter names in function signatures for clarityLinus Groh
2020-01-26LibVT: Rename escape$r to DECSTBM (Set Top and Bottom Margins)Linus Groh
2020-01-26LibVT: Remove empty lineLinus Groh
2020-01-26LibVT: Replace escape$h_l with SM (Set Mode) / RM (Reset Mode)Linus Groh
2020-01-26LibVT: Rename escape$f to HVP (Horizontal and Vertical Position)Linus Groh
2020-01-26LibVT: Rename escape$c to DA (Device Attributes)Linus Groh
2020-01-26LibVT: Rename escape$m to SGR (Select Graphic Rendition)Linus Groh
2020-01-26LibVT: Rename escape$H to CUP (Cursor Position)Linus Groh
2020-01-26LibVT: Rename escape$D to CUB (Cursor Backward)Linus Groh
2020-01-26LibVT: Rename escape$C to CUF (Cursor Forward)Linus Groh
2020-01-26LibVT: Rename escape$B to CUD (Cursor Down)Linus Groh
2020-01-26LibVT: Rename escape$A to CUU (Cursor Up)Linus Groh
2020-01-26LibCore: Add UDP socket and server classesAndreas Kling
2020-01-26LibCore: CSocket::set_blocking() was backwardsAndreas Kling
2020-01-26LibC: Only accept the first response from LookupServer in netdb codeAndreas Kling
2020-01-25LibVT: Rename escape$K and escape$J to EL and ED respectivelyAndreas Kling
2020-01-25LibVT: Fix off-by-ones in ED (Erase in Display) and EL (Erase in Line)Andreas Kling
2020-01-25LibVT: Make backspace (BS) non-destructiveAndreas Kling
2020-01-25LibVT: Support IND and RI (cursor down/up basically)Andreas Kling
2020-01-25LibVT: Rename EscapeState::ExpectBracket => GotEscapeAndreas Kling