FGRadar: Difference between revisions

Jump to navigation Jump to search
119 bytes added ,  18 October 2012
Line 98: Line 98:
* Improve the GTK bindings such that they can be used in multi-threaded apps, which boils down to wrapping certain gtk functions in between '''gdk_threads_enter()''' and '''gdk_threads_leave()''' calls - also glib's threads_init() will need to be called in the gtk init() function in gtklib.c [http://blogs.operationaldynamics.com/andrew/software/gnome-desktop/gtk-thread-awareness] [http://www.gnu.org/software/guile-gnome/docs/gdk/html/Threads.html]
* Improve the GTK bindings such that they can be used in multi-threaded apps, which boils down to wrapping certain gtk functions in between '''gdk_threads_enter()''' and '''gdk_threads_leave()''' calls - also glib's threads_init() will need to be called in the gtk init() function in gtklib.c [http://blogs.operationaldynamics.com/andrew/software/gnome-desktop/gtk-thread-awareness] [http://www.gnu.org/software/guile-gnome/docs/gdk/html/Threads.html]
* document the available gtk/cairo bindings so that contributors can get started more easily
* document the available gtk/cairo bindings so that contributors can get started more easily
* support the FG performance monitor
* add a dedicated memory management subsystem that tracks RAM usage per subsystem


== Known Issues ==
== Known Issues ==

Navigation menu