summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkmain-x11.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* StartedOwen Taylor1999-10-011-138/+3
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-18/+56
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-1/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-211-10/+20
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-211-2/+82
* Patch from Felix Bellaby <felix@pooh.u-net.com>Owen Taylor1999-01-171-2/+40
* gdk/gdk.c gdk/gdkinputnone.h casts to get rid of const warningsManish Singh1999-01-021-5/+5
* Check for broken glibc 2.0 mb functions, and avoid them.Owen Taylor1998-12-171-34/+0
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-0/+16
* Removed unused variable, fixed minor memory leak.Owen Taylor1998-12-151-19/+0
* Remove gdk_signal, which crept back in in last commit.Owen Taylor1998-12-151-46/+0
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-2138/+45
* acconfig.h removed IPC_RMID_DEFERRED_RELEASE checkManish Singh1998-12-151-82/+0