Bakefile 0.2.8 rebake.
[wxWidgets.git] / samples /
2009-10-31  Kevin OllivierBakefile 0.2.8 rebake.
2009-10-27  Vadim ZeitlinUndo commit of test code accidentally checked in in...
2009-10-24  Vadim ZeitlinMake wxDataViewModel::GetAttr() and GetAttrByRow()...
2009-10-24  Vadim ZeitlinUse virtual items in wxDVC sample under Mac too.
2009-10-23  Vadim ZeitlinRebaked using post-0.2.7 svn version of bakefile.
2009-10-22  Vadim ZeitlinRebake everything using bakefile 0.2.7.
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-22  Vadim ZeitlinRemove unwanted solution files from the repository.
2009-10-19  Vadim ZeitlinDocument wxRendererNative::DrawTitleBarBitmap() and...
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-16  Vadim ZeitlinImplement icon text column using native GTK renderers...
2009-10-15  Vadim ZeitlinReplace wxValidator::SetBellOnError() with SuppressBell...
2009-10-15  Jaakko SalliAdded wxPGCell::SetFont() and GetFont(); Documented...
2009-10-13  Jaakko SalliRemoved wxTE_READONLY style from multi-line wxTextCtrls...
2009-10-12  Vadim ZeitlinImplement attributes support in generic wxDataViewIconT...
2009-10-12  Vadim ZeitlinFix display of items without attributes in Cocoa wxDVC.
2009-10-12  Vadim ZeitlinMake the colours in the demo a bit more logical.
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-10-12  Jouk Jansenadd more samples to the compile cascade for OpenVMS
2009-10-08  Jouk JansenOpenVMS : add compile support for debugrpt sample
2009-10-08  Kevin OllivierMake sure all Bakefile formats that use CRLF line feeds...
2009-10-06  Jouk Jansenadding dataview sample to OpenVMS make cascade
2009-10-06  Jouk JansenOpenVMS compile support : adding more samples for wxGTK
2009-10-05  Vadim ZeitlinRemove the hack with changing the parent background...
2009-10-05  Vadim ZeitlinAdded wxRendererNative::DrawTitleBarBitmap().
2009-10-05  Vadim ZeitlinAdd demonstration of flags to the render sample.
2009-10-05  Vadim ZeitlinAdd demonstration of a few more wxRenderer methods.
2009-10-05  Vadim ZeitlinCorrect custom renderer method override example in...
2009-10-05  Vadim ZeitlinGenerate the button clicks in GTK version of wxInfoBar.
2009-10-05  Vadim ZeitlinAdd wxInfoBar::RemoveButton() method.
2009-10-05  Vadim ZeitlinAdded wxInfoBar::AddButton().
2009-10-05  Vadim ZeitlinInitial wxInfoBar implementation.
2009-10-05  Vadim ZeitlinAdded wxSHOW_EFFECT_NONE.
2009-10-05  Vadim ZeitlinStore canvas attributes in the canvas itself in the...
2009-10-05  Vadim ZeitlinMinor cleanup and copyright updates in the dialogs...
2009-10-05  Vadim ZeitlinUse member variable instead of a global in the dialogs...
2009-10-05  Jouk Jansenconfigure stc support for OpenVMS
2009-10-05  Jouk Jansenset up for OpenVMS richtext & regex and add more sample...
2009-10-01  Jaakko SalliFixed bug: wxEditEnumProperty's initial string value...
2009-09-29  Julian SmartAdded help button
2009-09-26  Vadim ZeitlinDon't hard code white background colour in generic...
2009-09-26  Jaakko SalliHave wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDO...
2009-09-24  Julian SmartApplied #10811: Image in docview sample
2009-09-24  Julian SmartApplied #10829: docview sample: enable canvas in -...
2009-09-24  Julian SmartApplied part of #9115 (STC sample cleanup)
2009-09-23  Vadim ZeitlinRemove DLL export declaration from wxScrolled.
2009-09-22  Jouk JansenInclude compile support for propgrid & ribbon on OpenVMS
2009-09-21  Vadim ZeitlinAdd a test of precisely sized status bar fields.
2009-09-21  Vadim ZeitlinSimplify the status bar sample by removing wxBitmapButton.
2009-09-21  Vadim ZeitlinShow status bar panes rectangles in the sample.
2009-09-21  Vadim ZeitlinClean up status bar sample.
2009-09-16  Vadim ZeitlinAdd ribbon sample to the list of samples to build.
2009-09-16  Vadim ZeitlinRebaked everything with bakefile 0.2.6 after wxRibbon...
2009-09-16  Peter CawleyMerged GSOC Ribbon work from SOC2009_RIBBON branch...
2009-09-14  Vadim ZeitlinAdd wxXmlResource::LoadObjectRecursively().
2009-09-14  Vadim ZeitlinAdded support for corner, row and column headers render...
2009-09-14  Vadim ZeitlinRemove unneeded pointer check.
2009-09-12  Vadim ZeitlinRebake all the samples, demos and tests makefiles.
2009-09-11  Julian SmartwxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_...
2009-09-07  Vadim ZeitlinShow the order in which different event handlers are...
2009-09-01  Jaakko SalliAdded 'bool editable' argument to wxPropertyGrid::MakeC...
2009-08-29  Jaakko SalliDisabled top-level parent tracking by default (crashes...
2009-08-24  Vadim ZeitlinNo changes, just fix unused variables and parameters...
2009-08-23  Vadim ZeitlinShow the current range of valid dates in the calendar...
2009-08-23  Jaakko SalliAdded label editing capability into wxPropertyGrid
2009-08-21  Vadim ZeitlinDo wait for connection in the server socket.
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
2009-08-15  Jaakko SalliAdded workaround for VC6 internal compiler error (fixes...
2009-08-11  Vadim ZeitlinAnother compilation fix after wxFlexGridSizer ctors...
2009-08-11  Vadim ZeitlinCompilation fix after wxFlexGridSizer ctors change.
2009-08-06  Vadim ZeitlinAdd test for Push/PopStatusText().
2009-08-06  Vadim ZeitlinProvide saner UI for setting status bar fields.
2009-08-06  Vadim ZeitlinNo changes, just removed the whitespace.
2009-08-05  Vadim ZeitlinTest wxCalendarCtrl::SetDateRange() in the sample.
2009-07-26  Vadim ZeitlinImprove the menus.
2009-07-25  Vadim ZeitlinAllow setting long version field in About dialog.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-19  Vadim Zeitlinfix more -Wparentheses warnings after wxLog changes
2009-07-18  Paul Cornettfix crash with repeated split horizontal/vertical and...
2009-07-13  Vadim ZeitlinMake wxLog::EnableLogging() and wxLogNull thread-specific.
2009-07-13  Vadim ZeitlinAdd support for thread-specific log targets.
2009-07-12  Vadim ZeitlinMade wxLogXXX() functions thread-safe.
2009-07-10  Jaakko SalliDo not disable some useful buttons when wxCB_SORT style...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-09  Vadim Zeitlinmake bitmap button background more visible
2009-07-08  Vadim Zeitlinupdate LboxLogger definition after the previous revisio...
2009-07-05  Vadim Zeitlincompilation fix after last change
2009-07-05  Vadim Zeitlinreally fix compilation fix after last change
2009-07-05  Vadim Zeitlintranslate wxMessageDialog labels to the language of...
2009-07-03  Vadim Zeitlincompilation fix after last change
2009-07-03  Jaakko SalliA better fix for one unused variable warning (one that...
2009-07-03  Vadim Zeitlinfix harmless warnings (mostly about unused parameters...
2009-07-03  Vadim Zeitlinmake the sample work again by correcting DrawHeaderButt...
2009-07-02  Vadim Zeitlinshow combobox drop down/close up events (closes #10954)
2009-07-02  Vadim Zeitlindon't use WaitOnConnect(), it doesn't make sense to...
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
2009-06-22  Vadim Zeitlinrelayout the sizer containing the button after changing...
2009-06-22  Vadim Zeitlinextract event handler body in a separate function inste...
next