summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed restoration of old event maskElliot Lee1997-12-181-12/+11
* DnD works again, fixed my own stupidity ;-)Elliot Lee1997-12-181-5/+13
* sorry about the debug define left in... - sopwithElliot Lee1997-12-181-1/+1
* DnD debugging miscElliot Lee1997-12-181-4/+10
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-140/+271
* Added gdk_get_display ()Manish Singh1997-12-171-0/+6
* Added root coords to button & motion events - sopwithElliot Lee1997-12-171-0/+4
* added gdk_progclass==NULL patch by Oliver Graf <ograf@fga.de>. -timjTim Janik1997-12-111-0/+5
* Remove dependencies of interfaces on USE_XIM Attempt to make wcharOwen Taylor1997-12-071-16/+101
* Read the ChangeLog :)Elliot Lee1997-12-061-35/+107
* No need to DUMP CORE if the display can't be opened...Michael Johnson1997-12-051-1/+4