- 21 Dec, 2010 1 commit
-
-
Matthias Clasen authored
This commit does a number of things: - remove some dead wchar configury from configure.ac and gdkconfig.h - repurpose gdkconfig.h as header that contains GDK_WINDOWING_foo macros for each included backend, include it in gdk.h and install it in $includedir instead of below $libdir - drop the backend from the library names - build libgdk-3.0.la as a convenience lib and include it in libgtk-3.0.la It does not yet enable building multiple backends at the same time.
-
- 19 Dec, 2010 1 commit
-
-
Javier Jardón authored
-
- 15 Dec, 2010 1 commit
-
-
Javier Jardón authored
-
- 10 Dec, 2010 1 commit
-
-
Matthias Clasen authored
Instead use the accessors.
-
- 08 Dec, 2010 1 commit
-
-
Carlos Garcia Campos authored
Instead of gtk_widget_render_icon() which is now deprecated.
-
- 23 Nov, 2010 1 commit
-
-
Michael Natterer authored
-
- 30 Oct, 2010 1 commit
-
-
Matthias Clasen authored
This was causing memory corruption when removing remote plugs from sockets.
-
- 27 Oct, 2010 1 commit
-
-
Matthias Clasen authored
This was causing memory corruption when removing remote plugs from sockets.
-
- 17 Oct, 2010 1 commit
-
-
Kristian Rietveld authored
-
- 30 Sep, 2010 2 commits
-
-
Benjamin Otte authored
The code for surfaces with alpha content was apparently untested and screwed up the signs.
-
Benjamin Otte authored
-
- 26 Sep, 2010 10 commits
-
-
Benjamin Otte authored
Large patch, but just renaming. Indentation should still mostly be correct because I took care of keeping the indentation for this function name.
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
And of course, gtk_widget_pop_colormap() is gone, too. No replacement is necessary, the function is basically unused.
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
The function is supposed to replace gtk_drag_set_icon_pixmap().
-
Benjamin Otte authored
Replace gtk_widget_shape_combine_region() with gtk_widget_shape_combine_mask() and gtk_widget_input_shape_combine_region() with gtk_widget_input_shape_combine_mask(). As GdkBitmap is going away, and the region equivalents already exist, this seems like pretty much the default step to take. Includes code to fix up the users.
-
- 24 Sep, 2010 1 commit
-
-
Matthias Clasen authored
The dest_x/y members of GtkDragDestInfo were not initialized. At the same time, switch some of the small temporary structs to g_slice allocation. https://bugzilla.gnome.org/show_bug.cgi?id=630532
-
- 21 Sep, 2010 1 commit
-
-
Matthias Clasen authored
-
- 08 Sep, 2010 1 commit
-
-
Colin Walters authored
The keysyms create a lot of potential namespace conflicts for C, and are especially problematic for introspection, where we take constants into the namespace, so GDK_Display conflicts with GdkDisplay. For C application compatiblity, add gdkkeysyms-compat.h which uses the old names. Just one user in GTK+ continues to use gdkkeysyms-compat.h, which is the gtkimcontextsimple.c, since porting that requires porting more custom Perl code.
-
- 24 Aug, 2010 1 commit
-
-
Javier Jardón authored
gtk_window_get_group() never returns NULL; if the window isn't in a group, a default window group is returned instead. Use gtk_window_has_group() instead. This fixes some previous commits to use accessors to access GtkWindow. Reported by Philip Withnall in bug https://bugzilla.gnome.org/show_bug.cgi?id=627828
-
- 23 Aug, 2010 1 commit
-
-
Javier Jardón authored
-
- 22 Aug, 2010 1 commit
-
-
Javier Jardón authored
-
- 11 Aug, 2010 1 commit
-
-
Benjamin Otte authored
The functions to set them were gone already, this is just cleanup
-
- 23 Jul, 2010 1 commit
-
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
- 22 Jul, 2010 1 commit
-
-
Stanislav Brabec authored
If gtk_drag_begin() gets passed GDK_CURRENT_TIME, try to use gtk_get_current_event_time(). If it fails, use GDK_CURRENT_TIME when ungrabbing in gtk_drag_end(). For more see https://bugzilla.gnome.org/show_bug.cgi?id=623865
-
- 10 Jul, 2010 1 commit
-
-
- 24 Jun, 2010 1 commit
-
-
Carlos Garnacho authored
-
- 29 May, 2010 1 commit
-
-
Michael Natterer authored
Changed the way to find the drop widget from a top->bottom recursion using GdkWindow positions to a liner bottom->top walk up the widget hierarchy using _gtk_widget_find_at_coords() and gtk_widget_translate_coordinates(), which both do the right things for offscreen widgets. (cherry picked from commit cb8c0763215bd18219c2d32b56e4bfe8a576f6b3)
-
- 25 May, 2010 1 commit
-
-
Matthias Clasen authored
-
- 02 May, 2010 1 commit
-
-
- 04 Apr, 2010 5 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Also move docs inline at the same time. Bug 610905.
-
Javier Jardón authored
Use gtk_widget_get_realized() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
Javier Jardón authored
Use gtk_widget_get_mapped() instead. https://bugzilla.gnome.org/show_bug.cgi?id=69872
-