]> git.saurik.com Git - wxWidgets.git/history - wxPython/demo
comment improvements/fixes
[wxWidgets.git] / wxPython / demo /
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-18  Robin Dunndemo tweaks
2006-11-16  Robin DunnWrap the setting of the initial content and formatting...
2006-11-16  Robin DunnLayout tweak
2006-11-16  Robin DunnAdded the wx.combo module, which contains the ComboCtrl...
2006-11-16  Robin DunnAdded wxStandardPaths::GetExecutablePath
2006-11-12  Robin DunnAdjust the layout a bit, don't show the checkbox if...
2006-11-12  Robin Dunndemo tweaks
2006-11-12  Robin DunnAdd wx.version()
2006-11-11  Kevin OllivierAdding the option to toggle between native and generic...
2006-11-11  Robin Dunntest code
2006-11-11  Robin DunnAdded wx.CollapsiblePane
2006-11-09  Kevin OllivierFix typo in demo name for AnimateCtrl.
2006-11-09  Robin Dunnpass sys.argv to glutInit
2006-11-07  Robin DunnFix for bug # 1592263, changing 'glLightModel' to ...
2006-11-07  Robin DunnTypo fixed
2006-11-06  Robin Dunncommented out some test code
2006-11-05  Robin DunnPatch from Dj Gilcrease adding the FNB_HIDE_ON_SINGLE_T...
2006-11-01  Robin DunnAUI updates
2006-11-01  Robin DunnMake it possible to create just one clock, for testing
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-29  Robin DunnSetTextColour is gone
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-25  Robin DunnShow sample License text on the AboutBox
2006-10-24  Robin DunnAdded wx.StandardPaths.GetTmpDir
2006-10-24  Robin DunnStop the timer when the sample is destroyed
2006-10-21  Robin DunnSimplified EVT_PAINT handler
2006-10-17  Robin DunnMore updates from Andrea
2006-10-17  Robin Dunnupdates from Andrea, plus some fixes
2006-10-16  Robin DunnShow the AlphaDrawing sample
2006-10-16  Robin Dunnuse wx.GCDC
2006-10-16  Robin DunnDestroy the FileDialog when finished with it
2006-10-16  Robin DunnAdd a utility function that can calculate word-wrap...
2006-10-13  Robin DunnThis works ok on Mac now
2006-10-13  Robin Dunncomment out prints
2006-10-12  Robin DunnGive up on trying to fix all the buffered dc problems...
2006-10-11  Robin Dunna little whitespace cleanup
2006-07-24  Vadim Zeitlindocumentation for wxAppTraits (patch 1518295 from Franc...
2006-10-11  Robin Dunnuse wx.SAVE style for the save dialog
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-06  Robin Dunnbe able to switch between the frame managing the toolba...
2006-10-06  Robin Dunnsome tweaks
2006-10-06  Robin Dunnreduce the number of objects for a quicker startup...
2006-10-06  Robin DunnSet overview to docstring
2006-10-06  Robin DunnFixes for using the staticmethods
2006-10-05  Robin DunnUpdates from Paul
2006-10-05  Robin DunnAdd FlatNotebook
2006-10-03  Robin DunnAdded the wx.lib.buttonpanel module, which is a tweaked...
2006-10-02  Robin Dunnfix layout
2006-10-02  Robin DunnShow the color component values too
2006-09-26  Robin DunnWorkaround some platform differences
2006-09-25  Robin Dunnadd tests for EVT_TEXT_ENTER
2006-09-25  Robin Dunnhandle starting out with multiple lines of text.
2006-09-23  Robin DunnAdded wx.lib.expando, a multi-line textctrl that exands...
2006-09-21  Robin DunnUse the generic listctrl on Mac by default until it...
2006-09-21  Robin DunnAdd support for aborting the worker thread
2006-09-18  Robin Dunnminor demo tweak
2006-09-16  Robin DunnTweaks and cleanup
2006-09-14  Robin DunnAdded wx.lib.delayedresult from Oliver Schoenborn.
2006-09-12  Robin DunnUpdated the C++ code for wx.gizmos.TreeListCtrl from...
2006-09-09  Robin DunnShow Pulse mode
2006-09-09  Robin DunnDon't show AlphaDrawing for now...
2006-09-08  Robin DunnUse GetKeyCode() instead of KeyCode()
2006-09-08  Robin DunnShow status of wxMac CoreGraphics build option
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-30  Robin DunnAdd ability to time the creation of the bitmaps using...
2006-08-30  Robin Dunnsome efficiency tweaks
2006-08-29  Robin DunnTurn off TB_TEXT by default
2006-08-28  Robin DunnTweaked the colours a bit
2006-08-27  Robin DunnAdd raw bitmap access sample to the demo
2006-08-25  Robin Dunnworkaround sizing bug on Mac
2006-08-25  Robin Dunnworkaround sizing bug on Mac
2006-08-23  Robin DunnAdd BitmapFromBuffer demo
2006-08-21  Robin DunnAdded wx.lib.combotreebox from Frank Niessink
2006-08-21  Robin Dunnfix label
2006-08-21  Robin DunnAdded test of using CalendarDateAttr
2006-08-04  Robin DunnLet the text ctrl do the word wrapping, not the source...
2006-08-04  Robin Dunnadd menu options for the blinds effects
2006-07-22  Robin DunnAdded color setting tool to the RichTextCtrl sample
2006-07-22  Robin Dunnsome test code
2006-07-22  Robin DunnAdded support for the wxAUI Notebook
2006-07-21  Robin DunnDocstrings and other fixes from David Hughes
2006-07-10  Robin DunnAdjust control size after Play
2006-07-10  Robin DunnOverview string tweaks
2006-07-10  Robin Dunnallow transparency flags on mac too
2006-07-10  Robin DunnAdded the PseudoDC class from Paul Lanier. It provides...
2006-07-08  Robin DunnAdded wrappers for wxAUI
2006-06-27  Robin DunnDon't use custom bg style except on wxGTK
2006-06-14  Robin Dunnfixed line endings
2006-06-13  Robin DunnChange header label
2006-06-10  Robin DunnMaskedEdit patch from Will Sadkin:
2006-06-09  Robin DunnGive wxMac its own set of face names
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.
next