summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Replace reference to non-existent function gdk_x11_cursor_get_xid byMatthias Clasen2001-10-061-2/+2
* forgot to save before previous commit; this adds the deprecationHavoc Pennington2001-10-031-0/+2
* Throughout: assorted docsHavoc Pennington2001-10-0317-35/+1131
* docsHavoc Pennington2001-10-021-0/+11
* Add a compat macro that got lost.Owen Taylor2001-09-241-1/+4
* updated externalsHans Breuer2001-09-217-57/+112
* Remove unnecessary call to gdk_image_new_bitmap().Owen Taylor2001-09-201-9/+3
* configure.in gdk/Makefile.am gtk/Makefile.am gtk/gtkselection.cSven Neumann2001-09-201-11/+1
* Add a missing pango_layout_iter_free ().Owen Taylor2001-09-201-0/+2
* Set _NET_WM_PID and WM_CLIENT_MACHINE properties on each window, not justOwen Taylor2001-09-191-0/+12
* Fix propagated (flags && GDK_COLOR_WRITEABLE) typo. (#59723)Owen Taylor2001-09-193-4/+4
* Allow -1 for width/height to mean "width/height of pixbuf" (Patch fromOwen Taylor2001-09-191-9/+25
* Released 1.3.8.GTK_1_3_8Tim Janik2001-09-191-1/+0
* Fix incorrect parameter to compute_double_length (#58680, patch fromOwen Taylor2001-09-191-1/+1
* don't use += before =Matt Wilson2001-09-181-4/+3
* Implement a search path for GTK+ modules.Owen Taylor2001-09-112-2/+27
* Forget gdkfontAlexander Larsson2001-09-101-3/+1
* Update to use the new g_boxed_type_register_static API.Alex Larsson2001-09-104-12/+4
* Prevent a false alarm constness warning with a cast.Owen Taylor2001-09-082-1/+2
* Removed unused function.Alex Larsson2001-09-087-15/+27
* Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. RemoveOwen Taylor2001-09-075-15/+68
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-0799-4680/+1146
* gdk/x11/gdkkeys-x11.c (get_direction): Don't call g_strcasecmp on NULL string...Matthias Clasen2001-09-071-8/+12
* 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