about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* Fixed some bugs on my__XVa* x11 wrapping (might help #265)ptitSeb2022-04-051-16/+16
* Updated autogenerated filesmhavu2022-04-053-4/+9
* Harmonized signature of XID type parameters and added remaining XID wrappingsmhavu2022-04-051-9/+9
* Added libfontconfig wrapped function FcFontSetCreatemhavu2022-04-041-1/+1
* Added remaining __strto*_internal libc wrapped functionsMarko Havu2022-04-044-5/+24
* Update test10 (it was a bit flaky), update libstdc++ binary, and added fake _...ptitSeb2022-03-312-0/+5
* Added some obstack_XXX wrapped function (ported from box86)ptitSeb2022-03-283-2/+6
* Added clone wrapped function and libgbm wrapped libptitSeb2022-03-2711-3/+162
* More work around steam and proton/SteamPlay (working, but need also latest bo...ptitSeb2022-03-264-1/+5
* Some fixes to gstreamer-1.0 wrappingptitSeb2022-03-202-9/+9
* Some more gtk wrapping workptitSeb2022-03-191-0/+4
* More work on GTK wrapping (hterm seems to run fine now)ptitSeb2022-03-196-207/+173
* Small fixes to some wrapped X11 functionsptitSeb2022-03-191-4/+4
* Fixed new wrapped x11 functions (from 7943858290281e0fc506bd530d16427c5e93b011)ptitSeb2022-03-141-18/+19
* Fixed the new memmap trackingptitSeb2022-03-131-7/+4
* Add some function wrapper of libx11wannacu2022-03-116-34/+217
* Better handling of environ and envp in execveptitSeb2022-03-082-2/+6
* Added some vulkan extentionsptitSeb2022-03-066-0/+95
* Improved speed of mmap changesptitSeb2022-03-061-3/+3
* Change on mmap to help some stagging version of wineptitSeb2022-03-061-2/+4
* Some work to have steam streaming working (for #247)ptitSeb2022-03-057-9/+285
* Added wrapped SDL_GetPreferredLocales function (for #247)ptitSeb2022-03-041-0/+1
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-0412-32/+476
* More work on readlinkat and clone syscallptitSeb2022-03-019-9/+55