wxWidgets/wxPython
Robin Dunn 89c876de1c wxGTK now uses gtk_init_check so wxPython can raise an exception if
there is no DISPLAY available or other initializaion problem.

wx.GetKeyState now has an implementation for wxGTK and is able to
detect the up/down or toggle state of modifier and toggle keys.

The LC_NUMERIC locale is now reset back to "C" (compatibility) when
running on wxGTK to work around the fact that GTK requires the locale
to be set to the system settings but Python depends on LC_NUMERIC
remaining compatible with "C".


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-21 00:23:50 +00:00
..
contrib reSWIGged 2004-05-17 19:22:49 +00:00
demo Removed calls to wx.InitAllImageHandlers. 2004-05-17 19:21:56 +00:00
distrib Add the masked package dir 2004-04-22 22:46:10 +00:00
distutils Latest distutils 2003-08-27 00:20:37 +00:00
docs wxGTK now uses gtk_init_check so wxPython can raise an exception if 2004-05-21 00:23:50 +00:00
include/wx/wxPython Add SetBestSize, GetDefaultAttributes and fixed ShouldInheritColours 2004-05-14 21:37:26 +00:00
misc More test cases and handle __doc__ == None 2004-05-18 20:14:14 +00:00
samples embedded sample's README updates 2004-04-01 19:48:18 +00:00
scripts Generate pywrap as a console tool. 2004-03-30 00:10:15 +00:00
src wxGTK now uses gtk_init_check so wxPython can raise an exception if 2004-05-21 00:23:50 +00:00
SWIG Modules generated by SWIG can now have module docstrings. 2004-05-14 21:25:33 +00:00
wx Replaced wx/lib/pubsub.py with a version that uses weak references to 2004-05-17 19:20:49 +00:00
wxPython wx.InitAllImageHandlers is now an empty function that does nothing but 2004-05-17 19:16:17 +00:00
.cvsignore Beginings of wxX11 support. Much more to do but I have no more time 2004-01-09 18:34:52 +00:00
b Check exit code or commands and exit with that code 2004-05-12 00:12:36 +00:00
b.bat no need to delete these anymore (since they don't exist ;-) ) 2004-03-26 19:23:01 +00:00
config.py Some docstring additions, reformats and epydoc markup. 2004-05-12 00:17:48 +00:00
setup.py Renamed the core namespace's submodules to have a leading underscore. 2004-04-25 06:51:10 +00:00