Age | Commit message (Expand) | Author |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling |
2020-02-06 | LibIPC: Remove leading I from filenames | Andreas Kling |
2020-02-06 | LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout | Andreas Kling |
2020-02-06 | LibGUI: Add HorizontalSlider and VerticalSlider convenience classes | Andreas Kling |
2020-02-06 | LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes | Andreas Kling |
2020-02-06 | LibGfx: Unpublish FloatPoint from the global namespace | Andreas Kling |
2020-02-06 | LibGfx: Unpublish FloatSize from the global namespace | Andreas Kling |
2020-02-06 | LibGfx: Unpublish FloatRect from the global namespace | Andreas Kling |
2020-02-06 | LibPthread: Install immediately after building | Andreas Kling |
2020-02-06 | LibM: Install immediately after building | Andreas Kling |
2020-02-06 | LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png() | Andreas Kling |
2020-02-06 | LibGfx: Unpublish Gfx::Size from the global namespace | Andreas Kling |
2020-02-06 | LibGfx: Unpublish Gfx::Point from global namespace | Andreas Kling |
2020-02-06 | LibGfx: Unpublish Gfx::Rect from global namespace | Andreas Kling |
2020-02-06 | LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} | Andreas Kling |
2020-02-06 | LibGfx: Rename from LibDraw :^) | Andreas Kling |
2020-02-06 | LibDraw: Put all classes in the Gfx namespace | Andreas Kling |
2020-02-06 | LibAudio: Put all classes in the Audio namespace and remove leading A | Andreas Kling |
2020-02-05 | LibC: Add posix_openpt(), grantpt() and unlockpt() | Andreas Kling |
2020-02-05 | LibIPC: Remove IPC::Encoder overloads for size_t | Andreas Kling |
2020-02-05 | LibIPC: Put all classes in the IPC namespace and remove the leading I | Andreas Kling |
2020-02-05 | LibProtocol: Rename namespace LibProtocol => Protocol | Andreas Kling |
2020-02-05 | LibDraw: Override set_{non,}volatile in GIFLoader | joshua stein |
2020-02-05 | LibCore: CEventLoop: If timeval_sub makes tv_sec negative, use 0 | joshua stein |
2020-02-05 | LibGUI: Don't specify LibC/ for standard includes | joshua stein |
2020-02-05 | LibGUI: Remove unused m_layout_dirty | joshua stein |
2020-02-05 | LibDraw: Fix building with clang | joshua stein |
2020-02-05 | LibDraw: Make [gs]et_pixel arguments used | joshua stein |
2020-02-05 | LibDraw: Don't specify LibC/ in standard include paths | joshua stein |
2020-02-05 | LibThread: Store thread id as pthread_t, use pthread_self() | joshua stein |
2020-02-05 | LibIPC: Add support for 64-bit size_t in IEncoder | joshua stein |
2020-02-05 | LibCore: Fix building with clang | joshua stein |
2020-02-05 | LibC: Move struct stat to sys/stat.h | joshua stein |
2020-02-05 | Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap it | Sergey Bugaev |
2020-02-05 | Kernel+LibC: Add some Unix signal types & definitions | Sergey Bugaev |
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 |