Commit Graph

2803 Commits

Author SHA1 Message Date
Robin Dunn
8f9d20d16f Do a little less anti-alias so it looks better on dark backgrounds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 19:18:49 +00:00
Robin Dunn
a0415e129c remove the delete button and add another example of the calendar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 19:16:43 +00:00
Robin Dunn
406011a83d Some tweaks to the temporary art images, added wxART_NEW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 19:15:45 +00:00
Robin Dunn
5c3a23e1f9 Don't force the art provider to resize the toolbar bitmaps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 18:54:18 +00:00
Roman Rolinsky
ce32683b97 small fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 01:20:33 +00:00
Roman Rolinsky
c70b2101a1 encoding should not be specified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 01:18:08 +00:00
Roman Rolinsky
9a69d0aa1d 0.1.5-2
-------

Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.

Fixed pasting siblings (Ctrl key pressed while pasting).

Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
If encoding is not specified it is not written in XRC. Will add more
customization in the future.

Changed to use SimpleTool instead or Toggle tool (does not work on Win32).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 01:10:05 +00:00
Robin Dunn
034e367709 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 02:17:14 +00:00
Robin Dunn
15c892875c Don't set mac.textcontrol-use-mlte any longer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 01:41:15 +00:00
Robin Dunn
870b7ef0e5 Docstring updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 01:29:18 +00:00
Robin Dunn
6c75a4cf0f Removed unnecessary files, removed or replaced images that we're not
sure of their origin or license.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 20:55:42 +00:00
Dimitri Schoolwerth
0a3d6509d4 removed redundant preprocessor check
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-22 01:48:22 +00:00
Robin Dunn
8044571559 The bug is no longer there, but leave the workaround in place for
educational purposes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-20 23:13:46 +00:00
Robin Dunn
0d9b889148 Corrections for fonts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 22:32:40 +00:00
Robin Dunn
6f1a3f9c1a More updates to the docview library modules and sample apps from the
ActiveGrid folks.  Their sample IDE is now able to integrate with
Subversion.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 00:21:49 +00:00
Robin Dunn
4809f5df5d Patch from Davide Salomoni that adds an optional point
parameter to LineShape.InsertLineControlPoint allowing one to
optionally specify where the new control point has to be drawn.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 00:13:43 +00:00
Robin Dunn
2c3e35c2fc Bug fix from Chad Netzer for when self.history is None
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 18:03:29 +00:00
Roman Rolinsky
016f67baf6 0.1.5-2
Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing
active encoding.

Fixed pasting siblings (Ctrl key pressed while pasting).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 08:48:54 +00:00
Robin Dunn
b8f9934145 *** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 02:34:45 +00:00
Robin Dunn
7c2c2e0742 Set the ID and the event object in the events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 02:33:37 +00:00
Robin Dunn
7343610edc Added some test code (commented out)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 02:32:05 +00:00
Robin Dunn
3de6964a9f Added a wx.xrc.XmlResourceHandler for the Ticker class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 00:39:38 +00:00
Robin Dunn
60d5fcc18c reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 01:17:05 +00:00
Robin Dunn
976dbff5e6 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 01:11:22 +00:00
Robin Dunn
d167fc518a Themed backgrounds for flat generic buttons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 00:41:02 +00:00
Robin Dunn
c08df24903 Added optional parameter to wxversion.select and friends that makes
the options be required for a match.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 00:36:18 +00:00
Robin Dunn
0ef14ca557 Added DoEraseBackground
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 00:28:12 +00:00
Robin Dunn
f66cece380 Added wx.DROP_ICON()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 00:27:11 +00:00
Robin Dunn
a1539a1ff2 Don't bypass the bacground erase anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-16 20:14:24 +00:00
Robin Dunn
cbbd3db2f9 cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-16 20:12:50 +00:00
Robin Dunn
e2813725c9 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-13 01:45:14 +00:00
Robin Dunn
5643bdef8f Some demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-13 01:40:25 +00:00
Robin Dunn
2e23d84992 Better handling of the bg to allow the theme (if any) to be visible.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-13 01:39:09 +00:00
Robin Dunn
8dc41cdb01 Added missing CacheBestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-13 01:32:45 +00:00
Robin Dunn
4c327c7a75 Optionally upload the docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-13 00:56:08 +00:00
Robin Dunn
cae3d5e60b reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-13 00:55:36 +00:00
Robin Dunn
dc61cdb268 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-13 00:45:19 +00:00
Robin Dunn
a698767447 Added wx.lib.hyperlink from Andrea Gavana. It is a control like
static text that acts like a hyper-link, launching the system's
default browser in response to the clicks.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-13 00:27:02 +00:00
Robin Dunn
4bbf373b3d Destroy needs self parameter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-13 00:00:38 +00:00
Robin Dunn
180ebf90bc Add line control points before the end point
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-12 22:55:32 +00:00
Robin Dunn
4e5d278c12 Docstring updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-12 22:46:53 +00:00
Robin Dunn
948ee5ea30 reorder jobs and some cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-12 18:41:16 +00:00
Robin Dunn
a97cefbabf reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-12 17:21:09 +00:00
Robin Dunn
e8d1587803 Loop doesn't exist any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-12 17:13:19 +00:00
Robin Dunn
6ed7f20de1 cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-12 17:12:16 +00:00
Robin Dunn
5e4c653f10 docstrings for wx.Font
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-12 17:00:51 +00:00
Robin Dunn
3ffa4b966c Copied a few things from wxWidgets changes.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-11 18:13:32 +00:00
Robin Dunn
73c8ef6a22 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-11 18:07:04 +00:00
Robin Dunn
293dc3741c Some cleanup and added FFont and FFontFromPixelSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-11 18:06:38 +00:00
Robin Dunn
2327fb3bc3 wx.GetXDisplay
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-11 18:00:49 +00:00
Robin Dunn
ea19c9a899 Ensure that Python is initialized before doing any locking in
wxPyBeginBlockThreads and wxPyEndBlockThreads as these can be
triggered after Python has been finalized in embedding situations.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-11 17:06:22 +00:00
Robin Dunn
9751f1a830 Don't use wx.TheFontList.FindOrCreateFont, it's way too slow.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-11 17:04:01 +00:00
Robin Dunn
9ca5a18a01 compile fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-11 17:02:20 +00:00
Robin Dunn
60bfdd15eb Compile fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-11 16:18:25 +00:00
Robin Dunn
c1c4cf8924 A few build tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 23:22:38 +00:00
Robin Dunn
c66cd08ab7 regenerated the ReST docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 23:17:49 +00:00
Robin Dunn
77cc110bcc typos, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 23:16:52 +00:00
Robin Dunn
d2b6cc2321 Add --with-gnomeprint and fix some typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 23:13:48 +00:00
Robin Dunn
7a9ca9fca6 Don't allow zero-sized buffer bitmaps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 19:59:34 +00:00
Robin Dunn
71237536b6 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 19:19:32 +00:00
Robin Dunn
1f9758256c Added --with-gnomeprint to configure command
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 19:03:47 +00:00
Robin Dunn
afd954d819 Add Mandriva build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 19:00:12 +00:00
Robin Dunn
9899bd5bc7 Fixed the typemap that converts a Python list of strings to a
wxArrayString so it uses the wxPy default encoding.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 18:55:18 +00:00
Robin Dunn
30eb969a19 Fixed sed transform of wxUSE_DEBUGREPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 15:53:09 +00:00
Robin Dunn
4b8b345c01 BUILD_ANIMATE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 15:20:44 +00:00
Robin Dunn
5ba5649b59 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 18:19:21 +00:00
Robin Dunn
19f8ec0aae Fixup for docstrings being inherited instead of usign the right ones
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 07:20:51 +00:00
Robin Dunn
ac5abdd606 Add new modules to __all__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 06:28:20 +00:00
Robin Dunn
e47ce385a7 Lots of docstring fixes and additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 06:26:59 +00:00
Robin Dunn
5fad19e319 a little cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 00:54:08 +00:00
Kevin Ollivier
bbc916e23c Extension fix for multiversion installs, and allow copying of files across devices using shutil.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 21:25:13 +00:00
Robin Dunn
bbb2889740 Patch from Morgan Hua for 'better looking dialog box for "Add All
Files to Project" feature'


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 18:52:20 +00:00
Robin Dunn
ba705a4eec _selected is a global
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 00:11:33 +00:00
Robin Dunn
b792147db7 More updates from Morgan Hua
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 00:10:29 +00:00
Robin Dunn
123dc137d3 Disown the config object when calling wx.ConfigBase.Set
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 21:47:41 +00:00
Robin Dunn
438550d873 Bind event to the listctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 21:47:00 +00:00
Robin Dunn
d2743bc0b3 Added release dates where I could find them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 00:34:14 +00:00
Robin Dunn
e345fb0b32 use the passed in ID
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 00:03:00 +00:00
Robin Dunn
8bb039c8b2 part of the revert of 1.8 got botched
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 00:02:17 +00:00
Robin Dunn
7a27cf7c18 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-03 00:03:08 +00:00
Robin Dunn
e31753ef6e flicker reduction for gtk2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-02 23:44:38 +00:00
Robin Dunn
42233acb1f Ensure the bitmap is good before drawing it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-02 23:43:56 +00:00
Robin Dunn
be9b4caaea Correct compilation error on Tiger
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-02 23:43:18 +00:00
Robin Dunn
f3c2a60b95 Roll wxPyMake_wxSizer into wxPyMake_wxObject.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-02 23:42:16 +00:00
Robin Dunn
543cba0252 detabbed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-29 19:04:19 +00:00
Robin Dunn
10c3910e9b init wxApp->argc and wxApp->argv even when wx has already been initialized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-29 19:00:31 +00:00
Robin Dunn
c7426f4ca3 No need to match bg colours any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-29 18:55:28 +00:00
Robin Dunn
4187c3822d Completed wxImage docstrings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-29 03:36:36 +00:00
Robin Dunn
83c8bcfde6 demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-28 18:18:07 +00:00
Robin Dunn
bbf7159c82 Updates to doc/view modules and sample apps from ActiveGrid.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-28 00:00:50 +00:00
Robin Dunn
d04418a701 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-27 20:02:41 +00:00
Robin Dunn
8224a80811 Added wx.BrushFromBitmap to create a stippled brush in a single step.
Also added missing brysh style flags: wx.STIPPLE_MASK
wx.STIPPLE_MASK_OPAQUE.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-27 18:57:21 +00:00
Robin Dunn
aa2fc802a9 wxLaunchDefaultBrowser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-27 05:03:59 +00:00
Robin Dunn
2843e4c8ce typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-27 05:02:45 +00:00
Robin Dunn
a8e120ce46 Note XRCed update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-26 21:17:20 +00:00
Roman Rolinsky
64bce500c0 Version 0.1.5-1
Added wxWizard, wxWizardPageSimple (only from pull-down menu).

Hide command for test window.

Replacing classes works better.

Added Locate tool.

params.py, xxx.py: some window styles were fixed
(to correspond more to the docs)

xrced.py: subclass bug fixed


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-26 18:49:44 +00:00
Robin Dunn
fe2e64f8f0 dropped 'rc' status
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-26 15:15:40 +00:00
Robin Dunn
49bdcd64e0 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-25 20:40:34 +00:00
Robin Dunn
2583401b90 Mark GetFrame functions as returning a new instance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-25 20:25:41 +00:00
Robin Dunn
22c35d91e3 a little more tweaking
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 23:30:03 +00:00
Robin Dunn
e4f0ea6b45 extra self removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 15:44:35 +00:00
Robin Dunn
bed7285299 Bind the EVT_HELP events to the textctrls, not the panel
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 15:16:26 +00:00
Robin Dunn
05d6c20622 updated ReST docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 14:33:06 +00:00
Robin Dunn
cbb0770040 tweaked build ordering a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 14:31:16 +00:00
Robin Dunn
4b7887a953 some bugs in the demo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 14:30:03 +00:00
Robin Dunn
33b0e2df56 formatting and comment about refresh bugs in wxGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 00:44:36 +00:00
Robin Dunn
faaa9c8135 a little more tweaking
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-20 22:37:50 +00:00
Robin Dunn
5091b1e874 reworded a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-20 22:34:21 +00:00
Robin Dunn
c843739842 Some little tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-20 22:27:19 +00:00
Robin Dunn
27fb7603d8 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-20 21:47:05 +00:00
Robin Dunn
e03046408b Mention the wxMac wx.ComboBox fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-20 21:45:49 +00:00
Robin Dunn
05ccd26a17 No longer building the C++ version of the OGL lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-20 21:44:36 +00:00
Robin Dunn
4a40657bc8 clear BUILD_ANIMATE when CORE_ONLY == 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-20 21:41:04 +00:00
Robin Dunn
d5a7caf6b6 added some docstrings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-20 21:21:27 +00:00
Robin Dunn
a1b6e73b79 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-19 23:23:41 +00:00
Robin Dunn
15ad5b1f0a reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-19 22:43:33 +00:00
Robin Dunn
edc88f7c03 apples and oranges bug fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-19 22:39:43 +00:00
Robin Dunn
4d8a327525 2.5 --> 2.6 changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-19 22:38:35 +00:00
Robin Dunn
583d32f6ba Allow to set a style's wxFontEncoding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-19 22:37:10 +00:00
Robin Dunn
3727c043a8 Allow to set a style's wxFontEncoding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-19 22:30:40 +00:00
Robin Dunn
209f3e1453 corrected version number extraction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-19 01:10:20 +00:00
Robin Dunn
154c60dfde no need to call SetAutoLayout
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-18 22:23:47 +00:00
Robin Dunn
9ad7392b6a reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 22:11:12 +00:00
Robin Dunn
f2ccce28ad Add docstrings for wxSTC methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 21:41:28 +00:00
Robin Dunn
558282a81b New --with-gtk=VALUE syntax
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 19:42:51 +00:00
Robin Dunn
1ce1bd84ea Added Python methods to wxStyledTextCtrl that allow to get/set text in
UTF8 in either unicode or ansi builds


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 19:41:33 +00:00
Robin Dunn
66af7a7540 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 06:29:58 +00:00
Robin Dunn
ff006095c2 new configure flags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 06:29:37 +00:00
Robin Dunn
ba74db02e8 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 06:08:28 +00:00
Robin Dunn
1110f5ced0 wxCharBuffer typemap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 05:56:07 +00:00
Robin Dunn
02b455f2f4 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 05:55:37 +00:00
Robin Dunn
0bd9eee2b2 Corrected a potential NULL pointer dereference in the SWIG runtime
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 05:53:06 +00:00
Robin Dunn
77bef39a47 Store the type table name in a variable so it can be reused
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 05:25:48 +00:00
Robin Dunn
dba0885d8c Patch from Joe "shmengie" Brown joebrown@podiatryfl.com
o Adjusted spin control size/placement (On Windows ctrls were overlapping).
  o Set Ok/Cancel buttons to wx.ID_OK & wx.ID_CANCEL to provide default dialog
    behaviour.
  o If no date has been clicked clicked, OnOk set the result to calend's date,
    important if keyboard only navigation is used.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 00:14:01 +00:00
Robin Dunn
99269e6cd1 Squash exception on exit bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-15 21:39:09 +00:00
Robin Dunn
e45c9071ec reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-14 01:17:44 +00:00
Robin Dunn
18882aa834 no need for the panel in the transient popup any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-14 01:17:00 +00:00
Robin Dunn
95eb036e7b reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-14 01:12:37 +00:00
Robin Dunn
f025de4499 No longer need to worry about the DeRez getting stuck
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-14 01:07:35 +00:00
Robin Dunn
8b5895b0fe corrected docstring
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-13 20:50:19 +00:00
Robin Dunn
f18ba20ce0 Corrected compile error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-13 20:27:56 +00:00
Kevin Ollivier
b4fd164d9c Adding accessor methods for URL and Title, and another revision of the window sizing hack. Tested this one with wxWidgets sample, a notebook/splitter sample, and Documancer, a wxPython app, all with correct results.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-13 05:12:41 +00:00
Robin Dunn
42a04f70db Applied patch #1181805 TextEditMixin and EVT_LIST_END_LABEL_EDIT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-13 00:28:22 +00:00
Robin Dunn
7993762b11 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-11 20:44:14 +00:00
Robin Dunn
1822e713ae reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-11 20:21:46 +00:00
Robin Dunn
672aead4a3 adjusted indent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-11 20:16:07 +00:00
Robin Dunn
70b7a5fe0c reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-11 20:15:31 +00:00
Robin Dunn
0e71cf0721 Oops
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-11 20:02:58 +00:00
Robin Dunn
8839b5eef6 Version number update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-11 19:59:36 +00:00
Robin Dunn
6f9fcc8220 wxSL_TICKS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-11 19:58:15 +00:00