summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkimage-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* Fix another Coverity bugMatthias Clasen2006-04-121-5/+5
* Add "_private" to make it build.Søren Sandmann2006-04-041-1/+1
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-44/+13
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Fix many sparse warnings.Matthias Clasen2004-10-281-5/+5
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Rename from _gdk_x11_register_event_type(), added API docs.Matthias Clasen2003-12-141-2/+2
* Move the call to gdk_error_trap_pop() to the right place, fixing a problemOwen Taylor2003-10-291-2/+2
* Fix problem where use_xshm was getting set wrong if MIT_SHM wasn't found.Owen Taylor2003-08-041-1/+1
* gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.cOwen Taylor2003-07-111-25/+16
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-8/+4
* Flush after ungrabbing the server.Owen Taylor2003-04-071-2/+0
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+16
* gdk_image_get_pixel, gdk_image_put_pixel: Fixed sense of bounds checks.Bill Haneman2002-10-071-4/+4
* gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add bounds-checkingOwen Taylor2002-09-241-0/+4
* Remove gdk_screen_close, add a section for GdkDisplayManager, addMatthias Clasen2002-08-121-6/+6
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-21/+59
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-12/+2
* retionalized multihead code in _gdk_x11_copy_to_image. fixes #80256 andErwann Chenede -2002-04-301-11/+14
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-60/+83
* XCopyArea with subwindow_mode = IncludeInferiors. (#70999)Owen Taylor2002-02-091-1/+5
* make static.Mark McLoughlin2002-01-311-1/+1
* fixed a segfault that showed up when using the color picker.Sven Neumann2002-01-291-2/+2
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-041-121/+224
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-10/+43
* The whole GDK_IS_WINDOW() branch of this was a bit screwed up, because itHavoc Pennington2001-08-061-23/+45
* Added a check on the colormap depth to gdk_drawable_set_colormap()Ron Steinke2001-07-231-39/+104
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-19/+59
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-2/+1
* Fix tests for XShm.h.Owen Taylor2001-06-231-64/+67
* disabled g_free (image) calls, as GdkImage is an object. these should beTim Janik2001-06-231-11/+12
* Try changing mode on shm segments to 0600. We'll see who complains.Owen Taylor2001-04-181-8/+14
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-2/+8
* Remove confusing comment about X11.Owen Taylor2001-02-031-8/+0
* Make gdk_colormap_sync private since it was never exported in a headerOwen Taylor2001-02-021-8/+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-10/+23
* remove GDK_IMAGE_SHARED_PIXMAP from switch statements, since Tor removedOwen Taylor2000-08-311-4/+2
* 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-3/+3
* If possible, create only a single shm segment and use multiple parts of itOwen Taylor2000-06-261-24/+34
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-122/+96
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-3/+3
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-54/+63
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-12/+7
* StartedOwen Taylor1999-10-011-1/+2
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-20/+4