summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documentation that refersCody Russell2007-08-141-2/+3
* add note that the semantics of this call, when mixed with the newRyan Lortie2007-07-191-0/+5
* Apply a patch by Xan Lopez to document a lot of GtkWidget signals.Matthias Clasen2007-07-161-166/+561
* add getter/setter pair, slight addition to has-tooltip propertyKristian Rietveld2007-07-101-9/+58
* Replace non-deprecated API using old tooltips API, deprecate old tooltipsKristian Rietveld2007-07-091-1/+0
* Fix a typo and a memory management bugMatthias Clasen2007-07-081-12/+12
* Parse <accessibility> but don't do anything yet. Do not stripJohan Dahlin2007-07-081-0/+21
* Fixed assertions from setting "tooltip-text" to NULL (bug 452425)Tristan Van Berkom2007-07-031-2/+5
* Improve error handling for enum/flags, rename the converter functions toJohan Dahlin2007-06-301-1/+8
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-9/+9
* Forgot to free the unescaped tooltip text.Mathias Hasselmann2007-06-151-2/+3
* Improving handling of tooltip-text property. Also check result of tooltipMathias Hasselmann2007-06-151-16/+7
* Introduce convenience property "GtkWidget:tooltip-text" taking care ofMathias Hasselmann2007-06-151-18/+159
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-0/+203
* Improve docsMatthias Clasen2007-06-141-2/+4
* Fix inconsistency in GTK_WIDGET_SAVED_STATE (#435840, Xan Lopez)Cody Russell2007-06-131-23/+15
* Update docs Deprecate gtk_widget_{ref,unref}Matthias Clasen2007-06-101-4/+6
* new method, gtk_widget_modify_cursor() (#89314).Yevgen Muntyan2007-06-061-0/+62
* Move "move-focus" signals from several widgets to GtkWidget to enable moreMichael Natterer2007-06-041-0/+27
* Add back variable declaration removed in r17958.Carlos Garnacho2007-05-281-0/+1
* Document some more signalsMatthias Clasen2007-05-281-34/+72
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-261-236/+236
* translate coordinates from the window they were received on to the eventKristian Rietveld2007-05-231-2/+2
* don't unref tooltip_window, since this is handled by set_qdata_full()Kristian Rietveld2007-03-281-3/+0
* Fix documentation error in gtk_widget_set_redraw_on_allocate.Xan Lopez2007-03-161-1/+1
* Make gtk_widget_set_extension_events() work on already realized widgetsMichael Natterer2007-03-141-16/+55
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* New tooltips API.Kristian Rietveld2007-02-061-3/+277
* revert generic disabling of PRELIGHT state for the reasons given in bugMichael Natterer2007-01-241-9/+0
* Make GtkNotebook able to drop detached tabs anywhere. Bug #360225.Carlos Garnacho2006-12-281-0/+27
* Add a g_return_if_fail. (#362614, Xan Lopez)Matthias Clasen2006-12-271-0/+2
* Don't leak draw_border. (#387170, Kjartan Maraas)Matthias Clasen2006-12-221-0/+2
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-1/+142
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* Add docs for the parent-set signal. (#353772, Mariano Suárez-Alvarez)Matthias Clasen2006-09-091-0/+10
* Fix a typo. (#354035, Mariano Suárez-Alvarez)Matthias Clasen2006-09-031-1/+1
* Replace gtk_rc_style_ref/unref by g_object_ref/unref.Matthias Clasen2006-07-211-1/+1
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* broken pipeGTK_2_9_4Matthias Clasen2006-06-221-3/+3
* Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)Matthias Clasen2006-05-251-2/+2
* Make style properties in dynamic types work betterMatthias Clasen2006-05-241-4/+61
* Add docs for new style properties. (#342535, Mart Raudsepp)Matthias Clasen2006-05-221-1/+66
* More of the sameMatthias Clasen2006-05-141-1/+1
* applied unified patch for configurable scroll arrow sizes from bug #333632Tim Janik2006-05-101-2/+14
* Make GtkWidget abstract again.Matthias Clasen2006-05-031-3/+3
* Boilerplate reductionMatthias Clasen2006-05-021-46/+6
* Change colormap to font map in docs. (#340093)Behdad Esfahbod2006-04-291-3/+3
* Fix a C99ism. (#340055, Kazuki Iwamoto)Matthias Clasen2006-04-291-1/+3
* Fix typo in docs. (#340063)Behdad Esfahbod2006-04-281-1/+1
* Create 'composited' label.Søren Sandmann2006-04-251-0/+52