]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoPatch #809286 and a couple other minor changes to the stc sample
Robin Dunn [Fri, 19 Sep 2003 18:40:13 +0000 (18:40 +0000)] 
Patch #809286 and a couple other minor changes to the stc sample

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

20 years agoSWIGged updates
Robin Dunn [Fri, 19 Sep 2003 16:46:57 +0000 (16:46 +0000)] 
SWIGged updates

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

20 years agoChanges for removing DefaultEncodingIsPC
Robin Dunn [Fri, 19 Sep 2003 16:46:03 +0000 (16:46 +0000)] 
Changes for removing DefaultEncodingIsPC

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

20 years agoUpdated version number
Robin Dunn [Fri, 19 Sep 2003 16:44:43 +0000 (16:44 +0000)] 
Updated version number

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

20 years agoRegenerated some contrib makefiles
Robin Dunn [Fri, 19 Sep 2003 16:33:37 +0000 (16:33 +0000)] 
Regenerated some contrib makefiles

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

20 years agoApplied patch [ 809066 ] Cleanup for text2rtf
Julian Smart [Fri, 19 Sep 2003 16:09:29 +0000 (16:09 +0000)] 
Applied patch [ 809066 ] Cleanup for text2rtf

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

20 years ago Do not use wx/wx.h.
Mattia Barbon [Fri, 19 Sep 2003 15:44:28 +0000 (15:44 +0000)] 
  Do not use wx/wx.h.

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

20 years agofix for generating set/kill focus events for wxRadioBox (also fixes TABbing in a...
Vadim Zeitlin [Fri, 19 Sep 2003 12:06:18 +0000 (12:06 +0000)] 
fix for generating set/kill focus events for wxRadioBox (also fixes TABbing in a panel containing a radio box)

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

20 years agouse wxTAB_TRAVERSAL style for panels and frame
Vadim Zeitlin [Fri, 19 Sep 2003 12:04:52 +0000 (12:04 +0000)] 
use wxTAB_TRAVERSAL style for panels and frame

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

20 years agolinking fix (removed unused virtual methods declarations)
Vadim Zeitlin [Fri, 19 Sep 2003 11:55:32 +0000 (11:55 +0000)] 
linking fix (removed unused virtual methods declarations)

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

20 years agoAdded SQLTCHAR for non-Windows platforms, and added missing
Julian Smart [Fri, 19 Sep 2003 10:59:14 +0000 (10:59 +0000)] 
Added SQLTCHAR for non-Windows platforms, and added missing
wxFputs to wxchar.h

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

20 years agoOnly process dynamic events if the eventTypes match
Robin Dunn [Fri, 19 Sep 2003 01:32:44 +0000 (01:32 +0000)] 
Only process dynamic events if the eventTypes match

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

20 years agodon't ever define HAVE_THREAD_CLEANUP_FUNCTIONS, the code in threadpsx.cpp doesn...
Vadim Zeitlin [Fri, 19 Sep 2003 00:46:44 +0000 (00:46 +0000)] 
don't ever define HAVE_THREAD_CLEANUP_FUNCTIONS, the code in threadpsx.cpp doesn't work in this case anyhow

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

20 years agocleaned up VMS #ifdef mess
Vadim Zeitlin [Fri, 19 Sep 2003 00:29:31 +0000 (00:29 +0000)] 
cleaned up VMS #ifdef mess

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

20 years agoattempt to fix race condition between Delete() and Wait()
Vadim Zeitlin [Fri, 19 Sep 2003 00:19:50 +0000 (00:19 +0000)] 
attempt to fix race condition between Delete() and Wait()

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

20 years agocheck whether input stream is readable in OpenFile() (patch 808941)
Vadim Zeitlin [Fri, 19 Sep 2003 00:01:08 +0000 (00:01 +0000)] 
check whether input stream is readable in OpenFile() (patch 808941)

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

20 years agoAdded some missing constants and fixed GetPoints
Robin Dunn [Thu, 18 Sep 2003 23:48:29 +0000 (23:48 +0000)] 
Added some missing constants and fixed GetPoints

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

20 years agofix text scrolling in GTK2 (patch 703988)
Vadim Zeitlin [Thu, 18 Sep 2003 23:48:22 +0000 (23:48 +0000)] 
fix text scrolling in GTK2 (patch 703988)

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

20 years agoremoved bogus #pragma implementation
Vadim Zeitlin [Thu, 18 Sep 2003 23:45:14 +0000 (23:45 +0000)] 
removed bogus #pragma implementation

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

20 years agocorrected parsing of dates like 01.02.03 (where year can be confused with the day...
Vadim Zeitlin [Thu, 18 Sep 2003 22:51:50 +0000 (22:51 +0000)] 
corrected parsing of dates like 01.02.03 (where year can be confused with the day) in ParseDate()

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

20 years agoconfigurable use of exceptions
Václav Slavík [Thu, 18 Sep 2003 22:46:53 +0000 (22:46 +0000)] 
configurable use of exceptions

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

20 years agoregenerated
Václav Slavík [Thu, 18 Sep 2003 22:46:21 +0000 (22:46 +0000)] 
regenerated

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

20 years agoadded <cxx-rtti> and <cxx-exceptions>
Václav Slavík [Thu, 18 Sep 2003 22:45:47 +0000 (22:45 +0000)] 
added <cxx-rtti> and <cxx-exceptions>

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

20 years agofixed single word selection
Václav Slavík [Thu, 18 Sep 2003 22:44:16 +0000 (22:44 +0000)] 
fixed single word selection

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

20 years agoAdded DoDragOver and DoDropText from Angelo Mandato, and ensured that
Robin Dunn [Thu, 18 Sep 2003 22:28:25 +0000 (22:28 +0000)] 
Added DoDragOver and DoDropText from Angelo Mandato, and ensured that
my unicode LoadFile/SaveFile changes were in the .in file this time.

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

20 years agodon't redefine wxUSE_UNICODE if already defined
Vadim Zeitlin [Thu, 18 Sep 2003 22:13:45 +0000 (22:13 +0000)] 
don't redefine wxUSE_UNICODE if already defined

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

20 years agoAlways build prntdlgg for wxMSW since it will be needed if
Robin Dunn [Thu, 18 Sep 2003 20:53:18 +0000 (20:53 +0000)] 
Always build prntdlgg for wxMSW since it will be needed if
wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW is turned on.

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

20 years agoSWIGged updates
Robin Dunn [Thu, 18 Sep 2003 20:49:47 +0000 (20:49 +0000)] 
SWIGged updates

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

20 years agosome more test code for the toolbar
Robin Dunn [Thu, 18 Sep 2003 20:48:50 +0000 (20:48 +0000)] 
some more test code for the toolbar

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

20 years agoFix for internal compiler error
Robin Dunn [Thu, 18 Sep 2003 20:45:39 +0000 (20:45 +0000)] 
Fix for internal compiler error

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

20 years agoAdded missing }
Robin Dunn [Thu, 18 Sep 2003 20:40:41 +0000 (20:40 +0000)] 
Added missing }

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

20 years agoPatch #808669 more warngins and unicode fixes
Robin Dunn [Thu, 18 Sep 2003 17:35:31 +0000 (17:35 +0000)] 
Patch #808669  more warngins and unicode fixes

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

20 years agomissing headers for !USE_PCH compilation
Vadim Zeitlin [Thu, 18 Sep 2003 15:52:34 +0000 (15:52 +0000)] 
missing headers for !USE_PCH compilation

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

20 years agoReverted fragment
Julian Smart [Thu, 18 Sep 2003 15:06:53 +0000 (15:06 +0000)] 
Reverted fragment

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

20 years agofix the bug with not skipping events any more after recent changes (stupid, stupid...
Vadim Zeitlin [Thu, 18 Sep 2003 14:29:56 +0000 (14:29 +0000)] 
fix the bug with not skipping events any more after recent changes (stupid, stupid typo)

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

20 years agoJulian already applied this patch...
Vadim Zeitlin [Thu, 18 Sep 2003 14:16:37 +0000 (14:16 +0000)] 
Julian already applied this patch...

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

20 years agoApplied patch [ 808050 ] fixes for WXUNIVERSAL and UNICODE
Julian Smart [Thu, 18 Sep 2003 14:03:09 +0000 (14:03 +0000)] 
Applied patch [ 808050 ] fixes for WXUNIVERSAL and UNICODE

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

20 years agoApplied patch [ 807366 ] fixes for wxrcedit contrib util
Julian Smart [Thu, 18 Sep 2003 13:47:05 +0000 (13:47 +0000)] 
Applied patch [ 807366 ] fixes for wxrcedit contrib util

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

20 years agoApplied patch [ 807164 ] fixes for core library
Julian Smart [Thu, 18 Sep 2003 13:42:22 +0000 (13:42 +0000)] 
Applied patch [ 807164 ] fixes for core library

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

20 years agoApplied patch [ 804996 ] compatibility of access sample with various settings
Julian Smart [Thu, 18 Sep 2003 13:36:10 +0000 (13:36 +0000)] 
Applied patch [ 804996 ] compatibility of access sample with various settings

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

20 years agoApplied patch [ 807060 ] warning free demos
Julian Smart [Thu, 18 Sep 2003 13:33:34 +0000 (13:33 +0000)] 
Applied patch [ 807060 ] warning free demos

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

20 years agoWinCE doesn't have GetMessageTime
Julian Smart [Thu, 18 Sep 2003 13:14:34 +0000 (13:14 +0000)] 
WinCE doesn't have GetMessageTime

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

20 years agoApplied patch [ 808328 ] restore border styles for wxFrame
Julian Smart [Thu, 18 Sep 2003 13:03:27 +0000 (13:03 +0000)] 
Applied patch [ 808328 ] restore border styles for wxFrame

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

20 years agosupport for true two button mouse under OSX
Stefan Csomor [Thu, 18 Sep 2003 12:37:53 +0000 (12:37 +0000)] 
support for true two button mouse under OSX

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

20 years agoturning on old quit apple event handling
Stefan Csomor [Thu, 18 Sep 2003 12:19:19 +0000 (12:19 +0000)] 
turning on old quit apple event handling

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

20 years agoAdded wxUSE_EXCEPTIONS
Julian Smart [Thu, 18 Sep 2003 12:03:04 +0000 (12:03 +0000)] 
Added wxUSE_EXCEPTIONS

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

20 years agomoved drawing to isvisible branch only
Stefan Csomor [Thu, 18 Sep 2003 11:50:18 +0000 (11:50 +0000)] 
moved drawing to isvisible branch only

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

20 years agotool windows shouldn't appear on the taskbar (patch 808350)
Vadim Zeitlin [Thu, 18 Sep 2003 11:32:09 +0000 (11:32 +0000)] 
tool windows shouldn't appear on the taskbar (patch 808350)

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

20 years agocorrected the example of wxMessageBox() usage
Vadim Zeitlin [Thu, 18 Sep 2003 11:10:51 +0000 (11:10 +0000)] 
corrected the example of wxMessageBox() usage

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

20 years agowxMGL compilation fixes
Václav Slavík [Thu, 18 Sep 2003 10:55:44 +0000 (10:55 +0000)] 
wxMGL compilation fixes

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

20 years agowxMGL compilation fixes
Václav Slavík [Thu, 18 Sep 2003 10:01:59 +0000 (10:01 +0000)] 
wxMGL compilation fixes

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

20 years agowxMGL fixes: detect mgl50r11
Václav Slavík [Thu, 18 Sep 2003 09:27:02 +0000 (09:27 +0000)] 
wxMGL fixes: detect mgl50r11

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

20 years agoUpdated to Scintilla 1.54
Robin Dunn [Thu, 18 Sep 2003 05:05:52 +0000 (05:05 +0000)] 
Updated to Scintilla 1.54
Applied most of patch #806092
Added new wxSTC sample from Otto Wyss

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

20 years agowarnings fixes
Vadim Zeitlin [Thu, 18 Sep 2003 00:28:05 +0000 (00:28 +0000)] 
warnings fixes

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

20 years agonew sample showing how to handle exceptions in wxWindows code
Vadim Zeitlin [Wed, 17 Sep 2003 23:37:54 +0000 (23:37 +0000)] 
new sample showing how to handle exceptions in wxWindows code

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

20 years agoremoved wxMsgArray definition (now in evtloop.cpp) and OnIdle() sempaphore (shouldn...
Vadim Zeitlin [Wed, 17 Sep 2003 23:37:07 +0000 (23:37 +0000)] 
removed wxMsgArray definition (now in evtloop.cpp) and OnIdle() sempaphore (shouldn't be needed any longer)

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

20 years agocall wxApp::OnUnhandledException()
Vadim Zeitlin [Wed, 17 Sep 2003 23:36:07 +0000 (23:36 +0000)] 
call wxApp::OnUnhandledException()

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

20 years agomoved all event handlers callign code in ProcessEventIfMatches() instead of triplicat...
Vadim Zeitlin [Wed, 17 Sep 2003 23:35:36 +0000 (23:35 +0000)] 
moved all event handlers callign code in ProcessEventIfMatches() instead of triplicating it

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

20 years agouse wxModalEvtLoop, made more code exception safe
Vadim Zeitlin [Wed, 17 Sep 2003 23:34:07 +0000 (23:34 +0000)] 
use wxModalEvtLoop, made more code exception safe

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

20 years agoadded OnExit(); made event loop exception safe; added wxModalEvtLoop
Vadim Zeitlin [Wed, 17 Sep 2003 23:32:32 +0000 (23:32 +0000)] 
added OnExit(); made event loop exception safe; added wxModalEvtLoop

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

20 years agouse standard tied pointer now
Vadim Zeitlin [Wed, 17 Sep 2003 23:31:58 +0000 (23:31 +0000)] 
use standard tied pointer now

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

20 years agoadded HandleEvent() to allow handle exceptions in event handlers
Vadim Zeitlin [Wed, 17 Sep 2003 23:30:53 +0000 (23:30 +0000)] 
added HandleEvent() to allow handle exceptions in event handlers

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

20 years agodocumented how to handle C++ exceptions in wxWindows
Vadim Zeitlin [Wed, 17 Sep 2003 23:30:25 +0000 (23:30 +0000)] 
documented how to handle C++ exceptions in wxWindows

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

20 years agodocumented how to handle C++ exceptions in wxWindows
Vadim Zeitlin [Wed, 17 Sep 2003 23:25:22 +0000 (23:25 +0000)] 
documented how to handle C++ exceptions in wxWindows

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

20 years agono message
Stefan Csomor [Wed, 17 Sep 2003 21:36:15 +0000 (21:36 +0000)] 
no message

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

20 years ago Regenerated with newer bakefile, fixing DESTDIR bug.
Mattia Barbon [Wed, 17 Sep 2003 20:46:49 +0000 (20:46 +0000)] 
  Regenerated with newer bakefile, fixing DESTDIR bug.

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

20 years agoAdded character coding comment for Python 2.3
Robin Dunn [Wed, 17 Sep 2003 20:22:15 +0000 (20:22 +0000)] 
Added character coding comment for Python 2.3

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

20 years agoUnicode fix from Will
Robin Dunn [Wed, 17 Sep 2003 20:21:28 +0000 (20:21 +0000)] 
Unicode fix from Will

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

20 years agoadded tied scoped pointers
Vadim Zeitlin [Wed, 17 Sep 2003 17:27:36 +0000 (17:27 +0000)] 
added tied scoped pointers

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

20 years agocorrected wxCATCH_ALL usage
Vadim Zeitlin [Wed, 17 Sep 2003 17:09:23 +0000 (17:09 +0000)] 
corrected wxCATCH_ALL usage

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

20 years agouse wxON_BLOCK_EXIT instead of just ON_BLOCK_EXIT
Vadim Zeitlin [Wed, 17 Sep 2003 16:59:40 +0000 (16:59 +0000)] 
use wxON_BLOCK_EXIT instead of just ON_BLOCK_EXIT

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

20 years agoadded some trivial macros for exception handling
Vadim Zeitlin [Wed, 17 Sep 2003 12:06:36 +0000 (12:06 +0000)] 
added some trivial macros for exception handling

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

20 years agoadded wxUSE_STL and wxUSE_XTI
Vadim Zeitlin [Wed, 17 Sep 2003 10:40:18 +0000 (10:40 +0000)] 
added wxUSE_STL and wxUSE_XTI

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

20 years agoadded wxUSE_EXCEPTIONS
Vadim Zeitlin [Wed, 17 Sep 2003 10:39:09 +0000 (10:39 +0000)] 
added wxUSE_EXCEPTIONS

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

20 years agoAdded missing makefile
Julian Smart [Wed, 17 Sep 2003 08:04:38 +0000 (08:04 +0000)] 
Added missing makefile

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

20 years agofixed fatal typo in wxYieldForCommandsOnly
Vadim Zeitlin [Tue, 16 Sep 2003 22:48:46 +0000 (22:48 +0000)] 
fixed fatal typo in wxYieldForCommandsOnly

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

20 years agomention that Add/RemoveChild() are internal
Vadim Zeitlin [Tue, 16 Sep 2003 22:21:10 +0000 (22:21 +0000)] 
mention that Add/RemoveChild() are internal

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

20 years ago Left in some debug code.
Robert Roebling [Tue, 16 Sep 2003 21:58:02 +0000 (21:58 +0000)] 
 Left in some debug code.

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

20 years agodon't hang forever in Dispatch() if there is no event loop
Vadim Zeitlin [Tue, 16 Sep 2003 21:29:32 +0000 (21:29 +0000)] 
don't hang forever in Dispatch() if there is no event loop

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

20 years ago wxX11 compilation fix.
Mattia Barbon [Tue, 16 Sep 2003 21:16:03 +0000 (21:16 +0000)] 
  wxX11 compilation fix.

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

20 years ago wxX11 compilation fix.
Mattia Barbon [Tue, 16 Sep 2003 21:02:22 +0000 (21:02 +0000)] 
  wxX11 compilation fix.

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

20 years agovery minor correction wrt bakefile --help
Václav Slavík [Tue, 16 Sep 2003 20:23:07 +0000 (20:23 +0000)] 
very minor correction wrt bakefile --help

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

20 years agoadded makefile.unx
Václav Slavík [Tue, 16 Sep 2003 19:18:18 +0000 (19:18 +0000)] 
added makefile.unx

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

20 years agoupdated makefiles generation section
Vadim Zeitlin [Tue, 16 Sep 2003 17:37:40 +0000 (17:37 +0000)] 
updated makefiles generation section

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

20 years agoAdded missing makefiles
Julian Smart [Tue, 16 Sep 2003 13:36:00 +0000 (13:36 +0000)] 
Added missing makefiles

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

20 years agoreverted the delete/Destroy() change in DestroyChildren()
Vadim Zeitlin [Tue, 16 Sep 2003 12:35:13 +0000 (12:35 +0000)] 
reverted the delete/Destroy() change in DestroyChildren()

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

20 years agofixed modal dialogs after event loop change
Vadim Zeitlin [Tue, 16 Sep 2003 12:30:34 +0000 (12:30 +0000)] 
fixed modal dialogs after event loop change

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

20 years ago(blind) fix for wxMac compilation
Vadim Zeitlin [Tue, 16 Sep 2003 10:52:57 +0000 (10:52 +0000)] 
(blind) fix for wxMac compilation

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

20 years agolibrary file for d mars
Chris Elliott [Tue, 16 Sep 2003 07:26:13 +0000 (07:26 +0000)] 
library file for d mars

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

20 years agoadded DESTDIR support to make install
Václav Slavík [Mon, 15 Sep 2003 21:00:27 +0000 (21:00 +0000)] 
added DESTDIR support to make install

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

20 years agofix for preserving the clip rgn (control redraws missing after switch to faster redra...
Stefan Csomor [Mon, 15 Sep 2003 20:39:06 +0000 (20:39 +0000)] 
fix for preserving the clip rgn (control redraws missing after switch to faster redraw, in the end we probably best reset the clip region after a wxDC has been destroyed for a grafport

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

20 years agouse wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif...
Vadim Zeitlin [Mon, 15 Sep 2003 20:03:13 +0000 (20:03 +0000)] 
use wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif/wxMGL to wxAppBase; changed wxApp::Dispatch() return type

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

20 years agono changes
Vadim Zeitlin [Mon, 15 Sep 2003 19:55:17 +0000 (19:55 +0000)] 
no changes

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

20 years agoadded wxVALIDATOR_PARAM and use it to avoid warnings about unused validators when...
Vadim Zeitlin [Mon, 15 Sep 2003 19:54:51 +0000 (19:54 +0000)] 
added wxVALIDATOR_PARAM and use it to avoid warnings about unused validators when wxUSE_VALIDATORS==0

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

20 years agouse wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif...
Vadim Zeitlin [Mon, 15 Sep 2003 19:53:18 +0000 (19:53 +0000)] 
use wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif/wxMGL to wxAppBase; changed wxApp::Dispatch() return type

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

20 years agouse wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif...
Vadim Zeitlin [Mon, 15 Sep 2003 19:48:16 +0000 (19:48 +0000)] 
use wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif/wxMGL to wxAppBase; changed wxApp::Dispatch() return type

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

20 years agofixed return value of wxMDIChildFrame::HandleGetMinMaxInfo()
Vadim Zeitlin [Mon, 15 Sep 2003 19:29:54 +0000 (19:29 +0000)] 
fixed return value of wxMDIChildFrame::HandleGetMinMaxInfo()

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

20 years agoEnsure that the native font is initialized so the face name and such
Robin Dunn [Mon, 15 Sep 2003 19:27:47 +0000 (19:27 +0000)] 
Ensure that the native font is initialized so the face name and such
are valid

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

20 years agoadded makefile.unx
Václav Slavík [Mon, 15 Sep 2003 19:23:45 +0000 (19:23 +0000)] 
added makefile.unx

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

20 years agoadded check for wxUSE_VALIDATORS
Vadim Zeitlin [Mon, 15 Sep 2003 19:14:28 +0000 (19:14 +0000)] 
added check for wxUSE_VALIDATORS

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