| Commit message (Expand) | Author | Age | Files | Lines |
* | API: remove GdkImage | Benjamin Otte | 2010-08-10 | 1 | -566/+0 |
* | gdk/: fully remove gdkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Add an accessor for GdkImage->mem | Matthias Clasen | 2010-06-26 | 1 | -0/+18 |
* | Seal gdk | Matthias Clasen | 2010-05-25 | 1 | -0/+162 |
* | Remove deprecated code from GdkImage | Javier Jardón | 2010-05-03 | 1 | -65/+0 |
* | [gdk/gdkimage] Add missing "Deprecated: 2.x" to the api doc comments. | Javier Jardón | 2009-11-06 | 1 | -3/+6 |
* | gdk/gdkdraw.c gdk/gdkimage.c gdk/gdkscreen.c replace assertions for obj != | Michael Natterer | 2008-10-21 | 1 | -2/+3 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | connect to the display's "closed" signal and free the cached scratch | Michael Natterer | 2006-01-12 | 1 | -0/+23 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | Use the correct index variable. (#150941, Tommi Komulainen) | Matthias Clasen | 2004-08-24 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Use a weak reference instead of ref()/unref(). (#60857, reported by Joshua | Soeren Sandmann | 2004-02-02 | 1 | -1/+1 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -5/+5 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -0/+10 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -11/+22 |
* | make static. | Mark McLoughlin | 2002-01-31 | 1 | -1/+1 |
* | Private function to tell if we have RENDER extension. | Owen Taylor | 2002-01-04 | 1 | -0/+263 |
* | Fix problem with lost parameter. | Owen Taylor | 2001-11-21 | 1 | -1/+1 |
* | Version 1.3.11, interface, binary age 0. | Owen Taylor | 2001-11-21 | 1 | -4/+4 |
* | Throughout: assorted docs | Havoc Pennington | 2001-10-03 | 1 | -0/+15 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -0/+63 |
* | Re-enable the "find" dialog | Havoc Pennington | 2000-10-24 | 1 | -0/+16 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -16/+3 |
* | use gdk_cursor_unref instead of destroy | Havoc Pennington | 2000-01-29 | 1 | -0/+2 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 1 | -463/+11 |
* | Fix a reference to window_private->destroyed. | Owen Taylor | 1999-10-03 | 1 | -12/+7 |
* | Started | Owen Taylor | 1999-10-01 | 1 | -1/+2 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 1 | -20/+4 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -1/+8 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Removed features.h test. | Jeff Garzik | 1999-01-02 | 1 | -3/+0 |
* | Check for features.h. | Jeff Garzik | 1999-01-01 | 1 | -1/+12 |
* | Use IPC_RMID _after_ doing XShmAttach. This should work everywhere, and | Owen Taylor | 1998-12-07 | 1 | -6/+8 |
* | Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is the | Jeff Garzik | 1998-11-24 | 1 | -1/+1 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -1/+2 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -0/+2 |
* | Reverted global changes of g_new to malloc(), added back in the one place | Owen Taylor | 1998-09-15 | 1 | -16/+21 |
* | changed g_new()s to malloc()s and g_free()s to free()s to avoid mixing | CDT 1998 Shawn T. Amundson | 1998-09-15 | 1 | -17/+16 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -2/+2 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | removed g_warnings from the common XShm failure cases in gdkimage.c | Larry Ewing | 1998-02-20 | 1 | -4/+1 |
* | added a bunch of checks for window != NULL and private->destroyed. (don't | Tim Janik | 1998-01-26 | 1 | -0/+6 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+492 |