SameBoy/gtk3
Maximilian Mader f74b1cd3d9
[GTK3] Improve VRAM viewer performance
– Fixed `g_idle_add`ed functions not returning `false` to signal that they are done and don’t want to get called again automatically
– Fixed memory leaks: `gtk_list_store_insert_with_values` *copies* string arguments and doesn’t take ownership
– Monospaced numeric values in the status bar and palette viewer
2020-05-19 02:33:26 +02:00
..
resources [GTK3] Improve VRAM viewer performance 2020-05-19 02:33:26 +02:00
check_menu_radio_group.c [GTK3] Rename settings.c to config.c 2020-05-19 02:33:26 +02:00
check_menu_radio_group.h [GTK3] Use an abstraction over GtkCheckMenuItem instead of GtkRadioMenuItem 2020-05-19 02:33:25 +02:00
config.c [GTK3] Rename settings.c to config.c 2020-05-19 02:33:26 +02:00
config.h [GTK3] Rename settings.c to config.c 2020-05-19 02:33:26 +02:00
main.c [GTK3] Improve VRAM viewer performance 2020-05-19 02:33:26 +02:00
sameboy.gresource.xml [GTK3] Convert VRAM viewer into proper GTK widget 2020-05-19 02:33:26 +02:00
shader.c [GTK3] Convert to structured logging 2020-05-19 02:33:22 +02:00
shader.h [GTK3] Convert to structured logging 2020-05-19 02:33:22 +02:00
types.h [GTK3] Convert VRAM viewer into proper GTK widget 2020-05-19 02:33:26 +02:00
util.c [GTK3] Move some functions into util.c 2020-05-19 02:33:26 +02:00
util.h [GTK3] Move some functions into util.c 2020-05-19 02:33:26 +02:00
vram_viewer.c [GTK3] Improve VRAM viewer performance 2020-05-19 02:33:26 +02:00
vram_viewer.h [GTK3] Convert VRAM viewer into proper GTK widget 2020-05-19 02:33:26 +02:00