summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
Commit message (Expand)AuthorAgeFilesLines
...
* handle rtl code.Jonathan Blandford2003-03-031-33/+128
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-3/+3
* only count the special cell if it is also visible,Kristian Rietveld2003-01-301-6/+11
* ChangeLog too long to mention here. Bugs fixed: #100973, #83195, #87556,Kristian Rietveld2003-01-271-2/+5
* implement a working use_align = FALSE implementation (also mentioned inKristian Rietveld2002-12-101-3/+22
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+2
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-0/+34
* Behaviour change, apply changes if the entry of the editable gets a focusKristian Rietveld2002-10-141-0/+4
* Deprecation cleanupManish Singh2002-10-131-37/+40
* Documentation improvements.Matthias Clasen2002-10-101-1/+1
* docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c,Soeren Sandmann2002-10-051-2/+3
* Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, VitalySoeren Sandmann2002-09-281-6/+8
* Minor documentation fixesSoren Sandmann2002-08-101-2/+3
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-2/+12
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* New function, split off from gtk_tree_view_column_clear_attributes.Matthias Clasen2002-06-071-6/+16
* The "big treeview focus patch". Fixes several issues and adds someKristian Rietveld2002-05-051-55/+476
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-2/+2
* Fixes #74206.Kristian Rietveld2002-04-251-3/+31
* This commit adds a cell_background property for cell renderers. With thisKristian Rietveld2002-04-231-2/+15
* add _gtk_tree_view_column_autosizeKristian Rietveld2002-04-191-0/+8
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-181-12/+12
* add _gtk_tree_view_column_get_editable_cell andKristian Rietveld2002-04-141-0/+68
* Fixes #78110Kristian Rietveld2002-04-091-0/+13
* free anchor row reference after unselecting the selection (fixes #76272)Kristian Rietveld2002-04-051-1/+1
* implement. (gtk_tree_view_move_cursor_up_down): check for focusJonathan Blandford2002-04-051-13/+8
* add example to docs, as people are seeming to have trouble with thisJonathan Blandford2002-03-151-0/+16
* make args const, 74159 (gtk_tree_view_insert_column_with_attributes):Jonathan Blandford2002-03-151-1/+0
* get rid of really bad focus loop. (gtk_tree_view_clamp_node_visible): onlyJonathan Blandford2002-03-081-4/+3
* move event handling to the process_action function so we can have theJonathan Blandford2002-03-061-71/+138
* remove sizing == AUTOSIZE check. Update docs.Jonathan Blandford2002-03-051-6/+4
* doc fix proposed by tvv@sparc.spb.su (Vitaly Tishkov), #73567.Jonathan Blandford2002-03-051-3/+3
* added compile time switch to put the tree views into a hpaned for owen toTim Janik2002-03-031-8/+14
* set first_cell to FALSE after first iterationKristian Rietveld2002-03-011-1/+1
* take into account that a path from a rowref can be NULL. (#72623 andKristian Rietveld2002-02-261-4/+2
* call _gtk_tree_view_column_cell_set_dirty when visible, so this columnKristian Rietveld2002-02-251-0/+3
* Documented undocumented functions.Jonathan Blandford2002-02-231-1/+56
* new function (gtk_tree_view_column_create_button): use g_signal_* insteadKristian Rietveld2002-02-191-12/+43
* change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus,Kristian Rietveld2002-02-191-21/+27
* Changes to gtktreeview to better support thicker focus lines,Bill Haneman2002-01-281-18/+33
* General property notification cleanup.Matthias Clasen2002-01-281-0/+6
* fix column reordering fully. (gtk_tree_view_size_allocate): fix evil bug.Jonathan Blandford2002-01-241-0/+4
* Update top_row. Remove extraneous print statements.Jonathan Blandford2002-01-211-10/+0
* only resize the window.Jonathan Blandford2002-01-211-11/+11
* For some reason, I was activating a row while just selecting it. ReportedJonathan Blandford2002-01-181-0/+6
* Doc markup fix.Matthias Clasen2001-12-081-33/+35
* Minor fix.Jonathan Blandford2001-12-041-92/+75
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-4/+6
* if we use pointers, we should free the previous pointer first (if itKristian Rietveld2001-12-031-1/+2
* Add a "resizable" property, to get rid of theJonathan Blandford2001-11-191-2/+47