| Commit message (Expand) | Author | Age | Files | Lines |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -2/+2 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -3/+3 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -2/+2 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -2/+2 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -1/+1 |
* | Acknowledge the fact that invariants are broken and loop all the way up to | Matthias Clasen | 2004-10-13 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Handle focus [hv]adjustment correctly when the focus is located deeper | Matthias Clasen | 2004-02-11 | 1 | -17/+30 |
* | Document these functions. | Matthias Clasen | 2004-02-10 | 1 | -0/+30 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -6/+6 |
* | Consider the text direction when sorting children. (#116540, Soeren | Matthias Clasen | 2003-07-08 | 1 | -3/+9 |
* | Doc addition. (#116501, Doug Quale) | Matthias Clasen | 2003-07-08 | 1 | -1/+4 |
* | new test for removing items | Soeren Sandmann | 2003-07-04 | 1 | -1/+8 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -3/+3 |
* | Fix a few doc comments. Link to style properties. | Matthias Clasen | 2002-12-17 | 1 | -4/+4 |
* | Add docs. | Matthias Clasen | 2002-12-15 | 1 | -1/+79 |
* | Delete EWMH properties if no private->state flags are set. (#66754) | Matthias Clasen | 2002-12-10 | 1 | -1/+1 |
* | Deprecation cleanup | Manish Singh | 2002-10-07 | 1 | -80/+83 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -7/+9 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 1 | -1/+2 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -2/+2 |
* | Change parameter names to match the header file and the documentation. | Matthias Clasen | 2002-05-13 | 1 | -15/+15 |
* | Bump version to 2.1.0, binary, interface age 0. | Matthias Clasen | 2002-05-05 | 1 | -1/+18 |
* | Improve a warning. | Matthias Clasen | 2002-04-30 | 1 | -1/+1 |
* | include internal children when doing focus. | Jonathan Blandford | 2002-04-15 | 1 | -1/+15 |
* | Fix problems with HandleBox and focusing - #78232 | Owen Taylor | 2002-04-09 | 1 | -31/+36 |
* | Always set the ALLOC_NEEDED and REQUEST_NEEDED flags up the hierarchy, | Owen Taylor | 2002-04-09 | 1 | -11/+12 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -2/+2 |
* | include gdkkeysysms.h if compiling gdk_keyval_convert_case. | Owen Taylor | 2002-03-01 | 1 | -18/+26 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 1 | -1/+1 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -47/+6 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -1/+0 |
* | don't ignore realized but visible && !mapped resize containers (which is | Tim Janik | 2002-01-02 | 1 | -2/+2 |
* | Close comment. | Matthias Clasen | 2001-12-10 | 1 | -0/+1 |
* | Add docs. | Matthias Clasen | 2001-12-09 | 1 | -6/+68 |
* | Fix docs. (#66383) | Matthias Clasen | 2001-12-06 | 1 | -4/+4 |
* | Return FALSE from expose handlers. | Alex Larsson | 2001-12-03 | 1 | -1/+1 |
* | Typo fix. | Matthias Clasen | 2001-11-20 | 1 | -1/+1 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -4/+5 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 1 | -3/+3 |
* | Back out accidental commit of debugging timing code | Owen Taylor | 2001-11-14 | 1 | -41/+21 |
* | Fix docs for gtk_tree_view_column_set_sort_order. (#62647) | Matthias Clasen | 2001-11-10 | 1 | -2/+2 |
* | Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow | Owen Taylor | 2001-11-04 | 1 | -190/+60 |
* | Mention that the valid width is in range 0-65535 pixels. Fixes bug #56754. | Anders Carlsson | 2001-10-27 | 1 | -2/+2 |
* | Add a utility function to translate coordinates relative to one widget's | Owen Taylor | 2001-10-16 | 1 | -230/+227 |
* | s/retrive/retrieve/ | jacob berkman | 2001-10-03 | 1 | -1/+1 |
* | Add a compat macro that got lost. | Owen Taylor | 2001-09-24 | 1 | -7/+7 |
* | add default icon | Havoc Pennington | 2001-08-29 | 1 | -1/+2 |