| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it compile with C89 compilers. | Soeren Sandmann | 2003-06-27 | 1 | -1/+6 |
* | silly typo fix. s/seperator/separator/. This gets rid of the assert spam | Kristian Rietveld | 2003-06-11 | 1 | -1/+1 |
* | Merged from stable. | Kristian Rietveld | 2003-06-09 | 1 | -1/+1 |
* | Merged from stable. | Kristian Rietveld | 2003-06-09 | 1 | -15/+15 |
* | Fixes #75745, reported by Richard Hult. Merged from stable. | Kristian Rietveld | 2003-05-29 | 1 | -2/+9 |
* | Doc additions and fixes. | Matthias Clasen | 2003-04-15 | 1 | -1/+1 |
* | Document. | Matthias Clasen | 2003-04-12 | 1 | -8/+27 |
* | handle rtl code. | Jonathan Blandford | 2003-03-03 | 1 | -33/+128 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -3/+3 |
* | only count the special cell if it is also visible, | Kristian Rietveld | 2003-01-30 | 1 | -6/+11 |
* | ChangeLog too long to mention here. Bugs fixed: #100973, #83195, #87556, | Kristian Rietveld | 2003-01-27 | 1 | -2/+5 |
* | implement a working use_align = FALSE implementation (also mentioned in | Kristian Rietveld | 2002-12-10 | 1 | -3/+22 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+2 |
* | add a gtk_list_store_sort_iter_changed line for some special case ... | Kristian Rietveld | 2002-11-26 | 1 | -0/+34 |
* | Behaviour change, apply changes if the entry of the editable gets a focus | Kristian Rietveld | 2002-10-14 | 1 | -0/+4 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -37/+40 |
* | Documentation improvements. | Matthias Clasen | 2002-10-10 | 1 | -1/+1 |
* | docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c, | Soeren Sandmann | 2002-10-05 | 1 | -2/+3 |
* | Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, Vitaly | Soeren Sandmann | 2002-09-28 | 1 | -6/+8 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -2/+3 |
* | API additions: _move, _reorder and _swap for stores, path constructor. | Kristian Rietveld | 2002-07-26 | 1 | -2/+12 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 1 | -2/+2 |
* | New function, split off from gtk_tree_view_column_clear_attributes. | Matthias Clasen | 2002-06-07 | 1 | -6/+16 |
* | The "big treeview focus patch". Fixes several issues and adds some | Kristian Rietveld | 2002-05-05 | 1 | -55/+476 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -2/+2 |
* | Fixes #74206. | Kristian Rietveld | 2002-04-25 | 1 | -3/+31 |
* | This commit adds a cell_background property for cell renderers. With this | Kristian Rietveld | 2002-04-23 | 1 | -2/+15 |
* | add _gtk_tree_view_column_autosize | Kristian Rietveld | 2002-04-19 | 1 | -0/+8 |
* | s/<!>/<!-- -->/g throughout the documentation to bring the produced | Matthias Clasen | 2002-04-18 | 1 | -12/+12 |
* | add _gtk_tree_view_column_get_editable_cell and | Kristian Rietveld | 2002-04-14 | 1 | -0/+68 |
* | Fixes #78110 | Kristian Rietveld | 2002-04-09 | 1 | -0/+13 |
* | free anchor row reference after unselecting the selection (fixes #76272) | Kristian Rietveld | 2002-04-05 | 1 | -1/+1 |
* | implement. (gtk_tree_view_move_cursor_up_down): check for focus | Jonathan Blandford | 2002-04-05 | 1 | -13/+8 |
* | add example to docs, as people are seeming to have trouble with this | Jonathan Blandford | 2002-03-15 | 1 | -0/+16 |
* | make args const, 74159 (gtk_tree_view_insert_column_with_attributes): | Jonathan Blandford | 2002-03-15 | 1 | -1/+0 |
* | get rid of really bad focus loop. (gtk_tree_view_clamp_node_visible): only | Jonathan Blandford | 2002-03-08 | 1 | -4/+3 |
* | move event handling to the process_action function so we can have the | Jonathan Blandford | 2002-03-06 | 1 | -71/+138 |
* | remove sizing == AUTOSIZE check. Update docs. | Jonathan Blandford | 2002-03-05 | 1 | -6/+4 |
* | doc fix proposed by tvv@sparc.spb.su (Vitaly Tishkov), #73567. | Jonathan Blandford | 2002-03-05 | 1 | -3/+3 |
* | added compile time switch to put the tree views into a hpaned for owen to | Tim Janik | 2002-03-03 | 1 | -8/+14 |
* | set first_cell to FALSE after first iteration | Kristian Rietveld | 2002-03-01 | 1 | -1/+1 |
* | take into account that a path from a rowref can be NULL. (#72623 and | Kristian Rietveld | 2002-02-26 | 1 | -4/+2 |
* | call _gtk_tree_view_column_cell_set_dirty when visible, so this column | Kristian Rietveld | 2002-02-25 | 1 | -0/+3 |
* | Documented undocumented functions. | Jonathan Blandford | 2002-02-23 | 1 | -1/+56 |
* | new function (gtk_tree_view_column_create_button): use g_signal_* instead | Kristian Rietveld | 2002-02-19 | 1 | -12/+43 |
* | change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus, | Kristian Rietveld | 2002-02-19 | 1 | -21/+27 |
* | Changes to gtktreeview to better support thicker focus lines, | Bill Haneman | 2002-01-28 | 1 | -18/+33 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -0/+6 |
* | fix column reordering fully. (gtk_tree_view_size_allocate): fix evil bug. | Jonathan Blandford | 2002-01-24 | 1 | -0/+4 |
* | Update top_row. Remove extraneous print statements. | Jonathan Blandford | 2002-01-21 | 1 | -10/+0 |