| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix docs | Matthias Clasen | 2006-01-21 | 1 | -3/+0 |
* | Don't crash if layout is NULL. (#327934, Christian Kirbach) | Matthias Clasen | 2006-01-21 | 1 | -0/+3 |
* | On "unix", pop up the "Open Location" window on "~" as well as "/". | Dan Winship | 2006-01-20 | 1 | -12/+21 |
* | Use a priv pointer for cheap access to the priv struct. (#327725, | Matthias Clasen | 2006-01-19 | 2 | -90/+57 |
* | Fix line endings | Matthias Clasen | 2006-01-19 | 1 | -135/+135 |
* | Add GtkAssistant, a widget to construct multi-step wizards. (#115348, | Matthias Clasen | 2006-01-18 | 5 | -0/+2265 |
* | Fix several g_new() calls which were using extra indirections or pointless | Matthias Clasen | 2006-01-18 | 2 | -3/+3 |
* | fix adopted from maemo-gtk. gtk_progress_create_pixmap(): clear out the | Tim Janik | 2006-01-17 | 1 | -0/+7 |
* | remove the "child-spacing" style property again and add "inner-border" | Michael Natterer | 2006-01-17 | 1 | -24/+43 |
* | Add a current-value property and a setter for it. (#322735, Jorn Baayen) | Matthias Clasen | 2006-01-16 | 3 | -2/+73 |
* | applied patch from maemo-gtk which adds a child-spacing style property. | Michael Natterer | 2006-01-16 | 1 | -10/+28 |
* | Fixes #324099, Tommi Komulainen. | Kristian Rietveld | 2006-01-15 | 3 | -31/+253 |
* | Remove an unused variable. | Matthias Clasen | 2006-01-15 | 1 | -1/+0 |
* | Register RTL versions of the indent and unindent icons. (#326857, Itai | Matthias Clasen | 2006-01-15 | 10 | -6/+16 |
* | Fix a crash with combo boxes in RESIZE_IMMEDIATE containers. (#326806, | Matthias Clasen | 2006-01-15 | 1 | -5/+3 |
* | fix a typo which caused this whole thing to not function ... | Kristian Rietveld | 2006-01-14 | 1 | -1/+1 |
* | fixup adjustments and top_row if the current dy + page_size exceeds the | Kristian Rietveld | 2006-01-14 | 1 | -0/+8 |
* | Make this work on more platforms. | Matthias Clasen | 2006-01-14 | 1 | -1/+1 |
* | initialize the inconsistent field in the private structure, | Kristian Rietveld | 2006-01-13 | 1 | -3/+33 |
* | don't animate the expander arrows if gtk-enable-animations is FALSE (bug | Michael Natterer | 2006-01-13 | 1 | -0/+10 |
* | Replace hardcoded values for tab-overlap and tab-curvature with style | Matthias Clasen | 2006-01-12 | 1 | -34/+78 |
* | Reset the virtual cursor position. (#326003, Evert Verhellen) | Matthias Clasen | 2006-01-12 | 1 | -0/+3 |
* | Add some docs about RGBA windows. (#326486, Benjamin Otte) | Matthias Clasen | 2006-01-12 | 1 | -0/+9 |
* | skip the animation if the gtk-enable-animations setting is FALSE (bug | Michael Natterer | 2006-01-12 | 1 | -2/+7 |
* | Fix a C99ism | Matthias Clasen | 2006-01-12 | 1 | -1/+2 |
* | Add some notify batching, always emit notify after setting the new value. | Matthias Clasen | 2006-01-11 | 1 | -2/+12 |
* | Add properties. (#311254, Johan Dahlin) (gtk_message_dialog_new): Remove | Matthias Clasen | 2006-01-11 | 1 | -11/+138 |
* | Allow falling back to another icon theme before hicolor. (#325546, Rodney | Matthias Clasen | 2006-01-11 | 2 | -4/+40 |
* | Queue a draw when losing the focus. (#326064, Andrew Conkling) | Matthias Clasen | 2006-01-11 | 1 | -0/+2 |
* | Convert to use instance private data. | Matthias Clasen | 2006-01-11 | 3 | -33/+13 |
* | Remove duplicate include. (#326429, BenoƮt Carpentier) | Matthias Clasen | 2006-01-10 | 1 | -1/+0 |
* | Convert to use instance private data. | Matthias Clasen | 2006-01-10 | 1 | -5/+5 |
* | Make this function public API. (#307099, Todd Berman) | Matthias Clasen | 2006-01-10 | 8 | -15/+26 |
* | Prevent the first row being focused on map. (#137351, Niklas Knutsson) | Matthias Clasen | 2006-01-09 | 1 | -0/+7 |
* | Add gtk_size_group_get_widgets, fixes #326324. Also mark all fields of | Johan Dahlin | 2006-01-09 | 3 | -0/+20 |
* | Don't leak preedit_string and preedit_attrs. (#322332, Paolo Borelli) | Matthias Clasen | 2006-01-09 | 1 | -0/+13 |
* | Make it build | Matthias Clasen | 2006-01-09 | 1 | -1/+1 |
* | New function to get the action for a proxy. (#326288) | Matthias Clasen | 2006-01-09 | 3 | -2/+26 |
* | Go back to the old key for attaching the action to the proxy. (#326288, | Matthias Clasen | 2006-01-09 | 1 | -1/+1 |
* | Don't translate empty strings. (#326200, Christian Stimming) | Matthias Clasen | 2006-01-08 | 1 | -1/+5 |
* | Shrink the private structs of these a bit. | Matthias Clasen | 2006-01-08 | 4 | -80/+81 |
* | Fix label alignment when width-chars is set. (#326098, Benjamin Otte) | Matthias Clasen | 2006-01-08 | 1 | -3/+5 |
* | Fix actiongroup-action interaction that relied on actions connecting to | Matthias Clasen | 2006-01-07 | 4 | -42/+61 |
* | Add missing property change notification. | Matthias Clasen | 2006-01-07 | 1 | -15/+27 |
* | And free the string... | Matthias Clasen | 2006-01-06 | 1 | -0/+1 |
* | Just use the directory name for the home dir. (#325817, Federico Mena | Matthias Clasen | 2006-01-06 | 1 | -2/+3 |
* | Initialize editable to TRUE. (gtk_text_tag_class_init): The default value | Matthias Clasen | 2006-01-06 | 1 | -7/+23 |
* | Make clicked an action signal. (#325782, Martyn Russell) | Matthias Clasen | 2006-01-06 | 1 | -1/+1 |
* | Disconnect from the old adjustments signals. (#325869, Jorn Baayen) | Matthias Clasen | 2006-01-06 | 1 | -2/+1 |
* | also recurse into win32 for ::clean create gtkbuiltincache.h (most code to | Hans Breuer | 2006-01-05 | 1 | -7/+33 |