about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a few wrapped function and fixed some other (for Steam)ptitSeb2024-11-061-11/+17
|
* A bit more trace for emited signalsptitSeb2024-11-061-0/+2
|
* Silenced a signal messageptitSeb2024-11-051-1/+1
|
* Disabling memory bit test when pagesize is not 4KptitSeb2024-11-051-0/+2
|
* Improve handling of memory protection, and excution bitptitSeb2024-11-042-30/+100
|
* Improved clone wrapped function compatibilityptitSeb2024-10-301-1/+4
|
* [Box64] Fix compilation issues (#1938) (#1952)Chi-Kuan Chiu2024-10-221-2/+4
| | | | | | | Fixed compilation errors related to variable declarations within switch-case statements without enclosing braces. This adjustment ensures compatibility with older versions of compiler. Resolves: #1938
* [BOX32][WRAPPER] Added a few more SDL2 32bits wrapped functionsptitSeb2024-10-191-0/+10
|
* [BOX32] Fixed to a couple of wrapped libc functionsptitSeb2024-10-191-5/+5
|
* [BOX32][WRAPPER] Added 32bits wrapped regex libc functionsptitSeb2024-10-191-0/+30
|
* [BOX32] A few more fixes to libX11 wrappingptitSeb2024-10-182-3/+3
|
* [BOX32] A few more X11 wrapped functions and fixesptitSeb2024-10-182-0/+14
|
* [BOX32] Allow internal memory to be in 32bits space if neededptitSeb2024-10-132-4/+4
|
* [BOX32] Reworked alignment for 32bits stacksptitSeb2024-10-131-0/+1
|
* [BOX32] More work on libX11 and friends, using more shadow structure like ↵ptitSeb2024-10-124-121/+276
| | | | Screen and Visual (help wine, probably other too)
* [BOX32] Improved X11 event handlingptitSeb2024-10-126-475/+1981
|
* [BOX32] Fixed some issues with X11 and XRandR 32bits wrappingptitSeb2024-10-112-31/+49
|
* [BOX32] Added and fixed some 32bits functions for libX11 and friendsptitSeb2024-10-104-0/+255
|
* [BOX32] Improved pthread_mutex handlingptitSeb2024-10-101-36/+59
|
* [BOX32] Fixed getifaddrs 32bits wrapped functionptitSeb2024-10-101-3/+2
|
* [BOX32] Morewrapped SDL2 function, and improved handling of SDL_PixelFormatptitSeb2024-10-101-0/+72
|
* [BOX32] More X11 wrapping fixesptitSeb2024-10-092-4/+36
|
* [BOX32] Improved handlong of XImageptitSeb2024-10-093-2/+20
|
* [BOX32] Added better handling of fcntl (should help Wine when futex_waitv ↵ptitSeb2024-10-081-1/+25
| | | | syscall is not available)
* [BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to ↵ptitSeb2024-10-082-0/+22
| | | | help debug X11 programs)
* [BOX32] Refactored X11 wrapping, and add a few more functionsptitSeb2024-10-084-0/+1153
|
* [BOX32] More adjustments to x86 structures packing & alignment (or not)ptitSeb2024-10-083-219/+219
|
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-075-12/+42
|
* [BOX32] Added a couple of 32bits function to libcptitSeb2024-10-071-0/+78
|
* [BOX32][WRAPPING] Added 32bits wrapped libXi (with new wrapperhelper)ptitSeb2024-10-062-1/+69
|
* [BOX32] Forgot a few more x86 structure to properly alignptitSeb2024-10-062-7/+7
|
* [BOX32] Proper alignment for x86 structuresptitSeb2024-10-062-67/+67
|
* [BOX32] More work on various wrapper, and some bug fixesptitSeb2024-10-062-0/+52
|
* [BOX32] More work on 32bits X11 wrapping (not 12 Labor of Hercules 6 works ↵ptitSeb2024-10-052-0/+34
| | | | from Steam, but not Steam itself)
* [BOX32] Added many more 32bits wrapped function (some using wrapperhelper)ptitSeb2024-10-053-43/+76
|
* [BOX32][WRAPPER] Reworked 32bits libX11, with new wrapperhelperptitSeb2024-10-052-0/+9
|
* [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter ↵ptitSeb2024-10-041-0/+40
| | | | linux version now Works)
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ↵ptitSeb2024-10-042-32/+114
| | | | ones
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-031-0/+17
|
* [BOX32] Fixed scanf type function when grabing long/ptr type of dataptitSeb2024-10-031-12/+304
|
* [BOX32][WRAPPER] Added a bunch of wrapped 32bits functions, and fixed a few ↵ptitSeb2024-09-301-0/+16
| | | | existing ones (Now Witcher 2 Linux boot and can enter tutorial, before crashing)
* [BOX32][WRAPPER] Added 32bits wrapping for SDL2_imageptitSeb2024-09-301-0/+20
|
* [BOX32][WRAPPER] More work on SDL2 Wrapping(but TheStanleyParable still ↵ptitSeb2024-09-301-74/+131
| | | | don't have mouse input working)
* Various box32 wrapped libs and script fixes (#1889)rajdakin2024-09-302-6/+2
| | | | | | | * [WRAPPED32] Fixed the rebuild_wrappers_32 script, fixed some libc signatures * [WRAPPED32] Added back xdr functions * [WRAPPED32] Forgot to regenerate wrappers
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing ↵ptitSeb2024-09-291-5/+60
| | | | fonts in many games ([BOX64] also fixed some SDL2 signature on RWops)
* [BOX32] Added 3 more event type to SDL2 event conversionptitSeb2024-09-291-0/+40
|
* [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl ↵Pablo Labs2024-09-291-0/+9
| | | | | | | library names on library_list_32.h (#1883) * [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library names on library_list_32.h * Fix Various Warnings
* [BOX32] Added 1event type for SDL2_Event conversionsptitSeb2024-09-281-0/+8
|
* [BOX32][WRAPPER] Added a bunch of 32bits functions to SDL2 and libcptitSeb2024-09-281-0/+110
|
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-273-25/+242
|