| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | markup fix | Matthias Clasen | 2007-07-19 | 1 | -2/+2 |
* | typo fix | Matthias Clasen | 2007-07-19 | 1 | -1/+1 |
* | add more convenience API. | Kristian Rietveld | 2007-07-19 | 1 | -1/+188 |
* | Correct some mistakes in the documentation of the test-expand/collapse-row | Matthias Clasen | 2007-07-18 | 1 | -2/+2 |
* | #408327, improve tooltip positioning. | Kristian Rietveld | 2007-07-13 | 1 | -0/+108 |
* | Make parameter naming consistent. | Matthias Clasen | 2007-07-12 | 1 | -10/+10 |
* | x should be changed when converting widget <=> bin_window coordinates, not | Kristian Rietveld | 2007-07-11 | 1 | -4/+4 |
* | Fix a typo in the docs. (#453673, Guillaume Cottenceau) | Matthias Clasen | 2007-07-09 | 1 | -1/+1 |
* | new function to check whether a rubber banding operation is currently | Kristian Rietveld | 2007-07-02 | 1 | -0/+24 |
* | Rename buildable methods to not clash with widget methods. (#448928, | Johan Dahlin | 2007-06-19 | 1 | -10/+10 |
* | Fix up docs | Matthias Clasen | 2007-06-15 | 1 | -8/+7 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -1/+27 |