Resynch with 2.8 changes (realized I don't need __WX_COMPILING_COCOA_MSGDLG_MM__)
[wxWidgets.git] / samples /
2007-11-09  Robert Roeblingcompilation
2007-11-09  Robert Roeblingadded test for simplistic control with border
2007-11-09  Robert RoeblingUse const for xpm icons
2007-11-09  Robert Roeblinguse const for xpm icons
2007-11-09  Robert Roeblinguse const for xpm icons
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-10-31  Vadim Zeitlinreplaced a wrong _() with _T() (small part of patch...
2007-10-26  Vadim Zeitlinremoved odbc from the libraries used by the console...
2007-10-24  Chris Elliottmakefiels updated to reflect removal of db sample
2007-10-23  Vadim Zeitlinfixed another unused parameter warning
2007-10-23  Robert RoeblingAdd column to control after association with model...
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-22  Vadim Zeitlinadded wxBG_STYLE_TRANSPARENT and implemented it for...
2007-10-22  Stefan Csomorbetter appearance on mac w/o sunken border
2007-10-20  Vadim Zeitlinmany wxIPC Unicode and UTF-8 fixes (use void* instead...
2007-10-20  Robert RoeblingUse wxDataViewSpinRenderer
2007-10-20  Vadim Zeitlinexport wxInvalidSize from DLL builds (patch 1805738)
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Robert RoeblingCorrected wrong initial/min size of generic wxDataViewCtrl
2007-10-16  Robert RoeblingMinor sample corrections
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-11  Chris Elliottupdate makefiles
2007-10-10  Václav Slavíkcompilation fixes
2007-10-10  Chris Elliottfixes as per thread.gmane.org/gmane.comp.lib.wxwidgets...
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-08  Chris Elliottremove reference to old sample
2007-10-07  Vadim Zeitlinsimplify the code for extended flags handling fixing...
2007-10-07  Vadim Zeitlinmade wxTreeCtrl::GetNextVisible() behave in the same...
2007-09-26  Vadim Zeitlinfixed command line processing which was preempted by...
2007-09-26  Vadim Zeitlincompilation fix after wxTRANSLATE() changes
2007-09-23  Vadim Zeitlinadded wxWindow::GetPopupMenuSelectionFromUser() (modifi...
2007-09-22  Chris Elliottadd missing sample stc
2007-09-17  Vadim Zeitlinreverted accidental change to this file as part of...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-16  Chris Elliottremove refernce to removed samples
2007-09-16  Vadim Zeitlinuse ListView_RedrawItems() to implement wxListCtrl...
2007-09-14  Robert RoeblingImplement wxDataViewCtrl::GetSortingColumn() and relate...
2007-09-14  Robert RoeblingImplement and test _HEADER_RIGHT_CLICK event for GTK+
2007-09-14  Robert RoeblingImplement and test wxDataViewCtrl::GetColumnPosition...
2007-09-14  Chris Elliottadd missing sample
2007-09-13  Robert RoeblingFirst update patch for GTK+ print
2007-09-12  Paul Cornettwarning fix
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-09-09  Vadim Zeitlinfixed off by 1 bug in wxDC::GradientFillLinear() (patch...
2007-09-08  Vadim Zeitlinadded support for reading resolution information from...
2007-09-08  Vadim Zeitlinadded wxDirCtrl to the sample to allow testing of the...
2007-09-03  Vadim Zeitlindon't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT...
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-31  Robert RoeblingAdded wxDataViewCtrl::AppendIconTextColumn
2007-08-30  Vadim Zeitlinuse wxNullPtr instead of NULL with wxFileTypeInfo
2007-08-29  Robert Roeblingmake SetValue return a value
2007-08-29  Robert Roeblingadd wxDataViewIconTextRenderer
2007-08-26  Robert Roeblingadd test for custom in-place editor
2007-08-25  Robert Roeblingtest editing_started and _done events
2007-08-24  Robert RoeblingMinor API changes
2007-08-24  Robert RoeblingMake ::SetValue return a bool
2007-08-22  Robert RoeblingAdded logic, API and docs for wxDataViewModel::HasDefau...
2007-08-19  Robert RoeblingImplement selection API and events
2007-08-19  Robert RoeblingImplemented and tested EXPANDED etc events for wxGTK...
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-19  Robert Roeblingchange wxDataViewModel::Compare() to including column...
2007-08-16  Vadim Zeitlinadd XRC handler for wxSearchCtrl (extended patch 1751516)
2007-08-15  Julian SmartRemoved double border style
2007-08-15  Vadim Zeitlindon't set incorrect initial value of '0' for the bool...
2007-08-11  Julian SmartCompile fixes
2007-08-11  Julian SmartMenu label consistency changes
2007-08-08  Julian SmartCompile fix (VC++ 6 doesn't like wxString::Format with...
2007-08-08  Julian SmartRemoved minifram
2007-08-07  Vadim Zeitlindon't include wx/wxprec.h from headers, it's bad style...
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-08-07  Julian SmartCompile fix for VC++ 6
2007-08-03  Vadim Zeitlinsorting support for generic version (patch 1765087...
2007-07-29  Vadim Zeitlinmake the text in the top area more readable
2007-07-29  Vadim Zeitlindon't use deprecated DoLog() overload
2007-07-29  Vadim Zeitlinundid accidental commit of this file in the last revision
2007-07-29  Vadim Zeitlinremoved empty or duplicated samples: checklst, dynamic...
2007-07-29  Vadim Zeitlinadded wxMiniFrame demonstration to the dialogs sample
2007-07-28  Vadim Zeitlin(ugly) compilation fix for wxUSE_STL==1 build
2007-07-27  Vadim Zeitlinmade strings used in wxIPC methods const as a temporary...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-25  Robert RoeblingUse type safe list for model notifiers, sample corrected
2007-07-25  Robert RoeblingItemDeleted now has (parent, item)
2007-07-24  Robert RoeblingSend events from port-specific code, not common code...
2007-07-21  Robert Roeblingadded wxDataViewIndexListModel and sample
2007-07-20  Robert RoeblingRenamed HasChildren() to IsContainer(), added GetParent...
2007-07-19  Robert RoeblingBetter sorting example and better default
2007-07-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-16  Robert RoeblingStore pointers in wxDataViewItem in the sample, no...
2007-07-16  Robert Roeblingchange wxDataViewItem id to void*
2007-07-15  Vadim Zeitlinno real changes, just added an extra status message
2007-07-15  Robert RoeblingAdd test for deleting item from wxDataViewCtrl
2007-07-14  Robert RoeblingTest in GetFirstChild() if item is known to control
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-13  Vadim Zeitlinadded commands to test how busy cursor behaves during...
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-11  Vadim Zeitlinminor changes: increase the initial window size, create...
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-09  Robert RoeblingMore work on sorting in wxDataViewCtrl
2007-07-09  Robert RoeblingBo'd patch to make wxDataViewCtrl compile again (4th...
2007-07-05  Robert RoeblingwxDataViewCtrl can show tree/list music sample.
next