| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WRAPPER] Wrapped g_object_add_toggle_ref, g_object_remove_toggle_ref (#2897) | Leslie Zhai | 2025-08-05 | 1 | -0/+38 |
| | | | | and g_object_weak_unref | ||||
| * | [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and ↵ | Leslie Zhai | 2025-08-05 | 1 | -0/+71 |
| | | | | | | | | 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 | ||||
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes | ||||
| * | [WRAPPER] Refactored some glib2 signal handling | ptitSeb | 2024-11-29 | 1 | -178/+82 |
| | | |||||
| * | [WRAPPER] More work on gtk/gstreamer wrapping | ptitSeb | 2024-11-27 | 1 | -1/+5 |
| | | |||||
| * | [WRAPPER] merged android naming so no more ifdef is needed | ptitSeb | 2024-11-04 | 1 | -9/+3 |
| | | |||||
| * | [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887) | Pablo Labs | 2024-09-29 | 1 | -5/+5 |
| | | | | | | | | * [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings * Fix More Warnings * Revert fillALProcWrapper() change | ||||
| * | [WRAPPER] Reworked libgobject-2.0 with new wrapperhelper | ptitSeb | 2024-09-18 | 1 | -13/+13 |
| | | |||||
| * | More work on X11 wrapping, allowing gtk to run fully emulated | ptitSeb | 2024-03-07 | 1 | -3/+3 |
| | | |||||
| * | Add more slot to gobject2 callbacks | ptitSeb | 2024-03-06 | 1 | -0/+3 |
| | | |||||
| * | Wrapped libraries refactor (#1257) | rajdakin | 2024-02-10 | 1 | -19/+11 |
| | | | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs | ||||
| * | [ANDROID] Fix GLib and GObject Library Names (#1247) | KreitinnSoftware | 2024-02-06 | 1 | -1/+17 |
| | | | | | | * [ANDROID] Fix GLib and GObject Library Names * [ANDROID] Fix gdk3, gdkpixbuf2, gio2, gmodule2, gtkx112, gdkx112, pangocairo Library Names | ||||
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 1 | -3/+2 |
| | | | | | | | | | | | | * 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 | ||||
| * | Added (much) more slot for genereic GCallback on gobject2 | ptitSeb | 2024-01-07 | 1 | -22/+27 |
| | | |||||
| * | [WRAPPER] Added 4 more wrapped glib2 functions (for #1175) (#1176) | Yang Liu | 2023-12-28 | 1 | -0/+15 |
| | | |||||
| * | Improvd steam/proton handling, and gstreamer initialization and a large ↵ | ptitSeb | 2023-09-16 | 1 | -7/+13 |
| | | | | | 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 | ||||
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 1 | -31/+31 |
| | | | |||||
| * | | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & ↵ | ptitSeb | 2023-07-08 | 1 | -3/+3 |
| | | | | | | | | | heroic and other libcef based software) | ||||
| * | | [WRAPPER] Added more gtk functions (#849) | Yang Liu | 2023-06-21 | 1 | -1/+1 |
| | | | | | | | | | | | * [WRAPPER] Added more gtk functions * Fixed some gtk wrappers | ||||
| * | | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768) | Yang Liu | 2023-05-07 | 1 | -77/+77 |
| | | | | | | | | | | | | | | | | | | | * [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 | ||||
| * | | Introduced RunFunctionFmt (should help RV64 and other signe extended ↵ | ptitSeb | 2023-04-28 | 1 | -1/+1 |
| |/ | | | | platform), conversion not finished | ||||
| * | Fixed gtk2 apps, broken since #720 | ptitSeb | 2023-04-21 | 1 | -2/+0 |
| | | |||||
| * | 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/+2 |
| | | |||||
| * | Some improvment to wrapped gtk3 and friends | ptitSeb | 2023-02-14 | 1 | -0/+2 |
| | | |||||
| * | Added some more wrapped functions to glib2 and gobject2 (for #503) | ptitSeb | 2023-02-04 | 1 | -0/+5 |
| | | |||||
| * | Added wrapped libcairoobject-2 and a bunch of other gtk related wrapped ↵ | ptitSeb | 2022-11-22 | 1 | -0/+33 |
| | | | | | functions | ||||
| * | Small refactor and simplification of library_t structure and box64context_t | ptitSeb | 2022-10-19 | 1 | -6/+6 |
| | | |||||
| * | Some more wrapping on AtkUtils | ptitSeb | 2022-09-11 | 1 | -1/+3 |
| | | |||||
| * | Added wrapped g_signal_override_class_handler function | ptitSeb | 2022-07-30 | 1 | -0/+5 |
| | | |||||
| * | Small change to avoid wlib_t declaration in wrappedlibs.h (from box86) | ptitSeb | 2022-05-09 | 1 | -1/+1 |
| | | |||||
| * | Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ | ptitSeb | 2022-05-09 | 1 | -77/+9 |
| | | | | | more straight forward usage of native wrapped functions (ported from box86) | ||||
| * | Added wrapping for g_object_weak_ref() | mhavu | 2022-04-10 | 1 | -0/+31 |
| | | |||||
| * | More work on GTK wrapping (hterm seems to run fine now) | ptitSeb | 2022-03-19 | 1 | -9/+30 |
| | | |||||
| * | Some work on glib, gobject and steam | ptitSeb | 2022-03-01 | 1 | -0/+34 |
| | | |||||
| * | More untested support for loongarch64 va_list | ptitSeb | 2021-09-26 | 1 | -0/+20 |
| | | |||||
| * | More work on gtk and nss3+friends | ptitSeb | 2021-09-21 | 1 | -2/+2 |
| | | |||||
| * | More work on gtk wrapping | ptitSeb | 2021-09-20 | 1 | -0/+1 |
| | | |||||
| * | Added wrapped g_signal_connect_object | ptitSeb | 2021-09-19 | 1 | -0/+31 |
| | | |||||
| * | More work on GTK wrapping. Still not ok, but better | ptitSeb | 2021-09-19 | 1 | -14/+14 |
| | | |||||
| * | Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 ↵ | ptitSeb | 2021-09-18 | 1 | -0/+799 |
| samples) | |||||