summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkmain-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-1/+1
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-021-2/+0
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-5/+5
* Add startup notification hooks - mostly based on patch by Havoc PenningtonOwen Taylor2002-11-021-9/+0
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+33
* Set the client ID on all displays. (#85713)Owen Taylor2002-09-301-17/+2
* Remove explicit calls to pango_x/xft_shutdown_display() since Pango nowOwen Taylor2002-08-091-1/+0
* Remove references to gdk_initialized (#81060, Jacob Berkman)Owen Taylor2002-08-021-6/+0
* New demo for window migration between different displays and screens.Owen Taylor2002-08-011-1/+4
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-22/+8
* gdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32.c pass argc and argvSven Neumann2002-07-161-1/+2
* Renames:Owen Taylor2002-06-201-8/+8
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-153/+0
* Use GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY since we pass in aAnders Carlsson2002-04-261-0/+6
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-201/+152
* Robustify tracking of pointer grab window.Owen Taylor2002-03-021-3/+148
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* Move here, and save/restore the X error handler to allow people using GTK+Owen Taylor2002-01-171-7/+79
* *** empty log message ***Jacob Berkman2001-12-111-25/+27
* Ugh, broken pipe.Anders Carlsson2001-10-261-1/+1
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-3/+3
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-101-0/+2
* Prevent a false alarm constness warning with a cast.Owen Taylor2001-09-081-1/+1
* Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. RemoveOwen Taylor2001-09-071-2/+0
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-48/+63
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,Matthias Clasen2001-08-151-1/+0
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-181-1/+0
* new function for mapping a window without fooling with stacking order, butHavoc Pennington2001-06-281-0/+20
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-081-4/+6
* Improve error messages for X errors and losing connection to the X server.Havoc Pennington2001-05-201-16/+30
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-031-7/+0
* Remove old XIM code.Owen Taylor2001-03-091-30/+0
* Detectable auto-repeat - make a repeating key generateOwen Taylor2001-03-031-0/+11
* use _gdk_region_get_xrectangles()Havoc Pennington2001-03-021-0/+24
* test the window state stuffHavoc Pennington2001-02-271-1/+0
* GDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need to merge those twoHavoc Pennington2001-02-191-16/+0
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-151-0/+2
* add gdkkeys.[hc]Havoc Pennington2000-12-061-32/+27
* Add gdk_window_iconify.Owen Taylor2000-10-041-4/+14
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Patch from George Liebl to add a GdkGrabStatus enumeration to use as aOwen Taylor2000-07-061-11/+35
* Ignore calls with <= width or height.Owen Taylor2000-07-031-11/+7
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-9/+10
* Add call to g_type_init() - we'll need this later, and this makes sureOwen Taylor2000-06-061-0/+2
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-2/+2
* Merges from gtk-1-2Owen Taylor2000-03-141-6/+5
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-617/+63
* (since noone objected on gtk-devel)ÉRDI Gergo1999-10-111-1/+1
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-20/+13