GTK3 status: Difference between revisions

From vice-emu
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
This is a temporary page to collect some notes on the status of the GTK3 port
This is a temporary page to collect some notes on the status of the GTK3 port


== Unix ==
== Status of the GTK3 UI ==
 
* TODO: statusbar (see uistatusbar.c for some comments)
* TODO: menubar / menus
* TODO: various dialogs
 
== Status of the arch specific parts ==
 
=== Unix ===


./configure --enable-native-gtk3ui
./configure --enable-native-gtk3ui
Line 8: Line 16:
* keyboard is working
* keyboard is working


== Windows ==
=== Windows ===


./autogen.sh && ./configure --enable-native-gtk3ui --disable-nls --disable-catweasel --disable-hardsid --disable-parsid --without-resid --disable-ethernet --disable-midi --disable-rs232 --disable-realdevice --disable-ssi2001 && make
./autogen.sh && ./configure --enable-native-gtk3ui --disable-nls --disable-catweasel --disable-hardsid --disable-parsid --without-resid --disable-ethernet --disable-midi --disable-rs232 --disable-realdevice --disable-ssi2001 && make
Line 14: Line 22:
* barely compiles
* barely compiles


== MacOS ==
=== MacOS ===


* untested
* untested

Revision as of 23:28, 7 August 2017

This is a temporary page to collect some notes on the status of the GTK3 port

Status of the GTK3 UI

  • TODO: statusbar (see uistatusbar.c for some comments)
  • TODO: menubar / menus
  • TODO: various dialogs

Status of the arch specific parts

Unix

./configure --enable-native-gtk3ui

  • starts up, video and audio is working
  • keyboard is working

Windows

./autogen.sh && ./configure --enable-native-gtk3ui --disable-nls --disable-catweasel --disable-hardsid --disable-parsid --without-resid --disable-ethernet --disable-midi --disable-rs232 --disable-realdevice --disable-ssi2001 && make

  • barely compiles

MacOS

  • untested