| Commit message (Expand) | Author | Age | Files | Lines |
* | don't "corrupt" all iterators by reversing the list after adding the | Kristian Rietveld | 2007-10-08 | 1 | -4/+0 |
* | Fix #482841, patch by Karl Tomlinson. | Kristian Rietveld | 2007-10-08 | 1 | -1/+7 |
* | Revert the change on 2007-04-29 (Also check the default handler when | Murray Cumming | 2007-10-05 | 1 | -2/+1 |
* | Use g_object_ref() instead of gtk_widget_ref(). (#483563) | Hiroyuki Ikezoe | 2007-10-05 | 1 | -3/+3 |
* | Iterate on the proxies we hold when we change the sorting function and the | Emmanuele Bassi | 2007-10-04 | 1 | -3/+28 |
* | Add a second volume button. | Matthias Clasen | 2007-10-04 | 1 | -0/+3 |
* | Fix warnings and display of modified date / time in filechooser for some | Loïc Minier | 2007-10-04 | 1 | -1/+1 |
* | remove duplicated declaration of gtk_notebook_create_window. Patch by | Xan Lopez | 2007-10-03 | 1 | -4/+0 |
* | 455284 - Focus or toggle location entry | Federico Mena Quintero | 2007-10-02 | 1 | -17/+28 |
* | fix up if-condition to only set the true arrow type if show_sort_indicator | Kristian Rietveld | 2007-10-01 | 1 | -1/+1 |
* | Fixes for bug #480123. | Emmanuele Bassi | 2007-09-25 | 2 | -12/+21 |
* | add extra NULL check for tooltipsdata to avoid code fiddling with | Kristian Rietveld | 2007-09-24 | 1 | -0/+1 |
* | Set the GtkWin32EmbedWidget we create here as modal. Fixes #389358. | Tor Lillqvist | 2007-09-24 | 1 | -0/+1 |
* | gtk/gtkstyle.c (option_menu_get_props) use gtk_requisition_free() instead | Manish Singh | 2007-09-21 | 2 | -2/+2 |
* | Some more fixed to prevent segfaults with missing or nonsensical ranges. | Matthias Clasen | 2007-09-21 | 1 | -9/+7 |
* | abort printing when the range is NULL. (#478803) | Jean Brefort | 2007-09-21 | 1 | -0/+5 |
* | merged patch from maemo-gtk which handles failed keynav correctly also | Michael Natterer | 2007-09-21 | 1 | -6/+18 |
* | Forgotten file | Matthias Clasen | 2007-09-21 | 1 | -12/+14 |
* | Remove trailing commas | Matthias Clasen | 2007-09-21 | 1 | -1/+1 |
* | Search libtrackerclient.so.0 as libtracker changed the shared library | Emmanuele Bassi | 2007-09-18 | 1 | -2/+8 |
* | svn path=/trunk/; revision=18842 | Hans Breuer | 2007-09-17 | 3 | -35/+35 |
* | don't simply crash if any of the pointer args are NULL. Instead, | Michael Natterer | 2007-09-15 | 1 | -5/+13 |
* | Remove the warning for the "select-multiple" property getter. (#476686, | Emmanuele Bassi | 2007-09-14 | 2 | -6/+2 |
* | no need to get the list of menubars twice. | Michael Natterer | 2007-09-14 | 1 | -17/+15 |
* | Turn off icon cache validation by default | Matthias Clasen | 2007-09-14 | 1 | -5/+10 |
* | 2.12.0GTK_2_12_0 | Matthias Clasen | 2007-09-14 | 2 | -1/+5 |
* | the tooltip-column property getter needs to set an integer, not a boolean. | Kristian Rietveld | 2007-09-13 | 1 | -1/+1 |
* | implement getter for keycode property. (#476665, patch by Christian | Kristian Rietveld | 2007-09-13 | 1 | -0/+4 |
* | Fix the value type | Matthias Clasen | 2007-09-13 | 1 | -1/+1 |
* | if cell is set, always pass in path to gtk_tree_view_get_cell_area() | Kristian Rietveld | 2007-09-13 | 1 | -3/+13 |
* | Use the "document-open-recent" icon for the the Recently Used shortcut in | Emmanuele Bassi | 2007-09-12 | 6 | -1/+681 |
* | Fixes #426246. | Kristian Rietveld | 2007-09-12 | 1 | -23/+45 |
* | remove useless member "has_title" from the private struct and simply set | Michael Natterer | 2007-09-11 | 1 | -21/+24 |
* | Make sure menu_shell->button gets reset to 0 when we bail out early here | Michael Natterer | 2007-09-11 | 1 | -1/+11 |
* | Fix some typos. Closes bug #475400. | Kjartan Maraas | 2007-09-10 | 1 | -3/+3 |
* | Build fix, correct a typo in the G_BEGIN_DECLS fix below. | Richard Hult | 2007-09-10 | 1 | -1/+1 |
* | Fix a typo | Matthias Clasen | 2007-09-10 | 1 | -1/+1 |
* | when creating a new box, be sure to transfer a possible tooltip from the | Kristian Rietveld | 2007-09-10 | 1 | -0/+11 |
* | only start typeahead search if tree_view has focus (and not one of the | Kristian Rietveld | 2007-09-10 | 1 | -1/+2 |
* | Remove update_idle here. Might fix #383003. | Matthias Clasen | 2007-09-10 | 1 | -1/+4 |
* | Add a bounding box test that will avoid getting the individual cell boxes | Matthias Clasen | 2007-09-10 | 1 | -0/+8 |
* | fix the build | Matthias Clasen | 2007-09-09 | 1 | -1/+1 |
* | Update the documentation to mark the optional constructors parameters. The | Matthias Clasen | 2007-09-09 | 4 | -48/+53 |
* | Remove trailing commas from enumerations, since some compilers don't like | Matthias Clasen | 2007-09-09 | 3 | -3/+3 |
* | Don't assume that a path of depth 0 has no indices. (#467324, Szilard | Matthias Clasen | 2007-09-09 | 2 | -2/+2 |
* | Reverted r16699: | Kristian Rietveld | 2007-09-09 | 1 | -19/+16 |
* | Revert the clamping of cursor coordinates, since it causes really ugly | Matthias Clasen | 2007-09-09 | 1 | -8/+0 |
* | Apply a number of patches by Xan Lopez to improve the interaction between | Matthias Clasen | 2007-09-08 | 2 | -35/+46 |
* | Use g_slice for ToolbarContent. (#474696, Christian Persch) | Matthias Clasen | 2007-09-08 | 1 | -3/+3 |
* | Add an internal child name for the notebook, so that GtkBuilder can be | Matthias Clasen | 2007-09-07 | 1 | -1/+31 |