| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Actually implement visibility handling, and add | Matthias Clasen | 2006-01-31 | 3 | -20/+63 |
* | Add support for row hinting for the selected state. | Kristian Rietveld | 2006-01-31 | 1 | -4/+13 |
* | Make sure the tree view is realized, since we grab the focus to it. | Matthias Clasen | 2006-01-30 | 1 | -0/+2 |
* | Add a wrapped signal. (#322933, Carlos Garnacho Parro) | Matthias Clasen | 2006-01-30 | 2 | -3/+33 |
* | More generous spacing. (#328082, Christian Persch, patch by Carlos | Matthias Clasen | 2006-01-30 | 1 | -7/+8 |
* | Use the setter for active. (#329208, Guillaume Cottenceau) | Matthias Clasen | 2006-01-30 | 1 | -1/+2 |
* | Move the last button to the left where it does not affect the positioning | Matthias Clasen | 2006-01-30 | 1 | -2/+2 |
* | GtkAssistant stuff | Matthias Clasen | 2006-01-30 | 1 | -8/+14 |
* | If major.minor of required and available glib versions are the same, add | Behdad Esfahbod | 2006-01-29 | 2 | -2/+0 |
* | Allow to set a global hook function thats called whenever a link button is | Matthias Clasen | 2006-01-28 | 3 | -0/+49 |
* | More work on GtkAssistant by Carlos Garnacho: | Matthias Clasen | 2006-01-28 | 1 | -21/+70 |
* | Fixes bug #328820: | Federico Mena Quintero | 2006-01-27 | 1 | -0/+6 |
* | Use translated format strings for L10n in size calculation too. | Behdad Esfahbod | 2006-01-26 | 1 | -10/+13 |
* | s/Latin/English/ in last patch. | Behdad Esfahbod | 2006-01-25 | 1 | -2/+2 |
* | Oops. s/_(/Q_(/ in the patch. | Behdad Esfahbod | 2006-01-25 | 1 | -2/+2 |
* | Use translated strings calendar:week:digits|%d and calendar:day:digits|%d | Behdad Esfahbod | 2006-01-25 | 1 | -3/+23 |
* | Use logical extents of the layout instead of ink extents. According to | Behdad Esfahbod | 2006-01-25 | 1 | -8/+2 |
* | Only set the cursor size if it is != 0. | Matthias Clasen | 2006-01-25 | 1 | -3/+3 |
* | #322591, Jonathan Blandford. | Kristian Rietveld | 2006-01-24 | 4 | -16/+194 |
* | Add GtkLinkButton, a port of GnomeHRef. (#314808, Emmanuele Bassi) | Matthias Clasen | 2006-01-24 | 6 | -92/+712 |
* | Add link-color and visited-link-color style properties. (#113649, Leena | Matthias Clasen | 2006-01-24 | 2 | -29/+96 |
* | don't copy tree paths when emitting signals. (#325041, Matthias Clasen). | Kristian Rietveld | 2006-01-23 | 1 | -5/+5 |
* | Fix misalignment of RTL text in ellipsized GtkLabel: use layout width if | Behdad Esfahbod | 2006-01-23 | 1 | -3/+11 |
* | Only show the last button if we can jump to the end. (gtk_assistant_init): | Matthias Clasen | 2006-01-23 | 1 | -12/+22 |
* | Fix drawing issues in progress bars. (#328081, Christian Persch) | Matthias Clasen | 2006-01-23 | 1 | -57/+42 |
* | move destruction of the private GdkGC from finalize() to unrealize(). | Michael Natterer | 2006-01-23 | 1 | -4/+14 |
* | Revert previous commit after more searching in the bugzilla archives (see | Kristian Rietveld | 2006-01-22 | 1 | -0/+6 |
* | Remove second call to gtk_tree_view_column_cell_set_cell_data, since we | Kristian Rietveld | 2006-01-22 | 1 | -6/+0 |
* | 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 |