]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
15 years agoabandon attempts to make wxAnyStrPtr behave as bool: user-defined logical operators...
Vadim Zeitlin [Wed, 25 Mar 2009 09:54:10 +0000 (09:54 +0000)] 
abandon attempts to make wxAnyStrPtr behave as bool: user-defined logical operators don't short circuit silently breaking existing code so it is better to not provide them at all; instead simply return bool from the new versions taking wxString::const_iterator; advise to use the new versions in the new code and so in our own files

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

15 years agoadding native icon for executables
Stefan Csomor [Wed, 25 Mar 2009 09:48:16 +0000 (09:48 +0000)] 
adding native icon for executables

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

15 years agomaking method properly const
Stefan Csomor [Wed, 25 Mar 2009 09:46:08 +0000 (09:46 +0000)] 
making method properly const

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

15 years agocompilation fixes for wxAnyStrPtr for VC7; mention it in the change log
Vadim Zeitlin [Wed, 25 Mar 2009 09:23:30 +0000 (09:23 +0000)] 
compilation fixes for wxAnyStrPtr for VC7; mention it in the change log

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

15 years agocheck that the conversion to wxDateTime was really successful
Vadim Zeitlin [Wed, 25 Mar 2009 09:20:20 +0000 (09:20 +0000)] 
check that the conversion to wxDateTime was really successful

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

15 years agocompilation fixes for wxAnyStrPtr for VC6
Vadim Zeitlin [Wed, 25 Mar 2009 00:44:25 +0000 (00:44 +0000)] 
compilation fixes for wxAnyStrPtr for VC6

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

15 years agoPCH less build fix
Francesco Montorsi [Wed, 25 Mar 2009 00:25:37 +0000 (00:25 +0000)] 
PCH less build fix

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

15 years agoreturn a wxAnyStrPtr covnertible to either narrow or wide char pointer from wxDateTim...
Vadim Zeitlin [Tue, 24 Mar 2009 23:21:29 +0000 (23:21 +0000)] 
return a wxAnyStrPtr covnertible to either narrow or wide char pointer from wxDateTime::ParseXXX() methods to improve compatibility with wx 2.8 and also simplify the code (closes #9560)

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

15 years agoadd a comment about wxNativeFontInfo::SetFaceName return value
Francesco Montorsi [Tue, 24 Mar 2009 23:13:57 +0000 (23:13 +0000)] 
add a comment about  wxNativeFontInfo::SetFaceName return value

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

15 years agomake sure that wxSystemSettings::GetFont/GetColour return values are always valid
Francesco Montorsi [Tue, 24 Mar 2009 23:13:02 +0000 (23:13 +0000)] 
make sure that wxSystemSettings::GetFont/GetColour return values are always valid

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

15 years agoupdate wxGTK font implementation removing useless functions dating to wxGTK1 (HasNati...
Francesco Montorsi [Tue, 24 Mar 2009 21:18:15 +0000 (21:18 +0000)] 
update wxGTK font implementation removing useless functions dating to wxGTK1 (HasNativeFont() always == true in wxGTK2)

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

15 years agofix misc typos
Francesco Montorsi [Tue, 24 Mar 2009 21:11:42 +0000 (21:11 +0000)] 
fix misc typos

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

15 years agoDon't translate panel titles
Julian Smart [Tue, 24 Mar 2009 19:09:52 +0000 (19:09 +0000)] 
Don't translate panel titles

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

15 years agoFixed small alignment issues
Julian Smart [Tue, 24 Mar 2009 19:06:19 +0000 (19:06 +0000)] 
Fixed small alignment issues

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

15 years agoadded some clarifying comments to wxCStrData
Václav Slavík [Tue, 24 Mar 2009 17:55:04 +0000 (17:55 +0000)] 
added some  clarifying comments to wxCStrData

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

15 years agocorrecting inverted conditions of r59725
Stefan Csomor [Tue, 24 Mar 2009 17:54:51 +0000 (17:54 +0000)] 
correcting inverted conditions of r59725

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

15 years agoadded GetEnglish{Month,WeekDay}Name()
Vadim Zeitlin [Tue, 24 Mar 2009 16:51:10 +0000 (16:51 +0000)] 
added GetEnglish{Month,WeekDay}Name()

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

15 years agocorrect translation between iterators and char pointers in CallStrptime()
Vadim Zeitlin [Tue, 24 Mar 2009 12:20:23 +0000 (12:20 +0000)] 
correct translation between iterators and char pointers in CallStrptime()

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

15 years agodiscard the time zone part of strings being parsed (generalizes the "CEST"-ignoring...
Vadim Zeitlin [Tue, 24 Mar 2009 12:19:21 +0000 (12:19 +0000)] 
discard the time zone part of strings being parsed (generalizes the "CEST"-ignoring hack of r59682)

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

15 years agowork around VC6 bug
Vadim Zeitlin [Tue, 24 Mar 2009 11:18:34 +0000 (11:18 +0000)] 
work around VC6 bug

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

15 years agoset eol-style to native
Vadim Zeitlin [Tue, 24 Mar 2009 10:05:11 +0000 (10:05 +0000)] 
set eol-style to native

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

15 years agocompilation fix: remove extraneous variable declaration after last commit (why didn...
Vadim Zeitlin [Tue, 24 Mar 2009 09:15:44 +0000 (09:15 +0000)] 
compilation fix: remove extraneous variable declaration after last commit (why didn't g++ complain about it?)

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

15 years agoconforming to new naming convention of starting all port specific methods with the...
Stefan Csomor [Tue, 24 Mar 2009 07:56:17 +0000 (07:56 +0000)] 
conforming to new naming convention of starting all port specific methods with the port prefix

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

15 years agocleanup
Stefan Csomor [Tue, 24 Mar 2009 07:40:58 +0000 (07:40 +0000)] 
cleanup

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

15 years agoUpdated 'setup' for OpenVMS
Jouk Jansen [Tue, 24 Mar 2009 07:18:21 +0000 (07:18 +0000)] 
Updated 'setup' for OpenVMS

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

15 years agoadding back API for 2.8 compatibility
Stefan Csomor [Tue, 24 Mar 2009 06:58:43 +0000 (06:58 +0000)] 
adding back API for 2.8 compatibility

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

15 years agofix parsing methods for non-ASCII strings (e.g. dates in non-"C" locales) (see #9560)
Vadim Zeitlin [Tue, 24 Mar 2009 00:11:42 +0000 (00:11 +0000)] 
fix parsing methods for non-ASCII strings (e.g. dates in non-"C" locales) (see #9560)

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

15 years agoenforce "C" locale for tests which can't work in any other (because test data is...
Vadim Zeitlin [Mon, 23 Mar 2009 23:29:10 +0000 (23:29 +0000)] 
enforce "C" locale for tests which can't work in any other (because test data is in English)

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

15 years agogive better error messages when tests fail
Vadim Zeitlin [Mon, 23 Mar 2009 23:22:37 +0000 (23:22 +0000)] 
give better error messages when tests fail

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

15 years agomake wxStringOperationsWchar methods templates too to be able to reuse them with...
Vadim Zeitlin [Mon, 23 Mar 2009 23:11:55 +0000 (23:11 +0000)] 
make wxStringOperationsWchar methods templates too to be able to reuse them with char pointers (and for consistency with wxStringOperationsUtf8)

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

15 years agoadding scheduler
Stefan Csomor [Mon, 23 Mar 2009 18:34:03 +0000 (18:34 +0000)] 
adding scheduler

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

15 years agoFix branch name.
Michael Wetherell [Mon, 23 Mar 2009 18:28:25 +0000 (18:28 +0000)] 
Fix branch name.

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

15 years agoMake dir names unique.
Michael Wetherell [Mon, 23 Mar 2009 18:16:10 +0000 (18:16 +0000)] 
Make dir names unique.

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

15 years agoadding OSX 2.9 preview
Stefan Csomor [Mon, 23 Mar 2009 17:56:09 +0000 (17:56 +0000)] 
adding OSX 2.9 preview

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

15 years agoswitching a few icons, removing OS9 folder icons
Stefan Csomor [Mon, 23 Mar 2009 17:45:21 +0000 (17:45 +0000)] 
switching a few icons, removing OS9 folder icons

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

15 years agoswitching a few icons, removing OS9 folder icons
Stefan Csomor [Mon, 23 Mar 2009 17:44:58 +0000 (17:44 +0000)] 
switching a few icons, removing OS9 folder icons

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

15 years agosmall changes to make the test run fine on wxMSW, too;
Francesco Montorsi [Mon, 23 Mar 2009 16:49:20 +0000 (16:49 +0000)] 
small changes to make the test run fine on wxMSW, too;
do not use stdout as variable name as VC9 doesn't like it

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

15 years agoremove VCard code leftover: it's not part of wx
Francesco Montorsi [Mon, 23 Mar 2009 16:28:22 +0000 (16:28 +0000)] 
remove VCard code leftover: it's not part of wx

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

15 years agoput wxSetLocale() call in setUp() as VC6 still fails because of wrong locale in Vsnpr...
Francesco Montorsi [Mon, 23 Mar 2009 16:25:44 +0000 (16:25 +0000)] 
put wxSetLocale() call in setUp() as VC6 still fails because of wrong locale in VsnprintfTestCase

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

15 years agomake sure that wxProcess always have a valid PID set; add test unit for wxExecute...
Francesco Montorsi [Mon, 23 Mar 2009 16:23:44 +0000 (16:23 +0000)] 
make sure that wxProcess always have a valid PID set; add test unit for wxExecute,wxShell,wxProcess based on the code in the console sample; add some more infos/notes in wxProcess docs

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

15 years agosimplyfing code, fixing warnings
Stefan Csomor [Mon, 23 Mar 2009 16:13:37 +0000 (16:13 +0000)] 
simplyfing code, fixing warnings

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

15 years agoadding more native icons, fixes #8778
Stefan Csomor [Mon, 23 Mar 2009 16:12:44 +0000 (16:12 +0000)] 
adding more native icons, fixes #8778

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

15 years agoadding more native icons, fixes #8778
Stefan Csomor [Mon, 23 Mar 2009 16:12:02 +0000 (16:12 +0000)] 
adding more native icons, fixes #8778

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

15 years agodon't assert in Refresh() if window is not created yet, simply return without doing...
Vadim Zeitlin [Mon, 23 Mar 2009 15:59:37 +0000 (15:59 +0000)] 
don't assert in Refresh() if window is not created yet, simply return without doing anything (fixes crash on startup in the aui sample introduced by r59394)

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

15 years agotextctrl cleanup
Stefan Csomor [Mon, 23 Mar 2009 15:32:34 +0000 (15:32 +0000)] 
textctrl cleanup

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

15 years agofixing warnings in osx cocoa
Stefan Csomor [Mon, 23 Mar 2009 15:26:33 +0000 (15:26 +0000)] 
fixing warnings in osx cocoa

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

15 years agofixing warning in osx core and carbon
Stefan Csomor [Mon, 23 Mar 2009 15:24:04 +0000 (15:24 +0000)] 
fixing warning in osx core and carbon

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

15 years agofixing warnings in osx common code
Stefan Csomor [Mon, 23 Mar 2009 15:17:22 +0000 (15:17 +0000)] 
fixing warnings in osx common code

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

15 years agoremember to users that env vars are hardly usable for IPC :)
Francesco Montorsi [Mon, 23 Mar 2009 15:04:29 +0000 (15:04 +0000)] 
remember to users that env vars are hardly usable for IPC :)

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

15 years agoadds proper detection of tests success/failure; clear that "error level" != "return...
Francesco Montorsi [Mon, 23 Mar 2009 14:57:10 +0000 (14:57 +0000)] 
adds proper detection of tests success/failure; clear that "error level" != "return code"

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

15 years agoadd the ability to test the wxBell() function
Francesco Montorsi [Mon, 23 Mar 2009 14:04:46 +0000 (14:04 +0000)] 
add the ability to test the wxBell() function

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

15 years agoUpdates for OpenVMS compile support
Jouk Jansen [Mon, 23 Mar 2009 13:57:26 +0000 (13:57 +0000)] 
Updates for OpenVMS compile support

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

15 years agofix warnings about empty controlling statement in release build
Vadim Zeitlin [Mon, 23 Mar 2009 13:10:19 +0000 (13:10 +0000)] 
fix warnings about empty controlling statement in release build

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

15 years agoadd timing of the page loading (see #9972)
Vadim Zeitlin [Mon, 23 Mar 2009 13:00:42 +0000 (13:00 +0000)] 
add timing of the page loading (see #9972)

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

15 years agomention wxGridBagSizer (closes #10488)
Vadim Zeitlin [Mon, 23 Mar 2009 12:59:34 +0000 (12:59 +0000)] 
mention wxGridBagSizer (closes #10488)

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

15 years agodon't change the dialog size when updating the message; document that this is intenti...
Vadim Zeitlin [Mon, 23 Mar 2009 12:31:26 +0000 (12:31 +0000)] 
don't change the dialog size when updating the message; document that this is intentional (see #10624)

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

15 years agoinitialize NUM_COLS correctly in columns order test (closes #10630)
Vadim Zeitlin [Mon, 23 Mar 2009 12:18:51 +0000 (12:18 +0000)] 
initialize NUM_COLS correctly in columns order test (closes #10630)

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

15 years agofix typo; use C locale for VsnprintfTestCase
Francesco Montorsi [Mon, 23 Mar 2009 12:17:39 +0000 (12:17 +0000)] 
fix typo; use C locale for VsnprintfTestCase

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

15 years agodon't make the items owner drawn unnecessarily under recent Windows systems; fix...
Vadim Zeitlin [Mon, 23 Mar 2009 12:09:58 +0000 (12:09 +0000)] 
don't make the items owner drawn unnecessarily under recent Windows systems; fix handling of checked/unchecked bitmaps under Vista too; simplify the code by refactoring bitmaps handling in a separate function

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

15 years agoadded "bool checked" parameter to SetBitmap() too, for consisttency with GetBitmap()
Vadim Zeitlin [Mon, 23 Mar 2009 12:07:42 +0000 (12:07 +0000)] 
added "bool checked" parameter to SetBitmap() too, for consisttency with GetBitmap()

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

15 years agothis one should really work
Francesco Montorsi [Mon, 23 Mar 2009 11:01:33 +0000 (11:01 +0000)] 
this one should really work

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

15 years agomodify signature of new wxStreamBuffer ctors to avoid conflicts with the existing...
Vadim Zeitlin [Mon, 23 Mar 2009 10:59:40 +0000 (10:59 +0000)] 
modify signature of new wxStreamBuffer ctors to avoid conflicts with the existing ones (closes #10144)

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

15 years agofix the build fix
Francesco Montorsi [Mon, 23 Mar 2009 10:58:32 +0000 (10:58 +0000)] 
fix the build fix

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

15 years agodon't disable wxLogTrace() at debug levels < 2
Vadim Zeitlin [Mon, 23 Mar 2009 10:42:17 +0000 (10:42 +0000)] 
don't disable wxLogTrace() at debug levels < 2

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

15 years agoblind carbon build fix
Francesco Montorsi [Mon, 23 Mar 2009 10:04:56 +0000 (10:04 +0000)] 
blind carbon build fix

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

15 years agotry to remove /B from EXIT commands; prints a "separator" between test.exe and test_g...
Francesco Montorsi [Mon, 23 Mar 2009 10:01:13 +0000 (10:01 +0000)] 
try to remove /B from EXIT commands; prints a "separator" between test.exe and test_gui.exe output

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

15 years agofixing end-of-file
Stefan Csomor [Mon, 23 Mar 2009 09:10:37 +0000 (09:10 +0000)] 
fixing end-of-file

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

15 years agowxEvtHandler derives from wxTrackable, too
Francesco Montorsi [Mon, 23 Mar 2009 00:26:17 +0000 (00:26 +0000)] 
wxEvtHandler derives from wxTrackable, too

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

15 years agobetter docs for wxCmdLineParser (fixes a few typos, adds more comments)
Francesco Montorsi [Sun, 22 Mar 2009 23:29:14 +0000 (23:29 +0000)] 
better docs for wxCmdLineParser (fixes a few typos, adds more comments)

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

15 years agofix building tests in release mode
Francesco Montorsi [Sun, 22 Mar 2009 23:02:55 +0000 (23:02 +0000)] 
fix building tests in release mode

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

15 years agoadd missing beginEventEmissionTable
Francesco Montorsi [Sun, 22 Mar 2009 22:29:00 +0000 (22:29 +0000)] 
add missing beginEventEmissionTable

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

15 years agocorrect syntax (patterns need to be escaped)
Vadim Zeitlin [Sun, 22 Mar 2009 22:08:19 +0000 (22:08 +0000)] 
correct syntax (patterns need to be escaped)

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

15 years agodon't incorrectly say that wxSOCKET_REUSEADDR is for servers only (closes #10626)
Vadim Zeitlin [Sun, 22 Mar 2009 22:02:30 +0000 (22:02 +0000)] 
don't incorrectly say that wxSOCKET_REUSEADDR is for servers only (closes #10626)

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

15 years agocompilation fix after wxBrushStyle changes (closes #9593)
Vadim Zeitlin [Sun, 22 Mar 2009 21:58:21 +0000 (21:58 +0000)] 
compilation fix after wxBrushStyle changes (closes #9593)

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

15 years agowxGTK1 compilation fixes
Vadim Zeitlin [Sun, 22 Mar 2009 21:42:40 +0000 (21:42 +0000)] 
wxGTK1 compilation fixes

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

15 years agofix harmless unused parameter warning
Vadim Zeitlin [Sun, 22 Mar 2009 21:42:26 +0000 (21:42 +0000)] 
fix harmless unused parameter warning

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

15 years agocompilation fix for wxMotif and wxGTK1 (of course, it will still crash at run-time...
Vadim Zeitlin [Sun, 22 Mar 2009 21:42:08 +0000 (21:42 +0000)] 
compilation fix for wxMotif and wxGTK1 (of course, it will still crash at run-time, just as for the other ports but hey, it compiles)

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

15 years agomoved the check for correct implementation of wxEvent::Clone() to a unit test from...
Vadim Zeitlin [Sun, 22 Mar 2009 21:31:34 +0000 (21:31 +0000)] 
moved the check for correct implementation of wxEvent::Clone() to a unit test from wx startup code

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

15 years agoset the PATH to contain ../lib/*_dll directories before running the tests
Vadim Zeitlin [Sun, 22 Mar 2009 21:07:51 +0000 (21:07 +0000)] 
set the PATH to contain ../lib/*_dll directories before running the tests

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

15 years agoadded wxStaticCast() unit test
Vadim Zeitlin [Sun, 22 Mar 2009 21:04:28 +0000 (21:04 +0000)] 
added wxStaticCast() unit test

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

15 years agofix compilation breaking typo in recent commit
Vadim Zeitlin [Sun, 22 Mar 2009 20:51:54 +0000 (20:51 +0000)] 
fix compilation breaking typo in recent commit

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

15 years agoadd WXWIN_COMPATIBILITY_2_8 test around another wxLogTrace(wxTraceMask) occurrence
Vadim Zeitlin [Sun, 22 Mar 2009 20:51:21 +0000 (20:51 +0000)] 
add WXWIN_COMPATIBILITY_2_8 test around another wxLogTrace(wxTraceMask) occurrence

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

15 years agomade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG_LEVEL and added wxUSE_LOG_TRA...
Vadim Zeitlin [Sun, 22 Mar 2009 17:18:07 +0000 (17:18 +0000)] 
made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG_LEVEL and added wxUSE_LOG_TRACE (currently never enabled by default); fix warnings about unused variables after these changes

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

15 years agomake wxMessageOutput::Output() public to avoid having to call Printf("%s", s)
Vadim Zeitlin [Sun, 22 Mar 2009 17:17:01 +0000 (17:17 +0000)] 
make wxMessageOutput::Output() public to avoid having to call Printf("%s", s)

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

15 years agoadding tests
Stefan Csomor [Sun, 22 Mar 2009 16:22:31 +0000 (16:22 +0000)] 
adding tests

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

15 years agocompilation fix for wxUSE_STD_STRING==0
Vadim Zeitlin [Sun, 22 Mar 2009 16:10:09 +0000 (16:10 +0000)] 
compilation fix for wxUSE_STD_STRING==0

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

15 years agodeprecate integer trace masks and don't define the methods related to them if WXWIN_C...
Vadim Zeitlin [Sun, 22 Mar 2009 16:00:37 +0000 (16:00 +0000)] 
deprecate integer trace masks and don't define the methods related to them if WXWIN_COMPATIBILITY_2_8==0

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

15 years agomove forward declarations unneeded in wx/log.h to wx/generic/logg.h
Vadim Zeitlin [Sun, 22 Mar 2009 15:40:53 +0000 (15:40 +0000)] 
move forward declarations unneeded in wx/log.h to wx/generic/logg.h

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

15 years agodefine wxUSE_LOG_DEBUG as wxDEBUG_LEVEL and not as defined(__WXDEBUG__)
Vadim Zeitlin [Sun, 22 Mar 2009 15:40:08 +0000 (15:40 +0000)] 
define wxUSE_LOG_DEBUG as wxDEBUG_LEVEL and not as defined(__WXDEBUG__)

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

15 years agocompilation fix for STL build after the last change
Vadim Zeitlin [Sun, 22 Mar 2009 15:30:15 +0000 (15:30 +0000)] 
compilation fix for STL build after the last change

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

15 years agowxGTK1 compilation fixes after last changes
Vadim Zeitlin [Sun, 22 Mar 2009 13:29:52 +0000 (13:29 +0000)] 
wxGTK1 compilation fixes after last changes

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

15 years agofix typo; wrap lines; add some clarifications
Vadim Zeitlin [Sun, 22 Mar 2009 13:12:45 +0000 (13:12 +0000)] 
fix typo; wrap lines; add some clarifications

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

15 years agoreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
Vadim Zeitlin [Sun, 22 Mar 2009 12:53:48 +0000 (12:53 +0000)] 
replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL

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

15 years agocorrect wxASSERT_LEVEL_2 definition
Vadim Zeitlin [Sun, 22 Mar 2009 12:26:17 +0000 (12:26 +0000)] 
correct wxASSERT_LEVEL_2 definition

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

15 years agouse wxALIGN_RIGHT instead of wxTE_RIGHT here too (should have been part of last commit)
Vadim Zeitlin [Sun, 22 Mar 2009 11:18:15 +0000 (11:18 +0000)] 
use wxALIGN_RIGHT instead of wxTE_RIGHT here too (should have been part of last commit)

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

15 years agouse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter...
Vadim Zeitlin [Sun, 22 Mar 2009 10:55:55 +0000 (10:55 +0000)] 
use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter not being defined in wx/spinctrl.h on non-MSW platforms (see #10621)

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

15 years agono changes, just wrap long lines
Vadim Zeitlin [Sun, 22 Mar 2009 10:51:26 +0000 (10:51 +0000)] 
no changes, just wrap long lines

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

15 years agosimpler define handling
Stefan Csomor [Sun, 22 Mar 2009 09:49:28 +0000 (09:49 +0000)] 
simpler define handling

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

15 years agoadd alignment flags support to wxSpinCtrl[Double] (closes #10621)
Vadim Zeitlin [Sun, 22 Mar 2009 09:18:46 +0000 (09:18 +0000)] 
add alignment flags support to wxSpinCtrl[Double] (closes #10621)

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

15 years agofix harmless warning about unreachable code under MSW after last commit
Vadim Zeitlin [Sun, 22 Mar 2009 09:05:58 +0000 (09:05 +0000)] 
fix harmless warning about unreachable code under MSW after last commit

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