wxWidgets.git
19 years agofix datetime tests for non-westeurope time zones
Ryan Norton [Wed, 10 Nov 2004 09:31:13 +0000 (09:31 +0000)] 
fix datetime tests for non-westeurope time zones

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

19 years agoDon't shoot the messenger. Reverted the previous 'silent treatment' patch,
Ron Lee [Wed, 10 Nov 2004 05:01:23 +0000 (05:01 +0000)] 
Don't shoot the messenger.  Reverted the previous 'silent treatment' patch,
users should be informed of things that go wrong, when they go wrong, without
having to figure out what cold silence means in that context from other clues.

If broken configure scripts perform unnecessary tests, or clever ones want
to perform them silently, then they should redirect stderr to /dev/null like
all other well behaved tools might.

Fixed bug diagnosed by Fritz Elfert where an explicit --host specification to
configure was not properly ignored for native builds.

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

19 years agoreSWIGged
Robin Dunn [Wed, 10 Nov 2004 00:53:10 +0000 (00:53 +0000)] 
reSWIGged

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

19 years agotypo fixed
Robin Dunn [Wed, 10 Nov 2004 00:33:04 +0000 (00:33 +0000)] 
typo fixed

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

19 years agotoplevel creation respecting wxDefaultPosition again
Stefan Csomor [Tue, 9 Nov 2004 20:03:19 +0000 (20:03 +0000)] 
toplevel creation respecting wxDefaultPosition again

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

19 years agodon't define comparison operators for wxString and wx[W]CharBuffer when wxUSE_STL...
Vadim Zeitlin [Tue, 9 Nov 2004 19:35:33 +0000 (19:35 +0000)] 
don't define comparison operators for wxString and wx[W]CharBuffer when wxUSE_STL == 1 neither

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

19 years agoRemoved method which belongs to wxArrayString (and is listed there already) [Bug...
Włodzimierz Skiba [Tue, 9 Nov 2004 19:32:55 +0000 (19:32 +0000)] 
Removed method which belongs to wxArrayString (and is listed there already) [Bug #957545].

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

19 years agoUnicode fixes. Avoid int 'ch' and '(wx)char ch' in the same scope.
Włodzimierz Skiba [Tue, 9 Nov 2004 19:17:05 +0000 (19:17 +0000)] 
Unicode fixes. Avoid int 'ch' and '(wx)char ch' in the same scope.

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

19 years ago[1001483] Added wxPasswordEntryDialog analagous to wxTextEntryDialog, allows detectin...
Kevin Hock [Tue, 9 Nov 2004 19:13:15 +0000 (19:13 +0000)] 
[1001483] Added wxPasswordEntryDialog analagous to wxTextEntryDialog, allows detecting entering an empty string vs. cancel unlike the wxGetPasswordFromUser dialog function.

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

19 years ago[1001483] wxGetPasswordFromUser now uses wxPasswordEntryDialog instead of wxTextEntry...
Kevin Hock [Tue, 9 Nov 2004 19:09:58 +0000 (19:09 +0000)] 
[1001483] wxGetPasswordFromUser now uses wxPasswordEntryDialog instead of wxTextEntryDialog

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

19 years agoDoc fix [Patch #1048940].
Włodzimierz Skiba [Tue, 9 Nov 2004 19:09:13 +0000 (19:09 +0000)] 
Doc fix [Patch #1048940].

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

19 years ago[1001483] Added default prompt for new wxPasswordEntryDialog
Kevin Hock [Tue, 9 Nov 2004 19:03:17 +0000 (19:03 +0000)] 
[1001483] Added default prompt for new wxPasswordEntryDialog

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

19 years ago[1001483] Added wxPasswordEntryDialog analagous to wxTextEntryDialog, allows detectin...
Kevin Hock [Tue, 9 Nov 2004 19:01:47 +0000 (19:01 +0000)] 
[1001483] Added wxPasswordEntryDialog analagous to wxTextEntryDialog, allows detecting entering an empty string vs. cancel unlike the wxGetPasswordFromUser dialog function.

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

19 years agoSupress 48 warnings in wx\msw\uxtheme.h: 'va_start' macro will not work without an...
Włodzimierz Skiba [Tue, 9 Nov 2004 18:53:23 +0000 (18:53 +0000)] 
Supress 48 warnings in wx\msw\uxtheme.h: 'va_start' macro will not work without an argument before '...'.

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

19 years agoWarning fixes, IsEmpty->empty.
Włodzimierz Skiba [Tue, 9 Nov 2004 18:48:38 +0000 (18:48 +0000)] 
Warning fixes, IsEmpty->empty.

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

19 years agowxSizer::Add/Insert now returns pointer to wxSizerItem added and wxSizerItem contains...
Włodzimierz Skiba [Tue, 9 Nov 2004 18:33:00 +0000 (18:33 +0000)] 
wxSizer::Add/Insert now returns pointer to wxSizerItem added and wxSizerItem contains access to its area [Patch #1042571 with minimal tweaks]

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

19 years agoBacked out Oliver's PyPlot changes at Gordon's request.
Robin Dunn [Tue, 9 Nov 2004 18:03:21 +0000 (18:03 +0000)] 
Backed out Oliver's PyPlot changes at Gordon's request.

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

19 years agomemory corruption fixes
Václav Slavík [Tue, 9 Nov 2004 11:02:58 +0000 (11:02 +0000)] 
memory corruption fixes

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

19 years agofixed memory deallocation
Václav Slavík [Tue, 9 Nov 2004 10:29:47 +0000 (10:29 +0000)] 
fixed memory deallocation

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

19 years agomove offscreen before in order to avoid transitions for mdiparent frame as it suppose...
Stefan Csomor [Tue, 9 Nov 2004 08:13:00 +0000 (08:13 +0000)] 
move offscreen before in order to avoid transitions for mdiparent frame as it supposed not to be visible on mac anyway

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

19 years agoallow arbitrary positions for toplevel windows (also initially off-screen )
Stefan Csomor [Tue, 9 Nov 2004 08:02:40 +0000 (08:02 +0000)] 
allow arbitrary positions for toplevel windows (also initially off-screen )

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

19 years agoCast 4th parameter of getsockopt to char* and of setsockopt to const char*
David Elliott [Tue, 9 Nov 2004 04:20:38 +0000 (04:20 +0000)] 
Cast 4th parameter of getsockopt to char* and of setsockopt to const char*
so that older headers such as those found on Solaris 2.6 will work.

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

19 years agoremoved RC flag
Robin Dunn [Tue, 9 Nov 2004 03:41:31 +0000 (03:41 +0000)] 
removed RC flag

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

19 years agotypo
Robin Dunn [Tue, 9 Nov 2004 03:41:00 +0000 (03:41 +0000)] 
typo

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

19 years agoCan't use the config.PYVER value if it hasn't been set yet...
Robin Dunn [Tue, 9 Nov 2004 03:40:11 +0000 (03:40 +0000)] 
Can't use the config.PYVER value if it hasn't been set yet...

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

19 years agoreturn error code upon KeyboardInterrupt
Robin Dunn [Tue, 9 Nov 2004 03:39:32 +0000 (03:39 +0000)] 
return error code upon KeyboardInterrupt

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

19 years agoremove fixme and explain unicode characters
Ryan Norton [Tue, 9 Nov 2004 03:22:56 +0000 (03:22 +0000)] 
remove fixme and explain unicode characters

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

19 years agooops, set coLinux hosts for the other Jobs too
Robin Dunn [Tue, 9 Nov 2004 00:09:25 +0000 (00:09 +0000)] 
oops, set coLinux hosts for the other Jobs too

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

19 years agocorrected function name
Robin Dunn [Mon, 8 Nov 2004 23:59:44 +0000 (23:59 +0000)] 
corrected function name

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

19 years agoRevamped automated build system to use a Python script for the master
Robin Dunn [Mon, 8 Nov 2004 23:55:25 +0000 (23:55 +0000)] 
Revamped automated build system to use a Python script for the master
control script, make parallel builds the only way to do it
(facilitated by the taskrunner module) split out the guts of build-all
into separate scripts, etc.

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

19 years agoRemove unnecessary OW recognition.
Włodzimierz Skiba [Mon, 8 Nov 2004 21:27:30 +0000 (21:27 +0000)] 
Remove unnecessary OW recognition.

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

19 years agoPython App bundles built on Jaguar won't run on Panther because of the
Robin Dunn [Mon, 8 Nov 2004 21:24:41 +0000 (21:24 +0000)] 
Python App bundles built on Jaguar won't run on Panther because of the
different paths to the Python.app so we need to differentiate the two
builds for the docs-demo disk image.

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

19 years agoregenerated
Robin Dunn [Mon, 8 Nov 2004 21:23:08 +0000 (21:23 +0000)] 
regenerated

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

19 years agoBlind change following observation in wxTextCtrlBase.
Włodzimierz Skiba [Mon, 8 Nov 2004 20:03:12 +0000 (20:03 +0000)] 
Blind change following observation in wxTextCtrlBase.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Mon, 8 Nov 2004 19:57:37 +0000 (19:57 +0000)] 
Warning fixes.

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

19 years agoGet shorter code with new wxRect constructor.
Włodzimierz Skiba [Mon, 8 Nov 2004 19:54:24 +0000 (19:54 +0000)] 
Get shorter code with new wxRect constructor.

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

19 years agoUnused warning fix.
Włodzimierz Skiba [Mon, 8 Nov 2004 19:51:55 +0000 (19:51 +0000)] 
Unused warning fix.

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

19 years agoUnfortunatelly compiler does not know which bits play here and still warns about...
Włodzimierz Skiba [Mon, 8 Nov 2004 19:34:45 +0000 (19:34 +0000)] 
Unfortunatelly compiler does not know which bits play here and still warns about loosing them.

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

19 years agoOW prototypes does not use ints in Unicode.
Włodzimierz Skiba [Mon, 8 Nov 2004 19:27:13 +0000 (19:27 +0000)] 
OW prototypes does not use ints in Unicode.

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

19 years agoUndef GetWindowStyle() after new #include in cmndata.cpp.
Włodzimierz Skiba [Mon, 8 Nov 2004 19:20:28 +0000 (19:20 +0000)] 
Undef GetWindowStyle() after new #include in cmndata.cpp.

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

19 years agodon't define comparison operators taking wxStrings when wxUSE_STL == 1
Vadim Zeitlin [Mon, 8 Nov 2004 18:19:13 +0000 (18:19 +0000)] 
don't define comparison operators taking wxStrings when wxUSE_STL == 1

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

19 years agouse wx_release_number instead of WX_CURRENT in Mac .r and .rsrc file names
Vadim Zeitlin [Mon, 8 Nov 2004 17:17:04 +0000 (17:17 +0000)] 
use wx_release_number instead of WX_CURRENT in Mac .r and .rsrc file names

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

19 years agoreverted last commit, still broken for VC6
Vadim Zeitlin [Mon, 8 Nov 2004 14:43:04 +0000 (14:43 +0000)] 
reverted last commit, still broken for VC6

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

19 years agofail silently if the requested wx-config is not found
Vadim Zeitlin [Mon, 8 Nov 2004 14:37:20 +0000 (14:37 +0000)] 
fail silently if the requested wx-config is not found

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

19 years agoregenerated (fixes problem with undefined EXTRALIBS_GNOMEPRINT)
Vadim Zeitlin [Mon, 8 Nov 2004 14:30:06 +0000 (14:30 +0000)] 
regenerated (fixes problem with undefined EXTRALIBS_GNOMEPRINT)

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

19 years agoUnicode corrections in new SqlExec() overload
George Tasker [Mon, 8 Nov 2004 12:21:09 +0000 (12:21 +0000)] 
Unicode corrections in new SqlExec() overload
SQL_BIT and SQL_TIMESTAMP were not being correctly interpreted in ::GetColumns()
Source reformatting to match WX conventions

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

19 years agoremove docs
Ryan Norton [Mon, 8 Nov 2004 07:22:30 +0000 (07:22 +0000)] 
remove docs

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

19 years ago*** empty log message ***
Ryan Norton [Mon, 8 Nov 2004 05:17:32 +0000 (05:17 +0000)] 
*** empty log message ***

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

19 years agofixup authorship
Ryan Norton [Mon, 8 Nov 2004 04:08:36 +0000 (04:08 +0000)] 
fixup authorship

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

19 years agofix playbackrate
Ryan Norton [Mon, 8 Nov 2004 02:39:00 +0000 (02:39 +0000)] 
fix playbackrate

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

19 years agofinalize MAC implementation
Ryan Norton [Mon, 8 Nov 2004 02:23:43 +0000 (02:23 +0000)] 
finalize MAC implementation

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

19 years agofinalize MSW implementation
Ryan Norton [Mon, 8 Nov 2004 02:05:01 +0000 (02:05 +0000)] 
finalize MSW implementation

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

19 years agocorrect to int32 for range comparison
Ryan Norton [Mon, 8 Nov 2004 00:34:51 +0000 (00:34 +0000)] 
correct to int32 for range comparison

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

19 years agoworkback defs for OSX
Ryan Norton [Mon, 8 Nov 2004 00:28:36 +0000 (00:28 +0000)] 
workback defs for OSX

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

19 years agoclean up dust from uri tests
Ryan Norton [Mon, 8 Nov 2004 00:23:52 +0000 (00:23 +0000)] 
clean up dust from uri tests

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

19 years agoupdate msvc projs manually for changed tests and uri tests and rebake others
Ryan Norton [Mon, 8 Nov 2004 00:17:00 +0000 (00:17 +0000)] 
update msvc projs manually for changed tests and uri tests and rebake others

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

19 years agoThe spacing just isn't right without the 4 pixel border around the textbox part
Kevin Hock [Sun, 7 Nov 2004 22:22:31 +0000 (22:22 +0000)] 
The spacing just isn't right without the 4 pixel border around the textbox part

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

19 years agofixed typo
Václav Slavík [Sun, 7 Nov 2004 21:34:15 +0000 (21:34 +0000)] 
fixed typo

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

19 years agohandle volume part of the path correctly in wxFileName(path, name, ext) ctor
Vadim Zeitlin [Sun, 7 Nov 2004 20:11:42 +0000 (20:11 +0000)] 
handle volume part of the path correctly in wxFileName(path, name, ext) ctor

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

19 years agomade IsPathSeparator(NUL) work (by returning false)
Vadim Zeitlin [Sun, 7 Nov 2004 20:06:37 +0000 (20:06 +0000)] 
made IsPathSeparator(NUL) work (by returning false)

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

19 years agoignore VC7 projects
Vadim Zeitlin [Sun, 7 Nov 2004 19:44:17 +0000 (19:44 +0000)] 
ignore VC7 projects

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

19 years agowxWindows -> wxWidgets
Julian Smart [Sun, 7 Nov 2004 19:20:20 +0000 (19:20 +0000)] 
wxWindows -> wxWidgets

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

19 years agouse wxART_BUTTON for stock bitmap buttons
Václav Slavík [Sun, 7 Nov 2004 17:05:27 +0000 (17:05 +0000)] 
use wxART_BUTTON for stock bitmap buttons

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

19 years agosome setup.h changes for wxMovieCtrl
Ryan Norton [Sun, 7 Nov 2004 15:47:57 +0000 (15:47 +0000)] 
some setup.h changes for wxMovieCtrl

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

19 years agofix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx.NullColour) bug
Ryan Norton [Sun, 7 Nov 2004 14:14:10 +0000 (14:14 +0000)] 
fix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx.NullColour) bug

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

19 years agofix for [ 1055191 ] wxTextCtrl::GetStyle() wrong attr and extended stat bar in text...
Ryan Norton [Sun, 7 Nov 2004 13:01:59 +0000 (13:01 +0000)] 
fix for [ 1055191 ] wxTextCtrl::GetStyle() wrong attr and extended stat bar in text ctrl sample with rich text to show font attributes

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

19 years agoquick fixup
Ryan Norton [Sun, 7 Nov 2004 12:27:05 +0000 (12:27 +0000)] 
quick fixup

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

19 years agoallow multiple movie loading as per Julian's suggestion. DOC.
Ryan Norton [Sun, 7 Nov 2004 12:22:11 +0000 (12:22 +0000)] 
allow multiple movie loading as per Julian's suggestion.  DOC.

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

19 years agoclear up wxStringBuffer docs a bit
Ryan Norton [Sun, 7 Nov 2004 11:42:51 +0000 (11:42 +0000)] 
clear up wxStringBuffer docs a bit

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

19 years agocorrect Stopping - go to start of movie if stopped - add in preliminary docs
Ryan Norton [Sun, 7 Nov 2004 11:34:15 +0000 (11:34 +0000)] 
correct Stopping - go to start of movie if stopped - add in preliminary docs

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

19 years agoadd Length, Tell, SetPlaybackRate and GetPlaybackRate - use Connect instead of messag...
Ryan Norton [Sun, 7 Nov 2004 10:56:06 +0000 (10:56 +0000)] 
add Length, Tell, SetPlaybackRate and GetPlaybackRate - use Connect instead of message maps - on MSW don't assert if the file has no video and only sound - add event for when the movie finishes

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

19 years ago Forgot to commit these.
Robert Roebling [Sun, 7 Nov 2004 10:20:14 +0000 (10:20 +0000)] 
  Forgot to commit these.

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

19 years ago Moved deletion of wxPrintFacory to module.
Robert Roebling [Sun, 7 Nov 2004 10:11:48 +0000 (10:11 +0000)] 
 Moved deletion of wxPrintFacory to module.
 Added wxWidgets 2.4 backward comp methods
   to wxPrintData which make use of the
   PostScript native print data if used.

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

19 years agofixup
Ryan Norton [Sun, 7 Nov 2004 09:04:40 +0000 (09:04 +0000)] 
fixup

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

19 years agowxMovieCtrl - for playing movies - mac carbon QT 3 MSW-compatable implementation...
Ryan Norton [Sun, 7 Nov 2004 08:27:51 +0000 (08:27 +0000)] 
wxMovieCtrl - for playing movies - mac carbon QT 3 MSW-compatable implementation and MSW DirectX7 directshow implementation

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

19 years agoEnableEffects added for generic font dialog
Kevin Hock [Sun, 7 Nov 2004 05:38:58 +0000 (05:38 +0000)] 
EnableEffects added for generic font dialog

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

19 years agoAdded checking of EnableEffects flag and not allowing changes to color or underlining...
Kevin Hock [Sun, 7 Nov 2004 05:38:02 +0000 (05:38 +0000)] 
Added checking of EnableEffects flag and not allowing changes to color or underlining if it is not set, consistent with MSW (GTK2 native control doesn't offer underlining or color, so flag is essentially always disabled on GTK2)

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

19 years agochange spun via [ 1050204 ] wxFileDialog wildcard filters
Ryan Norton [Sun, 7 Nov 2004 01:11:42 +0000 (01:11 +0000)] 
change spun via [ 1050204 ] wxFileDialog wildcard filters

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

19 years ago[ 1057587 ] MacOSX build fails with --disable-gauge or --disable-spinbtn
Ryan Norton [Sun, 7 Nov 2004 01:03:08 +0000 (01:03 +0000)] 
[ 1057587 ] MacOSX build fails with --disable-gauge or --disable-spinbtn

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

19 years agofix for [ 1020924 ] wx.Display.IsPrimary is wrong
Ryan Norton [Sun, 7 Nov 2004 00:48:37 +0000 (00:48 +0000)] 
fix for [ 1020924 ] wx.Display.IsPrimary is wrong

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

19 years agofix for [ 950550 ] wxChoice - wxEmptyString (wxChoice::FindString doesn't work with...
Ryan Norton [Sun, 7 Nov 2004 00:09:39 +0000 (00:09 +0000)] 
fix for [ 950550 ] wxChoice - wxEmptyString (wxChoice::FindString doesn't work with empty strings) - confirmed on win2k

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

19 years agofix for [ 1044879 ] wxMSW 2.5.3: memleaks in listctrl.cpp and bug in listctrl sample
Ryan Norton [Sat, 6 Nov 2004 23:49:28 +0000 (23:49 +0000)] 
fix for [ 1044879 ] wxMSW 2.5.3: memleaks in listctrl.cpp and bug in listctrl sample

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

19 years agofix for [ 1042972 ] Keycodes above WXK_START conflict with unicode characters
Ryan Norton [Sat, 6 Nov 2004 23:14:16 +0000 (23:14 +0000)] 
fix for [ 1042972 ] Keycodes above WXK_START conflict with unicode characters

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

19 years agoAdded wxStandardPaths implementation for OS/2.
Stefan Neis [Sat, 6 Nov 2004 22:14:04 +0000 (22:14 +0000)] 
Added wxStandardPaths implementation for OS/2.

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

19 years agofixup
Ryan Norton [Sat, 6 Nov 2004 20:39:44 +0000 (20:39 +0000)] 
fixup

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

19 years ago[ 955006 ] wxDb query with column information (modded to overload instead of creating...
Ryan Norton [Sat, 6 Nov 2004 20:32:34 +0000 (20:32 +0000)] 
[ 955006 ] wxDb query with column information (modded to overload instead of creating a new function)

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

19 years agofinal cleanup of string conversion with null characters (hopefully :))
Ryan Norton [Sat, 6 Nov 2004 08:23:50 +0000 (08:23 +0000)] 
final cleanup of string conversion with null characters (hopefully :))

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

19 years agoRevert files to previous version that were affected by wxIsXXX((wxChar)X) change...
Ryan Norton [Sat, 6 Nov 2004 07:09:35 +0000 (07:09 +0000)] 
Revert files to previous version that were affected by wxIsXXX((wxChar)X) change.  Note - passing a negative value to those c lib functions is undefined, and could return true on platforms using a lookup table, for example (might crash also?), which is what will happen when casting to char to ansii mode and a char is above 127

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

19 years agofixup // comment header
Ryan Norton [Sat, 6 Nov 2004 06:57:24 +0000 (06:57 +0000)] 
fixup // comment header

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

19 years agofix warning
Ryan Norton [Sat, 6 Nov 2004 06:42:25 +0000 (06:42 +0000)] 
fix warning

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

19 years agorewrite wxGetKeyState a bit, spun from [ 1058347 ] Fixes wxGetKeyState
Ryan Norton [Sat, 6 Nov 2004 06:41:05 +0000 (06:41 +0000)] 
rewrite wxGetKeyState a bit, spun from [ 1058347 ] Fixes wxGetKeyState

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

19 years agoUse gsockosx.cpp from new corefoundation directory.
David Elliott [Sat, 6 Nov 2004 06:26:53 +0000 (06:26 +0000)] 
Use gsockosx.cpp from new corefoundation directory.

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

19 years agoselection handling for data browser
Stefan Csomor [Sat, 6 Nov 2004 06:19:11 +0000 (06:19 +0000)] 
selection handling for data browser

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

19 years agosyntax fixes
Robin Dunn [Sat, 6 Nov 2004 03:45:48 +0000 (03:45 +0000)] 
syntax fixes

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

19 years agodon't use --jobs
Robin Dunn [Sat, 6 Nov 2004 03:45:05 +0000 (03:45 +0000)] 
don't use --jobs

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

19 years agoin unescape add normal characters in addition to unescaped characters :)
Ryan Norton [Sat, 6 Nov 2004 02:32:51 +0000 (02:32 +0000)] 
in unescape add normal characters in addition to unescaped characters :)

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

19 years agoAdd ability to position and/or center the dialog for wxGetPasswordFromUser like you...
Kevin Hock [Sat, 6 Nov 2004 02:24:01 +0000 (02:24 +0000)] 
Add ability to position and/or center the dialog for wxGetPasswordFromUser like you can for wxGetTextFrom User (documentation)

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

19 years agoAdd ability to position and/or center the dialog for wxGetPasswordFromUser like you...
Kevin Hock [Sat, 6 Nov 2004 02:21:39 +0000 (02:21 +0000)] 
Add ability to position and/or center the dialog for wxGetPasswordFromUser like you can for wxGetTextFrom User

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

19 years agoSimplified the wxCENTRE style check
Kevin Hock [Sat, 6 Nov 2004 02:19:33 +0000 (02:19 +0000)] 
Simplified the wxCENTRE style check

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

19 years ago I admit I have no good solution for wxPrinter::Setup(wxWindow*)
Robert Roebling [Fri, 5 Nov 2004 22:25:25 +0000 (22:25 +0000)] 
  I admit I have no good solution for wxPrinter::Setup(wxWindow*)
    yet. I'd just remove it but I'll think it over if there is
    or was any use for it.

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