| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.12.0GTK_2_12_0 | Matthias Clasen | 2007-09-14 | 1 | -0/+4 |
* | the tooltip-column property getter needs to set an integer, not a boolean. | Kristian Rietveld | 2007-09-13 | 1 | -0/+6 |
* | implement getter for keycode property. (#476665, patch by Christian | Kristian Rietveld | 2007-09-13 | 1 | -0/+6 |
* | Fix the value type | Matthias Clasen | 2007-09-13 | 1 | -0/+3 |
* | Bump version to 2.12.0 | Matthias Clasen | 2007-09-13 | 1 | -0/+2 |
* | Updates | Matthias Clasen | 2007-09-13 | 1 | -0/+5 |
* | if cell is set, always pass in path to gtk_tree_view_get_cell_area() | Kristian Rietveld | 2007-09-13 | 1 | -0/+7 |
* | Use the "document-open-recent" icon for the the Recently Used shortcut in | Emmanuele Bassi | 2007-09-12 | 1 | -0/+14 |
* | Fixes #426246. | Kristian Rietveld | 2007-09-12 | 1 | -0/+18 |
* | Updates | Matthias Clasen | 2007-09-12 | 1 | -0/+3 |
* | remove useless member "has_title" from the private struct and simply set | Michael Natterer | 2007-09-11 | 1 | -0/+9 |
* | Make sure menu_shell->button gets reset to 0 when we bail out early here | Michael Natterer | 2007-09-11 | 1 | -0/+7 |
* | Fix some typos. Closes bug #475400. | Kjartan Maraas | 2007-09-10 | 1 | -0/+4 |
* | Fix serial number comparison regression introduced recently. (#474897) | Behdad Esfahbod | 2007-09-10 | 1 | -0/+6 |
* | Build fix, correct a typo in the G_BEGIN_DECLS fix below. | Richard Hult | 2007-09-10 | 1 | -0/+5 |
* | Fix a typo | Matthias Clasen | 2007-09-10 | 1 | -0/+5 |
* | when creating a new box, be sure to transfer a possible tooltip from the | Kristian Rietveld | 2007-09-10 | 1 | -0/+6 |
* | only start typeahead search if tree_view has focus (and not one of the | Kristian Rietveld | 2007-09-10 | 1 | -0/+6 |
* | Remove update_idle here. Might fix #383003. | Matthias Clasen | 2007-09-10 | 1 | -0/+5 |
* | Add a bounding box test that will avoid getting the individual cell boxes | Matthias Clasen | 2007-09-10 | 1 | -0/+6 |
* | Update the documentation to mark the optional constructors parameters. The | Matthias Clasen | 2007-09-09 | 1 | -0/+11 |
* | Include config.h first. (#467719) | Matthias Clasen | 2007-09-09 | 1 | -0/+7 |
* | Remove trailing commas from enumerations, since some compilers don't like | Matthias Clasen | 2007-09-09 | 1 | -0/+7 |
* | Don't assume that a path of depth 0 has no indices. (#467324, Szilard | Matthias Clasen | 2007-09-09 | 1 | -0/+7 |
* | fix invalid list node accesses, spotted by Benjamin Berg, bug #475158. | 18:22:28 Tim Janik | 2007-09-09 | 1 | -0/+5 |
* | Reverted r16699: | Kristian Rietveld | 2007-09-09 | 1 | -0/+10 |
* | Updates | Matthias Clasen | 2007-09-09 | 1 | -0/+2 |
* | Add a note about bug 463772 | Matthias Clasen | 2007-09-09 | 1 | -0/+4 |
* | Revert the clamping of cursor coordinates, since it causes really ugly | Matthias Clasen | 2007-09-09 | 1 | -0/+6 |
* | Apply a number of patches by Xan Lopez to improve the interaction between | Matthias Clasen | 2007-09-08 | 1 | -1/+8 |
* | Use g_slice for ToolbarContent. (#474696, Christian Persch) | Matthias Clasen | 2007-09-08 | 1 | -0/+5 |
* | Add an internal child name for the notebook, so that GtkBuilder can be | Matthias Clasen | 2007-09-07 | 1 | -0/+6 |
* | Don't use image->attach_points where image->n_attach_points was meant. | Matthias Clasen | 2007-09-07 | 1 | -0/+6 |
* | Fix typo that broke the build. | Wouter Bolsterlee | 2007-09-07 | 1 | -0/+5 |
* | Check for the cups function httpGetAuthString(). | Matthias Clasen | 2007-09-07 | 1 | -0/+7 |
* | implement missing get_cells method. (Spotted by Paolo Borelli). | Kristian Rietveld | 2007-09-07 | 1 | -0/+6 |
* | Check for cups.h | Matthias Clasen | 2007-09-07 | 1 | -0/+4 |
* | Allow dest to be NULL. (#464528, Xan Lopez) | Matthias Clasen | 2007-09-07 | 1 | -1/+11 |
* | Initialize error to NULL before calling g_set_error(). Should fix #473954, | Matthias Clasen | 2007-09-06 | 1 | -0/+6 |
* | removed code that forced range repaints upon every motion event, because | 13:37:28 Tim Janik | 2007-09-06 | 1 | -0/+9 |
* | s/gtk_widget_[un]ref/g_object_[un]ref/g | Michael Natterer | 2007-09-06 | 1 | -0/+4 |
* | Patch from William Pitcock: Ungrab windows if necessary when they are | Richard Hult | 2007-09-06 | 1 | -0/+6 |
* | fix wrong default value in ::tab-expand param spec constructor. | Tim Janik | 2007-09-05 | 1 | -0/+5 |
* | copy filename to builder->priv instead of holding a reference to it. Bug | Fernando Herrera | 2007-09-04 | 1 | -0/+6 |
* | Do not iterate recursively over all child nodes. | Johan Dahlin | 2007-09-04 | 1 | -0/+6 |
* | added missing \n to g_print() in GTK_NOTE(). | Michael Natterer | 2007-09-04 | 1 | -0/+4 |
* | Do not remove empty properties, since we do not know the default | Johan Dahlin | 2007-09-04 | 1 | -0/+6 |
* | Remove the stat() time barrier, as it seems to cause bug #463907 (thanks | Emmanuele Bassi | 2007-09-03 | 1 | -0/+6 |
* | Revert the previous change as it broke the build (missing po file in | Richard Hult | 2007-08-31 | 1 | -0/+5 |
* | Added Kannada to list of languages in ALL_LINGUAS | Pramod Raghavendra | 2007-08-31 | 1 | -0/+4 |