summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkmain-x11.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch]Owen Taylor1998-02-131-5/+5
* don't wipe out window_private's x and y coordinates if the configureTim Janik1998-02-071-20/+44
* new function to perform the same actions as gtk_list_remove_items, butTim Janik1998-02-051-2/+2
* added a bunch of checks for window != NULL and private->destroyed. (don'tTim Janik1998-01-261-14/+20
* sigh, it wasn't so simple - first correctionTim Janik1998-01-211-5/+8
* new function gdk_pointer_is_grabbed(). extremely simple ;)Tim Janik1998-01-211-2/+30
* strdup changed to g_strdupShawn Amundson1998-01-211-1/+1
* Take putback events into accountOwen Taylor1998-01-171-92/+122
* Several portability fixes from Michael Callahan <callahan@xmission.com>Shawn Amundson1998-01-031-0/+1
* Fixed recursing bug in gdk_exit_func()Elliot Lee1998-01-021-0/+8
* misc gtk touchupsElliot Lee1997-12-311-0/+5
* Added new GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events. They are neededArturo Espinosa1997-12-261-2/+23
* OK, handle box is good to go except for having the parent resize when it is d...Elliot Lee1997-12-191-4/+6