]> git.saurik.com Git - wxWidgets.git/history - wxPython/demo
merge of RTL changes (with many modifications) from SOC2006_RTL branch
[wxWidgets.git] / wxPython / demo /
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.
2006-05-23  Robin DunnAdded wrappers and demo for RichTextCtrl
2006-05-19  Robin DunnDemo the page setup dialog instead of the print setup...
2006-05-18  Robin DunnUndo part of lst change
2006-05-18  Robin DunnUse correct DLL import/export specifier for multi-lib...
2006-05-04  Robin Dunnwx.ProgressDialog.Update now returns two values.
2006-05-04  Robin DunnFont size adjustment
2006-05-04  Robin DunnUse SetBackgroundStyle for wxGTK
2006-04-18  Robin DunnAdded wx.StandardPaths.GetDocumentsDir
2006-04-04  Robin DunnEVT_TEXT_ENTER handler on a combobox needs evt.Skip...
2006-03-29  Robin DunnAdded GetResourcesDir and GetLocalizedResourcesDir to
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-24  Robin DunnNeed to use wizard.GetPageAreaSizer().Add(page) now...
2006-03-20  Robin DunnUse the static method instead of the global alias
2006-03-18  Robin DunnDemonstrate setting metal appearance for wxMac
2006-03-15  Robin DunnAdded some overview text
2006-03-15  Robin DunnAdded CheckListCtrlMixin from Bruce Who
2006-03-15  Robin DunnUpdated the analogclock.py module to the new analogcloc...
2006-03-15  Robin Dunnupdated html-ized version of the stc.h file
2006-03-15  Robin Dunntweaked font sizes
2006-03-10  Robin DunnTest wx.ListBox.HitTest
2006-03-10  Robin DunnTest wx.CommandEvent.GetClientData
2006-03-06  Robin Dunncleanup doc
2006-03-06  Robin DunnUse EVT_CONTEXT_MENU
2006-03-06  Robin DunnFix indentation
2006-02-24  Robin DunnUse correct attribution
2006-02-24  Robin DunnMinor demo tweaks
2006-02-13  Robin Dunna little tweak to the debug code (commented out)
2006-02-13  Robin Dunndon't hide the log messages, and be sure to stop the...
2006-02-13  Robin DunnShow some GradientFill usage
2006-02-10  Robin Dunnuse wxRTTI to construct the right class of wxHtmlCell
2006-02-09  Robin DunnUse Bind()
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
next