| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce grid and tree lines in GtkTreeView. (#106406, Martyn Russell). | Kristian Rietveld | 2006-06-12 | 1 | -1/+326 |
* | Rubber banding for GtkTreeView, #80127. Uses same method as GtkIconView. | Kristian Rietveld | 2006-06-02 | 1 | -4/+453 |
* | revert fix of #164884 because it's not a problem in gtk+ but in | Kristian Rietveld | 2006-06-02 | 1 | -3/+2 |
* | Separate sensitive/selectable properties. | Kristian Rietveld | 2006-06-02 | 1 | -5/+0 |
* | Document signals. (#302556, Stefan Kost) | Matthias Clasen | 2006-05-31 | 1 | -6/+56 |
* | Add a space | Johan Dahlin | 2006-05-29 | 1 | -1/+1 |
* | select the current focus row if nothing is selected and ctrl is not | Kristian Rietveld | 2006-05-28 | 1 | -5/+17 |
* | refactor to work correctly in RTL mode. | Kristian Rietveld | 2006-05-28 | 1 | -5/+17 |
* | broken pipe | Kristian Rietveld | 2006-05-28 | 1 | -4/+21 |
* | set the sizing type of the new column to FIXED, | Kristian Rietveld | 2006-05-27 | 1 | -2/+6 |
* | really fix #333284. | Kristian Rietveld | 2006-05-27 | 1 | -1/+1 |
* | broken pipe | Kristian Rietveld | 2006-05-27 | 1 | -8/+26 |
* | queue a redraw for the full width of the row, not just the width we got | Kristian Rietveld | 2006-05-26 | 1 | -1/+1 |
* | set dy to page_size + height in the event dy + page_size is about to | Kristian Rietveld | 2006-05-26 | 1 | -0/+4 |
* | Fix an RTL problem with toggles in expander columns. (#341896, Roozbeh | Matthias Clasen | 2006-05-16 | 1 | -2/+3 |
* | gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c | Søren Sandmann | 2006-05-15 | 1 | -3/+3 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -41/+10 |
* | set tmpnode to the return value of the _gtk_rbtree_insert* functions, | Kristian Rietveld | 2006-05-02 | 1 | -2/+2 |
* | Fix for #340200, spotted by Torsten Schoenfeld. | Kristian Rietveld | 2006-04-30 | 1 | -20/+3 |
* | Don't force the standard DND icon if the user has a custom DND source. | Matthias Clasen | 2006-04-28 | 1 | -2/+5 |
* | new function, (validate_visible_area): when a node is validated, only | Kristian Rietveld | 2006-04-26 | 1 | -8/+36 |
* | If this new "row-ending-details" property is turned on, more detailed | Kristian Rietveld | 2006-04-26 | 1 | -30/+105 |
* | (broken pipe) | Kristian Rietveld | 2006-04-26 | 1 | -31/+112 |
* | Match parameter names with the headers. | Matthias Clasen | 2006-04-24 | 1 | -3/+5 |
* | Reorganize slightly to avoid a possible NULL dereference. (Coverity) | Matthias Clasen | 2006-04-13 | 1 | -3/+4 |
* | Don't allow passing NULL for x1 or x2, adjust callers. | Matthias Clasen | 2006-04-13 | 1 | -15/+7 |
* | Remove some unused variables. | Matthias Clasen | 2006-04-12 | 1 | -2/+2 |
* | Remove some accidentally committed stuff | Matthias Clasen | 2006-03-22 | 1 | -4/+3 |
* | Use fg_gc to draw the inter-row drop highlight. Also draw the line all the | Matthias Clasen | 2006-03-22 | 1 | -6/+11 |
* | Make Shift-P and Shift-N activate typeahead in GtkTreeView (i.e. they are | Federico Mena Quintero | 2006-03-10 | 1 | -18/+21 |
* | rename to _gtk_tree_selection_row_is_selectable and export internally, | Kristian Rietveld | 2006-03-01 | 1 | -0/+5 |
* | fix compiler warning. | Kristian Rietveld | 2006-02-06 | 1 | -1/+1 |
* | #322591, Jonathan Blandford. | Kristian Rietveld | 2006-01-24 | 1 | -12/+173 |
* | 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 |
* | fixup adjustments and top_row if the current dy + page_size exceeds the | Kristian Rietveld | 2006-01-14 | 1 | -0/+8 |
* | don't animate the expander arrows if gtk-enable-animations is FALSE (bug | Michael Natterer | 2006-01-13 | 1 | -0/+10 |
* | Use the slice allocator for many small allocations. | Matthias Clasen | 2006-01-04 | 1 | -5/+4 |
* | Add docs for the row-activated signal. (#324044, Davyd Madeley) | Matthias Clasen | 2005-12-14 | 1 | -0/+15 |
* | Use the correct window when synthesizing the key event. (#323077, Sadrul | Matthias Clasen | 2005-12-07 | 1 | -3/+5 |
* | Fix refcounting issues with new_event and its window. | Matthias Clasen | 2005-12-06 | 1 | -1/+2 |
* | Free new_event after sending it to the search entry. (#323209, CrispinKRIS_ASYNC_BRANCHPOINT | Matthias Clasen | 2005-12-05 | 1 | -0/+1 |
* | Properly handle model changes in GtkTreeSelection: (#322569, Milosz | Matthias Clasen | 2005-11-29 | 1 | -1/+3 |
* | Fix two memory handling problems in GtkTreeView: (#322350, Søren | Matthias Clasen | 2005-11-27 | 1 | -19/+25 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -6/+3 |
* | Another erroneous semicolon. | Matthias Clasen | 2005-11-10 | 1 | -1/+1 |
* | Implement a getter for headers-clickable. (#163851, Richard Hult) | Matthias Clasen | 2005-11-10 | 1 | -0/+25 |
* | Handle Shift-G to go to the previous match, like firefox. (#320061, | Matthias Clasen | 2005-10-28 | 1 | -1/+8 |
* | Return FALSE, so we don't flush repeatedly. (#319151, Alexander Larsson) | Matthias Clasen | 2005-10-28 | 1 | -1/+1 |