summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkproperty-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Mark api with xlib types as skippedJohan Dahlin2011-01-201-6/+6
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-3/+3
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-3/+3
* Add vfuncs for keyval and window property functionsMatthias Clasen2010-12-211-99/+19
* Add vfuncs for atomsMatthias Clasen2010-12-211-72/+21
* Clean up gdkx.h a bitMatthias Clasen2010-12-211-3/+2
* Consistently use per-display error traps in the X11 backendMatthias Clasen2010-12-211-2/+2
* Don't access GdkDisplay fields directlyJavier Jardón2010-12-211-2/+2
* API: Remove GDK_WINDOW_XWINDOW() macroBenjamin Otte2010-12-021-2/+2
* docs: Move documentation to inline comments: propertiesJavier Jardón2010-11-151-0/+137
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-6/+8
* gdk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-2/+2
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* Ensure native windows in gdk_property_changeMatthias Clasen2009-12-181-1/+2
* Silence the conversion from xatom to atom tooMatthias Clasen2009-08-201-1/+3
* Merge branch 'master' into client-side-windowsAlexander Larsson2009-06-171-13/+16
|\
| * Avoid warnings in atom conversionMatthias Clasen2009-06-051-13/+16
* | Merge branch 'master' into client-side-windowsAlexander Larsson2009-05-251-7/+9
|\ \ | |/
| * Fix handling of GDK_NONEMatthias Clasen2009-05-031-7/+9
* | Initial client-side-windows workAlexander Larsson2009-04-021-4/+9
|/
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Avoid relocations for the list of standard atoms.Matthias Clasen2005-12-271-77/+86
* Broken pipeMatthias Clasen2005-09-111-5/+37
* Don't warn when G_MAXLONG is passed as length.Matthias Clasen2005-08-271-5/+2
* Warn if length overflows. (#161520, Ian Wienand)Matthias Clasen2005-05-181-1/+23
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Cast to avoid const warnings on data structure seeding.Manish Singh2005-03-011-2/+2
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* Make GDK+ compile with X11R5 (#148032)Matthias Clasen2004-11-121-4/+11
* 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