summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* New enumeration for the "mode" field of crossing events. (structFederico Mena Quintero1998-05-271-0/+49
* include gdkx.h always (for GDK_ROOT_WINDOW)Radek Doulik1998-05-261-2/+0
* Locate child at (border_width,border_width), notOwen Taylor1998-05-231-0/+50
* Add GDK_SUBSTRUCTURE_NOTIFY_MASKElliot Lee1998-05-191-1/+4
* Basic thread-awareness:Owen Taylor1998-05-161-0/+23
* include gdkkeysyms.h alwaysrodo1998-05-151-1/+1
* Fixed up a stat() that Sopwith missed when changing stat => lstat.Owen Taylor1998-05-131-2/+2
* Try to figure out if this is Digital Unix and we need -std1 to get theOwen Taylor1998-05-101-12/+13
* Merges from the gtk-1-0 branchOwen Taylor1998-05-041-1/+1
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-16/+16
* Random debugging fixed this bug: There is no need to set the ExposureMaskMiguel de Icaza1998-04-291-3/+3
* Try adding "ExposureMask" to the event mask during a drag, so that thingsElliot Lee1998-04-281-2/+2
* Don't read the character past the end of the text.Owen Taylor1998-04-141-19/+26
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* (Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>)Owen Taylor1998-04-091-17/+17
* During drag and drop, set the event mask at ButtonPress time to includeMiguel de Icaza1998-04-081-1/+1
* Make debug string parsine case-insensitiveOwen Taylor1998-04-041-9/+25