| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and ↵ | Leslie Zhai | 2025-08-05 | 1 | -1/+1 |
| | | | | | | | | g_type_module_add_interface (#2895) * [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and g_type_module_add_interface * [WRAPPER] Removed duplicated my_GInterfaceInfo_t | ||||
| * | [BIONIC] Fixed some compilation warnings (#2756) | Yang Liu | 2025-06-18 | 1 | -3/+3 |
| | | |||||
| * | Decoupled alternate functions from bridge (#2500) | Yang Liu | 2025-04-03 | 1 | -0/+1 |
| | | |||||
| * | [WRAPPER] Made gtkclass.c less likely to be recompiled (#2153) | Yang Liu | 2024-12-15 | 1 | -6/+87 |
| | | |||||
| * | [WRAPPER] Refactored some glib2 signal handling | ptitSeb | 2024-11-29 | 1 | -71/+0 |
| | | |||||
| * | [WRAPPER] More work on gtk/gstreamer wrapping | ptitSeb | 2024-11-27 | 1 | -180/+129 |
| | | |||||
| * | Revert a change ffrom previous build and pushed missing BOX32 generated ↵ | ptitSeb | 2024-09-29 | 1 | -1/+1 |
| | | | | | files too | ||||
| * | [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887) | Pablo Labs | 2024-09-29 | 1 | -1/+2 |
| | | | | | | | | * [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings * Fix More Warnings * Revert fillALProcWrapper() change | ||||
| * | [GTK] Added wrapped GstVideoBufferPool | ptitSeb | 2024-08-07 | 1 | -0/+102 |
| | | |||||
| * | Wrapped GstAudioFilter (for #1397) | ptitSeb | 2024-04-03 | 1 | -0/+42 |
| | | |||||
| * | More work on X11 wrapping, allowing gtk to run fully emulated | ptitSeb | 2024-03-07 | 1 | -1/+1 |
| | | |||||
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 1 | -8/+10 |
| | | | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures | ||||
| * | Many new (and some fixed) gtk3/gdk3 functions (for Cemu) | ptitSeb | 2023-12-07 | 1 | -5/+34 |
| | | |||||
| * | [GTK3] Wrapped GtkFixed | ptitSeb | 2023-12-06 | 1 | -0/+29 |
| | | |||||
| * | Improved gstreamer wrapping | ptitSeb | 2023-10-09 | 1 | -78/+961 |
| | | |||||
| * | Improvd steam/proton handling, and gstreamer initialization and a large ↵ | ptitSeb | 2023-09-16 | 1 | -42/+1324 |
| | | | | | bunch of gtk improvments | ||||
| * | 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 | ||||
| * | | Added some more gtkclass wrapping and fixed g_initable_new wrapping (for ↵ | ptitSeb | 2023-07-12 | 1 | -4/+45 |
| | | | | | | | | | spotify) | ||||
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 1 | -26/+26 |
| | | | |||||
| * | | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & ↵ | ptitSeb | 2023-07-08 | 1 | -1/+1 |
| | | | | | | | | | heroic and other libcef based software) | ||||
| * | | Added GstTaskPoll to gtkclass wrapping | ptitSeb | 2023-05-28 | 1 | -0/+43 |
| | | | |||||
| * | | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768) | Yang Liu | 2023-05-07 | 1 | -512/+512 |
| |/ | | | | | | | | | * [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 | ||||
| * | Added more gtk3 wrapped functions (#731) | lizhuoheng | 2023-04-23 | 1 | -7/+330 |
| | | |||||
| * | Added more gtk3 wrapped functions (#727) | lizhuoheng | 2023-04-23 | 1 | -0/+190 |
| | | |||||
| * | Fixed a macro and change chinese comment to english | ptitSeb | 2023-04-21 | 1 | -1/+1 |
| | | |||||
| * | Added more gtk3 wrapped functions (#720) | lizhuoheng | 2023-04-21 | 1 | -0/+94 |
| | | |||||
| * | Removed ONCE optim in gtkclass | ptitSeb | 2023-03-07 | 1 | -41/+0 |
| | | |||||
| * | Added wrapped libibus and a few other libgtk fixed | ptitSeb | 2023-03-04 | 1 | -1/+43 |
| | | |||||
| * | Some improvment to wrapped gtk3 and friends | ptitSeb | 2023-02-14 | 1 | -1/+6 |
| | | |||||
| * | Wrapped GstAllocator and GstObject structures | ptitSeb | 2022-12-03 | 1 | -0/+70 |
| | | |||||
| * | Wrapping of GtkTextView and GtkContainer classes for Gtk3 | ptitSeb | 2022-10-27 | 1 | -0/+112 |
| | | |||||
| * | Some more wrapping on AtkUtils | ptitSeb | 2022-09-11 | 1 | -1/+58 |
| | | |||||
| * | All box internal memory alloc use __libc_ internal one (except on Android, ↵ | ptitSeb | 2022-08-06 | 1 | -5/+5 |
| | | | | | using libc one gather from dlsym) | ||||
| * | Added wrapping of GtkTextViewClass in gtk2 | ptitSeb | 2022-07-30 | 1 | -0/+58 |
| | | |||||
| * | Improved wrapping of libatk | ptitSeb | 2022-07-27 | 1 | -0/+84 |
| | | |||||
| * | Fixed a few more warnings | ptitSeb | 2022-07-17 | 1 | -7/+7 |
| | | |||||
| * | Improved wrapping of MetaFrames in gtk2 | ptitSeb | 2022-07-16 | 1 | -4/+9 |
| | | |||||
| * | Added wrapped gtk3 and gdk3 (from box86) | ptitSeb | 2022-07-15 | 1 | -362/+633 |
| | | |||||
| * | Some more gtk wrapping work | ptitSeb | 2022-03-19 | 1 | -0/+82 |
| | | |||||
| * | More work on GTK wrapping (hterm seems to run fine now) | ptitSeb | 2022-03-19 | 1 | -0/+352 |
| | | |||||
| * | Some work on glib, gobject and steam | ptitSeb | 2022-03-01 | 1 | -1/+7 |
| | | |||||
| * | More work on gtk wrapping | ptitSeb | 2021-09-20 | 1 | -17/+254 |
| | | |||||
| * | More work on GTK wrapping. Still not ok, but better | ptitSeb | 2021-09-19 | 1 | -119/+287 |
| | | |||||
| * | Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 ↵ | ptitSeb | 2021-09-18 | 1 | -0/+1132 |
| samples) | |||||