]> git.saurik.com Git - wxWidgets.git/history - wxPython/demo
Patch #1428290: STCStyleEditor updates
[wxWidgets.git] / wxPython / demo /
2006-02-07  Robin DunnChanges to how overridable C++ methods are virtualized...
2006-02-02  Robin Dunnminor layout tweak
2006-02-01  Robin DunnAdded wxPython wrappers for the new wx.Treebook and...
2006-01-29  Robin DunnMinor demo tweaks
2006-01-29  Robin Dunnno longer need to lowercase the input ourselves
2006-01-26  Robin Dunnshow unicode/ansi mode on startup too
2006-01-21  Robin DunnSince this window draws its own background, set the...
2006-01-17  Robin DunnAnother merge of 2.6 changes
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
2006-01-02  Robin DunnUpdate copyright year
2005-12-30  Robin DunnMerged modifications from the 2.6 branch
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-06-11  Robin DunnAdded the wx.lib.splitter module, which contains the
2005-06-11  Robin DunnA little cleanup
2005-06-06  Robin DunnPut back this icon, it's needed by the windows installer
2005-06-03  Robin DunnUse the wx.ART_NORMAL_FILE icon
2005-05-31  Julian SmartOlly Betts' typo patch
2005-05-29  Robin DunnCancel the timer and show the main frame immediately...
2005-05-28  Robin Dunnuse wx.CallAfter to set the insertion point
2005-05-26  Robin Dunnthere aren't any suitable images in images.py any more...
2005-05-26  Robin Dunnuse wx.ART_NEW
2005-05-26  Robin Dunndocstring update
2005-05-26  Robin DunnDo a little less anti-alias so it looks better on dark...
2005-05-26  Robin Dunnremove the delete button and add another example of...
2005-05-26  Robin DunnSome tweaks to the temporary art images, added wxART_NEW
2005-05-24  Robin DunnRemoved unnecessary files, removed or replaced images...
2005-05-20  Robin DunnThe bug is no longer there, but leave the workaround...
2005-05-18  Robin DunnAdded some test code (commented out)
2005-05-17  Robin DunnThemed backgrounds for flat generic buttons
2005-05-16  Robin DunnDon't bypass the bacground erase anymore
2005-05-16  Robin Dunncleanup
2005-05-13  Robin DunnSome demo tweaks
2005-05-13  Robin DunnAdded wx.lib.hyperlink from Andrea Gavana. It is a...
2005-05-12  Robin DunnLoop doesn't exist any more
2005-04-28  Robin Dunndemo tweaks
2005-04-22  Robin Dunna little more tweaking
2005-04-22  Robin DunnBind the EVT_HELP events to the textctrls, not the...
2005-04-22  Robin Dunnsome bugs in the demo fixed
2005-04-20  Robin Dunna little more tweaking
2005-04-20  Robin DunnSome little tweaks
2005-04-19  Robin Dunnapples and oranges bug fixed
2005-04-19  Robin DunnAllow to set a style's wxFontEncoding
2005-04-18  Robin Dunnno need to call SetAutoLayout
2005-04-14  Robin Dunnno need for the panel in the transient popup any more
2005-04-11  Robin Dunnadjusted indent
2005-04-06  Robin DunnCheck validity of items before using them
2005-04-04  Robin DunnAdded wrappers and a demo for the animate contrib
2005-04-04  Robin DunnMove comment to where it can be a true statement ;-)
2005-04-02  Robin DunnUpdate year
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-28  Robin Dunndisable the buttons while a find dialog is active
2005-03-25  Robin DunnA little cleanup
2005-03-24  Robin Dunnfix string substitution
2005-03-19  Robin DunnTurn off the expando-matic rubber band thing for mac
2005-03-19  Robin DunnBetter capture of unicode character events
2005-03-19  Robin DunnCall evt.Skip by default
2005-03-12  Robin Dunnsome demo tweaks
2005-03-09  Robin DunnUser newer APIs for setting up scrolling
2005-03-03  Robin Dunnnew style flags for wxBufferedDC
2005-02-28  Robin DunnUpdates for MouseGestures
2005-02-19  Robin DunnAdd more art IDs
2005-02-18  Robin DunnPatch #1143556: mods to SashWindow demo: auto-generate IDs
2005-02-18  Robin DunnAdded wx.lib.gestures module from Daniel Pozmanter...
2005-02-18  Robin DunnwxStdButtonSizer Finalise --> Realize
2005-02-18  Robin Dunntypo
2005-02-18  Robin DunnAdded wx.DatePickerCtrl
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-07  Robin DunnUse wx.StdDialogButtonSizer
2005-02-03  Robin DunnShorten key names, add some tooltips
2005-02-03  Robin DunnAttempt to display the unicode character if running...
2005-02-03  Robin DunnAvoid name clash with wx.App.OnExit
2005-02-03  Robin DunnAdd ability to copy the event log to the clipboard
2005-02-02  Robin Dunnmisc
2005-02-02  Robin DunnAll the demo samples return a panel now, no need to...
2005-01-29  Robin DunnSome little demo tweaks
2005-01-29  Robin Dunnlog IsEditCancelled too
2005-01-13  Robin Dunnuntabified
2005-01-13  Robin DunnUse sizers for layout
2005-01-13  Robin Dunnnamespace fix
2004-12-24  Robin DunnMake the wx.MediaCtrl demo more functional, and add...
2004-12-08  Robin DunnSome tweaks for the wxMediaCtrl and enhaced the demo...
2004-12-01  Robin DunnLittle tweaks to match recent wxWidgets updates
2004-11-24  Robin Dunnadded overview text for wx.MediaCtrl demo, udpated...
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-13  Robin Dunnthe python2 check is gone, take out the use of the...
2004-11-13  Robin Dunn* wxPrintDialog no longer derives from wxDialog.
2004-11-04  Robin DunnSet some minsizes
2004-11-01  Robin DunnUse a MessagePanel instead of a MessageDialog for sampl...
2004-10-30  Robin DunnRemove non-ascii characters
2004-10-30  Robin DunnUse wx.FULL_PAINT_ON_RESIZE
2004-10-29  Robin DunnSave a reference to the async sound object
2004-10-28  Robin DunnUse the wx.App.SetMac* static methods instead of the...
2004-10-28  Robin Dunnjust a little tweak
next