summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* D&D now lets you use shaped windows for drags. As usual, see testgtk.c... Now...Elliot Lee1998-02-261-39/+47
* Check the result of XGetICValues - it is failing for some reason, andOwen Taylor1998-02-251-2/+6
* the value of ---enable_debug is written into glibconfig.h so everything isOwen Taylor1998-02-191-21/+42
* more debugging fixes.Tim Janik1998-02-191-2/+2
* Should compile with debugging off now...Manish Singh1998-02-191-0/+4
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-191-169/+148
* A couple of compiler warning fixes, GtkCList signal changes, changedJay Painter1998-02-181-13/+15
* D&D fixesElliot Lee1998-02-161-10/+20
* check for clist !REALIZED. (draw_rows): bail out if the widget isn'tTim Janik1998-02-131-0/+4