summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More extensive debugging outputOwen Taylor1998-04-031-2/+10
* a little more debugging code.Elliot Lee1998-04-011-0/+3
* Don't call XTranslateCoordinates on a destroyed window. (Why do we doOwen Taylor1998-03-281-1/+2
* fixes to locale checksOwen Taylor1998-03-221-0/+3
* Don't respond to drops when grab is in effect. (workaround)Owen Taylor1998-03-221-16/+125
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-171-5/+15
* changed some debugging messages to be prefixed by "Gdk:".Tim Janik1998-03-171-3/+13
* Use StructureNotifyMaskMask as the mask, as this enables an applicationMiguel de Icaza1998-03-171-2/+2
* Fixed misplaced 'else.' -owtOwen Taylor1998-03-141-1/+2
* Don't leave NULL's in argv.Owen Taylor1998-03-141-6/+0
* Bug fixes/improvements to the motion event eating for DndElliot Lee1998-03-111-3/+4
* <raster@redhat.com>rhlabs1998-03-111-0/+1
* <raster@redhat.com>rhlabs1998-03-111-1/+1
* DnD bugfixes (hopefully :). Rasters code is still buggy, methinks - try the d...Elliot Lee1998-03-101-1/+12
* changed gtk_range_trough_click() to take an additional jump_perc arg,Tim Janik1998-03-101-0/+1
* Miguel, try this - I think it should do what you need. Hurry hurry :)Elliot Lee1998-03-101-0/+7
* - Show selection correctly when starting selection with arrowsOwen Taylor1998-03-081-5/+29
* applied a bunch of patches and removed all the printfs thatTim Janik1998-03-081-5/+9
* define the version variables in config.h.Tim Janik1998-03-081-1/+1
* made the object/class cast checks much more descriptive, based onTim Janik1998-03-071-0/+4
* This commit moves dnd variables around a bit, and has a try at using hints fo...Elliot Lee1998-03-061-51/+54
* [Ummm, maybe we should do the same change to the selection_owner variable?]Federico Mena Quintero1998-03-061-1/+1
* Unset allocation on unparent, to force reallocation if we get adding backOwen Taylor1998-03-051-3/+1
* Drags can only be started with the left button.Miguel de Icaza1998-03-051-0/+1
* Add drag_end_event for future expansion, plus allow passing in NULL to the gd...Elliot Lee1998-03-011-14/+17