| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent a false alarm constness warning with a cast. | Owen Taylor | 2001-09-08 | 2 | -1/+2 |
* | Removed unused function. | Alex Larsson | 2001-09-08 | 7 | -15/+27 |
* | Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. Remove | Owen Taylor | 2001-09-07 | 5 | -15/+68 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 99 | -4680/+1146 |
* | gdk/x11/gdkkeys-x11.c (get_direction): Don't call g_strcasecmp on NULL string... | Matthias Clasen | 2001-09-07 | 1 | -8/+12 |
* | Set current serial so that we don't eternally update the keymap after we | Owen Taylor | 2001-09-03 | 1 | -0/+2 |
* | add default icon | Havoc Pennington | 2001-08-29 | 2 | -21/+19 |
* | remove gtk_menu_* compat defines; these are already in gtkmenu.h, and the | Havoc Pennington | 2001-08-26 | 1 | -47/+175 |
* | [ Patch from Sebastian Wilhelmi, 52790 ] | Owen Taylor | 2001-08-23 | 10 | -4/+39 |
* | updated externals | Hans Breuer | 2001-08-19 | 6 | -131/+644 |
* | gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, | Matthias Clasen | 2001-08-15 | 3 | -4/+1 |
* | coalescing property notifies | Hans Breuer | 2001-08-11 | 3 | -10/+24 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 3 | -4/+17 |
* | gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color, | Matthias Clasen | 2001-08-09 | 1 | -1/+1 |
* | Update to the new pango win32 api. | Alexander Larsson | 2001-08-09 | 1 | -14/+4 |
* | ask apps for COMPOUND_TEXT instead of TEXT correctly interpret the return | Hidetoshi Tajima | 2001-08-08 | 1 | -0/+1 |
* | The whole GDK_IS_WINDOW() branch of this was a bit screwed up, because it | Havoc Pennington | 2001-08-06 | 1 | -23/+45 |
* | check if info->colormap != NULL before unref'ing it. It might have been | Sven Neumann | 2001-08-06 | 1 | -2/+3 |
* | Add #ifdef HAVE_WINTAB around wintab.h include. | Alexander Larsson | 2001-08-04 | 1 | -0/+2 |
* | new file use it | Hans Breuer | 2001-08-04 | 2 | -6/+45 |
* | Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED. | Darin Adler | 2001-07-31 | 2 | -31/+37 |
* | build in the backend dir after auto-generating files | Hans Breuer | 2001-07-28 | 4 | -9/+85 |
* | Initialize image->bits_per_pixel from the drawable, not from the root | Alex Larsson | 2001-07-26 | 2 | -2/+2 |
* | Added a check on the colormap depth to gdk_drawable_set_colormap() | Ron Steinke | 2001-07-23 | 3 | -41/+110 |
* | gdk_device_get_history moved to gdk/gdkinput.c like the other backends | Hans Breuer | 2001-07-20 | 6 | -100/+184 |
* | Reorder code so that we don't get a g_warning message every time we | Darin Adler | 2001-07-18 | 1 | -1/+1 |
* | Add a function gdk_window_get_internal_paint_info(), so that using X | Owen Taylor | 2001-07-18 | 4 | -0/+94 |
* | Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizable | Darin Adler | 2001-07-18 | 5 | -19/+5 |
* | Properly clean up when handling events for move-resize emulation. (Problem | Owen Taylor | 2001-07-12 | 1 | -3/+7 |
* | Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-07-06 | 1 | -1/+15 |
* | Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by an | Owen Taylor | 2001-07-05 | 6 | -19/+92 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 2 | -40/+71 |
* | For XEMBED embedding add a _XEMBED_INFO property to the client with | Owen Taylor | 2001-07-03 | 3 | -15/+3 |
* | fix to use constants not atoms. | Havoc Pennington | 2001-07-03 | 1 | -6/+4 |
* | s/signal_newc/signal_new/ | Tim Janik | 2001-07-02 | 1 | -8/+8 |
* | Allow %NULL for style to mean "revert to default style" | Owen Taylor | 2001-06-30 | 1 | -1/+3 |
* | Convert GdkDevice to a GObject. | Alex Larsson | 2001-06-30 | 5 | -28/+110 |
* | Convert GdkVisual to a GObject. | Alex Larsson | 2001-06-30 | 12 | -154/+210 |
* | Fix args to g_type_init(). | Owen Taylor | 2001-06-29 | 1 | -1/+1 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 11 | -214/+601 |
* | !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing. | Tim Janik | 2001-06-28 | 2 | -1/+125 |
* | The following changes correspond to bug #56812 | James Henstridge | 2001-06-28 | 4 | -0/+57 |
* | new function for mapping a window without fooling with stacking order, but | Havoc Pennington | 2001-06-28 | 8 | -87/+221 |
* | Added --enable-fbmanager. This is some experimental code that lets several | Alexander Larsson | 2001-06-25 | 9 | -39/+775 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -2/+1 |
* | Fix tests for XShm.h. | Owen Taylor | 2001-06-23 | 1 | -64/+67 |
* | disabled g_free (image) calls, as GdkImage is an object. these should be | Tim Janik | 2001-06-23 | 1 | -11/+12 |
* | updated externals | Hans Breuer | 2001-06-22 | 4 | -23/+116 |
* | Handle the case without XKB properly. | Owen Taylor | 2001-06-21 | 1 | -6/+12 |
* | Update to new PangoLanguage changes. | Alexander Larsson | 2001-06-15 | 1 | -3/+6 |