summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Various configuration and portability related changes. See ChangeLogOwen Taylor1997-12-031-4/+6
* Misc fixes for color changing stuffElliot Lee1997-11-281-3/+8
* Patches to support internationalized input by:Gnome CVS User1997-11-271-48/+655
* Initial revisionElliot Lee1997-11-241-0/+2897