summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* gdk_gc_set_dashes expects a list of gint8, not guint8.Johan Dahlin2008-06-191-2/+2
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-7/+7
* Make gtk_tree_view_enable_model_drag_[source|dest] compatible withChristian Persch2008-06-101-41/+12
* Use GSlice. Patch from bug #506853.Christian Persch2008-06-101-17/+18
* Bug 536730 - memory corruption in gtktreeviewKristian Rietveld2008-06-081-2/+2
* Bug 488119 - critical warnings from gtk_tree_view_get_visible_rangeKristian Rietveld2008-06-081-4/+13
* Bug 530146 - Setting non-string tooltip withKristian Rietveld2008-05-301-5/+21
* Bug 449625 - crash in gtk_tree_view_real_move_cursor at gtktreeview.c:9641Kristian Rietveld2008-05-281-1/+1
* Bug 498010 - gtk_tree_view_set_cursor fails if model!=NULL.Kristian Rietveld2008-05-281-0/+1
* Refactor expand/collapse timeout handling (amendment to bug 511217).Kristian Rietveld2008-05-281-75/+63
* Bug 511217 - potential memory corruption after refreshing a tree_viewMatthias Clasen2008-05-281-0/+3
* FixesMatthias Clasen2008-05-271-2/+3
* Bug 523930 – sort -> search in gtktreeview.cMatthias Clasen2008-05-251-1/+1
* Set window type hint on the search popup. (#522279, Danny Baumann)Matthias Clasen2008-03-151-0/+2
* gtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk/gtktipsquery.cMichael Natterer2008-02-271-85/+19
* only queue a redraw if the rubber banding has actually been active.Kristian Rietveld2008-02-131-2/+2
* guard against people deleting the row in question in the selection-changedKristian Rietveld2008-02-121-0/+22
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-0/+5
* 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