]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/helpers.cpp
Ensure that Python is initialized before doing any locking in
[wxWidgets.git] / wxPython / src / helpers.cpp
2005-05-11  Robin DunnEnsure that Python is initialized before doing any...
2005-05-02  Robin DunnRoll wxPyMake_wxSizer into wxPyMake_wxObject.
2005-04-29  Robin Dunninit wxApp->argc and wxApp->argv even when wx has alrea...
2005-04-11  Robin DunnBetter handling of the refcount of the wx.App object...
2005-04-04  Robin Dunncorrected DSM
2005-04-04  Robin DunnAdd extern "C" to DllMain
2005-04-03  Robin DunnUse MLTE by default for wxPython
2005-04-02  Robin DunnPut the Python executable pathname in wxTheApp->argv...
2005-03-12  Robin DunnDon't use the PyGILState_* APIs with Python 2.3, it...
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2005-03-08  Robin DunnMove wxPyCallback back to derive from wxObject
2005-03-03  Robin DunnAdd copy ctor for wxPyCBInputStream and use it to preve...
2005-02-18  Robin DunnwxPyCallback needs to derive from wxEvtHandler now...
2004-12-20  Robin DunnAllow the OOR reference to be saved without doing an...
2004-12-15  Robin DunnInstead of always using the Python default encoding...
2004-11-19  Robin DunnAdded wxPyInputStream dtor. Use PyLong_FromLongLong...
2004-11-12  Robin DunnReset LC_NUMERIC to "C" for Python < 2.4. This fixes...
2004-11-10  Vadim Zeitlinreplaced wxStream::GetSize() with GetLength() (still...
2004-10-15  Robin DunnTweak unicode --> string conversion helper so UnicodeDe...
2004-10-15  Robin Dunn* Don't reset LC_NUMERIC if on Python 2.4
2004-10-09  Robin Dunncheck for wxHAS_HUGE_FILES
2004-09-30  Robin DunnA better fix for GetXWindow that can handle both the...
2004-09-29  Robin Dunnoff_t --> wxFileOffset changes
2004-09-24  Robin DunnCorected GetXWindow macro for wxGTK port. (Bug# 1033681)
2004-09-24  Robin DunnMore True/False fixes
2004-09-10  Robin Dunnensure that the wxString gets all the wide chars
2004-08-26  Robin DunnOnly initialize wxWidgets once
2004-08-03  Robin Dunnmore dbg flags (but it's still comment out by defult)
2004-06-30  Robin DunnSince the wxPyMake_wxObject typemap is also used for...
2004-06-21  Robin DunnChanges needed to accomodate wxTheClipboard now being...
2004-06-11  Robin DunnFix a couple warnings
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-28  Robin Dunncomments and cleanup
2004-05-21  Robin DunnwxGTK now uses gtk_init_check so wxPython can raise...
2004-05-17  Robin Dunnwx.InitAllImageHandlers is now an empty function that...
2004-04-27  Robin DunnIt's now wx._core
2004-04-15  Robin DunnUse GetHandle for Mac too
2004-04-14  Robin Dunnsimplify how the XWindow is extracted for GetHandle
2004-04-06  Robin DunnCheck for errors after unicode conversions
2004-04-01  Robin DunnThe reinit of the stock objects shoudl not happen when...
2004-03-28  Robin DunnDon't use PyThreadState_Swap to get the current tstate...
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-03-23  Robin DunnLindsay Mathieson's newest wxActiveX class has been...
2004-03-10  Robin DunnAdded wx.PlatformInfo which is a tuple containing strin...
2004-03-10  Robin DunnAllow wxApp::MacOpenFile, MacPrintFile, MacNewFile...
2004-02-19  Robin DunnAllow comparrisons with None
2004-02-13  Robin DunnGave wxWindow.GetHandle something to do on wxMac, altho...
2004-01-26  Robin DunnFix incorrect #if in OnSysTell
2004-01-15  Robin DunnAllow nested calls to wxPy[Begin|End]BlockThreads inste...
2003-12-29  Robin DunnFix compile error when building for Python 2.2
2003-12-17  Robin DunnReworked how stock objects are initialized. They now...
2003-12-05  Robin DunnFixed the double traceback when an exception happens...
2003-11-24  Robin DunnMore Unicode fixes
2003-11-19  Robin DunnChanged all TRUE/true --> True and all FALSE/false...
2003-11-12  Robin DunnMerged the wxPy_newswig branch into the HEAD branch...
2003-10-22  Robin DunnSave the initial tstate during initialization
2003-09-30  Robin DunnVarious changes needed to get up to date with current CVS
2003-09-19  Robin DunnChanges for removing DefaultEncodingIsPC
2003-08-08  Robin DunnAdded Python wrappers for wxRTTI for the wxVScrolledWindow,
2003-07-31  Robin DunnIf a wxPy[Command]Event has been cloned then we need...
2003-07-25  Robin DunnBuild fixes and reSWIGs for wxMac
2003-07-24  Robin DunnLots of changes for wxPython to start using many of...
2003-07-18  Robin DunnMinimal changes needed to build/run wxPython on the...
2003-07-02  Robin DunnwxPython Merge #2 of 2.4 branch --> HEAD (branch tag...
2003-03-25  Robin DunnMerged wxPython 2.4.x to the 2.5 branch (Finally!!!)
2002-09-05  Robin DunnVarious wxPython updates to go along with recent change...
2002-08-16  Robin DunnwxPython needs to deal with the new exitOnFrameDelete...
2002-07-20  Robin DunnMade the wxInputStream typemap useable outside the...
2002-07-06  Robin Dunntypos
2002-07-06  Robin DunnFix the crash-on-ActiveX-callback problem
2002-06-20  Robin DunnA bit of cleanup
2002-06-20  Robin DunnChanges needed to allow compilation with SunCC.
2002-05-27  Robin DunnSome cleanup
2002-05-12  Robin Dunnvarious tweaks and updates
2002-05-02  Robin DunnFixed the bugs preventing wxPython from being embedded...
2002-04-18  Robin DunnDon't do the wx cleanup if wxPython didn't do the initi...
2002-04-09  Robin DunnA little black magic... When the C++ object (for a...
2002-04-08  Robin DunnUpdates to match recent CVS changes.
2002-03-18  Robin DunnAdded wxBufferedDC, changes for wxMenu and wxMenuItem...
2002-03-13  Robin DunnCore wxPython (non-contrib) now fully works with Unicode!
2002-03-10  Robin DunnApplied and merged patch 486364, which enables wxPython...
2002-02-28  Robin DunnMoved declaratrions of wxPyInputStream and etc. into...
2002-02-28  Robin DunnMoved declaratrions of wxPyInputStream and etc. into...
2002-02-23  Robin DunnFinished wrapping and providing typemaps for wxInputStr...
2002-02-12  Robin DunnA fix for Python 2.2 which can sometimes call __wxClean...
2002-02-01  Robin Dunnfixed compile bug for when threads are turned off
2002-01-21  Robin DunnFixed a typemap.
2002-01-16  Robin DunnAdded wxThread::GetCurrentId(), which returns an ID...
2002-01-06  Robin DunnSWIGged updates for wxGTK
2001-12-20  Robin DunnSWIGged updates for wxMac
2001-12-19  Robin DunnForgot to recomment this out
2001-12-19  Robin DunnChanged (again) how the Python global interpreter lock...
2001-12-08  Robin DunnAdded comment about an untested code path...
2001-12-08  Robin DunnNasty workaround for an incompatible low-level change...
2001-11-29  Robin DunnChanges to ensure that GDI objects returned from Python...
2001-11-27  Robin DunnChanges needed to solve wxPython's OOR problem for...
2001-11-20  Robin DunnBug fixes
2001-11-20  Robin DunnReplaced CopyObject with Clone for wxPython-specific...
2001-10-30  Robin DunnAdded typemap for wxArrayString
2001-10-21  Robin DunnAdded wxClientDataContainer to wxSizer, so sizers can...
next