Julian Smart
03ca23b6b7
Misc doc fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 20:31:28 +00:00
Stefan Csomor
f973828cd9
classic/carbon split
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 17:48:40 +00:00
Stefan Csomor
52479aefae
classic/carbon split
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 17:38:49 +00:00
Stefan Csomor
8cf73271dd
classic
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 17:35:05 +00:00
Julian Smart
0aff9d91ae
Added new icons
...
Made menus more Mac-friendly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 08:57:45 +00:00
Robin Dunn
83cbb9e995
Need to navigate to "about:blank" in order for the internal docuemnt
...
to be created, which has to be done in order for LoadString to work,
so do it at the start.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 06:06:23 +00:00
Robin Dunn
b7c75283f2
Lindsay Mathieson's newest wxActiveX class has been wrapped into a new
...
extension module called wx.activex. Lots of demo and lib updates to
go along with it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 05:29:50 +00:00
Robin Dunn
13baae2c95
use default window id
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 05:26:02 +00:00
Václav Slavík
a0c9880cd9
marked wxWindows.dsp as deprecated
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 22:14:57 +00:00
Václav Slavík
b3c7058ad2
fixed linking (EXTRALIBS_GUI comes after EXTRALIBS and I don't see an easy way to change it)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 21:48:27 +00:00
Robin Dunn
1c26fbe00e
Ensure the buffer is NULL-terminated before converting it.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 18:35:35 +00:00
Robin Dunn
2548474612
Expand the range of WXK_ values that are excluded from OnChar.
...
Correct the position of the context menu. (SF# 921247)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 18:22:54 +00:00
Vadim Zeitlin
cbc8c6ee97
moved wxWinHandleHash below wxWindow declaration as otherwise the dtor of forward declared wxWindow is not called inside WX_DECLARE_HASH
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 18:06:23 +00:00
Vadim Zeitlin
cf9df19136
removed wxMotif::wxMenuItem::DeleteSubMenu()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 17:47:50 +00:00
Vadim Zeitlin
e0ae1a0ae9
auto detect the icon if none given instead of asserting (MSW and Mac do allow this)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 17:42:49 +00:00
Václav Slavík
238fb020fa
compilation fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 12:53:37 +00:00
Vadim Zeitlin
2bc8663422
update from Ylia K
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 11:07:18 +00:00
Vadim Zeitlin
ff79234425
distinguish between main keyboard and numeric enter keys (fixes 902095)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-21 23:13:50 +00:00
Václav Slavík
5b2b456fb1
lists rendering fixes (second part of patch 911377)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-21 10:37:21 +00:00
Václav Slavík
d49520c318
a) navigation panel needs size hint, reverted previous revision; b) added wxADJUST_MINSIZE for tree and list controls
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-21 09:31:29 +00:00
Václav Slavík
d80f251586
removed any possibility of confusion regarding Bakefiles.local.bkgen format
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-20 23:23:50 +00:00
Robert Roebling
74707d69ca
Applied SetItemData() patch.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-20 16:21:19 +00:00
Vadim Zeitlin
a4e0917b48
compilation fix for the last wxSprintf() change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-20 13:44:06 +00:00
Robert Roebling
c077ee9433
Applied notebook font patch.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-20 12:57:46 +00:00
Vadim Zeitlin
03b3965c3a
why should wxMessageDialog dialog have another m_parent, in addition to wxWindow::m_parent? removed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-20 12:51:35 +00:00
Vadim Zeitlin
1840af0319
reuse existing wxGetTopLevelParent() function in wxMessageDialog ctor instead of reimplementing it (yes, it is just 4 lines, but this still was enough for a fatal bug to slip in them...)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-20 12:49:43 +00:00
Vadim Zeitlin
27005f3a3f
explicitly return NFR_UNICODE from WM_NOTIFYFORMAT when using MSLU
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-20 12:45:26 +00:00
Vadim Zeitlin
9a63feff3a
added wxSetCCUnicodeFormat() and use it in wxTreeCtrl/wxToolBar; also replaced SendMessage(LVM_SETUNICODEFORMAT) with a call to it in wxListCtrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-20 12:39:04 +00:00
Robert Roebling
7aad0bf32e
i
...
Allow NULL parent in message dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-20 12:28:12 +00:00
Robert Roebling
aa154cb157
Fix conversion error in tooltips.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-20 12:24:16 +00:00
Stefan Csomor
2646f48516
split classic and carbon
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-20 07:43:01 +00:00
Vadim Zeitlin
f8991003ff
fixed wxSnprintf() for Unicode build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-19 22:45:18 +00:00
Julian Smart
6f7105b65e
Implemented borderless wxTextCtrl (wxNO_BORDER)
...
If this inteferes with other patches we can revert and apply later
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-19 21:12:01 +00:00
Stefan Neis
5ae0b1dbcd
Fixed bogus line break.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-19 16:33:04 +00:00
Jouk Jansen
a371f70393
Committing in .
...
wxX11 for OpenVMS (phase 3)
-minimal.exe for OpenVMS now builds and displays a window but crashes when
trying to use the menus.
Modified Files:
wxWidgets/descrip.mms wxWidgets/include/wx/vms_x_fix.h
wxWidgets/lib/VMS_X11_UNIV.OPT
wxWidgets/samples/minimal/descrip.mms
wxWidgets/src/univ/descrip.mms wxWidgets/src/x11/app.cpp
wxWidgets/src/x11/descrip.mms wxWidgets/src/x11/font.cpp
wxWidgets/src/x11/gsockx11.cpp wxWidgets/src/x11/utilsx.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-19 15:48:03 +00:00
Julian Smart
7b3daa84ac
Wizard sets default button when displaying new page
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-19 12:22:53 +00:00
Julian Smart
6dc863c78f
When a directory can't accessed, don't assert, return false
...
from wxDir and give a suppressable error message. This fixes
problems reading e.g. .vol directories.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-19 10:34:15 +00:00
Jouk Jansen
fdc37e95b3
Committing in .
...
Enabling wxX11 for OpenVMS (Phase 2)
-partly redo and fix for prevous commit
Modified Files:
wxWidgets/setup.h_vms wxWidgets/include/wx/display.h
wxWidgets/src/common/dpycmn.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-19 08:53:09 +00:00
Julian Smart
bfff68e8b4
Reduced margin in Mac wxNotebook
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-19 08:28:33 +00:00
Jouk Jansen
1aebc20057
Committing in .
...
Enabling wxX11 for OpenVMS (phase 1)
Modified Files:
wxWidgets/descrip.mms wxWidgets/setup.h_vms
wxWidgets/include/wx/display.h
wxWidgets/samples/minimal/descrip.mms
wxWidgets/src/common/descrip.mms
wxWidgets/src/common/dpycmn.cpp
wxWidgets/src/generic/descrip.mms
wxWidgets/src/html/descrip.mms wxWidgets/src/univ/descrip.mms
wxWidgets/src/unix/descrip.mms wxWidgets/src/x11/descrip.mms
Added Files:
wxWidgets/lib/VMS_X11_UNIV.OPT
Removed Files:
wxWidgets/lib/vms_gtk_univ.opt
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-19 08:04:29 +00:00
Václav Slavík
2a92d7e50f
WXUSINGDLL is defined when building samples on non-MSW platforms for simplicity, corrected check for it to affect Win32 only
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 23:12:58 +00:00
Robin Dunn
f1860ca765
Some dot-files need copied to the tarball
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 22:27:00 +00:00
Robin Dunn
b69d3db804
Correct file format errors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 22:26:00 +00:00
Robin Dunn
312cca179a
Got rid of the BIN dir
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 22:05:24 +00:00
Robin Dunn
b2bacf13e3
demo tweaks
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 22:04:08 +00:00
Julian Smart
29dfc56bf4
Remove size hints for now that messes up nav panel size
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 21:41:52 +00:00
Robin Dunn
d4a376ac6c
added tinkalink2.wav, as a binary file this time
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 21:18:12 +00:00
Robin Dunn
d0bcee7af0
removed so it can get added back flagged as a binary file
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 21:10:26 +00:00
Robin Dunn
03975ed492
removed some sample sounds, added another.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 20:43:46 +00:00
Robin Dunn
2626810054
Restored part of the default positioning code for dialogs that I
...
removed a few days ago.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 19:02:01 +00:00