summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkpixmap-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-7/+7
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-021-12/+3
* update to allow a GdkDrawable instead of a GdkWindow.Kristian Rietveld2002-12-091-34/+34
* Document 2.2 API additions.Matthias Clasen2002-11-281-3/+7
* Restore the pre-Xft2 code to render text directly via RENDER,Owen Taylor2002-10-031-1/+6
* Switch back to using XftDraw so that we take advantage of theOwen Taylor2002-08-021-2/+2
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-10/+14
* Renames:Owen Taylor2002-06-201-5/+5
* removed that function as gdk_drawable_get_screen does the job. #79964Erwann Chenede -2002-05-011-14/+0
* Doc fixes.Alex Larsson2002-04-301-1/+1
* Use GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY since we pass in aAnders Carlsson2002-04-261-1/+1
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-29/+101
* replace GDK_IS_WINDOW with GDK_IS_DRAWABLE in the assert, only checkKristian Rietveld2002-04-201-6/+6
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-1/+2
* Redo Xft support to go directly to Picture objects instead of usingOwen Taylor2001-11-051-0/+9
* fix compilationHavoc Pennington2001-10-181-1/+1
* Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup andMatthias Clasen2001-10-181-6/+27
* Throughout: assorted docsHavoc Pennington2001-10-031-0/+10
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-9/+10
* Added a check on the colormap depth to gdk_drawable_set_colormap()Ron Steinke2001-07-231-2/+4
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Re-enable the "find" dialogHavoc Pennington2000-10-241-1/+9
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-111-4/+4
* Add a is_foreign flag to the structure. Do not call XFreePixmap on pixmapsOwen Taylor2000-07-021-2/+8
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-021-568/+0
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-80/+145
* *** empty log message ***Elliot Lee2000-06-201-1/+1
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-2/+5
* Merges from gtk-1-2Owen Taylor2000-03-141-9/+11
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-91/+74
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-54/+37
* StartedOwen Taylor1999-10-011-1/+1
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-2/+3
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-3/+3
* Fixed up copyright message.Owen Taylor1998-11-241-13/+13
* Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is theJeff Garzik1998-11-241-1/+1
* New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. ChristopherOwen Taylor1998-11-131-0/+47
* Reference count the fonts used in the text widget.Owen Taylor1998-08-251-19/+69
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-6/+6
* Patch from Tom Bech <tomb@ii.uib.no>, to handle color specs of the form cOwen Taylor1998-06-131-1/+12
* quiet the compiler about uninitialized gc.Tim Janik1998-05-161-37/+36
* now what is this? whoi left a '>' in line 628???Tim Janik1998-05-101-1/+1
* Try to figure out if this is Digital Unix and we need -std1 to get theOwen Taylor1998-05-101-270/+237
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+18
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-2/+3
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-32/+34