summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Set current serial so that we don't eternally update the keymap after weOwen Taylor2001-09-031-0/+2
* add default iconHavoc Pennington2001-08-292-21/+19
* remove gtk_menu_* compat defines; these are already in gtkmenu.h, and theHavoc Pennington2001-08-261-47/+175
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-2310-4/+39
* updated externalsHans Breuer2001-08-196-131/+644
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,Matthias Clasen2001-08-153-4/+1
* coalescing property notifiesHans Breuer2001-08-113-10/+24
* fix a typo.Havoc Pennington2001-08-103-4/+17
* gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,Matthias Clasen2001-08-091-1/+1
* Update to the new pango win32 api.Alexander Larsson2001-08-091-14/+4
* ask apps for COMPOUND_TEXT instead of TEXT correctly interpret the returnHidetoshi Tajima2001-08-081-0/+1
* The whole GDK_IS_WINDOW() branch of this was a bit screwed up, because itHavoc Pennington2001-08-061-23/+45
* check if info->colormap != NULL before unref'ing it. It might have beenSven Neumann2001-08-061-2/+3
* Add #ifdef HAVE_WINTAB around wintab.h include.Alexander Larsson2001-08-041-0/+2
* new file use itHans Breuer2001-08-042-6/+45
* Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.Darin Adler2001-07-312-31/+37
* build in the backend dir after auto-generating filesHans Breuer2001-07-284-9/+85
* Initialize image->bits_per_pixel from the drawable, not from the rootAlex Larsson2001-07-262-2/+2
* Added a check on the colormap depth to gdk_drawable_set_colormap()Ron Steinke2001-07-233-41/+110
* gdk_device_get_history moved to gdk/gdkinput.c like the other backendsHans Breuer2001-07-206-100/+184
* Reorder code so that we don't get a g_warning message every time weDarin Adler2001-07-181-1/+1
* Add a function gdk_window_get_internal_paint_info(), so that using XOwen Taylor2001-07-184-0/+94
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-185-19/+5
* Properly clean up when handling events for move-resize emulation. (ProblemOwen Taylor2001-07-121-3/+7
* Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-07-061-1/+15
* Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by anOwen Taylor2001-07-056-19/+92
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-052-40/+71
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-033-15/+3
* fix to use constants not atoms.Havoc Pennington2001-07-031-6/+4
* s/signal_newc/signal_new/Tim Janik2001-07-021-8/+8
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-1/+3
* Convert GdkDevice to a GObject.Alex Larsson2001-06-305-28/+110
* Convert GdkVisual to a GObject.Alex Larsson2001-06-3012-154/+210
* Fix args to g_type_init().Owen Taylor2001-06-291-1/+1
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-2911-214/+601
* !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing.Tim Janik2001-06-282-1/+125
* The following changes correspond to bug #56812James Henstridge2001-06-284-0/+57
* new function for mapping a window without fooling with stacking order, butHavoc Pennington2001-06-288-87/+221
* Added --enable-fbmanager. This is some experimental code that lets severalAlexander Larsson2001-06-259-39/+775
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-2/+1
* Fix tests for XShm.h.Owen Taylor2001-06-231-64/+67
* disabled g_free (image) calls, as GdkImage is an object. these should beTim Janik2001-06-231-11/+12
* updated externalsHans Breuer2001-06-224-23/+116
* Handle the case without XKB properly.Owen Taylor2001-06-211-6/+12
* Update to new PangoLanguage changes.Alexander Larsson2001-06-151-3/+6
* Add a GtkWindowGroup struct that allows grouping together multiple windowsOwen Taylor2001-06-141-2/+0
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-142-1/+3
* Add some example config files that can be used with the URW fonts.Alexander Larsson2001-06-141-4/+30
* Unify shaped window code and make it repaint the area that used to be partAlexander Larsson2001-06-131-27/+61
* Don't pass on GDK_ACTION_DEFAULT. The Xdnd code passes zero instead, so doAlexander Larsson2001-06-131-1/+4