summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* guard gtk_widget_get_snapshot() against invalid or invisible widgets.10:33:41 Tim Janik2008-05-271-0/+4
* Some doc formatting fixes.Matthias Clasen2008-05-261-5/+10
* updated fix c99ism (variable at start of block export functions for windowHans Breuer2008-05-231-1/+2
* added GdkRectangle *clip_rect to gtk_widget_get_snapshot().21:10:15 Tim Janik2008-05-211-15/+86
* grow snapshot area from widget's allocation to cover extra widget windows21:04:28 Tim Janik2008-05-211-19/+67
* Bug 318807 – Offscreen windows and window redirection.10:49:20 Tim Janik2008-05-211-0/+73
* Clarified a g_warning message regarding parsing accelerators from builderTristan Van Berkom2008-04-061-1/+1
* Use g_value_set_static_string() where appropriate. (#515042, ChristianMatthias Clasen2008-02-121-1/+1
* Implement accessible support, fixes #454653.Johan Dahlin2008-01-251-31/+285
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-7/+7
* Store the event mask and extension event mode directly in the gobject dataChristian Persch2008-01-161-83/+17
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+1
* Avoid some compiler warnings (#507000).Mathias Hasselmann2008-01-051-6/+7
* Suggest g_signal_connect (..., "realize", ...) instead ofRay Strode2007-12-141-1/+1
* Mention impact of GtkDestDefaults on "drag-motion" handlers. ClearifyMathias Hasselmann2007-12-111-17/+21
* Require gtk-doc 1.8Matthias Clasen2007-11-251-18/+17
* fixed docs.Michael Natterer2007-11-061-2/+2
* 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