summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkproperty-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Assign xtype using gdk_x11_atom_to_xatom_for_display () when type !=Manish Singh2004-02-121-1/+1
* Fix misleading debug output.Matthias Clasen2004-02-111-1/+1
* Avoid triggering an X error when the client->manager_window isOwen Taylor2004-02-101-1/+4
* Lookup all the atoms in the target list at once.Owen Taylor2003-07-051-1/+1
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-8/+57
* Document 2.2 API additions.Matthias Clasen2002-11-281-3/+11
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-10/+23
* Renames:Owen Taylor2002-06-201-6/+6
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-95/+184
* Convert over to using an GtkInvisible - selections don't work properlyOwen Taylor2002-02-251-0/+3
* Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.)Owen Taylor2002-02-211-2/+3
* Fix another missing static.Owen Taylor2002-01-311-1/+1
* Fix problem where retrieved atoms weren't properly returned.Owen Taylor2002-01-041-1/+1
* GDK instead of Gdk.Matthias Clasen2001-12-291-8/+9
* Fix some warnings.Darin Adler2001-12-151-1/+1
* Convert atoms to and from atoms for properties of type XA_ATOM. (#65555,Owen Taylor2001-11-291-21/+58
* Fix a memory leak when retrieving atom names. (Michael Meeks, #64508)Owen Taylor2001-11-191-1/+1
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-52/+278
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-8/+8
* If window == NULL, assume the root window. (restoring the behaviour thatRobert Brady2000-10-251-6/+3
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-9/+9
* Merges from gtk-1-2Owen Taylor2000-03-141-9/+9
* gdk/win32/gdkproperty-win32.c The assertions for GDK_IS_WINDOW wereTor Lillqvist2000-02-091-3/+3
* Change only_if_exists argument of gdk_atom_intern to bool.Owen Taylor1999-12-031-1/+1
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-6/+17
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-18/+10
* StartedOwen Taylor1999-10-011-1/+2
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-7/+8
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Add in missing 'flags' field to target list.Owen Taylor1998-12-091-1/+7
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-4/+15
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-1/+7
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Initialize gdk_error_code to zero before calling the X routine.Miguel de Icaza1998-03-031-0/+1
* added a bunch of checks for window != NULL and private->destroyed. (don'tTim Janik1998-01-261-3/+15
* Removed warning when XGetWindowProperty fails - this can be the desiredOwen Taylor1997-12-131-1/+0
* Fixed a bug in gdk_property_get, I think, and made error messages saneElliot Lee1997-11-281-2/+9
* Initial revisionElliot Lee1997-11-241-0/+194