about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a couple of symbols to wrapped libcms2 and libgstaudio-1.0ptitSeb2024-04-012-6/+6
* Improve memory handling for wine, againptitSeb2024-03-271-1/+1
* Do not expose FMA cpu extension, it's associated to AVX by some enginesptitSeb2024-03-111-1/+1
* [VULKAN] Added 1 more NV extensionptitSeb2024-03-101-0/+7
* Improved unload of libs (help wine when dlopen / dlclose is supposed to unloa...ptitSeb2024-03-092-2/+3
* Don't try to load libstdc++ when loaing libGL if it's wine (helps mobox, mayb...ptitSeb2024-03-091-1/+1
* Change wrapping of _exit to just exit immediatly as expectedptitSeb2024-03-083-3/+1
* More work on X11 wrapping, allowing gtk to run fully emulatedptitSeb2024-03-0712-29/+318
* More wrapped functions on libs harfbuzz and fontconfigptitSeb2024-03-077-6/+39
* [NOGTK] libpangoft2 is also part of the gtk familyptitSeb2024-03-071-0/+4
* [VULKAN] Added one more vulkan extensionptitSeb2024-03-074-1/+21
* Some work on gtk and co wrappingptitSeb2024-03-074-11/+16
* Added 1 more function to libpng16ptitSeb2024-03-061-0/+1
* Add more slot to gobject2 callbacksptitSeb2024-03-061-0/+3
* some gcrypt wrapping (#1338)Lily2024-03-064-20/+54
* Fixed a warning (#1335)Yang Liu2024-03-061-1/+2
* Improved wrapping of xcb (xcb_XXX_iterator_t and xcb_contection_t)ptitSeb2024-03-069-29/+52
* Added 2 pthread wraps (#1334)Lily2024-03-051-2/+2
* Added 1 more function to libXrandr (should fix VampireSurvivors 1.9+)ptitSeb2024-03-051-1/+1
* Adjusted dependancies for some X11 libsptitSeb2024-03-054-2/+20
* Added a few more flags on of_convert to limit warningsptitSeb2024-03-051-0/+11
* [WRAPPER] Fixed a typo in the signature of my___libc_start_main (#1323)xctan2024-03-041-1/+1
* Added 2 more symbols to wrapped libicuucptitSeb2024-03-044-0/+8
* Added a few more libc wrapped functionsptitSeb2024-03-044-2/+19
* Added libstdc++ when loading libGL (only if libgcc_s is already loaded), help...ptitSeb2024-03-041-0/+6
* Added wrapped support for EGL/GLESv2ptitSeb2024-02-2912-99/+691
* Added all wrapped function to libpciptitSeb2024-02-284-34/+55
* Even more slot for X11 callbacksptitSeb2024-02-281-1/+19
* [RV64_DYNAREC] Fixed RDTSC handling (#1291)Yang Liu2024-02-271-4/+13
* Added some more wrapped libm functionsptitSeb2024-02-274-10/+63
* Added some more vulkan extensionsptitSeb2024-02-271-0/+11
* Added some more slots for X11 callbacks (help Cyberpunk 2077)ptitSeb2024-02-271-1/+9
* [ANDROID] BBBBUUUIIIIILLLLDDDDptitSeb2024-02-261-1/+1
* [ANDROID] Now build, stop complainingptitSeb2024-02-262-5/+10
* Fix Android testsptitSeb2024-02-261-1/+4
* Fix Android buildptitSeb2024-02-261-0/+6
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-2621-331/+417
* Added some hack to rename wine binary process too (help mesa pick up the corr...ptitSeb2024-02-241-0/+5
* Improve emulation of clocksourceptitSeb2024-02-241-0/+24
* Fix Android buildptitSeb2024-02-231-1/+0
* Added some various wrapped function (for rpcs3, but still not working)ptitSeb2024-02-2311-500/+686
* Added some more symbol to wrapped libgnutlsptitSeb2024-02-184-1/+11
* Added VK_KHR_calibrated_timestamps extension to wrapped vulkan (for #1256)ptitSeb2024-02-181-0/+4
* [ELFLOADER] Better handling of STB_GNU_UNIQUE binded symbol (prevent dlclose)ptitSeb2024-02-161-1/+5
* Added a few more function to libicuuc.so.*ptitSeb2024-02-164-0/+12
* Added some more wrapped function to libc, libXt and libX11ptitSeb2024-02-168-9/+122
* Added wrapped libanlptitSeb2024-02-166-0/+57
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-153-32/+19
* Added support for RTLD_DEEPBIND flag on dlopenptitSeb2024-02-111-17/+21
* more wrapped functions in libxcb-randr and libcap (#1260)Coreforge2024-02-102-8/+8