]> git.saurik.com Git - wxWidgets.git/history - wxPython/wx
Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / wxPython / wx /
2006-05-24  Robin DunnMake it possible for pywxrc to generate just the gettex...
2006-05-19  Robin Dunnmemory dc must have bitmap selected into it before...
2006-05-18  Robin DunnwxMessageBox --> wx.MessageBox
2006-05-17  Robin DunnPorted XRCed to the wx namespace, and also enabled...
2006-05-15  Robin DunnAdded SetSashPosition
2006-05-10  Robin DunnMake the app object be global in case it is run multipl...
2006-05-05  Robin Dunnfix a typo causing the wrong method to be called.
2006-05-04  Robin DunnEnsure the button still exists after the Notify before...
2006-05-03  Robin DunnPatch from Eli Golovinsky. Adds generation of _()...
2006-04-20  Robin DunnDocView and ActiveGrid IDE updates from Morgan Hua:
2006-04-18  Robin DunnSome minor tweaks
2006-04-15  Robin DunnVarious wxHtml updates
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-06  Robin Dunnwx.lib.pubsub updates from Oliver Schoenborn:
2006-04-06  Robin DunnForce a full refresh when the focus changes so the...
2006-04-05  Roman Rolinskyimplemented locating objects in gridbag sizer,
2006-04-05  Roman RolinskySecond fix for Copy/Paste (using expat.native_encoding...
2006-04-04  Robin DunnDocstring fix
2006-03-31  Robin DunnFixed problem in wx.lib.splitter when used on 64-bit...
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-30  Robin DunnNeed to tell which object to Destroy()
2006-03-28  Robin Dunnavoid assert in wxMac port, only change the font point...
2006-03-25  Robin DunnUse self.GetCanvas() instead of just self.GetCanvas
2006-03-24  Robin Dunn* wx.Panel doesn't have a SetTitle anymore. What was...
2006-03-17  Robin DunnAdd scrollbars when the plot is zoomed in, and also...
2006-03-15  Robin DunnAdded CheckListCtrlMixin from Bruce Who
2006-03-15  Robin DunnUpdated the analogclock.py module to the new analogcloc...
2006-03-14  Robin Dunntypo
2006-03-10  Robin DunnApplied patch #1441370: lib.plot - allow passing in...
2006-03-06  Robin DunnMake the 'this' attribute a real attribute of the Facad...
2006-03-06  Robin Dunn Publisher is now able to parse a dotted notation string
2006-02-24  Robin DunnWorkaround the lack of a wx.EVT_FIND_CLOSE on Windows...
2006-02-24  Robin DunnAllow clearing the history, and saving the history...
2006-02-24  Robin DunnGive attribution to Jorgen Bodde
2006-02-21  Roman Rolinskycorrected positioning of internal panels, as the defaul...
2006-02-18  Robin DunnTreat Ctrl-Shift-Backspace the same as ESC in the shell.
2006-02-18  Robin DunnPrevent using a bad tree item.
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-02-07  Robin DunnChanges to how overridable C++ methods are virtualized...
2006-02-03  Robin DunnAllow Save Settings to save even when AutoSave is turne...
2006-02-03  Robin DunnBetter cleanup of circular references.
2006-02-01  Roman Rolinskyupdated from CVS
2006-01-31  Robin DunnDelay part of the setup
2006-01-29  David SurovellwxPython tab cleaning
2006-01-29  Robin DunnEnsure the window is still valid before adjusting the...
2006-01-17  Robin DunnAnother merge of 2.6 changes
2006-01-10  Robin DunnOne last change from Chris. Delays handling a resize...
2006-01-10  Robin Dunnmerge #4 from 2.6 branch
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
2005-12-30  Robin DunnMerged modifications from the 2.6 branch
2005-11-16  Włodzimierz SkibaFinally removes occurences of OnMenuCommand and closes...
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-30  Kevin OllivierAdded a missing import that was causing FormatText...
2005-06-14  Robin DunnLog the exception when writing to file fails.
2005-06-13  Robin DunnPass the print data to the wx.PrintDialogData ctor.
2005-06-11  Robin DunnDocview and IDE patch from Morag Hua with fix for bug...
2005-06-11  Robin DunnOnly freeze the splitter, the children will be automati...
2005-06-11  Robin DunnForgot to get rid of the old test code
2005-06-11  Robin DunnOnly Freeze/Thaw on wxMSW. The other ports don't need it.
2005-06-11  Robin DunnAdded the wx.lib.splitter module, which contains the
2005-06-10  Robin DunnFix for bug #1217874, Error in parameter name in DocMan...
2005-06-10  Robin DunnFixes for bug #1217872 pydocview.DocService not correct...
2005-06-03  Robin DunnTypo fixed
2005-06-02  Robin DunnDon't scroll when the mouse is dragged outside of the...
2005-06-02  Robin DunnHave to dig a little deeper to find a wxPyDeadObject...
2005-05-31  Robin DunnDocView patches from Morgen Hua: bug fixes, and additio...
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
next