wxWidgets.git
18 years agoupdate from Wei-Lun Chao
Vadim Zeitlin [Tue, 20 Dec 2005 14:40:18 +0000 (14:40 +0000)] 
update from Wei-Lun Chao

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

18 years agofixed unreachable code warnings (occurred in MSVC6+Release mode)
Dimitri Schoolwerth [Tue, 20 Dec 2005 14:25:36 +0000 (14:25 +0000)] 
fixed unreachable code warnings (occurred in MSVC6+Release mode)

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

18 years agoRemove references to now removed iewin module. Replaced by activex/wxie.
Kevin Ollivier [Tue, 20 Dec 2005 05:44:51 +0000 (05:44 +0000)] 
Remove references to now removed iewin module. Replaced by activex/wxie.

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

18 years agoRemoving old iewin extension. Replaced by activex/wxie.
Kevin Ollivier [Tue, 20 Dec 2005 05:37:59 +0000 (05:37 +0000)] 
Removing old iewin extension. Replaced by activex/wxie.

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

18 years agoadded newline at end of file (avoids gcc warning when building with Xcode 2.2)
Vadim Zeitlin [Tue, 20 Dec 2005 01:47:09 +0000 (01:47 +0000)] 
added newline at end of file (avoids gcc warning when building with Xcode 2.2)

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

18 years agoFixed problem trying to print from a preview, whereby wrong printer
Julian Smart [Mon, 19 Dec 2005 20:38:47 +0000 (20:38 +0000)] 
Fixed problem trying to print from a preview, whereby wrong printer
class was used instead of Gnome printer class.

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

18 years agodon't crash when XIM is used under IRIX
Vadim Zeitlin [Mon, 19 Dec 2005 16:06:31 +0000 (16:06 +0000)] 
don't crash when XIM is used under IRIX

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

18 years agoremoved DllMain(): we don't even compile it with any compiler but VC8 and with VC8...
Vadim Zeitlin [Mon, 19 Dec 2005 14:34:12 +0000 (14:34 +0000)] 
removed DllMain(): we don't even compile it with any compiler but VC8 and with VC8 it results in a crash; we need another way to make it possible to use wx DLL from another DLL, this one is flawed

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

18 years agodocumented Set/GetIcon(), added (not quite pure) virtual GetIcon() in the base class
Vadim Zeitlin [Mon, 19 Dec 2005 13:56:23 +0000 (13:56 +0000)] 
documented Set/GetIcon(), added (not quite pure) virtual GetIcon() in the base class

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

18 years agoreturn a valid bitmap from GetBitmap() even if we created an icon internally
Vadim Zeitlin [Mon, 19 Dec 2005 13:46:23 +0000 (13:46 +0000)] 
return a valid bitmap from GetBitmap() even if we created an icon internally

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

18 years agowxMac changes documented.
Julian Smart [Mon, 19 Dec 2005 12:04:11 +0000 (12:04 +0000)] 
wxMac changes documented.

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

18 years agoSomebody forgot to restore from testing phase.
Włodzimierz Skiba [Mon, 19 Dec 2005 11:09:19 +0000 (11:09 +0000)] 
Somebody forgot to restore from testing phase.

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

18 years ago__WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always define...
Włodzimierz Skiba [Mon, 19 Dec 2005 10:55:11 +0000 (10:55 +0000)] 
__WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes.

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

18 years ago__WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always define...
Włodzimierz Skiba [Mon, 19 Dec 2005 10:47:44 +0000 (10:47 +0000)] 
__WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes.

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

18 years agofix for compilation without PCH
Vadim Zeitlin [Mon, 19 Dec 2005 10:03:04 +0000 (10:03 +0000)] 
fix for compilation without PCH

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

18 years agoremoved unused local variable; converted tabs to spaces
David Surovell [Mon, 19 Dec 2005 03:51:34 +0000 (03:51 +0000)] 
removed unused local variable; converted tabs to spaces

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

18 years agoUse TranslateAccelerator so that TAB, Return, etc. keys are properly processed by...
Kevin Ollivier [Mon, 19 Dec 2005 01:42:32 +0000 (01:42 +0000)] 
Use TranslateAccelerator so that TAB, Return, etc. keys are properly processed by wxActiveX controls.

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

18 years agoAllow wx parents a chance to handle events fired by non-wx children. (i.e. wxActiveX...
Kevin Ollivier [Mon, 19 Dec 2005 01:39:54 +0000 (01:39 +0000)] 
Allow wx parents a chance to handle events fired by non-wx children. (i.e. wxActiveX controls)

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

18 years agotimer.tex: wxTimerEvent is derived from wxEvent
Mart Raudsepp [Mon, 19 Dec 2005 00:34:13 +0000 (00:34 +0000)] 
timer.tex: wxTimerEvent is derived from wxEvent

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

18 years agoassert if opening more than one find/replace dialog under the same parent -- this...
Vadim Zeitlin [Sun, 18 Dec 2005 22:33:35 +0000 (22:33 +0000)] 
assert if opening more than one find/replace dialog under the same parent -- this doesn't work currently (and maybe can't work at all)

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

18 years agoAdded implementation for wxLocaltime_r/wxGmtime_r.
Stefan Neis [Sun, 18 Dec 2005 19:24:11 +0000 (19:24 +0000)] 
Added implementation for wxLocaltime_r/wxGmtime_r.
Improved handling of windows compilers.

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

18 years agodocumented Set/GetLabel() treatment of mnemonics
Vadim Zeitlin [Sun, 18 Dec 2005 16:39:18 +0000 (16:39 +0000)] 
documented Set/GetLabel() treatment of mnemonics

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

18 years ago1. changed wxControl::GetLabel() to return the originally provided label and
Vadim Zeitlin [Sun, 18 Dec 2005 16:37:56 +0000 (16:37 +0000)] 
1. changed wxControl::GetLabel() to return the originally provided label and
   not the one stripped from mnemonics (this was inconsistent with the other
   ports and resulted in problems when using wxUpdateUIEvent::SetText())
2. added wxControl::GTKConvertMnemonics(), GTKRemoveMnemonics() and also
   helper GTKSetLabelForLabel() and GTKSetLabelForFrame() wrappers
3. use them instead of duplicating their code in different derived controls

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

18 years agoremoved GetLabel() which didn't do anything but forwarding to wxControl version
Vadim Zeitlin [Sun, 18 Dec 2005 16:34:17 +0000 (16:34 +0000)] 
removed GetLabel() which didn't do anything but forwarding to wxControl version

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

18 years agoblatant compilation fix
Vadim Zeitlin [Sun, 18 Dec 2005 16:03:26 +0000 (16:03 +0000)] 
blatant compilation fix

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

18 years agocode cleanup: make OutputString[Ent]() simpler to call by providing defaults for...
Vadim Zeitlin [Sun, 18 Dec 2005 15:02:01 +0000 (15:02 +0000)] 
code cleanup: make OutputString[Ent]() simpler to call by providing defaults for conversion parameters and using flag instead of a bool

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

18 years agouse correct encoding when saving in non-Unicode builds
Vadim Zeitlin [Sun, 18 Dec 2005 14:49:38 +0000 (14:49 +0000)] 
use correct encoding when saving in non-Unicode builds

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

18 years agoIn the past some streams returned Eof() before the end was read past rather
Michael Wetherell [Sun, 18 Dec 2005 13:58:55 +0000 (13:58 +0000)] 
In the past some streams returned Eof() before the end was read past rather
after, and also some streams give an error instead of Eof(). Test the archive
streams work with parent streams that have any of these behaviours.

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

18 years agoChanges to cope with parent streams which return an error instead of eof at the
Michael Wetherell [Sun, 18 Dec 2005 13:51:24 +0000 (13:51 +0000)] 
Changes to cope with parent streams which return an error instead of eof at the
end of the file.

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

18 years agoSeparated XML and HTML rich text I/O handlers
Julian Smart [Sun, 18 Dec 2005 12:31:07 +0000 (12:31 +0000)] 
Separated XML and HTML rich text I/O handlers
Cleaned up XML I/O
Added HTML handler to build system
Added encoding member for saving files output

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

18 years agoFixed bug introduced by compiler compatibility fix
Julian Smart [Sun, 18 Dec 2005 12:25:21 +0000 (12:25 +0000)] 
Fixed bug introduced by compiler compatibility fix

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

18 years agoShould use LoadFile for file, not LoadPage
Julian Smart [Sun, 18 Dec 2005 12:24:25 +0000 (12:24 +0000)] 
Should use LoadFile for file, not LoadPage

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

18 years agoAdded space after list item number, otherwise number is hard against following text.
Julian Smart [Sun, 18 Dec 2005 12:22:20 +0000 (12:22 +0000)] 
Added space after list item number, otherwise number is hard against following text.

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

18 years agoPut back the warning flags
Michael Wetherell [Sun, 18 Dec 2005 11:37:50 +0000 (11:37 +0000)] 
Put back the warning flags

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

18 years agoUse thread-safe functions where possible.
Stefan Neis [Sat, 17 Dec 2005 22:01:43 +0000 (22:01 +0000)] 
Use thread-safe functions where possible.

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

18 years agouse just SetSizerAndFit instead of 4 equivalent lines
Vadim Zeitlin [Sat, 17 Dec 2005 19:23:04 +0000 (19:23 +0000)] 
use just SetSizerAndFit instead of 4 equivalent lines

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

18 years agocorrected DoGetVirtualSize() to return at least our real size
Vadim Zeitlin [Sat, 17 Dec 2005 19:19:45 +0000 (19:19 +0000)] 
corrected DoGetVirtualSize() to return at least our real size

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

18 years agoScript for building mo locale files.
Kevin Ollivier [Fri, 16 Dec 2005 17:37:05 +0000 (17:37 +0000)] 
Script for building mo locale files.

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

18 years agoFixed MDI context menu event handling problem (Stefan Kowski)
Julian Smart [Fri, 16 Dec 2005 14:52:57 +0000 (14:52 +0000)] 
Fixed MDI context menu event handling problem (Stefan Kowski)

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

18 years agoSync changes from Debian 2.6 tree.
Ron Lee [Fri, 16 Dec 2005 02:12:16 +0000 (02:12 +0000)] 
Sync changes from Debian 2.6 tree.

Fixes #324960, enabling config.py to handle in tree builds without
tainting build_options.py used for (later) install to some other
location.

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

18 years agoForward port 2.6 branch changes to head.
Kevin Ollivier [Fri, 16 Dec 2005 01:38:48 +0000 (01:38 +0000)] 
Forward port 2.6 branch changes to head.

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

18 years agoimage.tex: s/set.to/set to
Mart Raudsepp [Fri, 16 Dec 2005 00:37:30 +0000 (00:37 +0000)] 
image.tex: s/set.to/set to
function.tex: fix Vadim's label for wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING

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

18 years agofixed bug introduced in prior check-ins; minor reformatting
David Surovell [Thu, 15 Dec 2005 21:21:02 +0000 (21:21 +0000)] 
fixed bug introduced in prior check-ins; minor reformatting

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

18 years agofix Borland bug http://news.gmane.org/find-root.php?message_id=%3c43A0B07F.8010204...
Chris Elliott [Thu, 15 Dec 2005 15:07:36 +0000 (15:07 +0000)] 
fix Borland bug news.gmane.org/find-root.php?message_id=%3c43A0B07F.8010204%40as.ro%3e

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

18 years agomore reformatting
David Surovell [Thu, 15 Dec 2005 08:55:15 +0000 (08:55 +0000)] 
more reformatting

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

18 years agoeven more reformatting
David Surovell [Thu, 15 Dec 2005 00:58:39 +0000 (00:58 +0000)] 
even more reformatting

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

18 years agofixed compilo
Dimitri Schoolwerth [Thu, 15 Dec 2005 00:25:03 +0000 (00:25 +0000)] 
fixed compilo

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

18 years agoreformat for readability
David Surovell [Wed, 14 Dec 2005 23:20:55 +0000 (23:20 +0000)] 
reformat for readability

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

18 years agosimplified ::Show
David Surovell [Wed, 14 Dec 2005 23:12:32 +0000 (23:12 +0000)] 
simplified ::Show

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

18 years agoupdate from Janos Vegh
Vadim Zeitlin [Wed, 14 Dec 2005 21:48:46 +0000 (21:48 +0000)] 
update from Janos Vegh

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

18 years agofixed return code checking in wxImageList::Replace() (bug 1380664)
Vadim Zeitlin [Wed, 14 Dec 2005 18:56:15 +0000 (18:56 +0000)] 
fixed return code checking in wxImageList::Replace() (bug 1380664)

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

18 years agoremoved patch 1373127
David Surovell [Wed, 14 Dec 2005 17:49:05 +0000 (17:49 +0000)] 
removed patch 1373127

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

18 years agoCompile Fix
Michael Wetherell [Wed, 14 Dec 2005 17:03:47 +0000 (17:03 +0000)] 
Compile Fix

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

18 years agocode cleanup
Vadim Zeitlin [Wed, 14 Dec 2005 14:08:19 +0000 (14:08 +0000)] 
code cleanup

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

18 years agocompilation fix after last commit
Vadim Zeitlin [Wed, 14 Dec 2005 13:55:19 +0000 (13:55 +0000)] 
compilation fix after last commit

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

18 years agoFixed wxFileDialog breakage on WinCE due to incorrect structure size, and
Julian Smart [Wed, 14 Dec 2005 11:20:09 +0000 (11:20 +0000)] 
Fixed wxFileDialog breakage on WinCE due to incorrect structure size, and
added correct error testing for WinCE.

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

18 years agofriend declarations are not injected in the enclosing scope by conforming compilers...
Vadim Zeitlin [Wed, 14 Dec 2005 01:55:48 +0000 (01:55 +0000)] 
friend declarations are not injected in the enclosing scope by conforming compilers such as g++ 4, so fix compilation by always providing real declarations for operator+(wxString,anything)

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

18 years agoremoved obsolete reference to wxScrolledWindow
Vadim Zeitlin [Wed, 14 Dec 2005 01:45:03 +0000 (01:45 +0000)] 
removed obsolete reference to wxScrolledWindow

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

18 years agofixed obscure compilation problem at line 139
David Surovell [Tue, 13 Dec 2005 23:15:42 +0000 (23:15 +0000)] 
fixed obscure compilation problem at line 139

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

18 years agomore reformatting
David Surovell [Tue, 13 Dec 2005 21:27:49 +0000 (21:27 +0000)] 
more reformatting

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

18 years agofix bug sf [ 1327872 ] Borland and mslu.cpp problem
Chris Elliott [Tue, 13 Dec 2005 13:43:52 +0000 (13:43 +0000)] 
fix bug sf [ 1327872 ] Borland and mslu.cpp problem

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

18 years agoreformat for readability
David Surovell [Tue, 13 Dec 2005 05:13:55 +0000 (05:13 +0000)] 
reformat for readability

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

18 years agoRemove my binary compatibility stuff from HEAD. Patch #1367014 used for reference.
Mart Raudsepp [Tue, 13 Dec 2005 02:46:20 +0000 (02:46 +0000)] 
Remove my binary compatibility stuff from HEAD. Patch #1367014 used for reference.

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

18 years agoTypo fixes in comments
Mart Raudsepp [Tue, 13 Dec 2005 02:30:18 +0000 (02:30 +0000)] 
Typo fixes in comments

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

18 years agoFix HitTest to return the proper tab index in case there are more tabs than fit ...
Mart Raudsepp [Tue, 13 Dec 2005 01:20:41 +0000 (01:20 +0000)] 
Fix HitTest to return the proper tab index in case there are more tabs than fit (and therefore there are scrolling
arrows), and the first visible tab isn't the first real tab. Before counting started from the visible tab, not real
tab.
While doing this, I noticed lots of "interesting" bugs wrt tab indexes and the whole wxGtkNotebookPage hack in the
code. In my opinion, to fix some of the bugs I noticed during testing, wxGtkNotebookPage has to be nuked and the
necessary parts rewritten.
Meanwhile, the HitTest fix works with wxNB_TOP styled notebooks that haven't modified tabs in a way that would have
mess up the wxGtkNotebookPage index sync. For other cases it might depend on the phase of the moon, and other factors.

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

18 years agoreformat for readability
David Surovell [Tue, 13 Dec 2005 00:59:19 +0000 (00:59 +0000)] 
reformat for readability

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

18 years agofixed handling of dst offset in wxAlphaBlend()
Vadim Zeitlin [Mon, 12 Dec 2005 11:15:23 +0000 (11:15 +0000)] 
fixed handling of dst offset in wxAlphaBlend()

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

18 years agoRegenerated makefile after wxOS2 display support and new splash sample file.
Włodzimierz Skiba [Mon, 12 Dec 2005 07:58:08 +0000 (07:58 +0000)] 
Regenerated makefile after wxOS2 display support and new splash sample file.

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

18 years agoImproved small screen splash sample.
Włodzimierz Skiba [Sun, 11 Dec 2005 17:34:29 +0000 (17:34 +0000)] 
Improved small screen splash sample.

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

18 years agoImproved small screen splash sample.
Włodzimierz Skiba [Sun, 11 Dec 2005 16:16:03 +0000 (16:16 +0000)] 
Improved small screen splash sample.

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

18 years agowxUSE_DISPLAY impossible with eVC3 (SDKs 2002).
Włodzimierz Skiba [Sun, 11 Dec 2005 16:11:15 +0000 (16:11 +0000)] 
wxUSE_DISPLAY impossible with eVC3 (SDKs 2002).

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

18 years agoFixed wxDirExists implementation for OS/2.
Stefan Neis [Sun, 11 Dec 2005 15:25:02 +0000 (15:25 +0000)] 
Fixed wxDirExists implementation for OS/2.

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

18 years agoactivate SetFocus patch
Stefan Csomor [Sat, 10 Dec 2005 16:59:19 +0000 (16:59 +0000)] 
activate SetFocus patch

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

18 years agosupport for standard menu ids
Stefan Csomor [Sat, 10 Dec 2005 15:50:20 +0000 (15:50 +0000)] 
support for standard menu ids

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

18 years agosupport for default key handling (escape,enter,command-period) even if there is no...
Stefan Csomor [Sat, 10 Dec 2005 15:47:42 +0000 (15:47 +0000)] 
support for default key handling (escape,enter,command-period) even if there is no control on the frame/dialog, that has the focus

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

18 years agosupport for standard command IDs
Stefan Csomor [Sat, 10 Dec 2005 15:36:09 +0000 (15:36 +0000)] 
support for standard command IDs

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

18 years agosupport for standard command IDs
Stefan Csomor [Sat, 10 Dec 2005 15:24:55 +0000 (15:24 +0000)] 
support for standard command IDs

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

18 years agowxDisplay support for wxWinCE port.
Włodzimierz Skiba [Sat, 10 Dec 2005 14:40:26 +0000 (14:40 +0000)] 
wxDisplay support for wxWinCE port.

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

18 years agoadd reasonable default TEMP for __WXMAC__ when running under __DARWIN__
Stefan Csomor [Sat, 10 Dec 2005 13:18:18 +0000 (13:18 +0000)] 
add reasonable default TEMP for __WXMAC__ when running under __DARWIN__

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

18 years agodefault to simple show/hide tlw on OSX instead of transitions
Stefan Csomor [Sat, 10 Dec 2005 13:08:54 +0000 (13:08 +0000)] 
default to simple show/hide tlw on OSX instead of transitions

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

18 years agoAdded OS/2's wxDisplay implementation to list of files to be compiled.
Stefan Neis [Sat, 10 Dec 2005 11:05:44 +0000 (11:05 +0000)] 
Added OS/2's wxDisplay implementation to list of files to be compiled.

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

18 years agoDB2 databases were mistakenly reporting that they were dBase databases
George Tasker [Sat, 10 Dec 2005 00:37:05 +0000 (00:37 +0000)] 
DB2 databases were mistakenly reporting that they were dBase databases

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

18 years agoUpdated to state INNER join rather than OUTER join
George Tasker [Sat, 10 Dec 2005 00:28:16 +0000 (00:28 +0000)] 
Updated to state INNER join rather than OUTER join

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

18 years agoreformat for readability; more prep. for patch 1376506
David Surovell [Fri, 9 Dec 2005 20:43:49 +0000 (20:43 +0000)] 
reformat for readability; more prep. for patch 1376506

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

18 years agoadded msw/ole subdirectories
Vadim Zeitlin [Fri, 9 Dec 2005 16:24:47 +0000 (16:24 +0000)] 
added msw/ole subdirectories

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

18 years agocleanup in preparation for patch 1376506
David Surovell [Fri, 9 Dec 2005 16:18:01 +0000 (16:18 +0000)] 
cleanup in preparation for patch 1376506

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

18 years agomade wxHtmlWindow::SetPage virtual so that the behaviour can be customized
Václav Slavík [Fri, 9 Dec 2005 12:34:29 +0000 (12:34 +0000)] 
made wxHtmlWindow::SetPage virtual so that the behaviour can be customized

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

18 years agoformat cleanup; some new comments; minor optimizations
David Surovell [Fri, 9 Dec 2005 00:10:27 +0000 (00:10 +0000)] 
format cleanup; some new comments; minor optimizations

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

18 years agoUse ~/Application Support folder on Mac
Julian Smart [Thu, 8 Dec 2005 21:49:52 +0000 (21:49 +0000)] 
Use ~/Application Support folder on Mac

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

18 years agoapplied patch 1376506 - remove unneeded member variable from GTK wxRadioButton
David Surovell [Thu, 8 Dec 2005 21:44:46 +0000 (21:44 +0000)] 
applied patch 1376506 - remove unneeded member variable from GTK wxRadioButton

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

18 years agoCompilation fix.
Stefan Neis [Wed, 7 Dec 2005 09:35:38 +0000 (09:35 +0000)] 
Compilation fix.

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

18 years agoInitialize values (uninitialized variables reported to cause problems on WinME)
Julian Smart [Tue, 6 Dec 2005 19:07:28 +0000 (19:07 +0000)] 
Initialize values (uninitialized variables reported to cause problems on WinME)

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

18 years agofix binary math in alignment flag assignment
David Surovell [Tue, 6 Dec 2005 16:34:30 +0000 (16:34 +0000)] 
fix binary math in alignment flag assignment

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

18 years agofixed typo in previous commit which, instead of fixing the bug in wxSizerflags::Align...
Vadim Zeitlin [Tue, 6 Dec 2005 12:33:24 +0000 (12:33 +0000)] 
fixed typo in previous commit which, instead of fixing the bug in wxSizerflags::Align(), made it worse

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

18 years agoapplied patch 1373127
David Surovell [Mon, 5 Dec 2005 16:25:16 +0000 (16:25 +0000)] 
applied patch 1373127

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

18 years agoapplied Paul Cornett's suggested changes
David Surovell [Mon, 5 Dec 2005 01:07:22 +0000 (01:07 +0000)] 
applied Paul Cornett's suggested changes

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

18 years agofixed broken code using readlink(): please don't just cast wxChar * to char *, this...
Vadim Zeitlin [Sun, 4 Dec 2005 13:01:50 +0000 (13:01 +0000)] 
fixed broken code using readlink(): please don't just cast wxChar * to char *, this doesn't risk to ever work

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

18 years agoapplied patch 1372567, with some minor mods and cleanup
David Surovell [Sun, 4 Dec 2005 07:54:19 +0000 (07:54 +0000)] 
applied patch 1372567, with some minor mods and cleanup

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

18 years agofixed compilation bug in prior checkin (Pt. 2)
David Surovell [Sun, 4 Dec 2005 05:00:26 +0000 (05:00 +0000)] 
fixed compilation bug in prior checkin (Pt. 2)

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

18 years agofixed compilation bug in prior checkin
David Surovell [Sun, 4 Dec 2005 01:04:02 +0000 (01:04 +0000)] 
fixed compilation bug in prior checkin

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