summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkx.h
Commit message (Expand)AuthorAgeFilesLines
* gdk: Use 'const' instead deprecated G_CONST_RETURNJavier Jardón2011-06-151-4/+4
* Fix a typoMatthias Clasen2010-12-211-1/+1
* Deprecate gdk_xid_table* functionsMatthias Clasen2010-12-211-2/+3
* Deprecate some gdk text conversion routinesMatthias Clasen2010-12-211-0/+21
* Deprecate gdk_net_wm_supportsMatthias Clasen2010-12-211-0/+2
* Deprecate gdkx_visual_getMatthias Clasen2010-12-211-0/+2
* Deprecate foreign window apisMatthias Clasen2010-12-211-0/+6
* Deprecate gdk_set_sm_client_idMatthias Clasen2010-12-211-0/+2
* Fix a logic error in the gdk_display deprecationMatthias Clasen2010-09-131-2/+2
* Deprecate gdk_display and GDK_DISPLAYMatthias Clasen2010-09-101-2/+2
* x11: Deprecate GdkGC functionsBenjamin Otte2010-08-121-0/+2
* Add function accessors for x11 window/pixmap implAlexander Larsson2009-09-041-2/+4
* define __GDK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-1/+0
* Add RandR 1.2 supportSøren Sandmann2007-12-131-0/+3
* New method to marshall and send a Startup Notification message. (fromDan Winship2007-04-291-0/+4
* Apply patch by Vytautas Liuolia for changing the startup notification idEmmanuele Bassi2007-03-131-0/+2
* When looking up a font XID, add the XID_FONT_BIT. (#348001)Matthias Clasen2006-07-191-1/+1
* Make gdk_window_present() move the window to the current desktop, insteadMatthias Clasen2005-07-111-1/+1
* Keep a reference to the GdkCursor and add a private getter for it, so thatMatthias Clasen2005-06-151-0/+4
* Add a function to obtain the last user interaction time. (#163119, ElijahMatthias Clasen2005-01-191-0/+1
* GDK documentation fixes.Matthias Clasen2004-10-091-0/+2
* Rename from _gdk_x11_register_event_type(), added API docs.Matthias Clasen2003-12-141-0/+3
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-7/+12
* Fix misplaced display_grab()/display_ungrab(); they shouldn't have beenOwen Taylor2002-11-071-3/+3
* Fix some prototypes that had () instead of (void).Owen Taylor2002-10-071-2/+2
* fix GtkWindowMnemonic to have a separate typedefHavoc Pennington2002-09-251-0/+3
* Add a GtkAccelGroupFindFunc to clean up the prototype. (#76670, VitalyOwen Taylor2002-09-241-2/+2
* Add a missing ; to make things compile.Matthias Clasen2002-09-241-1/+1
* Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup()Owen Taylor2002-09-241-3/+7
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-1/+4
* Doc fixes.Alex Larsson2002-04-301-3/+1
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-23/+75
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-0/+5
* Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup andMatthias Clasen2001-10-181-7/+0
* Replace reference to non-existent function gdk_x11_cursor_get_xid byMatthias Clasen2001-10-061-2/+2
* Throughout: assorted docsHavoc Pennington2001-10-031-4/+0
* Implement a search path for GTK+ modules.Owen Taylor2001-09-111-2/+3
* Prevent a false alarm constness warning with a cast.Owen Taylor2001-09-081-0/+1
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-113/+48
* Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.Darin Adler2001-07-311-15/+26
* Convert GdkVisual to a GObject.Alex Larsson2001-06-301-2/+7
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-0/+3
* new function for mapping a window without fooling with stacking order, butHavoc Pennington2001-06-281-0/+4
* Remove old XIM code.Owen Taylor2001-03-091-16/+0
* use _gdk_region_get_xrectangles()Havoc Pennington2001-03-021-1/+1
* test the window state stuffHavoc Pennington2001-02-271-0/+3
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-151-1/+6
* Remove g_convert (moved to glib) and now useless utf_to_latin1()Owen Taylor2000-09-141-0/+2
* 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-68/+56