| Commit message (Expand) | Author | Age | Files | Lines |
| * | [BOX32][WRAPPER] Added a few more FreeType wrapped functions | ptitSeb | 2024-11-30 | 1 | -0/+15 |
| * | [BOX32][WRAPPER] This should fix the build | ptitSeb | 2024-11-30 | 1 | -2/+2 |
| * | [BOX32][WRAPPER] Added some more libc wrapped functions | ptitSeb | 2024-11-30 | 1 | -18/+17 |
| * | [BOX32][WRAPPER] Added a few new wrapped functions | ptitSeb | 2024-11-29 | 1 | -3/+26 |
| * | [BOX32][WRAPPED] Added one more obstack wrapped function | ptitSeb | 2024-11-29 | 1 | -0/+1 |
| * | [BOX32][WRAPPER] Added minimum libresolv wrapping | ptitSeb | 2024-11-29 | 1 | -0/+4 |
| * | [WRAPPER][BOX32] Fixed a few wrapped functions (for hl2) | ptitSeb | 2024-11-16 | 1 | -1/+3 |
| * | [BOX32] Improve errno handling, and added a few more libc wrapped functions | ptitSeb | 2024-11-07 | 1 | -407/+522 |
| * | [WRAPPED32] Added an errno-aware calling convention (#2006) | rajdakin | 2024-11-06 | 1 | -0/+1 |
| * | [BOX32] Added 1 more sdl2 wrapped function | ptitSeb | 2024-10-22 | 1 | -0/+1 |
| * | [BOX32][WRAPPER] Added a few more SDL2 32bits wrapped functions | ptitSeb | 2024-10-19 | 1 | -0/+9 |
| * | [BOX32][WRAPPER] Added 32bits wrapped regex libc functions | ptitSeb | 2024-10-19 | 1 | -0/+10 |
| * | [BOX32][WRAPPER] Added some more libc wrapped function, and 32bits globalsymb... | ptitSeb | 2024-10-19 | 1 | -0/+3 |
| * | [BOX32][WRAPPER] Added a few symbols to libSDL2 | ptitSeb | 2024-10-18 | 1 | -0/+1 |
| * | [BOX32] A few more X11 wrapped functions and fixes | ptitSeb | 2024-10-18 | 1 | -0/+1 |
| * | [BOX32] Some more 32bits wrapped symbols | ptitSeb | 2024-10-13 | 1 | -0/+2 |
| * | [BOX32] Added some more 32bits wrapped function to libc | ptitSeb | 2024-10-13 | 1 | -0/+8 |
| * | [BOX32] Added some posix_file_action wrapped function, and fixed posix_spawn/... | ptitSeb | 2024-10-13 | 1 | -0/+9 |
| * | [BOX32] Added a few 32bits wrapped function libSDL2 | ptitSeb | 2024-10-13 | 1 | -0/+1 |
| * | [BOX32] More work on libX11 and friends, using more shadow structure like Scr... | ptitSeb | 2024-10-12 | 1 | -5/+14 |
| * | [BOX32] Improved X11 event handling | ptitSeb | 2024-10-12 | 1 | -0/+5 |
| * | [BOX32] Fixed some issues with X11 and XRandR 32bits wrapping | ptitSeb | 2024-10-11 | 1 | -0/+1 |
| * | [BOX32] Added and fixed some 32bits functions for libX11 and friends | ptitSeb | 2024-10-10 | 1 | -0/+12 |
| * | [BOX32][WRAPPER] Added 32bits wrapped libXss (with new wrapperhelper) | ptitSeb | 2024-10-10 | 1 | -0/+1 |
| * | [BOX32] More 32bits SDL-1.2 wrapped functions | ptitSeb | 2024-10-10 | 1 | -0/+7 |
| * | [BOX32] More 32bits wrapped functions | ptitSeb | 2024-10-10 | 1 | -0/+6 |
| * | [BOX32] Morewrapped SDL2 function, and improved handling of SDL_PixelFormat | ptitSeb | 2024-10-10 | 1 | -0/+9 |
| * | [BOX32] More X11 wrapping fixes | ptitSeb | 2024-10-09 | 1 | -4/+10 |
| * | [BOX32] Improved again, X11 and XImage handling | ptitSeb | 2024-10-09 | 1 | -4/+3 |
| * | [BOX32] Added some more libSDL2 wrapped function (now linux limbo works, with... | ptitSeb | 2024-10-08 | 1 | -0/+1 |
| * | [BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to he... | ptitSeb | 2024-10-08 | 1 | -1/+6 |
| * | [BOX32] More 32bits wrapped functions | ptitSeb | 2024-10-08 | 1 | -0/+9 |
| * | [BOX32] Refactored X11 wrapping, and add a few more functions | ptitSeb | 2024-10-08 | 1 | -0/+19 |
| * | [BOX32] More work on 32bits wrapped functions | ptitSeb | 2024-10-07 | 1 | -3/+8 |
| * | [BOX32][WRAPPER] Reworked 32bits libGL with new wrapperhelper | ptitSeb | 2024-10-07 | 1 | -13/+41 |
| * | [BOX32][WRAPPER] Reworked 32bits libasound with new wrapperhelper | ptitSeb | 2024-10-07 | 1 | -4/+73 |
| * | [BOX32] Added a couple of 32bits function to libc | ptitSeb | 2024-10-07 | 1 | -0/+4 |
| * | [BOX32][WRAPPING] Added 32bits wrapped libXi (with new wrapperhelper) | ptitSeb | 2024-10-06 | 1 | -0/+35 |
| * | [BOX32] Added a few more 32bits libc symbols | ptitSeb | 2024-10-06 | 1 | -0/+1 |
| * | [BOX32][WRAPPER] Added 32bits libuuid (with new wrapperhelper) | ptitSeb | 2024-10-06 | 1 | -0/+1 |
| * | [BOX32][WRAPPER] Added 32bits wrapped libXcomposite (with new wrapperhelper) | ptitSeb | 2024-10-06 | 1 | -0/+1 |
| * | [BOX32] More work on various wrapper, and some bug fixes | ptitSeb | 2024-10-06 | 1 | -7/+38 |
| * | [BOX32] More work on 32bits X11 wrapping (not 12 Labor of Hercules 6 works fr... | ptitSeb | 2024-10-05 | 1 | -1/+10 |
| * | [BOX32] Added many more 32bits wrapped function (some using wrapperhelper) | ptitSeb | 2024-10-05 | 1 | -2/+54 |
| * | [BOX32][WRAPPER] Added 32bits libXinerama, with new wrapperhelper | ptitSeb | 2024-10-05 | 1 | -0/+1 |
| * | [BOX32][WRAPPER] Reworked 32bits libX11, with new wrapperhelper | ptitSeb | 2024-10-05 | 1 | -6/+179 |
| * | [BOX32][WRAPEPR] Reworked 32bits libfontconfig with new wrapperhelper | ptitSeb | 2024-10-05 | 1 | -1/+12 |
| * | [BOX32][WRAPPER] Added more 32bits wrapped function to libfreetype | ptitSeb | 2024-10-05 | 1 | -0/+14 |
| * | [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter lin... | ptitSeb | 2024-10-04 | 1 | -0/+7 |
| * | [BOX32][WRAPPER] Reworked 32bits libXext with new wrapperhelper | ptitSeb | 2024-10-04 | 1 | -2/+36 |