| Commit message (Expand) | Author | Age | Files | Lines |
* | guard gtk_widget_get_snapshot() against invalid or invisible widgets. | 10:33:41 Tim Janik | 2008-05-27 | 1 | -0/+4 |
* | Some doc formatting fixes. | Matthias Clasen | 2008-05-26 | 1 | -5/+10 |
* | updated fix c99ism (variable at start of block export functions for window | Hans Breuer | 2008-05-23 | 1 | -1/+2 |
* | added GdkRectangle *clip_rect to gtk_widget_get_snapshot(). | 21:10:15 Tim Janik | 2008-05-21 | 1 | -15/+86 |
* | grow snapshot area from widget's allocation to cover extra widget windows | 21:04:28 Tim Janik | 2008-05-21 | 1 | -19/+67 |
* | Bug 318807 – Offscreen windows and window redirection. | 10:49:20 Tim Janik | 2008-05-21 | 1 | -0/+73 |
* | Clarified a g_warning message regarding parsing accelerators from builder | Tristan Van Berkom | 2008-04-06 | 1 | -1/+1 |
* | Use g_value_set_static_string() where appropriate. (#515042, Christian | Matthias Clasen | 2008-02-12 | 1 | -1/+1 |
* | Implement accessible support, fixes #454653. | Johan Dahlin | 2008-01-25 | 1 | -31/+285 |
* | gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.h | Michael Natterer | 2008-01-25 | 1 | -7/+7 |
* | Store the event mask and extension event mode directly in the gobject data | Christian Persch | 2008-01-16 | 1 | -83/+17 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075 | Johan Dahlin | 2008-01-06 | 1 | -0/+1 |
* | Avoid some compiler warnings (#507000). | Mathias Hasselmann | 2008-01-05 | 1 | -6/+7 |
* | Suggest g_signal_connect (..., "realize", ...) instead of | Ray Strode | 2007-12-14 | 1 | -1/+1 |
* | Mention impact of GtkDestDefaults on "drag-motion" handlers. Clearify | Mathias Hasselmann | 2007-12-11 | 1 | -17/+21 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 1 | -18/+17 |
* | fixed docs. | Michael Natterer | 2007-11-06 | 1 | -2/+2 |
* | gtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documentation that refers | Cody Russell | 2007-08-14 | 1 | -2/+3 |
* | add note that the semantics of this call, when mixed with the new | Ryan Lortie | 2007-07-19 | 1 | -0/+5 |
* | Apply a patch by Xan Lopez to document a lot of GtkWidget signals. | Matthias Clasen | 2007-07-16 | 1 | -166/+561 |
* | add getter/setter pair, slight addition to has-tooltip property | Kristian Rietveld | 2007-07-10 | 1 | -9/+58 |
* | Replace non-deprecated API using old tooltips API, deprecate old tooltips | Kristian Rietveld | 2007-07-09 | 1 | -1/+0 |
* | Fix a typo and a memory management bug | Matthias Clasen | 2007-07-08 | 1 | -12/+12 |
* | Parse <accessibility> but don't do anything yet. Do not strip | Johan Dahlin | 2007-07-08 | 1 | -0/+21 |
* | Fixed assertions from setting "tooltip-text" to NULL (bug 452425) | Tristan Van Berkom | 2007-07-03 | 1 | -2/+5 |
* | Improve error handling for enum/flags, rename the converter functions to | Johan Dahlin | 2007-06-30 | 1 | -1/+8 |
* | Rename buildable methods to not clash with widget methods. (#448928, | Johan Dahlin | 2007-06-19 | 1 | -9/+9 |
* | Forgot to free the unescaped tooltip text. | Mathias Hasselmann | 2007-06-15 | 1 | -2/+3 |
* | Improving handling of tooltip-text property. Also check result of tooltip | Mathias Hasselmann | 2007-06-15 | 1 | -16/+7 |
* | Introduce convenience property "GtkWidget:tooltip-text" taking care of | Mathias Hasselmann | 2007-06-15 | 1 | -18/+159 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -0/+203 |
* | Improve docs | Matthias Clasen | 2007-06-14 | 1 | -2/+4 |
* | Fix inconsistency in GTK_WIDGET_SAVED_STATE (#435840, Xan Lopez) | Cody Russell | 2007-06-13 | 1 | -23/+15 |
* | Update docs Deprecate gtk_widget_{ref,unref} | Matthias Clasen | 2007-06-10 | 1 | -4/+6 |
* | new method, gtk_widget_modify_cursor() (#89314). | Yevgen Muntyan | 2007-06-06 | 1 | -0/+62 |
* | Move "move-focus" signals from several widgets to GtkWidget to enable more | Michael Natterer | 2007-06-04 | 1 | -0/+27 |
* | Add back variable declaration removed in r17958. | Carlos Garnacho | 2007-05-28 | 1 | -0/+1 |
* | Document some more signals | Matthias Clasen | 2007-05-28 | 1 | -34/+72 |
* | Require gtk-doc 1.6, for signal and property links. | Matthias Clasen | 2007-05-26 | 1 | -236/+236 |
* | translate coordinates from the window they were received on to the event | Kristian Rietveld | 2007-05-23 | 1 | -2/+2 |
* | don't unref tooltip_window, since this is handled by set_qdata_full() | Kristian Rietveld | 2007-03-28 | 1 | -3/+0 |
* | Fix documentation error in gtk_widget_set_redraw_on_allocate. | Xan Lopez | 2007-03-16 | 1 | -1/+1 |
* | Make gtk_widget_set_extension_events() work on already realized widgets | Michael Natterer | 2007-03-14 | 1 | -16/+55 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | New tooltips API. | Kristian Rietveld | 2007-02-06 | 1 | -3/+277 |
* | revert generic disabling of PRELIGHT state for the reasons given in bug | Michael Natterer | 2007-01-24 | 1 | -9/+0 |
* | Make GtkNotebook able to drop detached tabs anywhere. Bug #360225. | Carlos Garnacho | 2006-12-28 | 1 | -0/+27 |
* | Add a g_return_if_fail. (#362614, Xan Lopez) | Matthias Clasen | 2006-12-27 | 1 | -0/+2 |
* | Don't leak draw_border. (#387170, Kjartan Maraas) | Matthias Clasen | 2006-12-22 | 1 | -0/+2 |
* | Add new infrastructure for notifications of failed keyboard navigation and | Michael Natterer | 2006-11-16 | 1 | -1/+142 |