summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups.Owen Taylor1998-02-193-1/+5
* the value of ---enable_debug is written into glibconfig.h so everything isOwen Taylor1998-02-192-42/+84
* gdk_get_debug_level doesn't exist anymoreManish Singh1998-02-191-1/+0
* more debugging fixes.Tim Janik1998-02-193-5/+5
* Should compile with debugging off now...Manish Singh1998-02-192-0/+8
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-1912-418/+395
* A couple of compiler warning fixes, GtkCList signal changes, changedJay Painter1998-02-182-26/+30
* Added some missing newlines on debug messages.Federico Mena Quintero1998-02-172-30/+26
* applied patch to fix draw_indicator behaviour from Lars Hamann and StefanTim Janik1998-02-172-12/+36
* D&D fixesElliot Lee1998-02-164-28/+42
* check for clist !REALIZED. (draw_rows): bail out if the widget isn'tTim Janik1998-02-132-0/+8
* gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch]Owen Taylor1998-02-133-11/+12
* Add check to see if the C library's iswalnum can actually be used. (NotOwen Taylor1998-02-101-1/+1
* use a mask of 0xffffffff instead of 0xffff, since there are 22 flagsOwen Taylor1998-02-071-4/+2
* use a mask of 0xffffffff instead of 0xffff, since there are 22 flagsOwen Taylor1998-02-071-1/+5
* don't wipe out window_private's x and y coordinates if the configureTim Janik1998-02-074-42/+88
* new function to perform the same actions as gtk_list_remove_items, butTim Janik1998-02-052-4/+4
* Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don'tOwen Taylor1998-02-038-50/+124
* red/green/blue parameters are now expected to be in [0, 65535], to beFederico Mena1998-01-312-126/+60
* hm, initital refcount revolution commit ;)Tim Janik1998-01-303-9/+33
* added a bunch of checks for window != NULL and private->destroyed. (don'tTim Janik1998-01-2616-203/+479
* Switched the file to GNU indentation, for consistency.Federico Mena1998-01-232-2344/+2568
* Picky, picky... fix two lines with wrong indentation :-)Federico Mena1998-01-231-2/+2
* sigh, it wasn't so simple - first correctionTim Janik1998-01-212-10/+16
* new function gdk_pointer_is_grabbed(). extremely simple ;)Tim Janik1998-01-213-4/+62
* strdup changed to g_strdupShawn Amundson1998-01-212-2/+2
* Fixed GDK_INPUT_ONLY window type. -JayJay Painter1998-01-172-2/+2
* Take putback events into accountOwen Taylor1998-01-174-184/+246
* This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking libg...Jay Painter1998-01-121-4/+4
* a few modifications, blah blahElliot Lee1998-01-081-2/+2
* New widget (GtkComboBox) and fixed gdk_window_init to initialize gdk_root_par...Elliot Lee1998-01-082-0/+4
* GDK_VISIBILITY_NOTIFY events were not working at all. It was myArturo Espinosa1998-01-063-7/+7
* Several portability fixes from Michael Callahan <callahan@xmission.com>Shawn Amundson1998-01-033-1/+3
* Fixed recursing bug in gdk_exit_func()Elliot Lee1998-01-022-0/+16
* Miscellaneous portability fixes.Manish Singh1998-01-023-6/+6
* added gdk_window_withdraw - not sure if its needed, but oh wellElliot Lee1998-01-013-0/+25
* misc gtk touchupsElliot Lee1997-12-312-0/+10
* Small typo fixArturo Espinosa1997-12-301-1/+1
* New function, used to copy the values from one gc to another gc.Miguel de Icaza1997-12-302-0/+12
* Added new GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events. They are neededArturo Espinosa1997-12-265-48/+121
* Beginnings of support for 1 bpp depth in gdk. Very minor changes.Shawn Amundson1997-12-204-8/+10
* OK, handle box is good to go except for having the parent resize when it is d...Elliot Lee1997-12-192-8/+12
* For consistancy with GIMP/GNOME projects. Plus these files canShawn Amundson1997-12-192-444/+1
* Fixed restoration of old event maskElliot Lee1997-12-182-24/+22
* DnD works again, fixed my own stupidity ;-)Elliot Lee1997-12-182-10/+26
* sorry about the debug define left in... - sopwithElliot Lee1997-12-182-2/+2
* DnD debugging miscElliot Lee1997-12-182-8/+20
* Caught a stray gdk_colormap_destroy that Owen missed (and Shawn found).scott1997-12-182-2/+2
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-1830-617/+1348
* Made the XCC stuff more accessibleArturo Espinosa1997-12-185-468/+339