| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WRAPPER] Add bridge for Display's resource_alloc when directly call (#2795) | Leslie Zhai | 2025-07-04 | 1 | -0/+16 |
| | | | | XOpenIM but not XOpenDisplay | ||||
| * | [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry ↵ | Leslie Zhai | 2025-07-03 | 1 | -1/+31 |
| | | | | | | | | | | | | | | | (#2788) (#2789) * [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry (#2788) * [WRAPPER] Use RunFunctionFmt to call x64 resource_alloc entry * [WRAPPER] Remove useless include header and DBGetBlock * [WRAPPER] Use FindElfAddress to check the function is from x64 space * [WRAPPER] Use find_XXX_Fct mechanism | ||||
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes | ||||
| * | [ANDROID] Add a few ALTNAMEs and unwrap ifdefs for lib names (#2224) | olegos2 | 2024-12-28 | 1 | -4/+0 |
| | | | | | | * [WRAPPED][ANDROID] A few more ALTNAMEs * [WRAPPED][ANDROID] Unwrap ifdefs for lib names | ||||
| * | [WRAPPER] merged android naming so no more ifdef is needed | ptitSeb | 2024-11-04 | 1 | -5/+2 |
| | | |||||
| * | [BOX32] Improved again, X11 and XImage handling | ptitSeb | 2024-10-09 | 1 | -1/+1 |
| | | |||||
| * | [BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to ↵ | ptitSeb | 2024-10-08 | 1 | -0/+1 |
| | | | | | help debug X11 programs) | ||||
| * | [WRAPPER] Reworked libX11 with new wrapperhelper | ptitSeb | 2024-09-20 | 1 | -11/+11 |
| | | |||||
| * | [WRAPPER] Added 1 wrapped function to libX11 (for #1204 and #1841) | ptitSeb | 2024-09-20 | 1 | -0/+6 |
| | | |||||
| * | Better X11 callback in list handling | ptitSeb | 2024-07-21 | 1 | -39/+23 |
| | | |||||
| * | Boosted number of X11 callback to 100 | ptitSeb | 2024-07-11 | 1 | -37/+1 |
| | | |||||
| * | Fixed some X11 wrapping (for Interrogation: You will be deceived linux ↵ | ptitSeb | 2024-07-10 | 1 | -0/+2 |
| | | | | | version #1414) | ||||
| * | More work on X11 wrapping, allowing gtk to run fully emulated | ptitSeb | 2024-03-07 | 1 | -16/+242 |
| | | |||||
| * | Adjusted dependancies for some X11 libs | ptitSeb | 2024-03-05 | 1 | -0/+6 |
| | | |||||
| * | Even more slot for X11 callbacks | ptitSeb | 2024-02-28 | 1 | -1/+19 |
| | | |||||
| * | Added some more slots for X11 callbacks (help Cyberpunk 2077) | ptitSeb | 2024-02-27 | 1 | -1/+9 |
| | | |||||
| * | Wrapped libraries refactor (#1257) | rajdakin | 2024-02-10 | 1 | -4/+0 |
| | | | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs | ||||
| * | Added more slot for X11 Callbacks wrapping | ptitSeb | 2024-01-29 | 1 | -1/+6 |
| | | |||||
| * | Reworked wrapping of callback in X11 Va args | ptitSeb | 2024-01-18 | 1 | -36/+289 |
| | | |||||
| * | Add __sF, __assert2 Symbol and set PThread Symbols on libc (#1004) | KreitinnSoftware | 2023-10-02 | 1 | -1/+6 |
| | | | | | | * Add __sF, __assert2 Symbol and set PThread Symbols on libc * [ANDROID] Fix Most Library Names | ||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 1 | -15/+15 |
| | | | |||||
| * | | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & ↵ | ptitSeb | 2023-07-08 | 1 | -3/+3 |
| | | | | | | | | | heroic and other libcef based software) | ||||
| * | | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768) | Yang Liu | 2023-05-07 | 1 | -20/+20 |
| |/ | | | | | | | | | * [WRAPPER] Used RunFunctionFmt for better sign-extend handling * [WRAPPER] Fixed some typos * [WRAPPER] Use L for unsigned long for better portability * [WRAPPER] More replace from U to L | ||||
| * | Rmoved the 32bits->64bits wrapper hack (there might be some regression, but ↵ | ptitSeb | 2023-03-19 | 1 | -8/+8 |
| | | | | | it's needed for riscv and other architectures wich sign extend ther 32bits values) | ||||
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 1 | -5/+2 |
| | | |||||
| * | Forgot a bunch of other box_ malloc/realloc/calloc/free use | ptitSeb | 2022-10-23 | 1 | -16/+16 |
| | | |||||
| * | Small refactor and simplification of library_t structure and box64context_t | ptitSeb | 2022-10-19 | 1 | -27/+25 |
| | | |||||
| * | Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ | ptitSeb | 2022-05-09 | 1 | -97/+13 |
| | | | | | more straight forward usage of native wrapped functions (ported from box86) | ||||
| * | Various small fixes and warning removal | ptitSeb | 2022-04-11 | 1 | -4/+4 |
| | | |||||
| * | Fixed some bugs on my__XVa* x11 wrapping (might help #265) | ptitSeb | 2022-04-05 | 1 | -16/+16 |
| | | |||||
| * | Small fixes to some wrapped X11 functions | ptitSeb | 2022-03-19 | 1 | -4/+4 |
| | | |||||
| * | Fixed new wrapped x11 functions (from 7943858290281e0fc506bd530d16427c5e93b011) | ptitSeb | 2022-03-14 | 1 | -18/+19 |
| | | |||||
| * | Add some function wrapper of libx11 | wannacu | 2022-03-11 | 1 | -22/+201 |
| | | |||||
| * | Some work to have steam streaming working (for #247) | ptitSeb | 2022-03-05 | 1 | -2/+259 |
| | | |||||
| * | Fixed some wrapped functions, upgraded the python script | rajdakin | 2021-06-04 | 1 | -59/+12 |
| | | |||||
| * | First pass | rajdakin | 2021-04-14 | 1 | -0/+2 |
| | | |||||
| * | Added many wrapped function, and fixed a few one too | ptitSeb | 2021-03-13 | 1 | -0/+53 |
| | | |||||
| * | Better functions name resolving when using TRACE, and fixed some printf ↵ | ptitSeb | 2021-03-10 | 1 | -7/+7 |
| | | | | | stuff again | ||||
| * | Fixed a few wrapped functions | ptitSeb | 2021-03-08 | 1 | -18/+0 |
| | | |||||
| * | Added wrapped libX11 | ptitSeb | 2021-03-08 | 1 | -0/+821 |