wx/tls.h belongs to base headers, not core (#10148)
[wxWidgets.git] / samples /
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-31  Jaakko SalliReworked wxPGCell. It is now reference counted, and...
2008-10-31  Vadim Zeitlingrid sample doesn't need neither html nor xml library
2008-10-30  Václav Slavíkmust close output file before reading back from it
2008-10-27  Vadim Zeitlinrebaked using bakefile 0.2.5
2008-10-21  Robert RoeblingRemove wxLog hack and put all controls in a panel to...
2008-10-18  Jaakko SalliRemoved unused data
2008-10-18  Jaakko SalliSimplistic tab support is now default (tab focuses...
2008-10-17  Robert RoeblingUse xpms for checked/unchecked states instead of drawin...
2008-10-16  Robert RoeblingWrite directly to log target wxTextCtrl to avoid crash
2008-10-16  Robert RoeblingwxMac actually crashes in any logging
2008-10-16  Robert RoeblingwxMac crashes in wxLog() statements with string.GetData()
2008-10-16  Jaakko SalliAdd maximum width for sample's frame
2008-10-16  Jaakko SalliUpdate 'intro' comment in propgrid sample
2008-10-16  Jaakko SalliAdded virtual wxPGProperty::ValueToString(). In derived...
2008-10-16  Vadim Zeitlinadd very simple (but already exposing many problems...
2008-10-16  Vadim Zeitlinremove obsolete makefiles
2008-10-15  Vadim Zeitlinimplement GetSizeAvailableForScrollTarget() in MyScroll...
2008-10-15  Robert RoeblingFor some reason, wxMac now requires explicit sizes...
2008-10-15  Jouk Jansenupdate XPM variable names for docview sample
2008-10-15  Vadim Zeitlincompilation fix for wxUSE_STD_IOSTREAM==0
2008-10-14  Jaakko SalliwxPGProperty::AddChild() can now be used to add normal...
2008-10-14  Vadim Zeitlinno real changes, just come cleanup (use constants inste...
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2008-10-10  Jaakko SalliGetPendingEditedValue() -> GetUncommittedPropertyValue...
2008-10-08  Robert RoeblingAdded test for Select()
2008-10-08  Jaakko SalliRemoved dysfunctional wxPGPropery::PrepareValueForDialo...
2008-10-08  Vadim Zeitlinadd VC9 project files (closes #9960)
2008-10-08  Vadim Zeitlinrebaked makefiles with 0.2.4
2008-10-07  Jaakko SalliEliminated last property generation macros from props...
2008-10-07  Jaakko SalliRemoved wxLongStringProperty derived property creator...
2008-10-06  Jaakko SalliWhen registering editor, try wxRTTI class name in addit...
2008-10-06  Jaakko SalliRemoved GetExpandedProperties() (used to act as poor...
2008-10-06  Jaakko SalliRemoved wxPropertyGridInterface::ClearPropertyValue...
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-05  Jaakko SalliUse wxPGEditor_X instead of wxPGEditor(X), as in new...
2008-10-03  Vadim Zeitlinfix VC6 compilation problems due to its for variables...
2008-10-03  Vadim Zeitlindon't build memcheck (fails in release) and MFC (fails...
2008-10-03  Vadim Zeitlinmerged docvwmdi sample into docview one to avoid having...
2008-09-30  Václav Slavíkadded wxTaskBarIcon::IsAvailable
2008-09-30  Václav Slavíkfixed incorrect separators markup in samples/xrc
2008-09-29  Jaakko SalliRemoved wxPG_EX_LEGACY_VALIDATORS
2008-09-29  Jaakko SalliRegisterAdditionalEditors() to work even if no wxProper...
2008-09-27  Jaakko SalliRegister multibutton editor class in frame ctor instead...
2008-09-27  Jaakko SalliUse wxPropertyGridEventHandler in commented-out sample...
2008-09-27  Jaakko SalliwxPropertyGridInterface docs cleanup and fixes, removed...
2008-09-27  Jaakko SalliFixed wxPGMultiButton (event handling, FinalizePosition...
2008-09-25  Jaakko SalliRemoved wxPropertyGridManager::GetChildrentCount()...
2008-09-25  Jaakko SalliReduce ambiguity of selection functions in wxPropertyGr...
2008-09-25  Jaakko SalliFixed bug: Settings property attribute to wxNullVariant...
2008-09-21  Jaakko Salli'wx(U)LongLong << variant' type safety improved (now...
2008-09-21  Jaakko SalliA lot of documentation revision. Updated doctest code...
2008-09-20  Kevin OllivierRebake after bakefile changes.
2008-09-19  Vadim Zeitlin- Main change is the addition of wxGridSelectRowsOrColu...
2008-09-19  Jaakko SalliRemoved macros to create enum and flag props with custo...
2008-09-19  Jaakko SalliEliminated WX_PG_DECLARE_X_METHODS macros
2008-09-19  Jaakko SalliMoved wxPGChoices m_choices member from various propert...
2008-09-18  Jaakko SalliAdded section for propgrid sample
2008-09-18  Vadim Zeitlinrebaked after propgrid sample addition
2008-09-18  Jaakko SalliAdded 'propgrid'
2008-09-17  Jaakko SalliRemoved some old testing code. Added more appropriate...
2008-09-17  Jaakko SalliwxUSE_PROPGRID is now recognized by source and header...
2008-09-16  Jaakko SalliRemoved some test code left in a long time ago
2008-09-16  Jaakko SalliEliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
2008-09-15  Vadim Zeitlinadd SetUseNativeColLabels() test
2008-09-14  Vadim Zeitlinmake the simple canvas larger as otherwise the simple...
2008-09-14  Vadim Zeitlindelete the old labels when recreating the spin controls
2008-09-14  Vadim Zeitlinreally, really fix handling Enter in spin controls...
2008-09-14  Vadim Zeitlinuse transparent icons and clear the DC before drawing...
2008-09-14  Jaakko SalliHave support for both char* and wchar_t* in wxPGPropArg...
2008-09-14  Jaakko SalliFixed bug: Setting property value string did not update...
2008-09-14  Jaakko SalliRemoved remnant use of wxCHECK_VERSION
2008-09-14  Jaakko SalliwxVariant list used to translate between list of proper...
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-11  Vadim Zeitlintest wxCANCEL_DEFAULT flag
2008-09-11  Stefan Csomoradding new toolkits for osx
2008-09-11  Vadim Zeitlinmade wxLogGui more flexible and documented it and added...
2008-09-11  Stefan Csomoradding new toolkits for osx
2008-09-11  Vadim Zeitlindon't use wxStrings in a statically initialized array...
2008-09-09  Vadim Zeitlinadd tests for the remaining message box flags (wxNO_DEF...
2008-09-08  Benjamin Williamsfix aui sample breakage; added some accessor methods...
2008-09-08  Vadim Zeitlinadded a dialog for wxMessageBox testing
2008-09-05  Vadim Zeitlinno changes, fix typo
2008-09-05  Vadim Zeitlinuse more clear messaage about the custom labels in...
2008-09-04  Kevin Ollivierrebake
2008-09-03  Vadim Zeitlintest showing parent/sibling items too (#9903)
2008-08-31  Vadim Zeitlincompilation fix in wxUSE_STL case after r54761
2008-08-29  Vadim Zeitlinoverride DoOpen/SaveDocument() instead of OnOpen/SaveDo...
2008-08-27  Vadim Zeitlinget rid of duplicate enum (#9895)
2008-08-24  Benjamin Williamsupdated aui sample
2008-08-23  Stefan Csomorfixing typo
2008-08-21  Vadim Zeitlinremove unneeded dependencies from bakefiles and regener...
2008-08-21  Vadim Zeitlinadd a radio box to select the combobox type (#9845)
2008-08-21  Vadim Zeitlindocument that text drawing is not affected by the curre...
2008-08-21  Vadim Zeitlincontinue even if the bitmaps can't be found; look for...
2008-08-21  Stefan Csomorupdating the comment as well
2008-08-21  Stefan Csomorusing the 'new' bottleneck methods, fixing bugreport...
2008-08-18  Vadim Zeitlindon't use the same tool ids for multiple tools, this...
2008-08-13  Stefan Csomoradding generic BUNDLE_RESOURCES for copying any special...
2008-08-07  Paul Cornettbuild fixes
next