]> Pileus Git - ~andy/gtk/history - gtk/gtktreeview.c
Include "config.h" instead of <config.h> Command used: find -name
[~andy/gtk] / gtk / gtktreeview.c
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-19 Johan Dahlingdk_gc_set_dashes expects a list of gint8, not guint8.
2008-06-18 Michael Nattererdeprecate GtkDestroyNotify.
2008-06-10 Christian PerschMake gtk_tree_view_enable_model_drag_[source|dest]...
2008-06-10 Christian PerschUse GSlice. Patch from bug #506853.
2008-06-08 Kristian RietveldBug 536730 - memory corruption in gtktreeview
2008-06-08 Kristian RietveldBug 488119 - critical warnings from gtk_tree_view_get_v...
2008-05-30 Kristian RietveldBug 530146 - Setting non-string tooltip with
2008-05-28 Kristian RietveldBug 449625 - crash in gtk_tree_view_real_move_cursor...
2008-05-28 Kristian RietveldBug 498010 - gtk_tree_view_set_cursor fails if model...
2008-05-28 Kristian RietveldRefactor expand/collapse timeout handling (amendment...
2008-05-28 Matthias Clasen Bug 511217 - potential memory corruption after...
2008-05-27 Matthias ClasenFixes
2008-05-25 Matthias Clasen Bug 523930 – sort -> search in gtktreeview.c
2008-03-15 Matthias ClasenSet window type hint on the search popup. (#522279...
2008-02-27 Michael Natterergtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk...
2008-02-13 Kristian Rietveldonly queue a redraw if the rubber banding has actually...
2008-02-12 Kristian Rietveldguard against people deleting the row in question in...
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2008-01-25 Michael Natterergtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext...
2008-01-10 Kristian Rietveldfully initialize GdkWindowAttr to avoid valgrind warnin...
2008-01-10 Kristian RietveldFix #477175, reported by Juri Pakaste.
2008-01-06 Johan DahlinUse G_OBJECT_WARN_INVALID_PROPERTY_ID consistently...
2007-12-28 Matthias ClasenMore default property value fixes
2007-12-23 Xan Lopezpass correct argument to g_signal_emit for TEST_EXPAND_...
2007-11-25 Matthias ClasenFix a typo
2007-10-09 Kristian Rietveldmake sure the new cursor node is visible when we are...
2007-10-09 Kristian Rietveldwe should only "don't move the cursor, but just select...
2007-09-13 Kristian Rietveldthe tooltip-column property getter needs to set an...
2007-09-13 Kristian Rietveldif cell is set, always pass in path to gtk_tree_view_ge...
2007-09-10 Kristian Rietveldonly start typeahead search if tree_view has focus...
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.
next