index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wrapped
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
More work on FAudio (Salt And Sanctuary seems to work fine now)
ptitSeb
2022-05-28
5
-63
/
+140
*
|
|
Added XGetTextProperty wrapped function
ptitSeb
2022-05-26
1
-1
/
+1
*
|
|
Fixed XRenderComposite wrapped function signature
ptitSeb
2022-05-26
4
-2
/
+11
*
|
|
Added wrapped fstat64 (for #309)
ptitSeb
2022-05-21
4
-0
/
+4
*
|
|
Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)
ptitSeb
2022-05-09
38
-38
/
+38
*
|
|
Some refactor on wrapped lib handling, to limit calloc/free used and get more...
ptitSeb
2022-05-09
90
-3424
/
+485
|
|
/
|
/
|
*
|
Fixed fstat, fstatat and lstat wrapper signature (for #295)
ptitSeb
2022-05-01
4
-3
/
+7
*
|
Added fake libunwind wrapping
ptitSeb
2022-04-30
6
-0
/
+100
*
|
Added a few wrapped functions to libc
ptitSeb
2022-04-30
4
-0
/
+22
|
/
*
Added wrapped stat (for #293)
ptitSeb
2022-04-27
3
-0
/
+3
*
Added some libfuse wrapping (AppImage is not working yet)
ptitSeb
2022-04-26
2
-11
/
+11
*
Added some wrapped libs and functions
ptitSeb
2022-04-18
10
-6
/
+112
*
Added libdl as a dependancy for libXext (for #246)
ptitSeb
2022-04-16
1
-2
/
+3
*
Various small fixes and warning removal
ptitSeb
2022-04-11
3
-6
/
+6
*
Added wrapping for g_object_weak_ref()
mhavu
2022-04-10
4
-1
/
+36
*
Added wrapping for gtk_tree_selection_selected_foreach()
mhavu
2022-04-10
4
-1
/
+33
*
Fixed a typo
mhavu
2022-04-10
1
-1
/
+1
*
Add wrapping for gtk_tree_view_column_set_cell_data_func()
mhavu
2022-04-10
4
-1
/
+34
*
Added some new gtk wrappings
mhavu
2022-04-10
5
-49
/
+54
*
Merge branch 'main' of https://github.com/ptitSeb/box64
mhavu
2022-04-09
1
-3
/
+3
|
\
|
*
Added XDefaultGCOfScreen wrapped function (for #272)
ptitSeb
2022-04-09
1
-1
/
+1
|
*
Added XRootWindowOfScreen wrapped function (for #272)
ptitSeb
2022-04-09
1
-1
/
+1
|
*
Added XDefaultColormapOfScreen wrapped function (for #272)
ptitSeb
2022-04-09
1
-1
/
+1
|
*
Added XDefaultVisualOfScreen wrapped function (for #272)
ptitSeb
2022-04-09
1
-1
/
+1
*
|
Added new wrappings for libx11
mhavu
2022-04-09
1
-17
/
+17
|
/
*
Added some libX11 and libxi wrapped functons (for #215)
ptitSeb
2022-04-06
2
-3
/
+3
*
Fixed some bugs on my__XVa* x11 wrapping (might help #265)
ptitSeb
2022-04-05
1
-16
/
+16
*
Updated autogenerated files
mhavu
2022-04-05
3
-4
/
+9
*
Harmonized signature of XID type parameters and added remaining XID wrappings
mhavu
2022-04-05
1
-9
/
+9
*
Added libfontconfig wrapped function FcFontSetCreate
mhavu
2022-04-04
1
-1
/
+1
*
Added remaining __strto*_internal libc wrapped functions
Marko Havu
2022-04-04
4
-5
/
+24
*
Update test10 (it was a bit flaky), update libstdc++ binary, and added fake _...
ptitSeb
2022-03-31
2
-0
/
+5
*
Added some obstack_XXX wrapped function (ported from box86)
ptitSeb
2022-03-28
3
-2
/
+6
*
Added clone wrapped function and libgbm wrapped lib
ptitSeb
2022-03-27
11
-3
/
+162
*
More work around steam and proton/SteamPlay (working, but need also latest bo...
ptitSeb
2022-03-26
4
-1
/
+5
*
Some fixes to gstreamer-1.0 wrapping
ptitSeb
2022-03-20
2
-9
/
+9
*
Some more gtk wrapping work
ptitSeb
2022-03-19
1
-0
/
+4
*
More work on GTK wrapping (hterm seems to run fine now)
ptitSeb
2022-03-19
6
-207
/
+173
*
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
*
Fixed the new memmap tracking
ptitSeb
2022-03-13
1
-7
/
+4
*
Add some function wrapper of libx11
wannacu
2022-03-11
6
-34
/
+217
*
Better handling of environ and envp in execve
ptitSeb
2022-03-08
2
-2
/
+6
*
Added some vulkan extentions
ptitSeb
2022-03-06
6
-0
/
+95
*
Improved speed of mmap changes
ptitSeb
2022-03-06
1
-3
/
+3
*
Change on mmap to help some stagging version of wine
ptitSeb
2022-03-06
1
-2
/
+4
*
Some work to have steam streaming working (for #247)
ptitSeb
2022-03-05
7
-9
/
+285
*
Added wrapped SDL_GetPreferredLocales function (for #247)
ptitSeb
2022-03-04
1
-0
/
+1
*
Various changes and improvement centered around steam (but still not good eno...
ptitSeb
2022-03-04
12
-32
/
+476
*
More work on readlinkat and clone syscall
ptitSeb
2022-03-01
9
-9
/
+55
[prev]
[next]