]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agomerged another part of Alex's work (LoadMenuBar w/ parent)
Václav Slavík [Tue, 15 Jan 2002 23:37:55 +0000 (23:37 +0000)] 
merged another part of Alex's work (LoadMenuBar w/ parent)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded /nologo to the CFLAGS to match other makefiles
George Tasker [Tue, 15 Jan 2002 21:31:54 +0000 (21:31 +0000)] 
Added /nologo to the CFLAGS to match other makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agodummy(dll).obj is now created in wxWin/$D rather than wxWin/src/msw/$D
George Tasker [Tue, 15 Jan 2002 20:32:23 +0000 (20:32 +0000)] 
dummy(dll).obj is now created in wxWin/$D rather than wxWin/src/msw/$D
makefile.vc and makebase.vc no longer override the location of dummy(dll).obj that is specified in makevc.env
if wxWin/include/wx/msw/setup.h does not exist, setup0.h is copied to setup.h
[BASE builds]setup.h is no longer used from wxWin/include/wx, it is now used just like with makefile.vc.  setup.h is copied from wxWin/include/wx/msw into wxWin/lib/base(d)/wx and all references to setup.h now read this location

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoChanged version to 233
George Tasker [Tue, 15 Jan 2002 20:28:00 +0000 (20:28 +0000)] 
Changed version to 233

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Added IFF handler.
Robert Roebling [Tue, 15 Jan 2002 17:57:08 +0000 (17:57 +0000)] 
  Added IFF handler.
  Minor doc updates.
  Corrected configure for SGI OpenGL (wx-config related).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded a fix for cygwin and cleaned up wxGetWorkingDirectory()
Vadim Zeitlin [Tue, 15 Jan 2002 17:36:20 +0000 (17:36 +0000)] 
added a fix for cygwin and cleaned up wxGetWorkingDirectory()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded more files to wxBase distrib (and unzip.h to the filelist)
Vadim Zeitlin [Tue, 15 Jan 2002 17:04:33 +0000 (17:04 +0000)] 
added more files to wxBase distrib (and unzip.h to the filelist)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago gdk_rgb doesn't work on SGI.
Robert Roebling [Tue, 15 Jan 2002 16:21:09 +0000 (16:21 +0000)] 
  gdk_rgb doesn't work on SGI.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocase insensitive HHP files and fixed buffer overflow vulnerability
Václav Slavík [Tue, 15 Jan 2002 16:20:25 +0000 (16:20 +0000)] 
case insensitive HHP files and fixed buffer overflow vulnerability

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded checks for wxUSE_IOSTREAMH to #include the correct header file based on setup...
George Tasker [Tue, 15 Jan 2002 14:49:31 +0000 (14:49 +0000)] 
Added checks for wxUSE_IOSTREAMH to #include the correct header file based on setup.h settings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded wxGenericDirCtrl and other varioius updates
Robin Dunn [Tue, 15 Jan 2002 04:54:19 +0000 (04:54 +0000)] 
Added wxGenericDirCtrl and other varioius updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoreverted my locale change
Václav Slavík [Tue, 15 Jan 2002 00:09:09 +0000 (00:09 +0000)] 
reverted my locale change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agochanged processing of events to only process the events that were logged when enterin...
Stefan Csomor [Mon, 14 Jan 2002 21:04:31 +0000 (21:04 +0000)] 
changed processing of events to only process the events that were logged when entering wxMacProcessNotifierEvents, ignoring eventually added new ones during notifier processing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed MouseUp handling when window was captured
Stefan Csomor [Mon, 14 Jan 2002 20:56:41 +0000 (20:56 +0000)] 
fixed MouseUp handling when window was captured

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded missing break in switch statement
Stefan Csomor [Mon, 14 Jan 2002 20:40:28 +0000 (20:40 +0000)] 
added missing break in switch statement

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixed '_' chars that were not quoted with a '\'
George Tasker [Mon, 14 Jan 2002 20:32:08 +0000 (20:32 +0000)] 
Fixed '_' chars that were not quoted with a '\'
Fixed layout problems for functions that had overloaded \func{} defs for the function.  Problem was that there needs to be a blank line between them, or they all get concatenated
Changed a bunch of "char*" to "char *", as the (just slightly) larger number of occurances use "char *" rather than "char*" throughout the .tex files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFix wxClipboard.
Robert Roebling [Mon, 14 Jan 2002 20:29:18 +0000 (20:29 +0000)] 
Fix wxClipboard.
Fix enter and leave events.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agosince DoScreenToClient and ClientToScreen in toplvlcmn are implemented by calling...
Stefan Csomor [Mon, 14 Jan 2002 20:23:49 +0000 (20:23 +0000)] 
since DoScreenToClient and ClientToScreen in toplvlcmn are implemented by calling the superclass implementation, we have to avoid shifting by the client origin twice. had to change MacWindowFromPoint therefore too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomake locale modified them, not me
Vadim Zeitlin [Mon, 14 Jan 2002 19:10:41 +0000 (19:10 +0000)] 
make locale modified them, not me

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif
Vadim Zeitlin [Mon, 14 Jan 2002 19:04:35 +0000 (19:04 +0000)] 
added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded flushing for MacOS X buffered window immediatly when using wxWindow::Update
Stefan Csomor [Mon, 14 Jan 2002 18:08:59 +0000 (18:08 +0000)] 
added flushing for MacOS X buffered window immediatly when using wxWindow::Update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomade the alphabetic class order more alphabetic
Vadim Zeitlin [Mon, 14 Jan 2002 17:14:29 +0000 (17:14 +0000)] 
made the alphabetic class order more alphabetic

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomade the alphabetic class order more alphabetic
Vadim Zeitlin [Mon, 14 Jan 2002 16:40:44 +0000 (16:40 +0000)] 
made the alphabetic class order more alphabetic

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocorrected apple menu and help menu anomalies under carbon
Stefan Csomor [Mon, 14 Jan 2002 14:13:48 +0000 (14:13 +0000)] 
corrected apple menu and help menu anomalies under carbon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoexpanded autotranslation of Exit-Quit to items having accelerators
Stefan Csomor [Mon, 14 Jan 2002 14:13:08 +0000 (14:13 +0000)] 
expanded autotranslation of Exit-Quit to items having accelerators

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded missing WXDLLEXPORTs
Vadim Zeitlin [Mon, 14 Jan 2002 12:14:38 +0000 (12:14 +0000)] 
added missing WXDLLEXPORTs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed warnings about double to int conversions, defined PI as a constant, untabbed
Vadim Zeitlin [Mon, 14 Jan 2002 12:07:30 +0000 (12:07 +0000)] 
fixed warnings about double to int conversions, defined PI as a constant, untabbed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded wxLog functions with a variable argument list pointer
Gilles Depeyrot [Mon, 14 Jan 2002 07:10:34 +0000 (07:10 +0000)] 
added wxLog functions with a variable argument list pointer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoremoved wxYield from wxHtmlWindow (seems to work w/o it and yielding caused reentranc...
Václav Slavík [Mon, 14 Jan 2002 00:22:17 +0000 (00:22 +0000)] 
removed wxYield from wxHtmlWindow (seems to work w/o it and yielding caused reentrancy problems)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoremoved setup0.h artifacts
Václav Slavík [Mon, 14 Jan 2002 00:22:03 +0000 (00:22 +0000)] 
removed setup0.h artifacts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agodo NOT append extension to the library names which already have it!
Vadim Zeitlin [Mon, 14 Jan 2002 00:17:17 +0000 (00:17 +0000)] 
do NOT append extension to the library names which already have it!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago0. extracted toolbar colour mapping stuff to its own function
Vadim Zeitlin [Sun, 13 Jan 2002 23:04:11 +0000 (23:04 +0000)] 
0. extracted toolbar colour mapping stuff to its own function
1. wxToolBar adjusts the colours properly when the system colours change
2. wxImageList uses light grey as the transparent colour for the bitmaps

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocompilation fix
Vadim Zeitlin [Sun, 13 Jan 2002 21:00:28 +0000 (21:00 +0000)] 
compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoreally fixed toolbar mapping bug (finally, it was the programmer bug...)
Vadim Zeitlin [Sun, 13 Jan 2002 20:59:18 +0000 (20:59 +0000)] 
really fixed toolbar mapping bug (finally, it was the programmer bug...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed toolbar mapping bug (optimizer bug?) in the release build (bug 501485)
Vadim Zeitlin [Sun, 13 Jan 2002 20:45:53 +0000 (20:45 +0000)] 
fixed toolbar mapping bug (optimizer bug?) in the release build (bug 501485)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoreverted DoReadLong
Stefan Csomor [Sun, 13 Jan 2002 19:25:04 +0000 (19:25 +0000)] 
reverted DoReadLong

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocorrected DoReadLong
Stefan Csomor [Sun, 13 Jan 2002 19:20:16 +0000 (19:20 +0000)] 
corrected DoReadLong

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocorrected GetDepth method and wrong disposal calls for pixmap
Stefan Csomor [Sun, 13 Jan 2002 19:16:14 +0000 (19:16 +0000)] 
corrected GetDepth method and wrong disposal calls for pixmap

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoremoved MSWDetachWindowMenu() (part of the MDI change from yesterday which I forgot...
Vadim Zeitlin [Sun, 13 Jan 2002 18:34:26 +0000 (18:34 +0000)] 
removed MSWDetachWindowMenu() (part of the MDI change from yesterday which I forgot to commit)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agochanged the MulDiv Macro removing macheader dep.
Stefan Csomor [Sun, 13 Jan 2002 17:56:22 +0000 (17:56 +0000)] 
changed the MulDiv Macro removing macheader dep.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agouse "..." instead of <...> for wx includes
Gilles Depeyrot [Sun, 13 Jan 2002 17:41:56 +0000 (17:41 +0000)] 
use "..." instead of <...> for wx includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded type and creator routines for mac
Stefan Csomor [Sun, 13 Jan 2002 17:38:55 +0000 (17:38 +0000)] 
added type and creator routines for mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocorrections for wxMac
Gilles Depeyrot [Sun, 13 Jan 2002 17:37:23 +0000 (17:37 +0000)] 
corrections for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded missing functions
Stefan Csomor [Sun, 13 Jan 2002 15:59:44 +0000 (15:59 +0000)] 
added missing functions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoswitched to proper const scheme for findfolder on mac
Stefan Csomor [Sun, 13 Jan 2002 15:58:16 +0000 (15:58 +0000)] 
switched to proper const scheme for findfolder on mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocorrected retrieval of a long
Stefan Csomor [Sun, 13 Jan 2002 15:57:24 +0000 (15:57 +0000)] 
corrected retrieval of a long

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded correct printing headers for mac
Stefan Csomor [Sun, 13 Jan 2002 15:55:46 +0000 (15:55 +0000)] 
added correct printing headers for mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Typo.
Robert Roebling [Sun, 13 Jan 2002 14:55:59 +0000 (14:55 +0000)] 
  Typo.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoA bit of translation.
Robert Roebling [Sun, 13 Jan 2002 14:54:47 +0000 (14:54 +0000)] 
A bit of translation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Remove surplus wxTheApp from wxApp...
Robert Roebling [Sun, 13 Jan 2002 14:50:02 +0000 (14:50 +0000)] 
 Remove surplus wxTheApp from wxApp...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Remove more FreeType.
Robert Roebling [Sun, 13 Jan 2002 14:48:49 +0000 (14:48 +0000)] 
  Remove more FreeType.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Remove FreeType.
Robert Roebling [Sun, 13 Jan 2002 14:44:42 +0000 (14:44 +0000)] 
  Remove FreeType.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoapplied ANI images patch and added wxUSE_ICO_CUR
Gilles Depeyrot [Sun, 13 Jan 2002 14:22:02 +0000 (14:22 +0000)] 
applied ANI images patch and added wxUSE_ICO_CUR

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomake all now compiles .mo catalogs
Václav Slavík [Sun, 13 Jan 2002 13:48:08 +0000 (13:48 +0000)] 
make all now compiles .mo catalogs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoapplied ANI images patch and added wxUSE_ICO_CUR
Václav Slavík [Sun, 13 Jan 2002 12:01:42 +0000 (12:01 +0000)] 
applied ANI images patch and added wxUSE_ICO_CUR

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed Set(month, day, year) docs (bug #502944)
Vadim Zeitlin [Sun, 13 Jan 2002 11:35:23 +0000 (11:35 +0000)] 
fixed Set(month, day, year) docs (bug #502944)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoapplied patch for safer GIF decoding (502103)
Vadim Zeitlin [Sun, 13 Jan 2002 01:26:57 +0000 (01:26 +0000)] 
applied patch for safer GIF decoding (502103)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed several resource leaks related to MDI menus
Vadim Zeitlin [Sun, 13 Jan 2002 01:26:04 +0000 (01:26 +0000)] 
fixed several resource leaks related to MDI menus

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed wxRichEditModule::Load(): should return an error if the richedit DLL couldn...
Vadim Zeitlin [Sun, 13 Jan 2002 00:24:12 +0000 (00:24 +0000)] 
fixed wxRichEditModule::Load(): should return an error if the richedit DLL couldn't be loaded previously, not success

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed a huge memory leak in wxStreamBuffer
Vadim Zeitlin [Sun, 13 Jan 2002 00:05:37 +0000 (00:05 +0000)] 
fixed a huge memory leak in wxStreamBuffer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoSetValue() doesn't call Clear()
Vadim Zeitlin [Sat, 12 Jan 2002 22:45:23 +0000 (22:45 +0000)] 
SetValue() doesn't call Clear()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agochanged PPC struct alignement setting
Gilles Depeyrot [Sat, 12 Jan 2002 19:56:08 +0000 (19:56 +0000)] 
changed PPC struct alignement setting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agochanged PPC struct alignement setting
Gilles Depeyrot [Sat, 12 Jan 2002 19:48:41 +0000 (19:48 +0000)] 
changed PPC struct alignement setting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomade XPMs const
Vadim Zeitlin [Sat, 12 Jan 2002 15:00:25 +0000 (15:00 +0000)] 
made XPMs const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoSun warning and Unicode fixes
Vadim Zeitlin [Sat, 12 Jan 2002 14:59:45 +0000 (14:59 +0000)] 
Sun warning and Unicode fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Some additions to the 12-bit patch.
Robert Roebling [Sat, 12 Jan 2002 12:21:57 +0000 (12:21 +0000)] 
  Some additions to the 12-bit patch.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Applied patches for wxBU_EXACTFIT to button.cpp and tglbtn.cpp
Robert Roebling [Sat, 12 Jan 2002 11:36:43 +0000 (11:36 +0000)] 
  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

22 years agoCorrected wxDialog event table under wxMac and wxOS2 as per the other ports.
Robert Roebling [Sat, 12 Jan 2002 09:49:19 +0000 (09:49 +0000)] 
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

22 years agofixed m_OldAlign hiding
Václav Slavík [Sat, 12 Jan 2002 00:50:59 +0000 (00:50 +0000)] 
fixed m_OldAlign hiding

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoOops, left some personal stuff in here.
David Webster [Fri, 11 Jan 2002 23:12:32 +0000 (23:12 +0000)] 
Oops, left some personal stuff in here.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoOS/2 Statusbar fixes in DC
David Webster [Fri, 11 Jan 2002 22:39:45 +0000 (22:39 +0000)] 
OS/2 Statusbar fixes in DC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoOS/2 Statusbar fixes
David Webster [Fri, 11 Jan 2002 22:39:24 +0000 (22:39 +0000)] 
OS/2 Statusbar fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocorrection to shared library build command for HP (needs -fPIC to link)
Gilles Depeyrot [Fri, 11 Jan 2002 19:54:03 +0000 (19:54 +0000)] 
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

22 years agomore Sun C++ compiler warning fixes: in particular, added an ugly but
Vadim Zeitlin [Fri, 11 Jan 2002 19:33:37 +0000 (19:33 +0000)] 
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

22 years agocorrected wxMenuBar::Insert , ::Append for a correct title even when the menubar...
Stefan Csomor [Fri, 11 Jan 2002 19:14:30 +0000 (19:14 +0000)] 
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

22 years agoadded support for wxALIGN_XXX in wxStaticBox
Vadim Zeitlin [Fri, 11 Jan 2002 18:59:48 +0000 (18:59 +0000)] 
added support for wxALIGN_XXX in wxStaticBox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Corrected wxFrame::SetMenuBar() for repeated calls
Robert Roebling [Fri, 11 Jan 2002 18:06:08 +0000 (18:06 +0000)] 
  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

22 years agonew libraries added
Stefan Csomor [Fri, 11 Jan 2002 18:03:35 +0000 (18:03 +0000)] 
new libraries added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded new files from common
Stefan Csomor [Fri, 11 Jan 2002 17:55:18 +0000 (17:55 +0000)] 
added new files from common

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoinclude changes
Stefan Csomor [Fri, 11 Jan 2002 17:50:01 +0000 (17:50 +0000)] 
include changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agodestructor fix in case it is not a real dialog
Stefan Csomor [Fri, 11 Jan 2002 17:49:04 +0000 (17:49 +0000)] 
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

22 years agoadded missing const for Apple DevTools
Gilles Depeyrot [Fri, 11 Jan 2002 16:13:56 +0000 (16:13 +0000)] 
added missing const for Apple DevTools

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoreverted stupid compilation breaking typo checked in previously
Vadim Zeitlin [Fri, 11 Jan 2002 15:05:37 +0000 (15:05 +0000)] 
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

22 years agoMove notebook size code for mac to mac/notebook.cpp
Robert Roebling [Fri, 11 Jan 2002 14:34:38 +0000 (14:34 +0000)] 
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

22 years agoMake log.cpp compilable under CW 5.2 non-Carbon
Robert Roebling [Fri, 11 Jan 2002 14:33:03 +0000 (14:33 +0000)] 
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

22 years agofixes for using non opaque structs under debug classic, support for ATSU and pixel...
Stefan Csomor [Fri, 11 Jan 2002 14:07:02 +0000 (14:07 +0000)] 
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

22 years agofewer standard includes
Stefan Csomor [Fri, 11 Jan 2002 14:01:42 +0000 (14:01 +0000)] 
fewer standard includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agochanged to non-opaque structs for debugging (makes debugging useful, otherwise we...
Stefan Csomor [Fri, 11 Jan 2002 13:49:41 +0000 (13:49 +0000)] 
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

22 years agoadditions
Stefan Csomor [Fri, 11 Jan 2002 13:48:25 +0000 (13:48 +0000)] 
additions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoATSU Rendering Support added
Stefan Csomor [Fri, 11 Jan 2002 13:27:19 +0000 (13:27 +0000)] 
ATSU Rendering Support added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Committing in .
Jouk Jansen [Fri, 11 Jan 2002 07:37:33 +0000 (07:37 +0000)] 
 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

22 years agominor wxFRAME_EX_CONTEXTHELP updates
Vadim Zeitlin [Fri, 11 Jan 2002 00:02:48 +0000 (00:02 +0000)] 
minor wxFRAME_EX_CONTEXTHELP updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agochanges wxFRAME_EX_CONTEXTHELP value to avoid clash with wxWS_EX_TRANSIENT
Vadim Zeitlin [Fri, 11 Jan 2002 00:01:54 +0000 (00:01 +0000)] 
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

22 years agono changes
Vadim Zeitlin [Fri, 11 Jan 2002 00:01:20 +0000 (00:01 +0000)] 
no changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomoved toolbar adjustments for the client size from wxTLWMSW to wxFrameMSW to fix...
Vadim Zeitlin [Thu, 10 Jan 2002 23:58:31 +0000 (23:58 +0000)] 
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

22 years ago1. finished porting wxDir/FileDialog to MS-DOS
Václav Slavík [Thu, 10 Jan 2002 23:25:07 +0000 (23:25 +0000)] 
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

22 years agocompilation fix for VC++
Vadim Zeitlin [Thu, 10 Jan 2002 22:40:36 +0000 (22:40 +0000)] 
compilation fix for VC++

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agounified UMAPrOpen/UMAPrClose prototypes for session and non-session printing
Gilles Depeyrot [Thu, 10 Jan 2002 21:31:35 +0000 (21:31 +0000)] 
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

22 years agodisable MetroNub stuff for CodeWarrior 5.3 Carbon builds
Gilles Depeyrot [Thu, 10 Jan 2002 21:09:29 +0000 (21:09 +0000)] 
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

22 years agochanged PPC struct alignement setting
Gilles Depeyrot [Thu, 10 Jan 2002 21:09:23 +0000 (21:09 +0000)] 
changed PPC struct alignement setting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775