| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.c | Sven Neumann | 2008-08-11 | 1 | -50/+50 |
* | some more signals I missed in my last commit | Sven Neumann | 2008-08-08 | 1 | -10/+10 |
* | gtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable.c gtk/gtktreeview.c | Sven Neumann | 2008-08-08 | 1 | -14/+15 |
* | gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.c | Sven Neumann | 2008-08-08 | 1 | -2/+2 |
* | gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.c | Michael Natterer | 2008-08-07 | 1 | -2/+1 |
* | gtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c gtk/gtkscrolledwindow.c | Michael Natterer | 2008-08-06 | 1 | -15/+7 |
* | Bug 540379 – gtk_tree_view_enable_model_drag_dest and | Björn Lindqvist | 2008-08-03 | 1 | -13/+22 |
* | Bug 539733 – No way to control treeview separator height | Matthias Clasen | 2008-08-02 | 1 | -2/+11 |
* | Bug 543989 - Crash in gtk_tree_view_size_allocate_columns | Kristian Rietveld | 2008-07-21 | 1 | -1/+2 |
* | Fix #316087. | Kristian Rietveld | 2008-07-11 | 1 | -26/+80 |
* | Doc improvement | Matthias Clasen | 2008-07-07 | 1 | -0/+3 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | gdk_gc_set_dashes expects a list of gint8, not guint8. | Johan Dahlin | 2008-06-19 | 1 | -2/+2 |
* | deprecate GtkDestroyNotify. | Michael Natterer | 2008-06-18 | 1 | -7/+7 |
* | Make gtk_tree_view_enable_model_drag_[source|dest] compatible with | Christian Persch | 2008-06-10 | 1 | -41/+12 |
* | Use GSlice. Patch from bug #506853. | Christian Persch | 2008-06-10 | 1 | -17/+18 |
* | Bug 536730 - memory corruption in gtktreeview | Kristian Rietveld | 2008-06-08 | 1 | -2/+2 |
* | Bug 488119 - critical warnings from gtk_tree_view_get_visible_range | Kristian Rietveld | 2008-06-08 | 1 | -4/+13 |
* | Bug 530146 - Setting non-string tooltip with | Kristian Rietveld | 2008-05-30 | 1 | -5/+21 |
* | Bug 449625 - crash in gtk_tree_view_real_move_cursor at gtktreeview.c:9641 | Kristian Rietveld | 2008-05-28 | 1 | -1/+1 |
* | Bug 498010 - gtk_tree_view_set_cursor fails if model!=NULL. | Kristian Rietveld | 2008-05-28 | 1 | -0/+1 |
* | Refactor expand/collapse timeout handling (amendment to bug 511217). | Kristian Rietveld | 2008-05-28 | 1 | -75/+63 |
* | Bug 511217 - potential memory corruption after refreshing a tree_view | Matthias Clasen | 2008-05-28 | 1 | -0/+3 |
* | Fixes | Matthias Clasen | 2008-05-27 | 1 | -2/+3 |
* | Bug 523930 – sort -> search in gtktreeview.c | Matthias Clasen | 2008-05-25 | 1 | -1/+1 |
* | Set window type hint on the search popup. (#522279, Danny Baumann) | Matthias Clasen | 2008-03-15 | 1 | -0/+2 |
* | gtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk/gtktipsquery.c | Michael Natterer | 2008-02-27 | 1 | -85/+19 |
* | only queue a redraw if the rubber banding has actually been active. | Kristian Rietveld | 2008-02-13 | 1 | -2/+2 |
* | guard against people deleting the row in question in the selection-changed | Kristian Rietveld | 2008-02-12 | 1 | -0/+22 |
* | Unify the handling of various "Enter" keysyms all over the place. | Matthias Clasen | 2008-02-12 | 1 | -0/+5 |
* | gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.h | Michael Natterer | 2008-01-25 | 1 | -95/+95 |
* | fully initialize GdkWindowAttr to avoid valgrind warnings. (#507751, patch | Kristian Rietveld | 2008-01-10 | 1 | -11/+12 |
* | Fix #477175, reported by Juri Pakaste. | Kristian Rietveld | 2008-01-10 | 1 | -11/+14 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075 | Johan Dahlin | 2008-01-06 | 1 | -0/+1 |
* | More default property value fixes | Matthias Clasen | 2007-12-28 | 1 | -1/+1 |
* | pass correct argument to g_signal_emit for TEST_EXPAND_ROW (GtkTreeIter* | Xan Lopez | 2007-12-23 | 1 | -1/+1 |
* | Fix a typo | Matthias Clasen | 2007-11-25 | 1 | -1/+1 |
* | make sure the new cursor node is visible when we are done. (Fixes #472965, | Kristian Rietveld | 2007-10-09 | 1 | -0/+1 |
* | we should only "don't move the cursor, but just select the current node" | Kristian Rietveld | 2007-10-09 | 1 | -2/+8 |
* | the tooltip-column property getter needs to set an integer, not a boolean. | Kristian Rietveld | 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 |
* | only start typeahead search if tree_view has focus (and not one of the | Kristian Rietveld | 2007-09-10 | 1 | -1/+2 |
* | Reverted r16699: | Kristian Rietveld | 2007-09-09 | 1 | -19/+16 |
* | Do not allow the cursor to go to a separator row. Fixes #441219, modified | Kristian Rietveld | 2007-08-22 | 1 | -42/+200 |
* | make sure we fail keynav if the only item in the list is already selected. | Kristian Rietveld | 2007-08-14 | 1 | -2/+3 |
* | Fix documentation. (#461225, Murray Cumming). | Kristian Rietveld | 2007-07-30 | 1 | -1/+1 |
* | Fix some doc formatting errors | Matthias Clasen | 2007-07-23 | 1 | -1/+1 |
* | Small fixes | Matthias Clasen | 2007-07-19 | 1 | -4/+11 |
* | handle no-window and regular widgets seperately. | Kristian Rietveld | 2007-07-19 | 1 | -1/+1 |
* | markup fixes | Matthias Clasen | 2007-07-19 | 1 | -6/+6 |