Commit Graph

3674 Commits

Author SHA1 Message Date
Robin Dunn
0bb065f6d0 2.7 --> 2.8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-21 03:39:46 +00:00
Robin Dunn
5589b01ba7 Show GridCellAutoWrapStringRenderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-21 03:35:32 +00:00
Robin Dunn
a6794ed8e9 Docstring tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-21 03:34:44 +00:00
Robin Dunn
43acd3c1eb save a reference to the bitmap so it doesn't get destroyed before the
buffered DC does


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-21 03:32:49 +00:00
Kevin Ollivier
dbace455c0 Use DrawItemSelectionRect on GTK2 and OS X. Also, use white text when drawing focused under Mac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-19 07:32:54 +00:00
Kevin Ollivier
8bc0c17afc Migate to the new wxRendererNative::DrawItemSelectionRect function where available, and fix selected text color on Mac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-19 06:47:48 +00:00
Robin Dunn
82fb2b744f some build/install tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-19 01:14:01 +00:00
Robin Dunn
d359a38002 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-19 01:12:25 +00:00
Kevin Ollivier
706b630a1e Make sure both filter and item text are converted to lower-case, otherwise only lower-case queries work.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-18 23:22:22 +00:00
Robin Dunn
9745cf4d6c removed 'unsigned' from 'unsigned int' so epydoc doesn't get ocnfused
over the two tokens in the type name


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-18 21:25:33 +00:00
Robin Dunn
894699b60e Add 'combo' to __all__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-18 21:23:43 +00:00
Robin Dunn
72fdc4585e Fix for build errors when the media lib was not built.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-18 21:22:50 +00:00
Robin Dunn
34bec08974 py2exe finds the DLL now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-18 19:45:11 +00:00
Robin Dunn
f27895d289 Added wx.combo.BitmapComboBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-18 19:43:32 +00:00
Kevin Ollivier
c8408242c2 Fix compilation of wrapper, and add a couple events added in the last change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-18 00:53:47 +00:00
Robin Dunn
eccab1a711 reSWIGGed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-18 00:35:26 +00:00
Robin Dunn
84dd1dd89e Add docstrings for ComboCtrl and ComboPopup, and added OwnerDrawnComboBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-18 00:33:33 +00:00
Robin Dunn
3b339f106c demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-18 00:31:59 +00:00
Robin Dunn
f31ed3f103 forceTrueColour parameter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-18 00:29:40 +00:00
Kevin Ollivier
61574b34df Adding a copy of sized_controls.py to the wxPython distro so I can use it for developing GUIs. :-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-17 16:12:36 +00:00
Kevin Ollivier
61a0bf7c4b Add a feature to prompt to install wxaddon modules that are not yet on the user's system. Developers can also require a certain version (or minimal version) of a module so that users get prompted to upgrade old modules.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-17 05:17:48 +00:00
Robin Dunn
08893e7eae Wrap the setting of the initial content and formatting in Freeze/Thaw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-16 23:43:40 +00:00
Robin Dunn
80a774ed35 Layout tweak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-16 23:43:03 +00:00
Robin Dunn
84bc0d49e4 Added the wx.combo module, which contains the ComboCtrl and ComboPopup
classes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-16 23:38:29 +00:00
Robin Dunn
41fa9bfc46 Corrected double destruction of views
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-16 23:36:54 +00:00
Robin Dunn
428947f36f Added wxStandardPaths::GetExecutablePath
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-16 23:31:04 +00:00
Robin Dunn
c25f90f60c Use a swig macro for generating the call to the _setCallbackInfo
function so it's easy to fiddle with, if needed.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-14 22:03:54 +00:00
Robin Dunn
13b955a755 2.7 --> 2.8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-14 21:52:48 +00:00
Robin Dunn
d5aea13b42 fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-14 21:51:57 +00:00
Robin Dunn
8287c33f41 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 23:43:50 +00:00
Robin Dunn
25ecabd93b Adjust the layout a bit, don't show the checkbox if we're not running
the demo framework.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 23:41:06 +00:00
Robin Dunn
f9bf356bd1 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 02:47:22 +00:00
Robin Dunn
19cdf227ad Some more details about CollapsiblePane
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 02:44:09 +00:00
Robin Dunn
2a8d232e8e demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 02:40:57 +00:00
Robin Dunn
a47418db8f Add wx.version()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 02:37:28 +00:00
Robin Dunn
f3e5dcaa5b Add wxSimpleHtmlListBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 02:33:43 +00:00
Robin Dunn
bafc875b60 move the include of collpane.h to the main header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 02:32:43 +00:00
Kevin Ollivier
5924f6b37d Adding the option to toggle between native and generic listctrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 23:48:32 +00:00
Robin Dunn
5172800e29 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 08:01:12 +00:00
Robin Dunn
17949b1bff SetOrientationReversed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 07:43:52 +00:00
Robin Dunn
a28f3b613b test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 07:42:26 +00:00
Robin Dunn
73470a1747 Added wx.CollapsiblePane
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-11 07:40:41 +00:00
Robin Dunn
81f5af115f Fix object ownership issues
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 04:07:21 +00:00
Robin Dunn
5a9abd06da Move version number to 2.8.0.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-10 03:59:23 +00:00
Kevin Ollivier
c35bf68e33 Fix typo in demo name for AnimateCtrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-09 21:11:08 +00:00
Robin Dunn
bce1697986 Update virtuals to new API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-09 20:04:47 +00:00
Robin Dunn
11a9b49de9 GetData can only be called within the DnD operation, so don't make it
a property to protect it from beign called by object browsers


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-09 20:04:18 +00:00
Robin Dunn
3a9f64b77e fixed wrong pathnames for wxPIA samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-09 20:03:02 +00:00
Robin Dunn
0a49a38609 pass sys.argv to glutInit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-09 20:02:42 +00:00
Robin Dunn
405be7132c wxFileSystemHandler test case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 22:39:03 +00:00