]> Pileus Git - ~andy/gtk/history - gtk/gtktreeview.c
Deprecate widget flag: GTK_WIDGET_MAPPED
[~andy/gtk] / gtk / gtktreeview.c
2007-09-09 Kristian RietveldReverted r16699:
2007-08-22 Kristian RietveldDo not allow the cursor to go to a separator row. Fixes...
2007-08-14 Kristian Rietveldmake sure we fail keynav if the only item in the list...
2007-07-30 Kristian RietveldFix documentation. (#461225, Murray Cumming).
2007-07-23 Matthias ClasenFix some doc formatting errors
2007-07-19 Matthias ClasenSmall fixes
2007-07-19 Kristian Rietveldhandle no-window and regular widgets seperately.
2007-07-19 Matthias Clasenmarkup fixes
2007-07-19 Matthias Clasenmarkup fix
2007-07-19 Matthias Clasentypo fix
2007-07-19 Kristian Rietveldadd more convenience API.
2007-07-18 Matthias ClasenCorrect some mistakes in the documentation of the test...
2007-07-13 Kristian Rietveld#408327, improve tooltip positioning.
2007-07-12 Matthias ClasenMake parameter naming consistent.
2007-07-11 Kristian Rietveldx should be changed when converting widget <=> bin_wind...
2007-07-09 Matthias ClasenFix a typo in the docs. (#453673, Guillaume Cottenceau)
2007-07-02 Kristian Rietveldnew function to check whether a rubber banding operatio...
2007-06-19 Johan DahlinRename buildable methods to not clash with widget metho...
2007-06-15 Matthias ClasenFix up docs
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-06-13 Kristian RietveldAudit of GtkTreeView coordinate system usage. (#142494).
2007-06-07 Matthias ClasenDocumentation additions
2007-06-06 Kristian Rietveldalso remove the auto expand timeout if it exists.
2007-05-09 Kristian RietveldDisable key bindings during rubber banding, make pressi...
2007-05-02 Kristian Rietveldstop the rubber band if it's active.
2007-04-25 Matthias ClasenSet the background of the header window again. (#431067...
2007-03-20 Kristian Rietveldadd _gtk_tree_view_column_get_focus_area().
2007-03-10 Kristian Rietveldonly hide the search dialog and send focus events if...
2007-02-16 Kristian Rietveldadd cursor_offset field.
2007-02-16 Kristian Rietveldsend a focus-in event to the tree view after hiding...
2007-02-02 Kristian Rietveldremove unused style_get of vertical-separator. (#403165...
2007-01-19 Kristian Rietveldfactor out add_scroll_timeout(). (taken from maemo...
2007-01-18 Michael Natterergtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk...
2007-01-13 Hans Breuerdon't include "gtkprivate.h" to avoid differing definit...
2007-01-05 Kristian Rietveldhandle tree == NULL. (Fixes #392259, reported by Christ...
2007-01-05 Kristian Rietvelddo allow for invalidated nodes if the tree view is...
2006-12-26 Kristian Rietveldfix typo causing the search dialog timeout never to...
2006-12-26 Kristian RietveldLots of scrolling fixes. Made scrolling work properly...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-12-03 Kristian Rietveldwhen not using an explicit alignment, use the full...
2006-11-24 Michael Nattererif we can't go up/down, consult gtk_widget_keynav_faile...
2006-11-16 Michael NattererAdd new infrastructure for notifications of failed...
2006-11-09 Kristian Rietvelddisable don't move cursor case for SELECTION_NONE....
2006-10-30 Kristian Rietvelddon't forget to queue a draw for the new cursor node...
2006-10-30 Kristian Rietveldchange left/right keybindings to collapse/expand rows...
2006-10-29 Kristian Rietveldguard against child removal in row-expanded callback...
2006-10-27 Kristian Rietveldrework the area_above == 0 case to not overwrite the...
2006-10-08 Kristian Rietveldadd getter/setter for show-expanders property, queue...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-09-25 Kristian Rietveldif the tree view has already been realized; scroll...
2006-09-25 Kristian Rietveldonly attempt to create the GCs if the widget is realize...
2006-09-16 Matthias ClasenSend change notification for the right property. (...
2006-09-15 Michael Nattererrefactored column header navigation/resizing/reordering...
2006-09-15 Kristian Rietveldactually directly return after handling column button...
2006-09-15 Kristian Rietveldmake column resizing code RTL aware, also break from...
2006-09-10 Matthias ClasenRenew the flush timeout. (#354043, Nelson Benitez)
2006-08-06 Matthias ClasenBe more careful when creating gcs, also emit change...
2006-07-18 Kristian RietveldFix for #335012, reported by Matteo Nastasi.
2006-07-18 Kristian RietveldAnother fix for #164884.
2006-07-18 Kristian Rietvelduse MAX priv->width, alloc.width when allocating the...
2006-07-17 Kristian Rietveldcheck if the iter still has children after running...
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-07-05 Matthias ClasenDon't leak dash_list. (#346639, Christian Persch)
2006-06-27 Kristian Rietveldcancel the expand collapse timeout when unsetting the...
2006-06-21 Matthias ClasenFix the registration of the grid-lines property (#34545...
2006-06-21 Kristian RietveldAllocate space for the grid lines when they are enabled.
2006-06-20 Matthias ClasenBetter fix.
2006-06-20 Matthias Clasen (gtk_tree_view_set_column_drag_info): Don't crash...
2006-06-20 Matthias ClasenDon't leak dash_list.
2006-06-14 Matthias ClasenFix 344838
2006-06-12 Kristian RietveldIntroduce grid and tree lines in GtkTreeView. (#106406...
2006-06-02 Kristian RietveldRubber banding for GtkTreeView, #80127. Uses same metho...
2006-06-02 Kristian Rietveldrevert fix of #164884 because it's not a problem in...
2006-06-02 Kristian RietveldSeparate sensitive/selectable properties.
2006-05-31 Matthias ClasenDocument signals. (#302556, Stefan Kost)
2006-05-29 Johan DahlinAdd a space
2006-05-28 Kristian Rietveldselect the current focus row if nothing is selected...
2006-05-28 Kristian Rietveldrefactor to work correctly in RTL mode.
2006-05-28 Kristian Rietveldbroken pipe
2006-05-27 Kristian Rietveldset the sizing type of the new column to FIXED,
2006-05-27 Kristian Rietveldreally fix #333284.
2006-05-27 Kristian Rietveldbroken pipe
2006-05-26 Kristian Rietveldqueue a redraw for the full width of the row, not just...
2006-05-26 Kristian Rietveldset dy to page_size + height in the event dy + page_siz...
2006-05-16 Matthias ClasenFix an RTL problem with toggles in expander columns...
2006-05-15 Søren Sandmanngtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-05-02 Kristian Rietveldset tmpnode to the return value of the _gtk_rbtree_inse...
2006-04-30 Kristian RietveldFix for #340200, spotted by Torsten Schoenfeld.
2006-04-28 Matthias ClasenDon't force the standard DND icon if the user has a...
2006-04-26 Kristian Rietveldnew function, (validate_visible_area): when a node...
2006-04-26 Kristian RietveldIf this new "row-ending-details" property is turned...
2006-04-26 Kristian Rietveld(broken pipe)
2006-04-24 Matthias ClasenMatch parameter names with the headers.
2006-04-13 Matthias ClasenReorganize slightly to avoid a possible NULL dereferenc...
2006-04-13 Matthias ClasenDon't allow passing NULL for x1 or x2, adjust callers.
2006-04-12 Matthias ClasenRemove some unused variables.
2006-03-22 Matthias ClasenRemove some accidentally committed stuff
2006-03-22 Matthias ClasenUse fg_gc to draw the inter-row drop highlight. Also...
next