summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
Commit message (Expand)AuthorAgeFilesLines
* Add some more GdkDebugFlags, for more fine-grained debugging outputTor Lillqvist2002-02-131-1/+8
* Set the fallback program class here, rather thanOwen Taylor2002-01-211-6/+7
* Fix wrong types for command line arguments (#69124, Ryan Lovett)Owen Taylor2002-01-211-5/+3
* Move here, and save/restore the X error handler to allow people using GTK+Owen Taylor2002-01-171-79/+0
* *** empty log message ***Jacob Berkman2001-12-111-1/+2
* Fallback to setting the prgname to "<unknown>" if someone doesn't pass inChristopher Blizzard2001-12-081-1/+4
* static correct-ness, underscore prefixing of library internal functionsHans Breuer2001-10-281-4/+4
* Don't call g_thread_init(), we don't want to link to -lgthread if we don'tOwen Taylor2001-10-221-3/+2
* Add a function, gdk_threads_init() that must be explicitely called toOwen Taylor2001-10-221-3/+20
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-30/+50
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,Matthias Clasen2001-08-151-1/+0
* Fix args to g_type_init().Owen Taylor2001-06-291-1/+1
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-1/+1
* Remove old XIM code.Owen Taylor2001-03-091-10/+0
* GDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need to merge those twoHavoc Pennington2001-02-191-3/+9
* removed gtk_signal_init() compat define.Tim Janik2001-02-041-1/+1
* add gdkkeys.[hc]Havoc Pennington2000-12-061-178/+0
* #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and gdk_arg_no_debug_cb toStanislav Brabec2000-07-311-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-3/+3
* Add call to g_type_init() - we'll need this later, and this makes sureOwen Taylor2000-06-061-1/+5
* Don't try to draw too narrow or too low arcs, they seem to fail, at leastTor Lillqvist2000-05-021-1/+1
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-1/+1
* If we don't HAVE_XCONVERTCASE we must #include gdkkeysyms.h to get theTor Lillqvist1999-12-291-0/+4
* gdk/Makefile.am Distribute Win32 files.Tor Lillqvist1999-12-111-0/+2
* Fix typo.Tor Lillqvist1999-11-211-1/+1
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-888/+294
* (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
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-714/+60
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-3/+3
* Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is theJeff Garzik1998-11-241-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-72/+211
* One-character fix to make it compile - FedericoArturo Espinosa1998-10-211-1/+1
* Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION.Owen Taylor1998-10-201-171/+147
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-762/+242