about summary refs log tree commit diff stats
path: root/src/wrapped32/generated (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [BOX32] Added a few 32bits wrapped function libSDL2ptitSeb2024-10-133-0/+4
|
* [BOX32] More work on libX11 and friends, using more shadow structure like ↵ptitSeb2024-10-125-19/+37
| | | | Screen and Visual (help wine, probably other too)
* [BOX32] Improved X11 event handlingptitSeb2024-10-125-1/+13
|
* [BOX32] Fixed some issues with X11 and XRandR 32bits wrappingptitSeb2024-10-112-0/+2
|
* [BOX32] Added and fixed some 32bits functions for libX11 and friendsptitSeb2024-10-105-0/+30
|
* [BOX32][WRAPPER] Added 32bits wrapped libXss (with new wrapperhelper)ptitSeb2024-10-104-0/+34
|
* [BOX32] More 32bits SDL-1.2 wrapped functionsptitSeb2024-10-104-1/+19
|
* [BOX32] More 32bits wrapped functionsptitSeb2024-10-104-0/+18
|
* [BOX32] Morewrapped SDL2 function, and improved handling of SDL_PixelFormatptitSeb2024-10-104-1/+25
|
* [BOX32] More X11 wrapping fixesptitSeb2024-10-094-16/+30
|
* [BOX32] Improved again, X11 and XImage handlingptitSeb2024-10-094-12/+10
|
* [BOX32] Added some more libSDL2 wrapped function (now linux limbo works, ↵ptitSeb2024-10-083-0/+4
| | | | with gamepad)
* [BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to ↵ptitSeb2024-10-084-4/+14
| | | | help debug X11 programs)
* [BOX32] More 32bits wrapped functionsptitSeb2024-10-085-0/+26
|
* [BOX32] Refactored X11 wrapping, and add a few more functionsptitSeb2024-10-085-0/+46
|
* [BOX32] More adjustments to x86 structures packing & alignment (or not)ptitSeb2024-10-081-6/+6
|
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-075-9/+19
|
* [BOX32][WRAPPER] Reworked 32bits libGL with new wrapperhelperptitSeb2024-10-074-53/+129
|
* [BOX32][WRAPPER] Reworked 32bits libasound with new wrapperhelperptitSeb2024-10-075-16/+313
|
* [BOX32] Added a couple of 32bits function to libcptitSeb2024-10-074-0/+12
|
* [BOX32][WRAPPING] Added 32bits wrapped libXi (with new wrapperhelper)ptitSeb2024-10-068-0/+162
|
* [BOX32] Added a few more 32bits libc symbolsptitSeb2024-10-063-0/+4
|
* [BOX32][WRAPPER] Added 32bits libuuid (with new wrapperhelper)ptitSeb2024-10-064-0/+34
|
* [BOX32][WRAPPER] Added 32bits wrapped libXcomposite (with new wrapperhelper)ptitSeb2024-10-064-0/+34
|
* [BOX32] More work on various wrapper, and some bug fixesptitSeb2024-10-0610-25/+195
|
* [BOX32] More work on 32bits X11 wrapping (not 12 Labor of Hercules 6 works ↵ptitSeb2024-10-055-6/+30
| | | | from Steam, but not Steam itself)
* [BOX32] Added many more 32bits wrapped function (some using wrapperhelper)ptitSeb2024-10-058-8/+176
|
* [BOX32][WRAPPER] Added 32bits libXinerama, with new wrapperhelperptitSeb2024-10-054-0/+34
|
* [BOX32][WRAPPER] Reworked 32bits libX11, with new wrapperhelperptitSeb2024-10-056-22/+1070
|
* [BOX32][WRAPEPR] Reworked 32bits libfontconfig with new wrapperhelperptitSeb2024-10-055-5/+88
|
* [BOX32][WRAPPER] Added more 32bits wrapped function to libfreetypeptitSeb2024-10-054-0/+40
|
* [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter ↵ptitSeb2024-10-046-0/+44
| | | | linux version now Works)
* [BOX32][WRAPPER] Reworked 32bits libXext with new wrapperhelperptitSeb2024-10-046-7/+286
|
* [BOX32][WRAPPER] Added wraped mostly empty 32bits libXextptitSeb2024-10-046-0/+58
|
* [BOX32][WRAPPER] Fixed 32bits mktimeptitSeb2024-10-043-0/+4
|
* [TRACE] Btter trace for ioctlptitSeb2024-10-043-4/+0
|
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ↵ptitSeb2024-10-042-0/+2
| | | | ones
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-036-232/+321
|
* [BOX32][WRAPPER] Added full wrapped support for 32bits libudev0 and libudev1ptitSeb2024-10-039-0/+84
|
* [BOX32][WRAPPER] Added a few more libX11 32bits wrapped functionsptitSeb2024-10-034-0/+16
|
* [BOX32][WRAPPER] Added a bunch of wrapped 32bits functions, and fixed a few ↵ptitSeb2024-09-305-2/+20
| | | | existing ones (Now Witcher 2 Linux boot and can enter tutorial, before crashing)
* [BOX32][WRAPPER] Added 32bits wrapping for SDL2_imageptitSeb2024-09-306-0/+90
|
* [BOX32][WRAPPER] Added a few more wrapped functions to libGL, libasound and ↵ptitSeb2024-09-304-0/+48
| | | | libX11
* [BOX32][WRAPPER] nl_langinfo signature needs t as return typeptitSeb2024-09-303-4/+4
|
* [BOX32] Handling of BOX64_MAXCPU for 32bits appsptitSeb2024-09-304-4/+10
|
* [BOX32][WRAPPER] Manualy changed wctype_t to h in libc wrappingptitSeb2024-09-303-4/+4
|
* Various box32 wrapped libs and script fixes (#1889)rajdakin2024-09-3074-432/+515
| | | | | | | * [WRAPPED32] Fixed the rebuild_wrappers_32 script, fixed some libc signatures * [WRAPPED32] Added back xdr functions * [WRAPPED32] Forgot to regenerate wrappers
* Revert a change ffrom previous build and pushed missing BOX32 generated ↵ptitSeb2024-09-294-17/+0
| | | | files too
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing ↵ptitSeb2024-09-295-1/+51
| | | | fonts in many games ([BOX64] also fixed some SDL2 signature on RWops)
* [BOX32][WRAPPER] Added some more 32bits libc functionsptitSeb2024-09-284-0/+12
|