2006-10-11 |
Robin Dunn | helpers and typemaps for new GraphicsContext methods |
blob | commitdiff | raw |
2006-09-21 |
Robin Dunn | s_macSupportPCMenuShortcuts no longer exists |
blob | commitdiff | raw | diff to current |
2006-09-08 |
Robin Dunn | Add items to wx.PlatformInfo for mac core graphics... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Robin Dunn | Comment why we don't call PyErr_Print after calling... |
blob | commitdiff | raw | diff to current |
2006-08-26 |
Robin Dunn | Add alpha component to wxColour |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Robin Dunn | Add wx.App.DisplayAvailable() which can be used to... |
blob | commitdiff | raw | diff to current |
2006-07-22 |
Robin Dunn | Change the other OnAssert --> OnAssertFailure |
blob | commitdiff | raw | diff to current |
2006-07-05 |
Robin Dunn | Changes needed for building with Python 2.5 |
blob | commitdiff | raw | diff to current |
2006-06-10 |
Robin Dunn | Switch to overriding OnAssertFailure instead of OnAssert |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Robin Dunn | Redo (again) how the stock objects are initialized... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Robin Dunn | Changed how the stock objects (wx.RED, wx.RED_PEN,... |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Robin Dunn | Sometimes we do need to allow recursion of callbacks |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Robin Dunn | Changes to how overridable C++ methods are virtualized... |
blob | commitdiff | raw | diff to current |
2006-01-29 |
Robin Dunn | Changes needed to be able to build with SWIG 1.3.24... |
blob | commitdiff | raw | diff to current |
2005-12-30 |
Robin Dunn | Merged modifications from the 2.6 branch |
blob | commitdiff | raw | diff to current |
2005-05-25 |
Robin Dunn | Don't set mac.textcontrol-use-mlte any longer |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Robin Dunn | Ensure that Python is initialized before doing any... |
blob | commitdiff | raw | diff to current |
2005-05-02 |
Robin Dunn | Roll wxPyMake_wxSizer into wxPyMake_wxObject. |
blob | commitdiff | raw | diff to current |
2005-04-29 |
Robin Dunn | init wxApp->argc and wxApp->argv even when wx has alrea... |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Robin Dunn | Better handling of the refcount of the wx.App object... |
blob | commitdiff | raw | diff to current |
2005-04-04 |
Robin Dunn | corrected DSM |
blob | commitdiff | raw | diff to current |
2005-04-04 |
Robin Dunn | Add extern "C" to DllMain |
blob | commitdiff | raw | diff to current |
2005-04-03 |
Robin Dunn | Use MLTE by default for wxPython |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Robin Dunn | Put the Python executable pathname in wxTheApp->argv... |
blob | commitdiff | raw | diff to current |
2005-03-12 |
Robin Dunn | Don't use the PyGILState_* APIs with Python 2.3, it... |
blob | commitdiff | raw | diff to current |
2005-03-09 |
Robin Dunn | Use the PyGILState_* APIs on Python >= 2.3 |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Robin Dunn | Move wxPyCallback back to derive from wxObject |
blob | commitdiff | raw | diff to current |
2005-03-03 |
Robin Dunn | Add copy ctor for wxPyCBInputStream and use it to preve... |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Robin Dunn | wxPyCallback needs to derive from wxEvtHandler now... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Robin Dunn | Allow the OOR reference to be saved without doing an... |
blob | commitdiff | raw | diff to current |
2004-12-15 |
Robin Dunn | Instead of always using the Python default encoding... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Robin Dunn | Added wxPyInputStream dtor. Use PyLong_FromLongLong... |
blob | commitdiff | raw | diff to current |
2004-11-12 |
Robin Dunn | Reset LC_NUMERIC to "C" for Python < 2.4. This fixes... |
blob | commitdiff | raw | diff to current |
2004-11-10 |
Vadim Zeitlin | replaced wxStream::GetSize() with GetLength() (still... |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Robin Dunn | Tweak unicode --> string conversion helper so UnicodeDe... |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Robin Dunn | * Don't reset LC_NUMERIC if on Python 2.4 |
blob | commitdiff | raw | diff to current |
2004-10-09 |
Robin Dunn | check for wxHAS_HUGE_FILES |
blob | commitdiff | raw | diff to current |
2004-09-30 |
Robin Dunn | A better fix for GetXWindow that can handle both the... |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Robin Dunn | off_t --> wxFileOffset changes |
blob | commitdiff | raw | diff to current |
2004-09-24 |
Robin Dunn | Corected GetXWindow macro for wxGTK port. (Bug# 1033681) |
blob | commitdiff | raw | diff to current |
2004-09-24 |
Robin Dunn | More True/False fixes |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Robin Dunn | ensure that the wxString gets all the wide chars |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Robin Dunn | Only initialize wxWidgets once |
blob | commitdiff | raw | diff to current |
2004-08-03 |
Robin Dunn | more dbg flags (but it's still comment out by defult) |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Robin Dunn | Since the wxPyMake_wxObject typemap is also used for... |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Robin Dunn | Changes needed to accomodate wxTheClipboard now being... |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Robin Dunn | Fix a couple warnings |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Robin Dunn | All the Window and GDI (pen, bitmap, etc.) classes... |
blob | commitdiff | raw | diff to current |
2004-05-28 |
Robin Dunn | comments and cleanup |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Robin Dunn | wxGTK now uses gtk_init_check so wxPython can raise... |
blob | commitdiff | raw | diff to current |
2004-05-17 |
Robin Dunn | wx.InitAllImageHandlers is now an empty function that... |
blob | commitdiff | raw | diff to current |
2004-04-27 |
Robin Dunn | It's now wx._core |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Robin Dunn | Use GetHandle for Mac too |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Robin Dunn | simplify how the XWindow is extracted for GetHandle |
blob | commitdiff | raw | diff to current |
2004-04-06 |
Robin Dunn | Check for errors after unicode conversions |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Robin Dunn | The reinit of the stock objects shoudl not happen when... |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Robin Dunn | Don't use PyThreadState_Swap to get the current tstate... |
blob | commitdiff | raw | diff to current |
2004-03-24 |
Robin Dunn | Changed (again) how the GIL is aquired and the tstate... |
blob | commitdiff | raw | diff to current |
2004-03-23 |
Robin Dunn | Lindsay Mathieson's newest wxActiveX class has been... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
Robin Dunn | Added wx.PlatformInfo which is a tuple containing strin... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
Robin Dunn | Allow wxApp::MacOpenFile, MacPrintFile, MacNewFile... |
blob | commitdiff | raw | diff to current |
2004-02-19 |
Robin Dunn | Allow comparrisons with None |
blob | commitdiff | raw | diff to current |
2004-02-13 |
Robin Dunn | Gave wxWindow.GetHandle something to do on wxMac, altho... |
blob | commitdiff | raw | diff to current |
2004-01-26 |
Robin Dunn | Fix incorrect #if in OnSysTell |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Robin Dunn | Allow nested calls to wxPy[Begin|End]BlockThreads inste... |
blob | commitdiff | raw | diff to current |
2003-12-29 |
Robin Dunn | Fix compile error when building for Python 2.2 |
blob | commitdiff | raw | diff to current |
2003-12-17 |
Robin Dunn | Reworked how stock objects are initialized. They now... |
blob | commitdiff | raw | diff to current |
2003-12-05 |
Robin Dunn | Fixed the double traceback when an exception happens... |
blob | commitdiff | raw | diff to current |
2003-11-24 |
Robin Dunn | More Unicode fixes |
blob | commitdiff | raw | diff to current |
2003-11-19 |
Robin Dunn | Changed all TRUE/true --> True and all FALSE/false... |
blob | commitdiff | raw | diff to current |
2003-11-12 |
Robin Dunn | Merged the wxPy_newswig branch into the HEAD branch... |
blob | commitdiff | raw | diff to current |
2003-10-22 |
Robin Dunn | Save the initial tstate during initialization |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Robin Dunn | Various changes needed to get up to date with current CVS |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Robin Dunn | Changes for removing DefaultEncodingIsPC |
blob | commitdiff | raw | diff to current |
2003-08-08 |
Robin Dunn | Added Python wrappers for wxRTTI for the wxVScrolledWindow, |
blob | commitdiff | raw | diff to current |
2003-07-31 |
Robin Dunn | If a wxPy[Command]Event has been cloned then we need... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Robin Dunn | Build fixes and reSWIGs for wxMac |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Robin Dunn | Lots of changes for wxPython to start using many of... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Robin Dunn | Minimal changes needed to build/run wxPython on the... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Robin Dunn | wxPython Merge #2 of 2.4 branch --> HEAD (branch tag... |
blob | commitdiff | raw | diff to current |
2003-03-25 |
Robin Dunn | Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) |
blob | commitdiff | raw | diff to current |
2002-09-05 |
Robin Dunn | Various wxPython updates to go along with recent change... |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Robin Dunn | wxPython needs to deal with the new exitOnFrameDelete... |
blob | commitdiff | raw | diff to current |
2002-07-20 |
Robin Dunn | Made the wxInputStream typemap useable outside the... |
blob | commitdiff | raw | diff to current |
2002-07-06 |
Robin Dunn | typos |
blob | commitdiff | raw | diff to current |
2002-07-06 |
Robin Dunn | Fix the crash-on-ActiveX-callback problem |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Robin Dunn | A bit of cleanup |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Robin Dunn | Changes needed to allow compilation with SunCC. |
blob | commitdiff | raw | diff to current |
2002-05-27 |
Robin Dunn | Some cleanup |
blob | commitdiff | raw | diff to current |
2002-05-12 |
Robin Dunn | various tweaks and updates |
blob | commitdiff | raw | diff to current |
2002-05-02 |
Robin Dunn | Fixed the bugs preventing wxPython from being embedded... |
blob | commitdiff | raw | diff to current |
2002-04-18 |
Robin Dunn | Don't do the wx cleanup if wxPython didn't do the initi... |
blob | commitdiff | raw | diff to current |
2002-04-09 |
Robin Dunn | A little black magic... When the C++ object (for a... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Robin Dunn | Updates to match recent CVS changes. |
blob | commitdiff | raw | diff to current |
2002-03-18 |
Robin Dunn | Added wxBufferedDC, changes for wxMenu and wxMenuItem... |
blob | commitdiff | raw | diff to current |
2002-03-13 |
Robin Dunn | Core wxPython (non-contrib) now fully works with Unicode! |
blob | commitdiff | raw | diff to current |
2002-03-10 |
Robin Dunn | Applied and merged patch 486364, which enables wxPython... |
blob | commitdiff | raw | diff to current |
2002-02-28 |
Robin Dunn | Moved declaratrions of wxPyInputStream and etc. into... |
blob | commitdiff | raw | diff to current |
2002-02-28 |
Robin Dunn | Moved declaratrions of wxPyInputStream and etc. into... |
blob | commitdiff | raw | diff to current |
2002-02-23 |
Robin Dunn | Finished wrapping and providing typemaps for wxInputStr... |
blob | commitdiff | raw | diff to current |
next |