Commit Graph

26518 Commits

Author SHA1 Message Date
Ryan Norton
47b3cc5cac fix non-standard c warnings - stab to fix overflow warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-25 15:34:38 +00:00
Vadim Zeitlin
524065c14e added test for wxUSE_SCROLLBAR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-25 14:53:08 +00:00
Vadim Zeitlin
2c62dd25cd changed the code to be really sure that exactly one update event is sent when SetValue() is called
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-25 14:43:54 +00:00
Václav Slavík
034e304169 updated to generate ZIP files with DOS line endings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-25 11:40:34 +00:00
Václav Slavík
2a2e4f4afa reverted Robert's over-optimisation, correct fix coming soon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-25 08:32:49 +00:00
Stefan Csomor
64631e82fd const comparison operators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-25 05:21:32 +00:00
Vadim Zeitlin
00cfda56d2 removed [GS]etAuto3D() which don't exist any more since quite some time
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 23:33:46 +00:00
Ryan Norton
d4052bcb78 replace apple extended code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 22:42:37 +00:00
Ryan Norton
2f4bebe8ff data stream test for extended
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 22:31:25 +00:00
Vadim Zeitlin
df10208f26 don't disable non top tabs if visual themes are not used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 21:54:00 +00:00
Vadim Zeitlin
41bd216844 removed msw.xp-tab-ok, in fact it is not needed as tabs never work correctly with visual theme enabled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 21:51:01 +00:00
Vadim Zeitlin
1972900ebf define inline stubs for methods even with wxUSE_SYSTEM_OPTIONS == 0 to make it possible to test for system options without #ifdefs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 21:25:55 +00:00
Ryan Norton
11219c9ede finish getting rid of background flicker (MCI backend)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 21:24:11 +00:00
Vadim Zeitlin
82a16d7e5e added (and documented) msw.xp-tab-ok option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 21:24:09 +00:00
Ryan Norton
e163773d41 reduce black background flicker a bit - there is still some left sometimes initially (MCI backend)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 21:21:13 +00:00
Robert Roebling
58bd6224ac Changed the way invisble HTML cells are NOT
drawn so that no clipping is required.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 20:28:19 +00:00
Robin Dunn
6e0de3dfc4 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 20:10:40 +00:00
Robin Dunn
8ac8dba00c reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 19:52:08 +00:00
Robin Dunn
9828eeb4a3 added overview text for wx.MediaCtrl demo, udpated CHANGES
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 19:49:08 +00:00
Robin Dunn
4d5009f903 Fixes for the stubbed version so it will compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 19:45:41 +00:00
Robin Dunn
870501f0c9 Added wrappers for wx.MediaCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 19:34:54 +00:00
Ryan Norton
503271a574 regen bakefiles - get rid of explicit size setting after ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 19:27:06 +00:00
Robin Dunn
256c055e88 Added wrappers for wx.MediaCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 19:21:30 +00:00
Robin Dunn
2c25de3ff6 added GetSelection for wxMSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 19:15:52 +00:00
Ryan Norton
973dc0a8ee prevent function hiding - move NextBackend into protected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 19:15:27 +00:00
Robin Dunn
b5093969a2 docstrings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 19:14:45 +00:00
Ryan Norton
4ac6131914 fix a loading bug - set size if movie is passed into ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 19:10:44 +00:00
Włodzimierz Skiba
1b1304a080 Distribute splash screen sample mpg.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 17:26:27 +00:00
Włodzimierz Skiba
6bb44116c2 wxUSE_SLIDER=0 fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 16:08:12 +00:00
Włodzimierz Skiba
455a9ca633 wxMediaCtrl in wxSplashScreen presentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 15:49:40 +00:00
Włodzimierz Skiba
f730d6df2e Should be binary.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 15:46:53 +00:00
Włodzimierz Skiba
b1096e4573 wxMediaCtrl in wxSplashScreen presentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 15:43:56 +00:00
Robert Roebling
0cf3b5429a Applied patch to stop crashing the tree control
when deleting a selected item. Also does something
   to the inplace edit control.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 15:03:28 +00:00
Robert Roebling
ad68ed32f7 Applied patch to remoce surplus text update evevt.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 14:51:44 +00:00
Robert Roebling
a9e003065d Applied kill patch (proper return value testing).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 14:38:49 +00:00
Włodzimierz Skiba
fc84bd0570 Expression simplifications for scaling and inflating.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 14:18:20 +00:00
Włodzimierz Skiba
11085e4baf Let's really remove border.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 14:01:47 +00:00
Jouk Jansen
44f3342ecc Committing in .
OpenVMS changes

 Modified Files:
	wxWidgets/descrip.mms wxWidgets/setup.h_vms
 	wxWidgets/src/common/descrip.mms
 	wxWidgets/src/unix/descrip.mms
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 10:25:41 +00:00
Robin Dunn
c220a8ec4f More DLL build fixes for wxMediaCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-24 00:07:45 +00:00
Václav Slavík
f3613896af compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-23 21:01:00 +00:00
Włodzimierz Skiba
0e871ad039 Fixes for wxUSE_SPIN... == 0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-23 20:08:56 +00:00
Włodzimierz Skiba
44d60c0b26 Fix for assert after left click on tree in generic dir dialog in native MSW build. Source cleaning and readability fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-23 19:58:47 +00:00
Robin Dunn
f05ebffd6b wxBookCtrl --> wxBookCtrlBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-23 18:43:26 +00:00
Robin Dunn
32bf5e4a38 wxPageSetupDialog no longer derives from wxDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-23 18:20:41 +00:00
Robin Dunn
1c272b5d9e wxBookCtrl --> wxBookCtrlBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-23 18:20:03 +00:00
Robin Dunn
a3c9f0642c docstring
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-23 18:19:25 +00:00
Włodzimierz Skiba
b5a5b77df0 Be in sync with wxW version.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-23 17:40:26 +00:00
Julian Smart
4f6b4292aa Calculate better height for toolbar (add borders)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-23 16:51:15 +00:00
David Elliott
0a1390c7d8 Seek calls take an offset which can validly be negative. Use >= LONG_MIN not 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-23 16:22:43 +00:00
Vadim Zeitlin
6ab3c239ea regenerated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-23 15:00:58 +00:00