Commit Graph

11691 Commits

Author SHA1 Message Date
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
Vadim Zeitlin
2c36ec29ca copy dummy*.cpp files as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 13:04:37 +00:00
Vadim Zeitlin
903506828b fixes for the compilation warnings with Sun CC:
1. some fixes for "String literal to char * conversion" warnings (many
   more left in the *.xpm files)
2. fixes for "assignment of function to extern "C" function"
3. a few other miscellaneous ones


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 12:49:12 +00:00
Vadim Zeitlin
53fd33dcf1 no (real) changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 01:35:48 +00:00
Vadim Zeitlin
46d5292540 use wxTE_RICH for the log window now that it should scroll correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 01:34:11 +00:00
Vadim Zeitlin
a5aa80862c added, implemented, documented wxTE_RICH2 and wxTextCtrl::GetRange()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 01:32:02 +00:00
Vadim Zeitlin
88633ca7c6 make listbox taller
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 01:31:05 +00:00
Vadim Zeitlin
64b54de8dd exercise wxTextCtrl::GetRange
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 01:30:36 +00:00
Vadim Zeitlin
3e482a6486 wxNullFont shouldn't be passed to wxDC::SetFont()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-09 00:14:43 +00:00
Václav Slavík
a756f21001 use the new wxSystemSettings API everywhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-08 23:53:01 +00:00
Václav Slavík
5e673a6a2a more MS-DOS stuff in generic wxFileDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-08 23:38:11 +00:00
David Webster
f5b5c15cbe OS/2 NativeFontInfo support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-08 23:37:40 +00:00
Václav Slavík
6ed897586a disable long filenames under DJGPP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-08 23:37:32 +00:00
Václav Slavík
ab8d2b0278 expand . into cwd
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-08 23:36:57 +00:00
Václav Slavík
7a5df8619c MS-DOS fix to wxDir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-08 23:36:51 +00:00