summaryrefslogtreecommitdiff
path: root/gdk/gdkpixmap.c
Commit message (Expand)AuthorAgeFilesLines
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* GC caching, bug #125645 (based on patch by Brian Cameron)Soeren Sandmann2004-02-181-2/+1
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-22/+22
* Fix for #119555, Peter Zelesny:Matthias Clasen2003-11-171-4/+4
* update to allow a GdkDrawable instead of a GdkWindow.Kristian Rietveld2002-12-091-17/+17
* Fix incorrect masks in PACKED_COLOR definition. (#99795, John Finlay)Owen Taylor2002-12-061-1/+3
* Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint.Owen Taylor2002-10-161-6/+6
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-8/+8
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-6/+6
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-2/+3
* removed that function as gdk_drawable_get_screen does the job. #79964Erwann Chenede -2002-05-011-1/+7
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-5/+9
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-041-13/+56
* return solid masks for xpms that have no transparent color. This makes theAlexander Larsson2001-02-231-1/+26
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-151-6/+5
* 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-0/+21
* Some updatesHavoc Pennington2000-10-181-1/+1
* 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-2/+1
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-021-0/+122
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-0/+411
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-826/+0
* 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
* Disconnect from combo->entry, not combo. (From: Daniel SkardaOwen Taylor1998-03-291-2/+8
* - Show selection correctly when starting selection with arrowsOwen Taylor1998-03-081-18/+57
* define the version variables in config.h.Tim Janik1998-03-081-12/+12
* Make sure either the window or the depth is given when creating a pixmap.Owen Taylor1998-03-011-4/+5
* added a bunch of checks for window != NULL and private->destroyed. (don'tTim Janik1998-01-261-6/+12
* Miscellaneous portability fixes.Manish Singh1998-01-021-2/+2
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-11/+28
* Fix to pixmap mask handling. (gtk-fortier-971122-0.patch)Owen Taylor1997-12-091-10/+22