summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibIPC: Remove leading I from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGUI: Add HorizontalSlider and VerticalSlider convenience classesAndreas Kling
2020-02-06LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classesAndreas Kling
2020-02-06LibGfx: Unpublish FloatPoint from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish FloatSize from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish FloatRect from the global namespaceAndreas Kling
2020-02-06LibPthread: Install immediately after buildingAndreas Kling
2020-02-06LibM: Install immediately after buildingAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Unpublish Gfx::Size from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-06LibAudio: Put all classes in the Audio namespace and remove leading AAndreas Kling
2020-02-05LibC: Add posix_openpt(), grantpt() and unlockpt()Andreas Kling
2020-02-05LibIPC: Remove IPC::Encoder overloads for size_tAndreas Kling
2020-02-05LibIPC: Put all classes in the IPC namespace and remove the leading IAndreas Kling
2020-02-05LibProtocol: Rename namespace LibProtocol => ProtocolAndreas Kling
2020-02-05LibDraw: Override set_{non,}volatile in GIFLoaderjoshua stein
2020-02-05LibCore: CEventLoop: If timeval_sub makes tv_sec negative, use 0joshua stein
2020-02-05LibGUI: Don't specify LibC/ for standard includesjoshua stein
2020-02-05LibGUI: Remove unused m_layout_dirtyjoshua stein
2020-02-05LibDraw: Fix building with clangjoshua stein
2020-02-05LibDraw: Make [gs]et_pixel arguments usedjoshua stein
2020-02-05LibDraw: Don't specify LibC/ in standard include pathsjoshua stein
2020-02-05LibThread: Store thread id as pthread_t, use pthread_self()joshua stein
2020-02-05LibIPC: Add support for 64-bit size_t in IEncoderjoshua stein
2020-02-05LibCore: Fix building with clangjoshua stein
2020-02-05LibC: Move struct stat to sys/stat.hjoshua stein
2020-02-05Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap itSergey Bugaev
2020-02-05Kernel+LibC: Add some Unix signal types & definitionsSergey Bugaev
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