- 06 Aug, 2012 1 commit
-
-
Matthias Clasen authored
Not defining these macros at all causes harsh build breakages. Better to leave them defined (but documented as deprecated) for now. Everybody will still get the deprecation warnings for the underlying gdk_threads_enter/leave. We can hide the macros again later on when the world has had some time to port off GDK threads.
-
- 30 Jul, 2012 1 commit
-
-
Matthias Clasen authored
This commit deprecates gdk_threads_init, gdk_threads_enter, gdk_threads_leave and gdk_threads_set_lock_functions. Using GTK+ from multiple threads does not work at all on Windows, and is problematic on other platforms as well. We want to move to a world where all GTK+ calls are made from the main thread. Use g_main_context_invoke, g_idle_add and related functions if you need to schedule GTK+ calls from other threads. http://bugzilla.gnome.org/show_bug.cgi?id=680754
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardón authored
-
- 16 Nov, 2010 1 commit
-
-
Javier Jardón authored
-
- 15 Nov, 2010 1 commit
-
-
Javier Jardón authored
-
- 15 Oct, 2010 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
Move declarations to other headers, and introduce some new ones: gdkmain.h, gdkrectangle.h, gdkthreads.h.
-