Update OpenVMS makefile
[wxWidgets.git] / src / gtk / treeentry_gtk.c
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-06  Paul Cornettavoid GTK+ prefixes for our tree entry code, it is...
2013-07-06  Paul Cornettremove empty GtkTreeEntryClass
2013-07-06  Paul Cornettremove instance init function, memory is already zeroed
2013-07-06  Paul Cornettmove treeentry_gtk.h to include/wx/gtk/private/
2013-07-06  Paul Cornettcreate collate_key on demand
2013-07-02  Paul Cornettchain up to parent in dispose handler
2013-07-02  Paul Cornettuse correct signature for class init function
2013-07-01  Paul CornettUse gtk_list_store_insert_with_values() to set entry...
2013-06-29  Paul Cornettfix assertion failure when string transform is requeste...
2012-05-04  Vadim ZeitlinDeclare variables before doing anything else in C code.
2011-04-11  Jouk Jansenrevoke OpenVMS dependend part of r67326
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2010-08-18  Robert RoeblingMake wxListBox sort in a case insensitive way, fixes...
2010-01-26  Jouk JansenFixes for compilation on OpenVMS platforms
2007-12-21  Jouk JansenUpdates For OpenVMS support and some extra includes...
2007-05-10  Vadim Zeitlindeclare variables in the beginning of the block in...
2007-02-08  Mart RaudseppDo not declare GTypeInfo instances static. This is...
2006-09-19  Mart RaudseppFix a few warnings that appear with -Wextra (unused...
2006-08-05  Mart RaudseppWarning fix.
2006-03-15  Mart Raudseppg_value_set_string duplicates the string itself, so...
2006-03-01  Robert Roebling Applied Ryan's native wxListBox and wxCheckListBox...