Robin Dunn
d3e8330aa3
Add wxTimerEvent to Events category
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-10 20:54:35 +00:00
Robin Dunn
313feadc84
Add GetOwner accessor and fix wxRTTI inheritance for wxTimer. Set the
...
timer as the event object in wxTimerEvents.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-10 20:53:25 +00:00
Robin Dunn
0fab3a5a1a
Avoid duplicated definition errors for wxLongToLongHashMap when both
...
grid.h and fs_zip.h are included.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-10 20:50:28 +00:00
Julian Smart
ae360bed6e
Don't show wrong shade of grey when disabled
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-10 10:53:53 +00:00
Vadim Zeitlin
7d2c94cc8b
renamed simplified chinese translations file from zh to zh_CN; updated zh_TW with latest translations from PAL
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-10 08:21:12 +00:00
Vadim Zeitlin
bf5d9fa4ea
fixed wxFileDataObject in Unicode build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-09 18:52:43 +00:00
Vadim Zeitlin
7fa4dc1cfc
(blind) fix for gcc 3.4 warning for an always true comparison in an assert
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-09 18:35:36 +00:00
Stefan Neis
23bf401875
Remove duplicated typedef depending on header file version.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-09 17:54:00 +00:00
Stefan Neis
0e70f525fa
Added missing "const" for operator== and operator!=.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-09 17:30:57 +00:00
Julian Smart
7d59475e80
Fixed size problem due to wxMac window implementation difference
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-09 16:30:26 +00:00
Stefan Neis
ba2de0a144
Added missing const for comparision operators.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-09 15:03:10 +00:00
Stefan Neis
76d81b4d11
Applied patch [ 929275 ] [wxOS2] Missing title bars.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-09 14:38:45 +00:00
Julian Smart
9da483994b
Blind fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-09 12:45:50 +00:00
Václav Slavík
e6cea1d392
corrected wxLANGUAGE_CHINESE to use same default as win32 (Taiwan)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 22:16:01 +00:00
Mattia Barbon
7d7baa9b3d
Remove duplicate definition caused by last commit.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 21:15:54 +00:00
Mattia Barbon
bdcade0a10
When wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set,
...
wxHashMap/wxHashSet are just typedefs for them. This makes impossible
to forward declare these classes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 20:20:24 +00:00
Mattia Barbon
11e720751c
wxX11 compilation fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 19:56:40 +00:00
Julian Smart
006271980f
Added missing textctrl.h include
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 15:41:41 +00:00
Stefan Csomor
d058c15324
DataBrowserBased CheckList implementation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 14:02:18 +00:00
Stefan Csomor
e4727773a6
connecting the currently focused text control to the mac os services (Services Menu)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 12:43:29 +00:00
Stefan Csomor
a9fc5eec8b
scrolling to selection
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 12:41:45 +00:00
Mattia Barbon
40ad34262a
wxUniversal compilation fix. The fix is ok because this ash
...
is a wxMSW data structure, and can only contain wxMSW windows.
Compilation tested with and without wxUniversal and with and without
WXWIN_COMPATIBILITY_2_4.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 10:19:14 +00:00
Vadim Zeitlin
a73ce5bff2
added wxUSE_MDI (but forgot to commit before)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 10:17:18 +00:00
Vadim Zeitlin
824a614c4e
removed HandleSysCommand() and don't generate duplicate events for frame maximization/iconization
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 10:05:33 +00:00
Mattia Barbon
57c1e03211
Add missing #define.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 10:02:12 +00:00
Mattia Barbon
40964ef0f9
Add missing WXDLLEXPORT.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 09:45:26 +00:00
Mattia Barbon
7ee2fd4f1a
Remove duplicate definition.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 09:43:24 +00:00
Mattia Barbon
f6fe5318e5
TeX2RTF compilation fixes after my last wxHashTable changes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 09:40:59 +00:00
Mattia Barbon
62cdd7d3f8
CHM help is not compiled for wxUniversal.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 09:38:14 +00:00
Mattia Barbon
6aa33060cd
Fix for pure virtual method call caused by wxHashTable not
...
overriding virtual destructor.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 09:33:29 +00:00
Stefan Neis
24ec43dbdb
OS/2 PM does not yet support toggle button.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 09:24:04 +00:00
Vadim Zeitlin
bc79eb4f76
fixed spellign typo in comment
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 08:58:44 +00:00
Vadim Zeitlin
127e9080f1
add -Icontrib/include when using --inplace
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 08:57:44 +00:00
Robin Dunn
0346c96434
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 01:37:37 +00:00
Robin Dunn
85ac8ca017
ActiveX events should be sent to the window, not it's parent.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 01:29:20 +00:00
Robin Dunn
165e6ca32a
Deprecated wx.iewin
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 01:22:44 +00:00
Robin Dunn
b1f29bf76f
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 01:20:24 +00:00
Robin Dunn
b65ac702f1
Don't turn off kwargs for these methods any more
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 01:12:18 +00:00
Robin Dunn
36cadbf72d
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 01:11:02 +00:00
Dimitri Schoolwerth
3a3c86031d
removed tab characters; minor code cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 00:51:34 +00:00
Dimitri Schoolwerth
602e4c15ff
don't repaint window if hidden: reduces flickering of hidden windows which change position (resulting in a repaint) due to for example sizer code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 00:45:38 +00:00
Vadim Zeitlin
8a7b111370
regenerated
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 22:22:45 +00:00
Robin Dunn
9318d9b32d
Tweaks
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 22:18:37 +00:00
Robin Dunn
68cc401372
Switch to using a Python buffer object for the sound from data methods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 22:17:59 +00:00
Vadim Zeitlin
efd17a1d4f
split wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which is wxUSE_MDI + wxUSE_DOCVIEW)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 22:17:29 +00:00
Robin Dunn
97d6a30b2c
wxMemoryBuffer typemap needs to set the data length
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 22:17:13 +00:00
Vadim Zeitlin
adc39ef20c
don't define DestroyClippingRegion() any more but simply use the base class version
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 22:16:15 +00:00
Vadim Zeitlin
af4954790b
don't add WS_VISIBLE to all windows style (replaces patch 948992)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 22:15:04 +00:00
Robin Dunn
9a5dd1c33c
Some test code for loading sound from data
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 21:43:35 +00:00
Robin Dunn
e0f0eaba3d
Change wxSound ctor wrappings so sound can be loaded from data
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 21:35:35 +00:00