| Commit message (Expand) | Author | Age | Files | Lines |
* | Warn if length overflows. (#161520, Ian Wienand) | Matthias Clasen | 2005-05-18 | 1 | -1/+23 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | Cast to avoid const warnings on data structure seeding. | Manish Singh | 2005-03-01 | 1 | -2/+2 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -1/+1 |
* | Make GDK+ compile with X11R5 (#148032) | Matthias Clasen | 2004-11-12 | 1 | -4/+11 |
* | 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 |
* | Assign xtype using gdk_x11_atom_to_xatom_for_display () when type != | Manish Singh | 2004-02-12 | 1 | -1/+1 |
* | Fix misleading debug output. | Matthias Clasen | 2004-02-11 | 1 | -1/+1 |
* | Avoid triggering an X error when the client->manager_window is | Owen Taylor | 2004-02-10 | 1 | -1/+4 |
* | Lookup all the atoms in the target list at once. | Owen Taylor | 2003-07-05 | 1 | -1/+1 |
* | Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trap | Owen Taylor | 2003-07-05 | 1 | -8/+57 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -3/+11 |
* | Start implementing display/screen closing scheme; keep a flag for whether | Owen Taylor | 2002-08-01 | 1 | -10/+23 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -6/+6 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -95/+184 |
* | Convert over to using an GtkInvisible - selections don't work properly | Owen Taylor | 2002-02-25 | 1 | -0/+3 |
* | Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.) | Owen Taylor | 2002-02-21 | 1 | -2/+3 |
* | Fix another missing static. | Owen Taylor | 2002-01-31 | 1 | -1/+1 |
* | Fix problem where retrieved atoms weren't properly returned. | Owen Taylor | 2002-01-04 | 1 | -1/+1 |
* | GDK instead of Gdk. | Matthias Clasen | 2001-12-29 | 1 | -8/+9 |
* | Fix some warnings. | Darin Adler | 2001-12-15 | 1 | -1/+1 |
* | Convert atoms to and from atoms for properties of type XA_ATOM. (#65555, | Owen Taylor | 2001-11-29 | 1 | -21/+58 |
* | Fix a memory leak when retrieving atom names. (Michael Meeks, #64508) | Owen Taylor | 2001-11-19 | 1 | -1/+1 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 1 | -52/+278 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -8/+8 |
* | If window == NULL, assume the root window. (restoring the behaviour that | Robert Brady | 2000-10-25 | 1 | -6/+3 |
* | 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 | -9/+9 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -9/+9 |
* | gdk/win32/gdkproperty-win32.c The assertions for GDK_IS_WINDOW were | Tor Lillqvist | 2000-02-09 | 1 | -3/+3 |
* | Change only_if_exists argument of gdk_atom_intern to bool. | Owen Taylor | 1999-12-03 | 1 | -1/+1 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 1 | -6/+17 |
* | Fix a reference to window_private->destroyed. | Owen Taylor | 1999-10-03 | 1 | -18/+10 |
* | Started | Owen Taylor | 1999-10-01 | 1 | -1/+2 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 1 | -7/+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 |
* | Add in missing 'flags' field to target list. | Owen Taylor | 1998-12-09 | 1 | -1/+7 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -4/+15 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -1/+7 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Initialize gdk_error_code to zero before calling the X routine. | Miguel de Icaza | 1998-03-03 | 1 | -0/+1 |
* | added a bunch of checks for window != NULL and private->destroyed. (don't | Tim Janik | 1998-01-26 | 1 | -3/+15 |
* | Removed warning when XGetWindowProperty fails - this can be the desired | Owen Taylor | 1997-12-13 | 1 | -1/+0 |
* | Fixed a bug in gdk_property_get, I think, and made error messages sane | Elliot Lee | 1997-11-28 | 1 | -2/+9 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+194 |