about summary refs log tree commit diff stats
path: root/src/tools/gtkclass.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and ↵Leslie Zhai2025-08-051-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 Liu2025-06-181-3/+3
|
* Decoupled alternate functions from bridge (#2500)Yang Liu2025-04-031-0/+1
|
* [WRAPPER] Made gtkclass.c less likely to be recompiled (#2153)Yang Liu2024-12-151-6/+87
|
* [WRAPPER] Refactored some glib2 signal handlingptitSeb2024-11-291-71/+0
|
* [WRAPPER] More work on gtk/gstreamer wrappingptitSeb2024-11-271-180/+129
|
* Revert a change ffrom previous build and pushed missing BOX32 generated ↵ptitSeb2024-09-291-1/+1
| | | | files too
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-291-1/+2
| | | | | | | * [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings * Fix More Warnings * Revert fillALProcWrapper() change
* [GTK] Added wrapped GstVideoBufferPoolptitSeb2024-08-071-0/+102
|
* Wrapped GstAudioFilter (for #1397)ptitSeb2024-04-031-0/+42
|
* More work on X11 wrapping, allowing gtk to run fully emulatedptitSeb2024-03-071-1/+1
|
* Fixes (#1207)rajdakin2024-01-181-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)ptitSeb2023-12-071-5/+34
|
* [GTK3] Wrapped GtkFixedptitSeb2023-12-061-0/+29
|
* Improved gstreamer wrappingptitSeb2023-10-091-78/+961
|
* Improvd steam/proton handling, and gstreamer initialization and a large ↵ptitSeb2023-09-161-42/+1324
| | | | bunch of gtk improvments
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | Added some more gtkclass wrapping and fixed g_initable_new wrapping (for ↵ptitSeb2023-07-121-4/+45
| | | | | | | | spotify)
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-26/+26
| |
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & ↵ptitSeb2023-07-081-1/+1
| | | | | | | | heroic and other libcef based software)
* | Added GstTaskPoll to gtkclass wrappingptitSeb2023-05-281-0/+43
| |
* | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-071-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)lizhuoheng2023-04-231-7/+330
|
* Added more gtk3 wrapped functions (#727)lizhuoheng2023-04-231-0/+190
|
* Fixed a macro and change chinese comment to englishptitSeb2023-04-211-1/+1
|
* Added more gtk3 wrapped functions (#720)lizhuoheng2023-04-211-0/+94
|
* Removed ONCE optim in gtkclassptitSeb2023-03-071-41/+0
|
* Added wrapped libibus and a few other libgtk fixedptitSeb2023-03-041-1/+43
|
* Some improvment to wrapped gtk3 and friendsptitSeb2023-02-141-1/+6
|
* Wrapped GstAllocator and GstObject structuresptitSeb2022-12-031-0/+70
|
* Wrapping of GtkTextView and GtkContainer classes for Gtk3ptitSeb2022-10-271-0/+112
|
* Some more wrapping on AtkUtilsptitSeb2022-09-111-1/+58
|
* All box internal memory alloc use __libc_ internal one (except on Android, ↵ptitSeb2022-08-061-5/+5
| | | | using libc one gather from dlsym)
* Added wrapping of GtkTextViewClass in gtk2ptitSeb2022-07-301-0/+58
|
* Improved wrapping of libatkptitSeb2022-07-271-0/+84
|
* Fixed a few more warningsptitSeb2022-07-171-7/+7
|
* Improved wrapping of MetaFrames in gtk2ptitSeb2022-07-161-4/+9
|
* Added wrapped gtk3 and gdk3 (from box86)ptitSeb2022-07-151-362/+633
|
* Some more gtk wrapping workptitSeb2022-03-191-0/+82
|
* More work on GTK wrapping (hterm seems to run fine now)ptitSeb2022-03-191-0/+352
|
* Some work on glib, gobject and steamptitSeb2022-03-011-1/+7
|
* More work on gtk wrappingptitSeb2021-09-201-17/+254
|
* More work on GTK wrapping. Still not ok, but betterptitSeb2021-09-191-119/+287
|
* Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 ↵ptitSeb2021-09-181-0/+1132
samples)