about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a regression preventing wine-preloader to work correctlyptitSeb2022-06-301-1/+1
* Added one libssl wrapped functions (for #331)ptitSeb2022-06-291-1/+1
* Added 2 libssl wrapped functions (for #331)ptitSeb2022-06-291-2/+2
* Fixed printf_log for __cx_pure_virtual functionptitSeb2022-06-281-1/+1
* Added one libssl wrapped functions with reverse callback (for #331)ptitSeb2022-06-284-1/+21
* Added one more libssl wrapped functions (for #331)ptitSeb2022-06-281-1/+1
* Added one libssl wrapped functions (for #331)ptitSeb2022-06-281-0/+1
* Added one libcrypto wrapped functions (for #331)ptitSeb2022-06-281-1/+1
* Added one libssl wrapped functions (for #331)ptitSeb2022-06-284-0/+6
* Added a few more libssl wrapped functions (for #331)ptitSeb2022-06-281-0/+3
* Fixed some potential issue for eroneous execv call (fixes some infinite loopi...ptitSeb2022-06-261-2/+2
* Also changed the other wrapped __Xstat(64) function to accept a NULL bufferptitSeb2022-06-261-11/+15
* Fixed wrapped __xtsat call with NULL buffer (helps Surviving Mars)ptitSeb2022-06-261-2/+3
* Added one more FAudio wrapped function (for Terraria)ptitSeb2022-06-261-1/+1
* Added SDL_LoadFile wrapped function (helps Terraria)ptitSeb2022-06-261-0/+1
* Added a couple of wrapped function to libssl and libcrypto (for #330)ptitSeb2022-06-252-1/+2
* Various small debugging improvmentsptitSeb2022-06-191-8/+10
* More work on libfuse (some AppImage now runs)ptitSeb2022-06-116-68/+372
* Added __cxa_pure_virtual wrapped function (for #299)ptitSeb2022-06-114-0/+11
* Added wrapped __wprintf_chk and wprintf (for #311)ptitSeb2022-06-116-2/+24
* Added one more GL extensionptitSeb2022-06-064-0/+11
* Added some GLES wrapped functionsptitSeb2022-06-051-1/+9
* Added 1 more wrapped function to libfontconfigptitSeb2022-06-051-1/+1
* Added preliminary support for wrapped libEGLptitSeb2022-06-0510-1/+270
* More work on FAudio (Salt And Sanctuary seems to work fine now)ptitSeb2022-05-285-63/+140
* Added XGetTextProperty wrapped functionptitSeb2022-05-261-1/+1
* Fixed XRenderComposite wrapped function signatureptitSeb2022-05-264-2/+11
* Added wrapped fstat64 (for #309)ptitSeb2022-05-214-0/+4
* Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)ptitSeb2022-05-0938-38/+38
* Some refactor on wrapped lib handling, to limit calloc/free used and get more...ptitSeb2022-05-0990-3424/+485
* Fixed fstat, fstatat and lstat wrapper signature (for #295)ptitSeb2022-05-014-3/+7
* Added fake libunwind wrappingptitSeb2022-04-306-0/+100
* Added a few wrapped functions to libcptitSeb2022-04-304-0/+22
* Added wrapped stat (for #293)ptitSeb2022-04-273-0/+3
* Added some libfuse wrapping (AppImage is not working yet)ptitSeb2022-04-262-11/+11
* Added some wrapped libs and functionsptitSeb2022-04-1810-6/+112
* Added libdl as a dependancy for libXext (for #246)ptitSeb2022-04-161-2/+3
* Various small fixes and warning removalptitSeb2022-04-113-6/+6
* Added wrapping for g_object_weak_ref()mhavu2022-04-104-1/+36
* Added wrapping for gtk_tree_selection_selected_foreach()mhavu2022-04-104-1/+33
* Fixed a typomhavu2022-04-101-1/+1
* Add wrapping for gtk_tree_view_column_set_cell_data_func()mhavu2022-04-104-1/+34
* Added some new gtk wrappingsmhavu2022-04-105-49/+54
* Merge branch 'main' of https://github.com/ptitSeb/box64mhavu2022-04-091-3/+3
|\
| * Added XDefaultGCOfScreen wrapped function (for #272)ptitSeb2022-04-091-1/+1
| * Added XRootWindowOfScreen wrapped function (for #272)ptitSeb2022-04-091-1/+1
| * Added XDefaultColormapOfScreen wrapped function (for #272)ptitSeb2022-04-091-1/+1
| * Added XDefaultVisualOfScreen wrapped function (for #272)ptitSeb2022-04-091-1/+1
* | Added new wrappings for libx11mhavu2022-04-091-17/+17
|/
* Added some libX11 and libxi wrapped functons (for #215)ptitSeb2022-04-062-3/+3