]> git.saurik.com Git - wxWidgets.git/history - wxPython/demo
Added ability to execute more code after the widget is created
[wxWidgets.git] / wxPython / demo /
2004-05-02  Robin DunnReverted to old method names/signatures for wx.DC,...
2004-04-29  Dimitri Schoolwerthfixed a few typos
2004-04-25  Robin Dunnwx.StaticBox and siblings creation order, and other...
2004-04-22  Robin DunnUse PostCreate
2004-04-22  Robin DunnwxFIXED_MINSIZE is not needed anymore
2004-04-19  Robin DunnAdded new MaskedEditControl code from Will Sadkin....
2004-04-15  Robin DunnReorder the controls so the RadioButtons work right...
2004-04-15  Robin Dunnminor tweaks
2004-04-07  Robin DunnUse FIXED_MINSIZE on the listbox
2004-04-07  Robin DunnChanged name to wxFIXED_MINSIZE since that is more...
2004-04-07  Robin DunnChanged name to wxFIXED_MINSIZE since that is more...
2004-04-07  Robin DunnreSWIGged
2004-04-07  Robin DunnVarious layout tweaks, wx.FIXED_SIZE added, etc.
2004-04-07  Robin Dunnstyle tweaked
2004-04-07  Robin DunnUse wx.CLIP_CHILDREN on the splitter windows
2004-04-07  Robin Dunnchanged border style
2004-04-07  Robin DunnFixes so bg colors in a notebook on XP are visible...
2004-04-07  Robin DunnUse a panel
2004-04-07  Robin Dunnuse wx.FIXED_SIZE
2004-04-01  Robin DunnDemo tweaks to correct some visual glitches and event...
2004-03-28  Robin Dunntypos fixed
2004-03-28  Robin Dunndemo tweaks
2004-03-26  Robin DunnRemoved some old, outdated, unfinished, or unstarted...
2004-03-26  Robin DunnCleanup obsolete samples
2004-03-25  Robin DunnNo need to explicitly delete the tbicon
2004-03-25  Robin DunnGetFirstChild does't need the cookie anymore
2004-03-24  Robin Dunnfixed indentation
2004-03-24  Robin Dunnfixes for unicode build, return values from event handl...
2004-03-23  Robin DunnLindsay Mathieson's newest wxActiveX class has been...
2004-03-18  Robin DunnCorrect file format errors
2004-03-18  Robin Dunndemo tweaks
2004-03-15  Robin DunnFiddling with the resize a bit
2004-03-15  Robin Dunnwrite selection info to the log
2004-03-15  Robin Dunnfixed typo
2004-03-15  Robin DunnSet focus back to the tree after loading the new sample...
2004-03-15  Robin DunnGive BitmapButton its own demo, get rid of ErrorDialogs
2004-03-12  Robin Dunnfixed a failure message
2004-03-11  Robin DunnUse PlatformInfo
2004-03-11  Robin DunnAllow the stdout redirection to be toggled on or off...
2004-03-10  Robin DunnTry using a regular mask on wxGTK
2004-03-10  Robin Dunnwishful thinking... :-(
2004-03-10  Robin DunnAdd demo showing drawing of an image with an Alpha...
2004-03-10  Robin Dunndemo tweaks
2004-03-10  Robin DunnreSWIGged
2004-03-10  Robin DunnPrintFramework fixes
2004-03-05  Robin DunnAdd the wx module to the namespace
2004-03-05  Robin DunnOnly close the shell window if it still exists
2004-03-05  Robin DunnRemove some extra Refreshes and such
2004-03-05  Robin DunnMaskedEditCtrl updates from Will Sadkin
2004-03-05  Robin DunnWhen running samples from the demo standalone you can...
2004-03-02  Robin DunnFixed wx.Timer to not need to hold an extra reference...
2004-02-26  Robin DunnContextHelp is fixed on wxMac
2004-02-26  Robin DunnCall event.Skip in OnSize
2004-02-24  Robin DunnSome more demo tweaks
2004-02-23  Robin DunnThe UseAntiAliasing is off by default on wxMac. Add...
2004-02-23  Robin DunnCan't use NameError to check for NotIMplemented anymore...
2004-02-21  Robin DunnUpdated the AnalogClockWindow with many enhancements...
2004-02-13  Robin DunnMake all wxMask constructors use the C++ (bitmap, colou...
2004-02-13  Robin DunnTypo fixed
2004-02-12  Robin DunnA little tweak
2004-02-06  Robin DunnProblem fixed, removed comments about it
2004-02-06  Robin DunnUse Bind
2004-02-04  Robin DunnYou can now make menu items without IDs
2004-02-04  Robin DunnDon't use a default button.
2004-02-03  Robin DunnwxWave --> wxSound
2004-01-31  Robin DunnreSWIGged
2004-01-31  Robin DunnA few comments tweaked
2004-01-26  Robin DunnRemove all extensions before inport, not just .py
2004-01-23  Robin DunnUpadted GLCanvas demo
2004-01-23  Robin DunnTypo
2004-01-22  Robin DunnStop the timer when the demo is shutdown
2004-01-22  Robin Dunnuse Bind
2004-01-22  Robin Dunntake Throbber out of Misc
2004-01-22  Robin Dunnwx.App
2004-01-22  Robin Dunnadd an overview
2004-01-21  Robin DunnUse Bind
2004-01-21  Robin DunnFix cleanup exceptions
2004-01-21  Robin Dunncleanup, docs, and typos
2004-01-20  Robin DunnPatches from Tomo
2004-01-16  Robin DunnEnsure item is valid before using it.
2004-01-15  Robin Dunntweak the spin button size
2004-01-15  Robin DunnNot sure what this was here for
2004-01-15  Robin Dunnlittle tweaks
2004-01-15  Robin Dunnlittle tweaks
2004-01-13  Robin DunnAdded some missing wx namespace corrections
2004-01-13  Robin DunnMore demo conversion and cleanup from Jeff
2004-01-08  Robin DunnUpdated layout
2004-01-07  Robin DunnUpdated overview
2004-01-07  Robin Dunnupdated Joystick demo, is now wxDesigner-less
2004-01-06  Robin DunnFixes for the UNICODE build
2004-01-03  Robin DunnThis file should not have been checked in!
2004-01-03  Robin DunnRenamed demo modules to be wx-less.
2004-01-02  Robin DunnNew wxDesigner-less version of the MimeTypesManager...
2003-12-30  Robin DunnUse correct method name for GetRowLabelValue
2003-12-30  Robin DunnEnsure we have the capture before releasing it.
2003-12-30  Robin Dunnshift the print position a little
2003-12-30  Robin Dunnwx* and other name fixes
2003-12-29  Robin DunnApparently wxPopupWindow position is not screen relativ...
2003-12-29  Robin DunnShow how to set print data options when using HTMLEasyP...
2003-12-29  Robin DunnFixed drawing of the lines data, also ensure that only...
next