summaryrefslogtreecommitdiff
path: root/gtk/gtkinputdialog.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Clarify the label for the empty list. String change. (#95446, TomasMatthias Clasen2003-11-121-1/+1
* Deprecate. Ditto.Kristian Rietveld2003-10-101-1/+4
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-271-1/+1
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-3/+3
* Handle the case where the pointer is moved between screens during a handleOwen Taylor2002-12-141-3/+3
* Make multihead aware (#80283)Owen Taylor2002-11-121-143/+220
* Deprecation cleanupManish Singh2002-10-111-83/+93
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* gtk/gtkfilesel.c gtk/gtkgamma.c use stock labels for dialog actionSven Neumann2002-02-081-2/+3
* use gtk_label_new_with_mnemonic for labels that actually have mnemonicsManish Singh2002-02-021-6/+6
* More composite children.Matthias Clasen2002-01-181-0/+4
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+3
* Fixed some parameter types in calls to g_signal_new().Murray Cumming2001-10-151-4/+4
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-1/+1
* gtk/gtkaccellabel.c (gtk_accel_label_class_init) Use Shift/Ctrl instead ofOwen Taylor2001-07-191-2/+2
* make this somewhat key-navigableHavoc Pennington2001-03-241-4/+6
* doh, this was broken beyond believe.Tim Janik2000-12-131-7/+3
* Add note about GtkMenuPositionFunc API changes.Alexander Larsson2000-11-081-9/+9
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-2/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Ignore calls with <= width or height.Owen Taylor2000-07-031-72/+56
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-14/+2
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Added gettext-10.35Owen Taylor1998-12-141-22/+24
* Use IPC_RMID _after_ doing XShmAttach. This should work everywhere, andOwen Taylor1998-12-071-2/+4
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-2/+2
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-1/+1
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-5/+5
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-22/+2
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* Fixed up a stat() that Sopwith missed when changing stat => lstat.Owen Taylor1998-05-131-12/+12
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* Change style->white to style->base[] where appropriate. Change the defaultOwen Taylor1998-02-131-2/+2
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-5/+4
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-32/+195
* Initial revisionElliot Lee1997-11-241-0/+546