Robin Dunn
d3e6a1f2db
Remove some testing code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-09 00:38:53 +00:00
Robin Dunn
a3cee65ed4
Use GetKeyCode() instead of KeyCode()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-08 20:09:27 +00:00
Robin Dunn
706c14d6d1
Removed __future__ import that has been in the "past" for several
...
years now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-29 22:24:00 +00:00
Robin Dunn
3370ec75f4
Prevent exception if there is an attribute named just '_'
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-14 19:16:33 +00:00
Robin Dunn
501b023b17
Revert last change, it causes problems with not being able to use
...
AutoCompletion in situations like "test=foo."
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-14 18:36:56 +00:00
Robin Dunn
ab3db25392
Allow AutoCompletion for items in collections too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-13 19:09:03 +00:00
Robin Dunn
9f4cc34f37
some docstring fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 00:13:05 +00:00
Robin Dunn
dc690d951f
wx.HIDE_READONLY is gone
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-29 22:45:55 +00:00
Robin Dunn
c15cc56f2d
Make the 'this' attribute a real attribute of the Facade, not a
...
viritual one. This is needed because of some SWIG optimizations that
will skip using getattr to find the 'this'.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-03-06 20:19:25 +00:00
Robin Dunn
b30b49e993
Workaround the lack of a wx.EVT_FIND_CLOSE on Windows when doing a
...
normal search.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-02-24 18:14:24 +00:00
Robin Dunn
e773f79b19
Allow clearing the history, and saving the history on demand
...
Let the session tab show all of the history
Fix case-sensitive searches to actually allow case-insensitive
Make wx.WXK_NUMPAD_ENTER equivalent to wx.WXK_RETURN
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-02-24 01:21:26 +00:00
Robin Dunn
1ad0de842d
Treat Ctrl-Shift-Backspace the same as ESC in the shell.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-02-18 21:41:10 +00:00
Robin Dunn
c32253089b
Prevent using a bad tree item.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-02-18 21:40:57 +00:00
Robin Dunn
c0ab3f7fbb
Allow Save Settings to save even when AutoSave is turned off
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-02-03 23:07:15 +00:00
Robin Dunn
4617be085f
Another merge of 2.6 changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-17 05:42:30 +00:00
Robin Dunn
486afba9a4
Merge #3 from the 2.6 branch, containing last set of changes before
...
the 2.6.2 release.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-09 21:09:57 +00:00
Robin Dunn
095315e20d
another merge from WX_2_6_BRANCH
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-06 07:05:15 +00:00
Robin Dunn
02b800ce7c
Merged modifications from the 2.6 branch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-12-30 23:02:03 +00:00
Robin Dunn
1fed7edaa7
Be a little smarter about converting unicode command-lines to string objects.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-25 20:34:52 +00:00
Robin Dunn
006f35560e
Avoid doing a str(object) since in some cases it can result in very
...
large strings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-18 04:50:41 +00:00
Robin Dunn
7ab7156341
Don't do str() on Numeric arrays
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-07 20:43:00 +00:00
Robin Dunn
8d9be42a28
Patch from Prabhu Ramachandran to make introspection of lazily
...
evaluated objects not create the final object.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-13 21:18:17 +00:00
Robin Dunn
f2f8a5fce8
Show PlatformInfo in the About box too.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-15 20:31:23 +00:00
Robin Dunn
c6ca8c022c
clip notebook children to help reduce flicker
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 20:17:31 +00:00
Robin Dunn
5020e71e3d
fixed introspection of objects with attrs without string names.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-26 23:38:06 +00:00
Robin Dunn
31fbbf7871
tweak line number size just a bit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 19:26:34 +00:00
Robin Dunn
4263de1e05
Add a set for wxMac too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 01:03:11 +00:00
Robin Dunn
99b486ab37
Better font selection and sizes for wxGTK2, tweaked call tip colors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 00:24:02 +00:00
Patrick K. O'Brien
d40bbd4dac
Eliminate relative imports and make them more py2exe friendly.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 13:42:37 +00:00
Patrick K. O'Brien
f65958ccce
Changed default shell.autoCompleteAutoHide to False.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 02:30:07 +00:00
Robin Dunn
9513c5b609
The UseAntiAliasing is off by default on wxMac. Add a menu item to
...
the Py* Apps for experimenting with it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-23 22:36:24 +00:00
Patrick K. O'Brien
a47c63ba51
Changed default namespace of Shell to __main__.__dict__, instead of an
...
empty dictionary.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-19 13:53:20 +00:00
Patrick K. O'Brien
6513628384
Fix test broken by change in package name from PyCrust to py.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-13 02:52:06 +00:00
Patrick K. O'Brien
578b389d6e
The truth is out there.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-13 02:47:59 +00:00
Patrick K. O'Brien
d351525a9b
shell.autoCompleteAutoHide added with default of True.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-09 02:53:13 +00:00
Patrick K. O'Brien
07b87e8d9b
Fixed problem with Calltip tab not refreshing properly on Windows.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 21:48:07 +00:00
Patrick K. O'Brien
65d005e44d
Cosmetic changes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 19:28:51 +00:00
Robin Dunn
4c8347a5ab
Decorator classes are no longer needed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-03 23:36:49 +00:00
Patrick K. O'Brien
e757654cd8
Minor cleanup for 2.5. Upped version to 0.9.4. Removed use of decorators.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-25 23:37:41 +00:00
Robin Dunn
c7ad88ef81
Don't put the introspected argstr in the docstring if the firstline
...
appears to have one already.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-25 21:50:05 +00:00
Robin Dunn
d14a1e2856
Merged the wxPy_newswig branch into the HEAD branch (main trunk)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-12 21:34:20 +00:00
Robin Dunn
8b9a4190f7
A huge glob of changes in the 2.4 branch merged over to HEAD
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-02 00:58:06 +00:00
Robin Dunn
1fded56b37
wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-02 23:13:10 +00:00