| Commit message (Expand) | Author | Age | Files | Lines |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -3/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+5 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -2/+2 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fix #136614 in a better way: | Matthias Clasen | 2004-03-10 | 1 | -6/+0 |
* | Avoid centering the label that is reparented from the menuitem. (#136614, | Matthias Clasen | 2004-03-09 | 1 | -1/+7 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Add deprecation notes pointing people to GtkComboBox. | Matthias Clasen | 2004-02-15 | 1 | -0/+1 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -6/+6 |
* | New function to emit the "cancel" signal on a menu shell. | Matthias Clasen | 2003-12-21 | 1 | -1/+1 |
* | Deprecate. Ditto. | Kristian Rietveld | 2003-10-10 | 1 | -1/+3 |
* | Set state of labels back to normal before reparenting back. (#102387) | Matthias Clasen | 2003-03-29 | 1 | -0/+1 |
* | account for RTL code. | Jonathan Blandford | 2003-02-26 | 1 | -0/+4 |
* | Data constness fixes. (#75754) | Matthias Clasen | 2002-12-10 | 1 | -1/+1 |
* | Fix drawing of RTL optionmenus by flipping the indicator_spacing. | Matthias Clasen | 2002-11-08 | 1 | -1/+1 |
* | Automatic RTL flipping for some more widgets. | Matthias Clasen | 2002-11-02 | 1 | -4/+18 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -39/+45 |
* | activate the menu item so old apps work properly | jacob berkman | 2002-07-10 | 1 | -0/+1 |
* | Remove the result file on error. (#79929, David Highley) | Owen Taylor | 2002-05-14 | 1 | -1/+6 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -1/+1 |
* | Fix calculation error in the (shouldn't happen) case where | Owen Taylor | 2002-01-17 | 1 | -1/+1 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -33/+40 |
* | Calculate size based on the _child_ of the menu item, not the menuitem. | Owen Taylor | 2001-11-26 | 1 | -3/+8 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -1/+2 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 1 | -16/+15 |
* | Add a "menu" property and notify on it. (#62798, Padraig O'Briain) | Owen Taylor | 2001-10-31 | 1 | -1/+71 |
* | add a mnemonic_activate function to option menu. | Jonathan Blandford | 2001-10-16 | 1 | -0/+11 |
* | Handle scroll wheel events. | Alexander Larsson | 2001-09-17 | 1 | -0/+49 |
* | const correct string parameter. | Tim Janik | 2001-08-17 | 1 | -6/+6 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -18/+0 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -5/+5 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -7/+7 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -0/+1 |
* | Account for the fact that the border width is _outside_ the window. (Fixes | Owen Taylor | 2001-05-31 | 1 | -16/+12 |
* | New default theme! A slighly improved version of the 2.0 Raleigh theme, | Owen Taylor | 2001-05-01 | 1 | -2/+2 |
* | Add an extra parameter use_text to gtk_paint_label() to deal with | Owen Taylor | 2001-04-30 | 1 | -16/+47 |
* | fix warning | Havoc Pennington | 2001-04-28 | 1 | -0/+3 |
* | Reference param spec when caching property values, since we unref it later | Owen Taylor | 2001-04-02 | 1 | -8/+7 |
* | Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE | Owen Taylor | 2001-04-02 | 1 | -21/+71 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -11/+4 |
* | added accumulator data argument to g_signal_newc() functions. | Tim Janik | 2001-03-08 | 1 | -1/+1 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -1/+1 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -0/+9 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -10/+75 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -6/+30 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -25/+1 |
* | Add note about GtkMenuPositionFunc API changes. | Alexander Larsson | 2000-11-08 | 1 | -31/+17 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Call gtk_widget_size_request() on reparented child, if one. Otherwise, | Owen Taylor | 2000-07-02 | 1 | -2/+20 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -4/+4 |