More GC fixes.
[wxWidgets.git] / samples /
2008-02-12  Vadim Zeitlinuse const char*, not char*, for string literals to...
2008-02-12  Vadim Zeitlinadd forgotten file needed by the last change to the...
2008-02-12  Julian SmartFixed several style, paste and undo bugs
2008-02-11  Vadim Zeitlinuse #ifdef __WXMAC__, not #if
2008-02-11  Vadim Zeitlinimplement wxListBox::EnsureVisible() in wxGTK; add...
2008-02-10  Vadim Zeitlinlog Unicode data correctly, extract the logging code...
2008-02-10  Vadim Zeitlinupdate the samples to use new (non-deprecated) wxGLCanv...
2008-02-09  Vadim Zeitlinfix signed/unsigned comparison warning
2008-02-09  Václav Slavíkdisable console targets for WinCE
2008-02-04  Vadim Zeitlinadded console IPC sample (part of patch 1833150)
2008-02-03  Vadim Zeitlinadded wxGLCanvas::IsDisplaySupported() (patch 1879906)
2008-01-27  Vadim Zeitlindon't reference non-existent doc.xmb file
2008-01-27  Václav Slavíkadded VC7/8 project files for samples
2008-01-26  Vadim Zeitlinfix the code to not use dangling pointers resulting...
2008-01-23  Václav Slavíkregenerated makefiles with bkl-0.2.3
2008-01-19  Vadim Zeitlinuse slash, not backslash, in #include
2008-01-18  Jouk JansenRemoving wrong "const const" in type definition
2008-01-16  Vadim Zeitlinmade all XPM const to avoid warnings from mingw32 4...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-13  Robert Roeblinguse wxSizer::Fit() for sizing the dialog
2008-01-13  Vadim Zeitlinrebaked and regenerated everything after the latest...
2008-01-12  Robert RoeblingInvoke default action if dclick event after <ENTER...
2008-01-09  Vadim ZeitlinSTL build compilation fix (remove useless cast of wxStr...
2008-01-09  Vadim Zeitlincompilation fix after _() changes; also don't use wxCha...
2008-01-08  Vadim Zeitlintest Clear() in the sample
2008-01-08  Paul Cornettspeed up drawing text window in UTF8 build (something...
2008-01-07  Robert RoeblingCorrect wxObjectDataPtr<> assignment from *T to not...
2008-01-06  Vadim Zeitlinfix wxExecute thread shutdown and free wxExecuteData...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-30  Robert Roeblinginitial drag interface for wxDataViewCtrl
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-22  Vadim Zeitlinallow centering wxMessageDialog on its parent window...
2007-12-22  Vadim Zeitlindon't use rand() for selecting the colour of the bitmap...
2007-12-22  Vadim Zeitlinfix the size of bitmaps we create (bug 1851598)
2007-12-22  Stefan Csomorforgot to release capture
2007-12-22  Stefan Csomoradding rubberbanding
2007-12-20  Robert RoeblingPlaying with wxgrid, adding optionnally native columns...
2007-12-20  Vadim Zeitlinshow the message about test2 being unsupported on the...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-18  Robert RoeblingMSW needs size for wxImageList
2007-12-18  Robert RoeblingCorrect background colourin wxDataViewCtrl, Use IsOk...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::RowsDeleted() and vario...
2007-12-16  Robert Roeblinguse const char* in XPMs
2007-12-16  Robert RoeblingImplemented (for GTK+) and tested dataview_context_menu...
2007-12-15  Paul Cornettbuild fix
2007-12-15  Vadim Zeitlincompilation fix + comment about bogus memory leak ...
2007-12-15  Vadim Zeitlinrebaked everything, fixes problems with OpenGL samples...
2007-12-10  Vadim Zeitlinput wxUSE_TASKBARICON_BALLOONS around ShowBalloon(...
2007-12-08  Robert RoeblingSmall rearrangement of controls
2007-12-08  Robert RoeblingAdded wxWrapSizer (modified patch: [1826950] Wrapping...
2007-12-01  Robert RoeblingForgot to actually use image list
2007-12-01  Robert RoeblingAdded wxDataViewTreeCtrl
2007-12-01  Vadim Zeitlinadded MSW-specific wxTaskBarIcon::ShowBalloon() method...
2007-12-01  Vadim Zeitlinremoved the menu item which could be used to remove...
2007-11-30  Robert RoeblingDC reorganization
2007-11-27  Stefan Csomormoving to gcc 4.0 exclusively, 10.4 minimum system
2007-11-26  Stefan Csomoravoiding menu id = 0 , adding rotating through directio...
2007-11-25  Václav Slavíkremoved ANSI configs from VisualC++ project files
2007-11-24  Vadim Zeitlinadded Show/HideWithEffect() and implemented them using...
2007-11-24  Vadim Zeitlinrewrite the sample to use a main frame to make it more...
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-18  Vadim Zeitlinfix unused parameter warning after last change
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-11-18  Vadim Zeitlinadded public wxInfoMessageBox() (slightly modified...
2007-11-18  Vadim Zeitlinpreserve custom colours between calls to wxGetColourFro...
2007-11-17  Robert RoeblingUpdate to wxDataViewCtrl from Hartwig
2007-11-13  Vadim Zeitlinadded GetLineText() test
2007-11-13  Vadim Zeitlincompilation fix after argv changes
2007-11-13  Paul Cornettwarning fixes
2007-11-12  Vadim Zeitlinremoved stray include
2007-11-12  Václav Slavíkrenamed wxstd.po to wxstd.pot so that it uses standard...
2007-11-10  Stefan Csomoradding the python sample for graphicscontext
2007-11-09  Robert RoeblingMore attempts to better support theme borders
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...
next