about summary refs log tree commit diff stats
path: root/src/include/gtkclass.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPER] Refactored some glib2 signal handlingptitSeb2024-11-291-14/+0
|
* [WRAPPER] More work on gtk/gstreamer wrappingptitSeb2024-11-271-0/+2
|
* [GTK] Added wrapped GstVideoBufferPoolptitSeb2024-08-071-0/+36
|
* Wrapped GstAudioFilter (for #1397)ptitSeb2024-04-031-0/+24
|
* Many new (and some fixed) gtk3/gdk3 functions (for Cemu)ptitSeb2023-12-071-3/+19
|
* [GTK3] Wrapped GtkFixedptitSeb2023-12-061-0/+12
|
* Improved gstreamer wrappingptitSeb2023-10-091-15/+985
|
* Improvd steam/proton handling, and gstreamer initialization and a large ↵ptitSeb2023-09-161-0/+351
| | | | 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-1/+9
| | | | | | | | spotify)
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [DYNAREC] Don't include pthread.h in C files. It's already included from box64context.h. Since there's no pthread.h on Win32, including it only once avoids having to add ifdefs everywhere. * [DYNAREC] Remove some duplicate definitions of the GETG helper macros. * Declare void functions with an explicit void. To avoid 'function declaration is not a prototype' warnings when using -Wstrict-prototypes. * Avoid including bridge_private.h in files that don't need it. * Avoid defining ZYDIS_RUNTIME_ADDRESS_NONE. It's not used, and conflicts with the original Zydis headers.
* | Added GstTaskPoll to gtkclass wrappingptitSeb2023-05-281-0/+10
|/
* Added more gtk3 wrapped functions (#731)lizhuoheng2023-04-231-0/+96
|
* Added more gtk3 wrapped functions (#727)lizhuoheng2023-04-231-0/+68
|
* Added more gtk3 wrapped functions (#720)lizhuoheng2023-04-211-1/+32
|
* Wrapped GstAllocator and GstObject structuresptitSeb2022-12-031-0/+16
|
* Wrapping of GtkTextView and GtkContainer classes for Gtk3ptitSeb2022-10-271-0/+48
|
* Some more wrapping on AtkUtilsptitSeb2022-09-111-0/+14
|
* Added wrapping of GtkTextViewClass in gtk2ptitSeb2022-07-301-0/+25
|
* Improved wrapping of libatkptitSeb2022-07-271-0/+34
|
* Added wrapped gtk3 and gdk3 (from box86)ptitSeb2022-07-151-87/+204
|
* Some more gtk wrapping workptitSeb2022-03-191-0/+25
|
* More work on GTK wrapping (hterm seems to run fine now)ptitSeb2022-03-191-0/+103
|
* More work on gtk and nss3+friendsptitSeb2021-09-211-1/+15
|
* More work on gtk wrappingptitSeb2021-09-201-0/+8
|
* More work on GTK wrapping. Still not ok, but betterptitSeb2021-09-191-6/+6
|
* Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 ↵ptitSeb2021-09-181-0/+316
samples)