summaryrefslogtreecommitdiff
path: root/gtk/gtktipsquery.c
Commit message (Expand)AuthorAgeFilesLines
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+2
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-2/+2
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-2/+4
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-4/+5
* Use GtkType/GType instead of uint.Alex Larsson2001-09-061-1/+1
* coalescing property notifiesHans Breuer2001-08-111-1/+1
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-9/+0
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-11/+11
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-11/+11
* Applied patch from Ron Steinke to add signal accumulators so that signalsOwen Taylor2001-04-021-10/+11
* marshaller fixes.Tim Janik2001-03-071-2/+2
* doh, this was broken beyond believe.Tim Janik2000-12-131-12/+12
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-4/+4
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-4/+4
* Adapt cast macros to standard.Raja R Harinath1999-11-221-0/+5
* gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors wasTor Lillqvist1999-09-131-1/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Add @INTLLIBS@. gtk-scier-981116-0.patch Sean CierOwen Taylor1998-12-181-1/+2
* Added gdk_text_extents_wc()Owen Taylor1998-12-151-3/+3
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-50/+4
* 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-7/+19
* boy! did i really modify that many files?Tim Janik1998-06-161-1/+0
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-1/+1
* changed "proximity-in-event", "drop-data-available-event",Tim Janik1998-05-181-2/+2
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs.Tim Janik1998-03-151-2/+0
* changed run type of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so itTim Janik1998-03-151-1/+1
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* we make an active server grab now, this way we can change the cursorTim Janik1998-02-271-49/+30
* New widget GtkTipsQuery for letting the user query tooltips of widgets.Tim Janik1998-02-201-0/+562