]> git.saurik.com Git - wxWidgets.git/history - wxPython/wx/tools
GetBestFittingSize --> GetEffectiveMinSize
[wxWidgets.git] / wxPython / wx / tools /
2006-10-11  Robin Dunnconvert unicode filename to file system encoding
2006-08-20  Robin DunnUpdates from Eli
2006-06-27  Robin DunnChanged call order of the PreCreate method, and pass...
2006-06-13  Robin DunnAdd support for generating classes for menus
2006-06-11  Robin Dunnsome docstring fixes
2006-06-05  Roman Rolinskyfix for empty value
2006-06-05  Roman Rolinskyfix for non-utf-8 character support in 'content'
2006-06-05  Roman Rolinskyhopefully this will fix some encoding problems
2006-06-05  Roman Rolinskydebug is not defined here
2006-05-28  Robin DunnAllow for non-ascii text in resources
2006-05-24  Robin DunnMake it possible for pywxrc to generate just the gettex...
2006-05-17  Robin DunnPorted XRCed to the wx namespace, and also enabled...
2006-05-10  Robin DunnMake the app object be global in case it is run multipl...
2006-05-03  Robin DunnPatch from Eli Golovinsky. Adds generation of _()...
2006-04-10  Roman Rolinskyadded TreeCtrl.WindowIndex method for skipping items...
2006-04-08  Robin DunnFirst pass at integrating a code generator in XRCed...
2006-04-07  Robin DunnwxNotebookSizer is gone now
2006-04-05  Roman Rolinskyimplemented locating objects in gridbag sizer,
2006-04-05  Roman RolinskySecond fix for Copy/Paste (using expat.native_encoding...
2006-03-31  Roman Rolinskyversion 0.1.7-3
2006-03-31  Roman Rolinskyignore wrong colour spec
2006-03-31  Roman Rolinskyfix for copy/paste to work with i18n
2006-03-24  Robin Dunn* wx.Panel doesn't have a SetTitle anymore. What was...
2006-02-16  Roman RolinskyFixed Cut command, added support for MenuBar inside...
2006-02-14  Roman RolinskyOnReplace not yet undoable
2006-02-14  Roman Rolinskyupdate of Paste command, new revision
2006-02-14  Roman Rolinskyfix for memory leak in paste
2006-01-29  David SurovellwxPython tab cleaning
2005-11-11  Roman Rolinsky0.1.7-0
2005-11-08  Roman Rolinskyrevision 7
2005-11-04  Roman Rolinskyversion 0.1.6-6
2005-10-14  Roman Rolinskyfix for correct type of checklist box items
2005-10-14  Roman Rolinskyiconize properties frame together with main
2005-09-09  Roman Rolinskyfix for toolbar highlighting (not done for main toolbar)
2005-09-09  Roman Rolinsky0.1.6-5
2005-09-09  Roman Rolinskytesting for top-level objects only
2005-08-15  Roman Rolinsky0.1.6-4: replace working for sizeritems and spacers
2005-08-12  Roman Rolinskysome more fixes: tree selection, replacing, wxYield...
2005-08-10  Roman Rolinskyone more fix for tree selection
2005-08-10  Roman RolinskywxMSW fixes for tree control
2005-08-09  Roman Rolinsky0.1.6-1
2005-08-09  Roman RolinskySetModified updates window title ('*' is shown if modified)
2005-07-15  Roman Rolinskynew version ready
2005-07-15  Roman RolinskyStdDialogButtonSizer menu
2005-07-13  Roman Rolinskyfix for toolbar items selection - impossible to find...
2005-07-13  Roman RolinskyART_NEW is not defined in previous versions, use NORMAL...
2005-07-13  Roman Rolinskysome new parameters
2005-07-13  Roman Rolinskytoolbars can be added inside windows, fix for relative...
2005-06-14  Robin DunnLog the exception when writing to file fails.
2005-05-31  Julian SmartOlly Betts' typo patch
2005-05-27  Robin DunnAdded wxSL_INVERSE
2005-05-26  Robin Dunnadd wxART_NEW, and fixed wxART_FIND_AND_REPLACE
2005-05-26  Robin DunnDon't change the fg/bg colours so that the native colou...
2005-05-26  Robin Dunnuse wx.ART_NEW
2005-05-26  Robin DunnDon't force the art provider to resize the toolbar...
2005-05-26  Roman Rolinskysmall fix
2005-05-26  Roman Rolinskyencoding should not be specified
2005-05-26  Roman Rolinsky0.1.5-2
2005-05-24  Robin DunnRemoved unnecessary files, removed or replaced images...
2005-05-19  Robin DunnCorrections for fonts
2005-05-18  Roman Rolinsky0.1.5-2
2005-04-26  Roman RolinskyVersion 0.1.5-1
2005-03-14  Roman RolinskyREADME scrolling fix
2005-03-08  Robin DunnWorkaround for toolbartool tooltip not getting written...
2005-03-06  Robin DunnAdded toolbar wxTB_TEXT flag and tool label property
2005-01-31  Roman RolinskyLocate command, etc.
2005-01-31  Roman RolinskyBatch of changes:
2005-01-13  Robin Dunnuntabified
2004-12-26  Roman Rolinskychecking for dom.encoding == None
2004-12-26  Roman RolinskywxIcon correctly handled now (it has no "icon" tag)
2004-12-14  Robin DunnApplied patch #1084332: xrced does not respect encoding
2004-11-11  Robin DunnLots of tweaks and additions to get caught up with...
2004-11-05  Robin DunnOnly do this Show on wxGTK as it is needed there but...
2004-10-11  Robin DunnMaskedEdit updates from Will Sadkin:
2004-10-11  Roman RolinskyApplied changes by Bartlomiej Gorny for recent files...
2004-10-10  Roman Rolinskyfixed spacer image
2004-10-10  Roman RolinskyFixed spacer image
2004-10-06  Robin DunnA Python version of wxrc
2004-09-01  Robin DunnUpdated generic window styles
2004-09-01  Robin DunnAdded 3-state checkbox and toggle button support
2004-08-25  Robin DunnHide page2 until it is needed
2004-08-24  Robin DunnPut back the caching of property panels (as there is...
2004-08-24  Robin DunnDon't cache property and style panels as wxMac can...
2004-06-01  Robin DunnDon't use deprecated wx.MaskColour
2004-04-29  Robin DunnAdds wxSplitterWindow support, patch from Steve Hartwell.
2004-04-27  Robin Dunnbetter __docfilter__ and other epydoc tweaks
2004-04-22  Robin DunnRemove some obsolete window styles, added a new sizer...
2004-04-19  Robin DunnMake sure the window is not iconized before saving...
2004-03-23  Robin DunnLindsay Mathieson's newest wxActiveX class has been...
2004-02-11  Robin DunnUse "wxCheckListBox" instead of the deprecated "wxCheck...
2004-01-18  Robin DunnIgnore the args and args errors on Mac
2004-01-18  Robin DunnDon't create the fonts until after they are needed...
2004-01-15  Robin DunnOn Windows the wxBitmapButton can't be borderless if...
2004-01-15  Robin DunnON XP when pages are added to a Notebook their colours...
2004-01-13  Roman RolinskywxGridBahSizer support
2004-01-13  Roman Rolinskyreplaced by CHANGES.txt
2003-12-25  Roman Rolinskyadded subclass attribute
2003-12-22  Robin DunnMore lib and demo patches to drop the wx prefix (Jeff...
2003-11-26  Robin Dunnwx namespace
2003-11-18  Roman RolinskyXMLID -> XRCID, Number -> GetCount, etc.
next