summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* use g_atexit() instead of ATEXIT.Tim Janik1998-09-081-2/+1
* When the pointer is grabbed on an input window, either explicitely, orOwen Taylor1998-09-051-2/+1
* Reference count the fonts used in the text widget.Owen Taylor1998-08-251-61/+61
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-11/+15
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-843/+843
* gdk.c: fixed bug in gdk_input_removeDietmar Maurer1998-08-171-22/+33
* use native Xlib XConvertCase if it's availableManish Singh1998-06-281-4/+13
* compatibility function to provide XConvertCase() functionality from X11R6Tim Janik1998-06-271-4/+134
* prevent gdk_init() from segfaulting when invoked with (NULL, NULL); (thisTim Janik1998-06-101-13/+22
* fixed an assertment.Tim Janik1998-06-071-2/+72