]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkpixmap-x11.c
Include "config.h" instead of <config.h> Command used: find -name
[~andy/gtk] / gdk / x11 / gdkpixmap-x11.c
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2006-05-14 Matthias ClasenRemove extraneous ;
2006-04-04 Matthias ClasenUse G_DEFINE_TYPE.
2006-03-30 Matthias ClasenMake it compile
2006-03-30 Matthias ClasenNew function to allow wrapping a native pixmap without...
2005-11-10 Michael NattererApplied patch from maemo-gtk that addresses many issues...
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-05-14 Owen TaylorUpdate for cairo-xlib API change.
2005-03-17 Owen TaylorSwitch set_cairo_target() virtual function to ref_cairo...
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-03 Owen TaylorAdd gdk_drawable_set_cairo_target().
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-01-26 Federico Mena QuinteroFix #105497; constify uses of GdkColor.
2003-08-02 Owen TaylorRequires glib-2.3.0, pango-1.2.0.
2002-12-09 Kristian Rietveldupdate to allow a GdkDrawable instead of a GdkWindow.
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-10-03 Owen TaylorRestore the pre-Xft2 code to render text directly via...
2002-08-02 Owen TaylorSwitch back to using XftDraw so that we take advantage...
2002-08-01 Owen TaylorStart implementing display/screen closing scheme; keep...
2002-06-20 Owen TaylorRenames:
2002-05-01 Erwann Chenede -removed that function as gdk_drawable_get_screen does...
2002-04-30 Alex LarssonDoc fixes.
2002-04-26 Anders CarlssonUse GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY...
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-04-20 Kristian Rietveldreplace GDK_IS_WINDOW with GDK_IS_DRAWABLE in the asser...
2002-03-20 Owen TaylorPatch from Erwann Chenede, #73900 fixing a lot of warni...
2001-11-05 Owen TaylorRedo Xft support to go directly to Picture objects...
2001-10-18 Havoc Penningtonfix compilation
2001-10-18 Matthias ClasenAdd gdk_window_lookup, gdk_window_foreign_new, gdk_pixm...
2001-10-03 Havoc PenningtonThroughout: assorted docs
2001-09-07 Owen TaylorMake gdkx.h the only installed header from gdk/x11...
2001-07-23 Ron SteinkeAdded a check on the colormap depth to gdk_drawable_set...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-24 Havoc PenningtonRe-enable the "find" dialog
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-11 Tim Janikadd xthickness and ythickness to GtkRcStyle and add...
2000-07-02 Owen TaylorAdd a is_foreign flag to the structure. Do not call...
2000-07-02 Owen TaylorAdd gdk_rgb_find_color() to get a pixel value using...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-20 Elliot Lee*** empty log message ***
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-03-14 Owen TaylorMerges from gtk-1-2
1999-11-08 Owen TaylorMove all X specific code into the x11/ directory. Aside...
1999-10-03 Owen TaylorFix a reference to window_private->destroyed.
1999-10-01 Owen TaylorStarted
1999-09-28 Federico Mena Quintero[ Merges from gtk-1-2 ]
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-01-15 Owen Taylornparams for selection_get should be 3, not 2. [ From...
1998-11-24 Owen TaylorFixed up copyright message.
1998-11-24 Jeff GarzikRemoved DEFS "+=" mess that breaks recent automakes...
1998-11-13 Owen TaylorNew function gdk_pixmap_foreign_new(). (gtk-blizzard...
1998-08-25 Owen TaylorReference count the fonts used in the text widget.
1998-08-17 Tim Janikremoved gtk_input_add_interp.
1998-06-13 Owen TaylorPatch from Tom Bech <tomb@ii.uib.no>, to handle color...
1998-05-16 Tim Janikquiet the compiler about uninitialized gc.
1998-05-10 Tim Janiknow what is this? whoi left a '>' in line 628???
1998-05-10 Owen TaylorTry to figure out if this is Digital Unix and we need...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-05-01 Owen TaylorMerged changes from gtk-1-0. Check ChangeLog for details.
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-07 Owen TaylorRemoved, because that's what a NULL comparison function...
1998-03-29 Owen TaylorDisconnect from combo->entry, not combo. (From: Daniel...
1998-03-08 Owen Taylor- Show selection correctly when starting selection...
1998-03-08 Tim Janikdefine the version variables in config.h.
1998-03-01 Owen TaylorMake sure either the window or the depth is given when...
1998-01-26 Tim Janikadded a bunch of checks for window != NULL and private...
1998-01-02 Manish SinghMiscellaneous portability fixes.
1997-12-18 Owen TaylorIt's all in the changelog. Well, almost all.
1997-12-09 Owen TaylorFix to pixmap mask handling. (gtk-fortier-971122-0...
1997-12-02 Owen TaylorInclude <unistd.h> to get SEEK_END on SunOS.
1997-11-24 Elliot LeeInitial revision