]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkimage-x11.c
Update to changed cairo interface.
[~andy/gtk] / gdk / x11 / gdkimage-x11.c
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2003-12-14 Matthias ClasenRename from _gdk_x11_register_event_type(), added API...
2003-10-29 Owen TaylorMove the call to gdk_error_trap_pop() to the right...
2003-08-04 Owen TaylorFix problem where use_xshm was getting set wrong if...
2003-07-11 Owen Taylorgdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkin...
2003-07-05 Owen TaylorUse asynchronously _gdk_x11_set_input_focus_safe to...
2003-04-07 Owen TaylorFlush after ungrabbing the server.
2002-10-22 Matthias ClasenGdk API doc updates.
2002-10-07 Bill Hanemangdk_image_get_pixel, gdk_image_put_pixel: Fixed sense...
2002-09-24 Owen Taylorgdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add...
2002-08-12 Matthias ClasenRemove gdk_screen_close, add a section for GdkDisplayMa...
2002-08-01 Owen TaylorStart implementing display/screen closing scheme; keep...
2002-06-06 Owen TaylorChanges multihead reorganizing code for win32 support...
2002-04-30 Erwann Chenede -retionalized multihead code in _gdk_x11_copy_to_image...
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-02-09 Owen TaylorXCopyArea with subwindow_mode = IncludeInferiors. ...
2002-01-31 Mark McLoughlinmake static.
2002-01-29 Sven Neumannfixed a segfault that showed up when using the color...
2002-01-04 Owen TaylorPrivate function to tell if we have RENDER extension.
2001-09-07 Owen TaylorMake gdkx.h the only installed header from gdk/x11...
2001-08-06 Havoc PenningtonThe whole GDK_IS_WINDOW() branch of this was a bit...
2001-07-23 Ron SteinkeAdded a check on the colormap depth to gdk_drawable_set...
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-23 Owen TaylorFix tests for XShm.h.
2001-06-23 Tim Janikdisabled g_free (image) calls, as GdkImage is an object...
2001-04-18 Owen TaylorTry changing mode on shm segments to 0600. We'll see...
2001-03-02 Owen TaylorPatch from ChiDeok Hwang to move call to sync_selection...
2001-02-03 Owen TaylorRemove confusing comment about X11.
2001-02-02 Owen TaylorMake gdk_colormap_sync private since it was never expor...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-24 Havoc PenningtonRe-enable the "find" dialog
2000-08-31 Owen Taylorremove GDK_IMAGE_SHARED_PIXMAP from switch statements...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-11 Tim Janikadd xthickness and ythickness to GtkRcStyle and add...
2000-06-26 Owen TaylorIf possible, create only a single shm segment and use...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
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-03-17 Tor LillqvistMerge in Win32 version: Define macro GDKVAR for declari...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-01-02 Jeff GarzikRemoved features.h test.
1999-01-01 Jeff GarzikCheck for features.h.
1998-12-07 Owen TaylorUse IPC_RMID _after_ doing XShmAttach. This should...
1998-11-24 Jeff GarzikRemoved DEFS "+=" mess that breaks recent automakes...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-10-18 Owen TaylorAdded a modular client-message-filter mechanism, that...
1998-09-15 Owen TaylorReverted global changes of g_new to malloc(), added...
1998-09-15 CDT 1998 Shawn T... changed g_new()s to malloc()s and g_free()s to free...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-02-20 Larry Ewingremoved g_warnings from the common XShm failure cases...
1998-01-26 Tim Janikadded a bunch of checks for window != NULL and private...
1997-11-24 Elliot LeeInitial revision