| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added a few wrapped function and fixed some other (for Steam) | ptitSeb | 2024-11-06 | 1 | -11/+17 |
| * | A bit more trace for emited signals | ptitSeb | 2024-11-06 | 1 | -0/+2 |
| * | Silenced a signal message | ptitSeb | 2024-11-05 | 1 | -1/+1 |
| * | Disabling memory bit test when pagesize is not 4K | ptitSeb | 2024-11-05 | 1 | -0/+2 |
| * | Improve handling of memory protection, and excution bit | ptitSeb | 2024-11-04 | 2 | -30/+100 |
| * | Improved clone wrapped function compatibility | ptitSeb | 2024-10-30 | 1 | -1/+4 |
| * | [Box64] Fix compilation issues (#1938) (#1952) | Chi-Kuan Chiu | 2024-10-22 | 1 | -2/+4 |
| * | [BOX32][WRAPPER] Added a few more SDL2 32bits wrapped functions | ptitSeb | 2024-10-19 | 1 | -0/+10 |
| * | [BOX32] Fixed to a couple of wrapped libc functions | ptitSeb | 2024-10-19 | 1 | -5/+5 |
| * | [BOX32][WRAPPER] Added 32bits wrapped regex libc functions | ptitSeb | 2024-10-19 | 1 | -0/+30 |
| * | [BOX32] A few more fixes to libX11 wrapping | ptitSeb | 2024-10-18 | 2 | -3/+3 |
| * | [BOX32] A few more X11 wrapped functions and fixes | ptitSeb | 2024-10-18 | 2 | -0/+14 |
| * | [BOX32] Allow internal memory to be in 32bits space if needed | ptitSeb | 2024-10-13 | 2 | -4/+4 |
| * | [BOX32] Reworked alignment for 32bits stacks | ptitSeb | 2024-10-13 | 1 | -0/+1 |
| * | [BOX32] More work on libX11 and friends, using more shadow structure like Scr... | ptitSeb | 2024-10-12 | 4 | -121/+276 |
| * | [BOX32] Improved X11 event handling | ptitSeb | 2024-10-12 | 6 | -475/+1981 |
| * | [BOX32] Fixed some issues with X11 and XRandR 32bits wrapping | ptitSeb | 2024-10-11 | 2 | -31/+49 |
| * | [BOX32] Added and fixed some 32bits functions for libX11 and friends | ptitSeb | 2024-10-10 | 4 | -0/+255 |
| * | [BOX32] Improved pthread_mutex handling | ptitSeb | 2024-10-10 | 1 | -36/+59 |
| * | [BOX32] Fixed getifaddrs 32bits wrapped function | ptitSeb | 2024-10-10 | 1 | -3/+2 |
| * | [BOX32] Morewrapped SDL2 function, and improved handling of SDL_PixelFormat | ptitSeb | 2024-10-10 | 1 | -0/+72 |
| * | [BOX32] More X11 wrapping fixes | ptitSeb | 2024-10-09 | 2 | -4/+36 |
| * | [BOX32] Improved handlong of XImage | ptitSeb | 2024-10-09 | 3 | -2/+20 |
| * | [BOX32] Added better handling of fcntl (should help Wine when futex_waitv sys... | ptitSeb | 2024-10-08 | 1 | -1/+25 |
| * | [BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to he... | ptitSeb | 2024-10-08 | 2 | -0/+22 |
| * | [BOX32] Refactored X11 wrapping, and add a few more functions | ptitSeb | 2024-10-08 | 4 | -0/+1153 |
| * | [BOX32] More adjustments to x86 structures packing & alignment (or not) | ptitSeb | 2024-10-08 | 3 | -219/+219 |
| * | [BOX32] More work on 32bits wrapped functions | ptitSeb | 2024-10-07 | 5 | -12/+42 |
| * | [BOX32] Added a couple of 32bits function to libc | ptitSeb | 2024-10-07 | 1 | -0/+78 |
| * | [BOX32][WRAPPING] Added 32bits wrapped libXi (with new wrapperhelper) | ptitSeb | 2024-10-06 | 2 | -1/+69 |
| * | [BOX32] Forgot a few more x86 structure to properly align | ptitSeb | 2024-10-06 | 2 | -7/+7 |
| * | [BOX32] Proper alignment for x86 structures | ptitSeb | 2024-10-06 | 2 | -67/+67 |
| * | [BOX32] More work on various wrapper, and some bug fixes | ptitSeb | 2024-10-06 | 2 | -0/+52 |
| * | [BOX32] More work on 32bits X11 wrapping (not 12 Labor of Hercules 6 works fr... | ptitSeb | 2024-10-05 | 2 | -0/+34 |
| * | [BOX32] Added many more 32bits wrapped function (some using wrapperhelper) | ptitSeb | 2024-10-05 | 3 | -43/+76 |
| * | [BOX32][WRAPPER] Reworked 32bits libX11, with new wrapperhelper | ptitSeb | 2024-10-05 | 2 | -0/+9 |
| * | [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter lin... | ptitSeb | 2024-10-04 | 1 | -0/+40 |
| * | [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ... | ptitSeb | 2024-10-04 | 2 | -32/+114 |
| * | [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocator | ptitSeb | 2024-10-03 | 1 | -0/+17 |
| * | [BOX32] Fixed scanf type function when grabing long/ptr type of data | ptitSeb | 2024-10-03 | 1 | -12/+304 |
| * | [BOX32][WRAPPER] Added a bunch of wrapped 32bits functions, and fixed a few e... | ptitSeb | 2024-09-30 | 1 | -0/+16 |
| * | [BOX32][WRAPPER] Added 32bits wrapping for SDL2_image | ptitSeb | 2024-09-30 | 1 | -0/+20 |
| * | [BOX32][WRAPPER] More work on SDL2 Wrapping(but TheStanleyParable still don't... | ptitSeb | 2024-09-30 | 1 | -74/+131 |
| * | Various box32 wrapped libs and script fixes (#1889) | rajdakin | 2024-09-30 | 2 | -6/+2 |
| * | [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing fon... | ptitSeb | 2024-09-29 | 1 | -5/+60 |
| * | [BOX32] Added 3 more event type to SDL2 event conversion | ptitSeb | 2024-09-29 | 1 | -0/+40 |
| * | [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library... | Pablo Labs | 2024-09-29 | 1 | -0/+9 |
| * | [BOX32] Added 1event type for SDL2_Event conversions | ptitSeb | 2024-09-28 | 1 | -0/+8 |
| * | [BOX32][WRAPPER] Added a bunch of 32bits functions to SDL2 and libc | ptitSeb | 2024-09-28 | 1 | -0/+110 |
| * | [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881) | Yang Liu | 2024-09-27 | 3 | -25/+242 |