summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-95/+95
* fully initialize GdkWindowAttr to avoid valgrind warnings. (#507751, patchKristian Rietveld2008-01-101-11/+12
* Fix #477175, reported by Juri Pakaste.Kristian Rietveld2008-01-101-11/+14
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+1
* More default property value fixesMatthias Clasen2007-12-281-1/+1
* pass correct argument to g_signal_emit for TEST_EXPAND_ROW (GtkTreeIter*Xan Lopez2007-12-231-1/+1
* Fix a typoMatthias Clasen2007-11-251-1/+1
* make sure the new cursor node is visible when we are done. (Fixes #472965,Kristian Rietveld2007-10-091-0/+1
* we should only "don't move the cursor, but just select the current node"Kristian Rietveld2007-10-091-2/+8
* the tooltip-column property getter needs to set an integer, not a boolean.Kristian Rietveld2007-09-131-1/+1
* if cell is set, always pass in path to gtk_tree_view_get_cell_area()Kristian Rietveld2007-09-131-3/+13
* only start typeahead search if tree_view has focus (and not one of theKristian Rietveld2007-09-101-1/+2
* Reverted r16699:Kristian Rietveld2007-09-091-19/+16
* Do not allow the cursor to go to a separator row. Fixes #441219, modifiedKristian Rietveld2007-08-221-42/+200
* make sure we fail keynav if the only item in the list is already selected.Kristian Rietveld2007-08-141-2/+3
* Fix documentation. (#461225, Murray Cumming).Kristian Rietveld2007-07-301-1/+1
* Fix some doc formatting errorsMatthias Clasen2007-07-231-1/+1
* Small fixesMatthias Clasen2007-07-191-4/+11
* handle no-window and regular widgets seperately.Kristian Rietveld2007-07-191-1/+1
* markup fixesMatthias Clasen2007-07-191-6/+6
* markup fixMatthias Clasen2007-07-191-2/+2
* typo fixMatthias Clasen2007-07-191-1/+1
* add more convenience API.Kristian Rietveld2007-07-191-1/+188
* Correct some mistakes in the documentation of the test-expand/collapse-rowMatthias Clasen2007-07-181-2/+2
* #408327, improve tooltip positioning.Kristian Rietveld2007-07-131-0/+108
* Make parameter naming consistent.Matthias Clasen2007-07-121-10/+10
* x should be changed when converting widget <=> bin_window coordinates, notKristian Rietveld2007-07-111-4/+4
* Fix a typo in the docs. (#453673, Guillaume Cottenceau)Matthias Clasen2007-07-091-1/+1
* new function to check whether a rubber banding operation is currentlyKristian Rietveld2007-07-021-0/+24
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-10/+10
* Fix up docsMatthias Clasen2007-06-151-8/+7
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+27
* Audit of GtkTreeView coordinate system usage. (#142494).Kristian Rietveld2007-06-131-59/+248
* Documentation additionsMatthias Clasen2007-06-071-0/+14
* also remove the auto expand timeout if it exists.Kristian Rietveld2007-06-061-0/+6
* Disable key bindings during rubber banding, make pressing Esc stop rubberKristian Rietveld2007-05-091-0/+13
* stop the rubber band if it's active.Kristian Rietveld2007-05-021-1/+6
* Set the background of the header window again. (#431067, Benjamin Berg)Matthias Clasen2007-04-251-0/+1
* add _gtk_tree_view_column_get_focus_area().Kristian Rietveld2007-03-201-105/+87
* only hide the search dialog and send focus events if the search dialog isKristian Rietveld2007-03-101-5/+8
* add cursor_offset field.Kristian Rietveld2007-02-161-1/+14
* send a focus-in event to the tree view after hiding the search dialog.Kristian Rietveld2007-02-161-0/+1
* remove unused style_get of vertical-separator. (#403165, Chris Wilson).Kristian Rietveld2007-02-021-3/+0
* factor out add_scroll_timeout(). (taken from maemo-gtk).Kristian Rietveld2007-01-191-9/+16
* gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.cMichael Natterer2007-01-181-4/+4
* don't include "gtkprivate.h" to avoid differing definitions ofHans Breuer2007-01-131-4/+4
* handle tree == NULL. (Fixes #392259, reported by Christian Persch).Kristian Rietveld2007-01-051-3/+12
* do allow for invalidated nodes if the tree view is not realized. (#363147,Kristian Rietveld2007-01-051-7/+3
* fix typo causing the search dialog timeout never to be refreshed.Kristian Rietveld2006-12-261-1/+1
* Lots of scrolling fixes. Made scrolling work properly in not fullyKristian Rietveld2006-12-261-53/+47