mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
4bacc3ecd0
Mon Jun 5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com> * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am, gtk/Makefile.am: make it possible to configure gtk for different targets on the same platform. The library name is now libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb flag. Only the x11 target compiles right now. * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h, gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir. * gdk/nanox/gdk*generic*: delete generic region code. * gdk/linux-fb/gdk*generic*: delete generic region code. * README.nanox: update information.
33 lines
895 B
Plaintext
33 lines
895 B
Plaintext
Gtk port to nano-X
|
|
|
|
STATUS
|
|
|
|
Once upon a time I got a few apps working, then started merging
|
|
the new features added by Owen (32 bit sizes for windows and buffering).
|
|
Since then I haven't found the time to work on it:-/
|
|
|
|
|
|
TODO
|
|
|
|
Finish internal window manager abstraction or add proper support in nano-X.
|
|
Fix event polling.
|
|
Implement GdkImage, GdkRgb stuff.
|
|
Put generic region code in generic gdk and/or use the region code from nano-X.
|
|
Fix ugly automake stuff for make dist.
|
|
|
|
TODO in nano-X
|
|
|
|
We need to be able to clip and change the background of windows at runtime
|
|
for apps to not look so ugly!
|
|
Fonts: wait for better nano-X font implementation.
|
|
Properties on windows.
|
|
Provide a pango module.
|
|
|
|
If you want to work on this port or get additional informnation, get in
|
|
touch with me.
|
|
Configure gtk with the --with-gdktarget=nanox to compile with nano-X support.
|
|
|
|
Paolo Molaro
|
|
lupus@linuxcare.com
|
|
|