Vadim Zeitlin
79d26b329e
SetValue() doesn't call Clear()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-12 22:45:23 +00:00
Gilles Depeyrot
c97ff4d83d
changed PPC struct alignement setting
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-12 19:56:08 +00:00
Gilles Depeyrot
89a11b79f6
changed PPC struct alignement setting
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-12 19:48:41 +00:00
Vadim Zeitlin
be93a00bb4
made XPMs const
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-12 15:00:25 +00:00
Vadim Zeitlin
9dae7a0234
Sun warning and Unicode fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-12 14:59:45 +00:00
Robert Roebling
005f5d1878
Some additions to the 12-bit patch.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-12 12:21:57 +00:00
Robert Roebling
8ab696e0a9
Applied patches for wxBU_EXACTFIT to button.cpp and tglbtn.cpp
...
Applied patch for SGI's 12-bit visuals to bitmap.cpp.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-12 11:36:43 +00:00
Robert Roebling
d491523b1f
Corrected wxDialog event table under wxMac and wxOS2 as per the other ports.
...
Corrected generic validator for wxComboBox as per bug report.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-12 09:49:19 +00:00
Václav Slavík
5ce3910231
fixed m_OldAlign hiding
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-12 00:50:59 +00:00
David Webster
5e5390ddfe
Oops, left some personal stuff in here.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 23:12:32 +00:00
David Webster
81039e0de1
OS/2 Statusbar fixes in DC
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 22:39:45 +00:00
David Webster
dd7d1435db
OS/2 Statusbar fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 22:39:24 +00:00
Gilles Depeyrot
d569ea8dfb
correction to shared library build command for HP (needs -fPIC to link)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 19:54:03 +00:00
Vadim Zeitlin
295272bdcd
more Sun C++ compiler warning fixes: in particular, added an ugly but
...
necessary workaround for avoiding warning in the .xpm files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 19:33:37 +00:00
Stefan Csomor
40325b2630
corrected wxMenuBar::Insert , ::Append for a correct title even when the menubar is already attached, also removed a menu->attach which is not necessary anymore.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 19:14:30 +00:00
Vadim Zeitlin
4d23a4bf41
added support for wxALIGN_XXX in wxStaticBox
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 18:59:48 +00:00
Robert Roebling
f283a57525
Corrected wxFrame::SetMenuBar() for repeated calls
...
including for NULL.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 18:06:08 +00:00
Stefan Csomor
ca165ce9af
new libraries added
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 18:03:35 +00:00
Stefan Csomor
b5ed33644a
added new files from common
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 17:55:18 +00:00
Stefan Csomor
cf6674a42d
include changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 17:50:01 +00:00
Stefan Csomor
6a17ca35f7
destructor fix in case it is not a real dialog
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 17:49:04 +00:00
Gilles Depeyrot
912aaab35c
added missing const for Apple DevTools
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 16:13:56 +00:00
Vadim Zeitlin
cc422788b8
reverted stupid compilation breaking typo checked in previously
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 15:05:37 +00:00
Robert Roebling
60ec3e58b8
Move notebook size code for mac to mac/notebook.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 14:34:38 +00:00
Robert Roebling
5c92264250
Make log.cpp compilable under CW 5.2 non-Carbon
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 14:33:03 +00:00
Stefan Csomor
66a09d4776
fixes for using non opaque structs under debug classic, support for ATSU and pixel pattern.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 14:07:02 +00:00
Stefan Csomor
5921f83f73
fewer standard includes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 14:01:42 +00:00
Stefan Csomor
4f357b2f58
changed to non-opaque structs for debugging (makes debugging useful, otherwise we cannot view toolbox structs)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 13:49:41 +00:00
Stefan Csomor
e2aa719c68
additions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 13:48:25 +00:00
Stefan Csomor
477594f737
ATSU Rendering Support added
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 13:27:19 +00:00
Jouk Jansen
dae752d4b1
Committing in .
...
wxMOTIF updates for OpenVMS
Modified Files:
wxWindows/setup.h_vms wxWindows/src/generic/descrip.mms
wxWindows/src/motif/descrip.mms
wxWindows/src/motif/glcanvas.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 07:37:33 +00:00
Vadim Zeitlin
335c9e32fe
minor wxFRAME_EX_CONTEXTHELP updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 00:02:48 +00:00
Vadim Zeitlin
3a3ef0bf61
changes wxFRAME_EX_CONTEXTHELP value to avoid clash with wxWS_EX_TRANSIENT
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 00:01:54 +00:00
Vadim Zeitlin
fe0d7697ca
no changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-11 00:01:20 +00:00
Vadim Zeitlin
68d02db3ed
moved toolbar adjustments for the client size from wxTLWMSW to wxFrameMSW to fix problems in wxUniv
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-10 23:58:31 +00:00
Václav Slavík
37fd1c97bd
1. finished porting wxDir/FileDialog to MS-DOS
...
2. added code to dynamically enable/disable controls in wxFileDialog depending on which
actions are permitted at the moment (e.g. you can't click the 'Up' button if
you're at / directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-10 23:25:07 +00:00
Vadim Zeitlin
8af27d1dee
compilation fix for VC++
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-10 22:40:36 +00:00
Gilles Depeyrot
a3d3d3bf6c
unified UMAPrOpen/UMAPrClose prototypes for session and non-session printing
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-10 21:31:35 +00:00
Gilles Depeyrot
925ee99f10
disable MetroNub stuff for CodeWarrior 5.3 Carbon builds
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-10 21:09:29 +00:00
Gilles Depeyrot
9869abf7c1
changed PPC struct alignement setting
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-10 21:09:23 +00:00
Gilles Depeyrot
ebef72d60c
changed PPC struct alignement setting
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-10 20:46:51 +00:00
David Webster
d0a6b27997
Consildation and cleanup of global variables. Mostly all delclared and all defined in one header and module.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 23:22:53 +00:00
David Webster
0eb529d9e4
Support for WXPM's native font info.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 23:18:07 +00:00
David Webster
511ac294da
Lots of cleanup, mostly consolidating globals
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 23:16:22 +00:00
Vadim Zeitlin
e297d36e02
a few things I'd like to do
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 21:18:24 +00:00
Robin Dunn
623ba2e118
Updated to use correct value for wxSTC_MASK_FOLDERS
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 21:14:48 +00:00
Vadim Zeitlin
e9f692911d
bug fix for wxBufferedInputStream::LastCount() after Read()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 20:18:20 +00:00
Robert Roebling
42dcacf02b
wxDirDialog no longer shows hidden files. I don't
...
know yet how to implement the reparsing when the
user checks/unchecks the "Show hidden directories"
button. And my mail is down...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 18:00:39 +00:00
Vadim Zeitlin
01a63363e2
mention that wxDialog doesn't derive from wxPanel any more
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 17:03:42 +00:00
Vadim Zeitlin
40302bb5c8
winundef.h is needed for wxBase as well
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 13:09:06 +00:00