]> git.saurik.com Git - wxWidgets.git/history - wxPython
use wxUnusedVar() to suppress warnings about unused variable
[wxWidgets.git] / wxPython /
2004-04-02  Robin Dunntypos fixed
2004-04-01  Robin Dunnembedded sample's README updates
2004-04-01  Robin DunnWhat the hell, let's spin up another full release
2004-04-01  Robin Dunnfinal tweaks for embedded
2004-04-01  Robin DunnThe reinit of the stock objects shoudl not happen when...
2004-04-01  Robin DunnFixed the embedded smaple so that it actually works...
2004-04-01  Robin Dunnembedded sample compiles again
2004-04-01  Robin DunnBuild and Install steps updated
2004-04-01  Robin DunnDemo tweaks to correct some visual glitches and event...
2004-03-30  Robin DunnMore notes about the type conversion fragment.
2004-03-30  Robin DunnreSWIGged
2004-03-30  Robin DunnVersion number update
2004-03-30  Robin DunnBetter conversion functions for integral and floating...
2004-03-30  Robin Dunnremove 'point' arg from kwargs if it was replaced
2004-03-30  Robin DunnreSWIGged
2004-03-30  Robin DunnreSWIGed
2004-03-30  Robin DunnTypos
2004-03-30  Robin DunnForward declare wxPyScrolledWindow
2004-03-30  Robin Dunnfixed GetFirstChild/GetNextChild to make a copy of...
2004-03-30  Robin DunnRegenerated ReST docs, removed the config setting that...
2004-03-30  Robin DunnUpdated version number
2004-03-30  Robin DunnGenerate pywrap as a console tool.
2004-03-29  Patrick K. O'BrienOops. Put @echo off line back in. Only needed to...
2004-03-29  Patrick K. O'BrienMade more useable from the command-line, since that...
2004-03-29  Robin Dunnif basePath is empty use '.'
2004-03-28  Robin DunnreSWIGged
2004-03-28  Robin Dunntypos fixed
2004-03-28  Robin DunnreSWIGged
2004-03-28  Robin DunnAllow overriding ApplyParentThemeBackground
2004-03-28  Robin Dunninstall activex too
2004-03-28  Robin Dunndemo tweaks
2004-03-28  Robin DunnAllow overriding ApplyParentThemeBackground
2004-03-28  Robin DunnDon't use PyThreadState_Swap to get the current tstate...
2004-03-27  Robin Dunntypo
2004-03-27  Robin DunnFixed the readme
2004-03-26  Robin DunnSome more explainations in places, typos fixed, a littl...
2004-03-26  Robin Dunntypo
2004-03-26  Robin DunnRegenerated metadata
2004-03-26  Robin DunnTurn off the RefDoc for constructors of the classes...
2004-03-26  Robin DunnRemoved some old, outdated, unfinished, or unstarted...
2004-03-26  Robin DunnUpdated version number
2004-03-26  Robin DunnOther doc updates
2004-03-26  Robin DunnRemoved some old, outdated, unfinished, or unstarted...
2004-03-26  Robin DunnRemoved some old, outdated, unfinished, or unstarted...
2004-03-26  Robin DunnreSWIGged
2004-03-26  Robin DunnAn icon for the doc viewer
2004-03-26  Robin Dunntweak line number size just a bit
2004-03-26  Robin Dunn*** empty log message ***
2004-03-26  Robin Dunnno need to delete these anymore (since they don't exist...
2004-03-26  Robin Dunnforgot a bit of cleanup
2004-03-26  Robin DunnDocsrings for wxSplitterWindow
2004-03-26  Robin DunnTest the location of the .zips for writability, since...
2004-03-26  Robin DunnMake an app bundle for the doc viewer
2004-03-26  Robin DunnAdd a set for wxMac too
2004-03-26  Robin DunnBetter font selection and sizes for wxGTK2, tweaked...
2004-03-26  Robin DunnFixes and updates for the activex module info.
2004-03-26  Robin DunnA clarification
2004-03-26  Robin DunnMoved config.py to the root because if wxPython hasn...
2004-03-26  Robin DunnCleanup obsolete samples
2004-03-25  Robin DunnThe setup.py script will now install wxPython's headers...
2004-03-25  Robin DunnNo need to explicitly delete the tbicon
2004-03-25  Robin DunnAdded note about wx.TaskbarIcon
2004-03-25  Robin Dunncleanup
2004-03-25  Robin Dunnadded UpdateSize
2004-03-25  Robin Dunn# 17/03/2004 - Joerg "Adi" Sieker adi@sieker.info
2004-03-25  Robin DunnreSWIGged
2004-03-25  Robin DunnreSWIGged
2004-03-25  Robin DunnAdd GetMaxTotalWidth
2004-03-25  Robin DunnEVT_SPLITTER_DCLICK alias to match the docs
2004-03-25  Robin DunnFixed OOR typo
2004-03-25  Robin DunnGetFirstChild does't need the cookie anymore
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-03-24  Robin Dunnfixed indentation
2004-03-24  Robin Dunnfixes for unicode build, return values from event handl...
2004-03-23  Robin DunnNeed to navigate to "about:blank" in order for the...
2004-03-23  Robin DunnLindsay Mathieson's newest wxActiveX class has been...
2004-03-23  Robin Dunnuse default window id
2004-03-18  Robin DunnSome dot-files need copied to the tarball
2004-03-18  Robin DunnCorrect file format errors
2004-03-18  Robin DunnGot rid of the BIN dir
2004-03-18  Robin Dunndemo tweaks
2004-03-18  Robin DunnMore agressive cleanup. Now also removes temp items...
2004-03-17  Robin Dunnchange default style to match
2004-03-17  Robin Dunn__version__.py is now always generated from setup.py...
2004-03-17  Robin DunnAdd GetPyData and SetPyData aliases
2004-03-15  Robin DunnDon't bind events to the return value of SetDefault...
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 DunnRemoved the text about the default window sizes
2004-03-15  Robin DunnFix GBSpan and GBPosition typemaps
2004-03-15  Robin DunnAlso add a bool() function if running on a too old...
2004-03-15  Robin DunnGive BitmapButton its own demo, get rid of ErrorDialogs
2004-03-15  Patrick K. O'BrienEliminate relative imports and make them more py2exe...
2004-03-15  Patrick K. O'BrienChanged default shell.autoCompleteAutoHide to False.
2004-03-13  Robin DunnMore doc tweaks
2004-03-13  Robin Dunnfiddle with the configure flags a bit
2004-03-13  Robin DunnreSWIGged
2004-03-13  Robin DunnReorganized the contents of the disk image. Only the...
next