summaryrefslogtreecommitdiff
path: root/gtk/gtktooltips.c
Commit message (Expand)AuthorAgeFilesLines
* add extra NULL check for tooltipsdata to avoid code fiddling withKristian Rietveld2007-09-241-0/+1
* create a dummy tip_window and tip_label, so old applications with codeKristian Rietveld2007-08-071-1/+20
* Rename the tips_data_list field back. (#447214)Matthias Clasen2007-07-211-1/+1
* Replace non-deprecated API using old tooltips API, deprecate old tooltipsKristian Rietveld2007-07-091-500/+2
* deprecate GtkTooltips.Kristian Rietveld2007-06-261-0/+2
* mark the GtkTooltips struct as private. Keep the tooltips in a hash tableSven Neumann2007-06-191-52/+66
* Don't crash if active_tips_data is NULL. (#382904, Li Yuan)Matthias Clasen2007-03-121-1/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-6/+2
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-2/+2
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-32/+2
* Create 'composited' label.Søren Sandmann2006-04-251-0/+6
* Disable tooltips if gtk-touchscreen-mode is activated (#315112).Ross Burton2006-03-021-1/+16
* Set timer_tag to 0 when the timeout is done. (#322291, Jean-Yves Lefort)Matthias Clasen2005-11-281-0/+2
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-6/+7
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-5/+5
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-2/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Use the requisition of the widget instead of relying on the style drawingMatthias Clasen2004-07-091-1/+4
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix bug 134982, reported by Morten Welinder:Matthias Clasen2004-02-221-0/+2
* New function to improve the accessibility of tooltips. (#114851, PadraigMatthias Clasen2004-02-121-0/+42
* Make tooltip positioning Xinerama-aware. (#127332)Matthias Clasen2003-11-231-8/+19
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-5/+5
* Fix from Nam SungHyun for crashes when tooltips->active_tips_data is NULL.Owen Taylor2002-10-311-1/+2
* Multihead safety fixes, handle displays being closed. (#81651, based onOwen Taylor2002-10-221-4/+60
* Make tooltip window not resizable. Fixes #95675.Soeren Sandmann2002-10-131-0/+1
* Deprecation cleanupManish Singh2002-10-091-43/+53
* Disable tooltips for menu items with submenus .. they still don't reallyOwen Taylor2002-09-301-2/+3
* Set the private LEAVE_PENDING flag to fix problem where with menu itemsOwen Taylor2002-05-201-0/+4
* Special case menu items to pop down on motion. (#75961)Owen Taylor2002-05-151-19/+38
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-4/+9
* Set the keyboard-mode flag before popping up the tooltip so that pop it upOwen Taylor2002-02-261-2/+3
* Only pop the tooltip down on a select set of events, not on any unknownOwen Taylor2002-02-141-8/+16
* Implement Control-F1 as toggle-tooltips-mode.Owen Taylor2002-02-131-81/+151
* don't reduce the scroll rect size by the scroll amountHans Breuer2002-02-101-1/+1
* Change show_help signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-071-2/+3
* Parse the RC string here when the first object is created rather than inOwen Taylor2002-02-021-7/+13
* Fix use of ! in shell.Owen Taylor2002-02-021-0/+7
* gtk/gtktooltips.c tests/testtreesort.c inserted some casts to get rid ofSven Neumann2001-08-191-1/+1
* gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips):Matthias Clasen2001-08-131-20/+35
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-2/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-4/+4
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-11/+22
* Return FALSE, not TRUE. (Fixes #52925)Owen Taylor2001-04-181-1/+1
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-1/+2