]> git.saurik.com Git - wxWidgets.git/history - wxPython/demo/Main.py
fixed wxVsnprintf() to write as much as it can if the output buffer is too short
[wxWidgets.git] / wxPython / demo / Main.py
2007-06-23  Robin DunnMerge recent wxPython changes from 2.8 branch to HEAD
2007-05-16  Robin DunnForward port recent changes on the 2.8 branch to HEAD
2007-04-23  Robin DunnreSWIGged
2007-03-27  Robin DunnMerge recent changes from 2.8 branch.
2007-02-07  Robin Dunnmerge from 2.8 branch
2007-01-17  Robin Dunnminor tweaks for the widget inspector
2007-01-12  Robin DunnUse the SearchCtrl for the filter. Make the accelerato...
2007-01-06  Robin DunnAdded wx.aui.AuiNotebook.GetAuiManager().
2007-01-02  Robin DunnRemove some items from the Recent additions list
2006-12-31  Kevin OllivierAdd SizedControls demo.
2006-12-15  Robin DunnFix for the Demos menu
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-02  Robin DunnAdded some modules from Riaan Booysen:
2006-07-25  Vadim Zeitlingenerate middle click events (backport from HEAD of...
2006-11-21  Kevin OllivierTurn off spell-checking in the demo log window.
2006-11-18  Kevin OllivierMake sure both filter and item text are converted to...
2006-11-18  Robin DunnAdded wx.combo.BitmapComboBox
2006-11-18  Robin DunnAdd docstrings for ComboCtrl and ComboPopup, and added...
2006-11-16  Robin DunnAdded the wx.combo module, which contains the ComboCtrl...
2006-11-11  Robin DunnAdded wx.CollapsiblePane
2006-11-09  Kevin OllivierFix typo in demo name for AnimateCtrl.
2006-10-28  Kevin OllivierFor whatever reason, font-size 9 is now hardly readable...
2006-10-26  Robin DunnAdd a GraphicsContext sample to the demo
2006-10-16  Robin DunnShow the AlphaDrawing sample
2006-10-11  Robin Dunnmove animate from contrib to core, and migrate to new API
2006-10-09  Robin DunnAdded wx.AboutBox()
2006-10-09  Robin DunnAdd CustomTreeCtrl from Andrea Gavana
2006-10-05  Robin DunnAdd FlatNotebook
2006-10-03  Robin DunnAdded the wx.lib.buttonpanel module, which is a tweaked...
2006-09-23  Robin DunnAdded wx.lib.expando, a multi-line textctrl that exands...
2006-09-14  Robin DunnAdded wx.lib.delayedresult from Oliver Schoenborn.
2006-09-09  Robin DunnDon't show AlphaDrawing for now...
2006-09-08  Robin DunnAdded sample showing Alpha drawing for Mac with CoreGra...
2006-09-06  Robin DunnAdded wx.lib.dragscroller from Riaan Booysen.
2006-08-27  Robin DunnAdd raw bitmap access sample to the demo
2006-08-23  Robin DunnAdd BitmapFromBuffer demo
2006-08-21  Robin DunnAdded wx.lib.combotreebox from Frank Niessink
2006-07-22  Robin DunnAdded support for the wxAUI Notebook
2006-07-10  Robin DunnAdded the PseudoDC class from Paul Lanier. It provides...
2006-07-08  Robin DunnAdded wrappers for wxAUI
2006-06-09  Robin DunnDon't use an accelerator for the About box. Ctl(Cmd...
2006-06-07  Robin DunnAdded wrappers for the Picker controls.
2006-05-23  Robin DunnAdded wrappers and demo for RichTextCtrl
2006-05-04  Robin DunnFont size adjustment
2006-03-15  Robin DunnAdded CheckListCtrlMixin from Bruce Who
2006-02-13  Robin Dunna little tweak to the debug code (commented out)
2006-02-01  Robin DunnAdded wxPython wrappers for the new wx.Treebook and...
2006-01-09  Robin DunnMerge #3 from the 2.6 branch, containing last set of...
2006-01-06  Robin Dunnanother merge from WX_2_6_BRANCH
2005-12-30  Robin DunnMerged modifications from the 2.6 branch
2005-06-11  Robin DunnAdded the wx.lib.splitter module, which contains the
2005-05-31  Julian SmartOlly Betts' typo patch
2005-05-29  Robin DunnCancel the timer and show the main frame immediately...
2005-05-24  Robin DunnRemoved unnecessary files, removed or replaced images...
2005-05-13  Robin DunnAdded wx.lib.hyperlink from Andrea Gavana. It is a...
2005-04-04  Robin DunnAdded wrappers and a demo for the animate contrib
2005-03-31  Robin DunnAdded MultiChoiceDialog
2005-03-30  Robin DunnAdded wx.lib.foldpanelbar, Andrea Gavana's port of...
2005-03-28  Robin Dunndisable the buttons while a find dialog is active
2005-03-19  Robin DunnTurn off the expando-matic rubber band thing for mac
2005-02-18  Robin DunnAdded wx.lib.gestures module from Daniel Pozmanter...
2005-02-18  Robin DunnAdded wx.DatePickerCtrl
2005-02-11  Robin Dunntypos
2005-02-07  Robin DunnAdd a sample of a wx.StaticBox
2005-02-02  Robin Dunnmisc
2004-11-24  Robin DunnAdded wrappers for wx.MediaCtrl
2004-11-22  Robin DunnFixes for DemoCodeEditor for when there is no STC avail...
2004-11-18  Robin DunnStandardPaths updates. Added a demo sample for Standar...
2004-11-04  Robin DunnSet some minsizes
2004-11-01  Robin DunnUse a MessagePanel instead of a MessageDialog for sampl...
2004-10-28  Robin DunnUse the wx.App.SetMac* static methods instead of the...
2004-10-19  Robin Dunnuse multiple images for changing the taskbar icon
2004-10-15  Robin DunnApplied patch from Pim Van Heuven that modifies 4 files:
2004-10-10  Robin DunnDon't bind the ACTIVATE events until the log window...
2004-10-06  Robin DunnShow EVT_ACTIVATE and EVT_ACTIVATE_APP events in action.
2004-09-30  Robin DunnDon't need to tickle the Idle process any more for...
2004-09-29  Robin DunnChange which image is used in the taskbar
2004-09-29  Robin DunnOverridable CreatePopupMenu in TaskBarIcon
2004-09-25  Robin DunnNormalizeFontSizes --> SetStandardFonts
2004-09-18  Robin DunnAdded wx.Choicebook
2004-09-09  Robin DunnAdded StockButtons to main demo list
2004-09-01  Robin DunnAdded demo for Stock Buttons
2004-09-01  Robin DunnAdded wx.lib.ticker.Ticker class from Chris Mellon.
2004-08-31  Robin DunnDon't hide the panel for non-MSW platforms.
2004-08-25  Robin DunnEnsure that runTest is not modal, even when a required...
2004-08-10  Robin DunnReloadDemoPanel is no longer needed since every sample...
2004-08-10  Robin DunnGo back to the old order for loading the demo tabs...
2004-08-10  Robin Dunnremoved some samples
2004-08-09  Robin DunnReduce frame size a bit
2004-08-07  Robin Dunnsome cleanup
2004-08-07  Robin Dunnupdate the overview text before updating the pages
2004-08-07  Robin DunnChanged the order that the demo and code pages are...
2004-08-06  Robin DunnUpdate the notebook before running the sample in case...
2004-08-06  Robin DunnApplied (and heavily modified) a patch from Eugene
2004-07-17  Robin Dunnminor tweaks
2004-06-29  Robin Dunntweaked comment
2004-06-08  Robin DunnIn unicode builds convert the source files and overview...
2004-06-07  Robin Dunnlittle tweaks
2004-06-04  Robin Dunnlittle tweaks
2004-06-04  Robin DunnAdded a new version (0.8.3) of FloatCanvas from Chris...
next