]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agodon't return true from wxRadioBox::AcceptsFocus() even when it's hidden/disabled
Vadim Zeitlin [Thu, 23 Mar 2006 00:43:11 +0000 (00:43 +0000)] 
don't return true from wxRadioBox::AcceptsFocus() even when it's hidden/disabled

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

18 years agofixed compilation issue in prior checkin
David Surovell [Thu, 23 Mar 2006 00:41:09 +0000 (00:41 +0000)] 
fixed compilation issue in prior checkin

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

18 years agocleanup - reformatting
David Surovell [Wed, 22 Mar 2006 23:03:04 +0000 (23:03 +0000)] 
cleanup - reformatting

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

18 years agowxFrameNameStr was already delivered by #include one line earlier.
Włodzimierz Skiba [Wed, 22 Mar 2006 20:51:07 +0000 (20:51 +0000)] 
wxFrameNameStr was already delivered by #include one line earlier.

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

18 years agoDMC bug workaround.
Włodzimierz Skiba [Wed, 22 Mar 2006 20:39:52 +0000 (20:39 +0000)] 
DMC bug workaround.

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

18 years agomake it possible to predefine __WXFUNCTION__ in user code to have a different behavio...
Vadim Zeitlin [Wed, 22 Mar 2006 19:37:58 +0000 (19:37 +0000)] 
make it possible to predefine __WXFUNCTION__ in user code to have a different behaviour (e.g. use __PRETTY_FUNCTION instead of __FUNCTION__ with gcc) if needed

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

18 years agodefine __WXFUNCTION__ instead of redefining the (semi-)standard __FUNCTION__ which...
Vadim Zeitlin [Wed, 22 Mar 2006 19:32:28 +0000 (19:32 +0000)] 
define __WXFUNCTION__ instead of redefining the (semi-)standard __FUNCTION__ which could result in conflicts

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

18 years agodocumented __WXFUNCTION__
Vadim Zeitlin [Wed, 22 Mar 2006 19:31:09 +0000 (19:31 +0000)] 
documented __WXFUNCTION__

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

18 years agomade alphabetical list of functions more alphabetical
Vadim Zeitlin [Wed, 22 Mar 2006 19:20:28 +0000 (19:20 +0000)] 
made alphabetical list of functions more alphabetical

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

18 years agomade wxList methods return compatibility_iterator instead of Node * to further reduce...
Vadim Zeitlin [Wed, 22 Mar 2006 19:14:28 +0000 (19:14 +0000)] 
made wxList methods return compatibility_iterator instead of Node * to further reduce differences between wxUSE_STL==0 and 1 cases

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

18 years agoSemicolon needed.
Włodzimierz Skiba [Wed, 22 Mar 2006 18:29:34 +0000 (18:29 +0000)] 
Semicolon needed.

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

18 years agoTest both constuctors. Warning fix.
Włodzimierz Skiba [Wed, 22 Mar 2006 18:07:19 +0000 (18:07 +0000)] 
Test both constuctors. Warning fix.

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

18 years agoUnconditional assert means fail.
Włodzimierz Skiba [Wed, 22 Mar 2006 17:55:05 +0000 (17:55 +0000)] 
Unconditional assert means fail.

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

18 years agoAdded missing include
Julian Smart [Wed, 22 Mar 2006 17:39:33 +0000 (17:39 +0000)] 
Added missing include

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

18 years agoMac compile fixes
Julian Smart [Wed, 22 Mar 2006 16:45:38 +0000 (16:45 +0000)] 
Mac compile fixes

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

18 years agofix wxMac compilation problem by hoisting simple variable declarations above all...
David Surovell [Wed, 22 Mar 2006 16:21:55 +0000 (16:21 +0000)] 
fix wxMac compilation problem by hoisting simple variable declarations above all goto stmts

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

18 years agoWarning fix.
Włodzimierz Skiba [Wed, 22 Mar 2006 14:39:47 +0000 (14:39 +0000)] 
Warning fix.

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

18 years agoRearranged, added info about universal builds
Julian Smart [Wed, 22 Mar 2006 14:38:06 +0000 (14:38 +0000)] 
Rearranged, added info about universal builds

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

18 years agofixed handling PNG errors accidentally broken in rev 1.46 (libpng would just abort...
Vadim Zeitlin [Wed, 22 Mar 2006 14:12:48 +0000 (14:12 +0000)] 
fixed handling PNG errors accidentally broken in rev 1.46 (libpng would just abort on invalid files now); fixed huge memory leak when failing to load an invalid PNG

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

18 years agoBuild fix.
Włodzimierz Skiba [Wed, 22 Mar 2006 13:24:23 +0000 (13:24 +0000)] 
Build fix.

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

18 years ago Setup notifiers from datamodel to generic
Robert Roebling [Wed, 22 Mar 2006 10:27:29 +0000 (10:27 +0000)] 
  Setup notifiers from datamodel to generic
    wxDataViewCtrl.

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

18 years ago In the generic version of wxDataViewCtrl, all
Robert Roebling [Wed, 22 Mar 2006 10:01:57 +0000 (10:01 +0000)] 
  In the generic version of wxDataViewCtrl, all
    cells are custom cells (nothing native).

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

18 years ago Committing in .
Jouk Jansen [Wed, 22 Mar 2006 07:47:22 +0000 (07:47 +0000)] 
 Committing in .

 Updates to make OpenVMS happy

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/include/wx/defs.h
  wxWidgets/src/gtk/choice.cpp wxWidgets/src/gtk/descrip.mms
 ----------------------------------------------------------------------

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

18 years agofixed wxCHECK in release build
Vadim Zeitlin [Wed, 22 Mar 2006 01:11:52 +0000 (01:11 +0000)] 
fixed wxCHECK in release build

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

18 years agofixed __FUNCTION__ use in Unicode build (it's a variable, not a macro)
Vadim Zeitlin [Tue, 21 Mar 2006 17:00:16 +0000 (17:00 +0000)] 
fixed __FUNCTION__ use in Unicode build (it's a variable, not a macro)

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

18 years agoadded ParseDate() tests; use CPPUNIT_ASSERT_EQUAL to see the dates in cppunit output
Vadim Zeitlin [Tue, 21 Mar 2006 16:21:18 +0000 (16:21 +0000)] 
added ParseDate() tests; use CPPUNIT_ASSERT_EQUAL to see the dates in cppunit output

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

18 years agofixed several bugs in ParseDate() (invalid dates could result in assert failure while...
Vadim Zeitlin [Tue, 21 Mar 2006 16:20:43 +0000 (16:20 +0000)] 
fixed several bugs in ParseDate() (invalid dates could result in assert failure while some valid dates such as 29 Feb 2004 were not recognized)

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

18 years agodon't throw away the first three stack frames in the assert stack dump (fix needed...
Vadim Zeitlin [Tue, 21 Mar 2006 15:59:58 +0000 (15:59 +0000)] 
don't throw away the first three stack frames in the assert stack dump (fix needed after recent assert cleanup/changes)

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

18 years agoshow the function in which the assert failure occured if the compiler supports it
Vadim Zeitlin [Tue, 21 Mar 2006 15:47:24 +0000 (15:47 +0000)] 
show the function in which the assert failure occured if the compiler supports it

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

18 years agouse new wxAPPLY_T macro instead of 3 identical __XDATE__/__XTIME__/__XFILE__ ones
Vadim Zeitlin [Tue, 21 Mar 2006 15:43:46 +0000 (15:43 +0000)] 
use new wxAPPLY_T macro instead of 3 identical __XDATE__/__XTIME__/__XFILE__ ones

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

18 years agoshow the function in which the assert failure occured if the compiler supports it
Vadim Zeitlin [Tue, 21 Mar 2006 15:19:53 +0000 (15:19 +0000)] 
show the function in which the assert failure occured if the compiler supports it

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

18 years agorecognize bitmap2 tag as containing a bitmap (used for disabled toolbar buttons)
Vadim Zeitlin [Tue, 21 Mar 2006 15:12:37 +0000 (15:12 +0000)] 
recognize bitmap2 tag as containing a bitmap (used for disabled toolbar buttons)

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

18 years agodon't evaluate assert expression unless the condition is false (patch 1450705)
Vadim Zeitlin [Tue, 21 Mar 2006 14:17:49 +0000 (14:17 +0000)] 
don't evaluate assert expression unless the condition is false (patch 1450705)

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

18 years agoadded semicolons after wxCHECK()s (part of patch 1450705)
Vadim Zeitlin [Tue, 21 Mar 2006 14:16:34 +0000 (14:16 +0000)] 
added semicolons after wxCHECK()s (part of patch 1450705)

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

18 years agoMade wxList::compatibility_iterator a class in wxUSE_STL == 0 case too instead
Vadim Zeitlin [Tue, 21 Mar 2006 14:05:11 +0000 (14:05 +0000)] 
Made wxList::compatibility_iterator a class in wxUSE_STL == 0 case too instead
of a simple typedef to "Node *" to be able to initialize it with NULL in ctor
which makes the behaviour of the code with and without wxUSE_STL the same.

The price to pay is that the code like

wxList:compatibility_iterator ci;
ci = cond ? list->GetFirst() : wxList::compatibility_iterator();

doesn't compile any more and has to be replaced with (more clear anyhow)

wxList:compatibility_iterator ci;
if ( cond )
ci = list->GetFirst();

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

18 years agogcc 4.0 for all
Stefan Csomor [Tue, 21 Mar 2006 13:53:47 +0000 (13:53 +0000)] 
gcc 4.0 for all

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

18 years agocan't pass objects through ... (please don't ever ignore this gcc warning)
Vadim Zeitlin [Tue, 21 Mar 2006 13:33:08 +0000 (13:33 +0000)] 
can't pass objects through ... (please don't ever ignore this gcc warning)

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

18 years agoadded wxGtkString::c_str()
Vadim Zeitlin [Tue, 21 Mar 2006 13:31:35 +0000 (13:31 +0000)] 
added wxGtkString::c_str()

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

18 years agoreturn NULL (and not invalid) iterator from compatibility_iterator::GetPrevious(...
Vadim Zeitlin [Tue, 21 Mar 2006 13:17:31 +0000 (13:17 +0000)] 
return NULL (and not invalid) iterator from compatibility_iterator::GetPrevious() when we're at the start of the list (see patch 1445506)

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

18 years agoadded assert to verify that operands are initialized in compatibility_iterator::opera...
Vadim Zeitlin [Tue, 21 Mar 2006 13:14:19 +0000 (13:14 +0000)] 
added assert to verify that operands are initialized in compatibility_iterator::operator==()

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

18 years agobetter fix for infinite loop in HandleOnNavigationKey() when wxUSE_STL==1 and start_n...
Vadim Zeitlin [Tue, 21 Mar 2006 13:10:20 +0000 (13:10 +0000)] 
better fix for infinite loop in HandleOnNavigationKey() when wxUSE_STL==1 and start_node is NULL

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

18 years agoreuse operator bool() check in compatibility_iterator::IndexOf() instead of rewriting it
Vadim Zeitlin [Tue, 21 Mar 2006 13:00:19 +0000 (13:00 +0000)] 
reuse operator bool() check in compatibility_iterator::IndexOf() instead of rewriting it

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

18 years agofix an infinite loop in HandleOnNavigationKey() when wxUSE_STL==1 and start_node...
Vadim Zeitlin [Tue, 21 Mar 2006 12:53:28 +0000 (12:53 +0000)] 
fix an infinite loop in HandleOnNavigationKey() when wxUSE_STL==1 and start_node is NULL

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

18 years ago Added windowing and scrolling logic to generic
Robert Roebling [Tue, 21 Mar 2006 12:30:06 +0000 (12:30 +0000)] 
  Added windowing and scrolling logic to generic
    implementation of wxDataViewCtrl (it runs now).

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

18 years agoFix accelerstors with down and left
Julian Smart [Tue, 21 Mar 2006 11:30:23 +0000 (11:30 +0000)] 
Fix accelerstors with down and left

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

18 years agoFixed a crash when deleting the last timer
Julian Smart [Tue, 21 Mar 2006 11:25:26 +0000 (11:25 +0000)] 
Fixed a crash when deleting the last timer

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

18 years agoUse wxGtkString here too
Mart Raudsepp [Tue, 21 Mar 2006 09:24:47 +0000 (09:24 +0000)] 
Use wxGtkString here too

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

18 years agoremoved Julian's hack that is no longer needed after wxBitmap stubs were added even...
Václav Slavík [Mon, 20 Mar 2006 23:25:48 +0000 (23:25 +0000)] 
removed Julian's hack that is no longer needed after wxBitmap stubs were added even for DIB-less build

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

18 years agoexplain why do you need wxUSE_WXDIB
Vadim Zeitlin [Mon, 20 Mar 2006 23:24:47 +0000 (23:24 +0000)] 
explain why do you need wxUSE_WXDIB

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

18 years agoprovide stubs for conversion to/from image functions even when wxUSE_WXDIB==0, this...
Vadim Zeitlin [Mon, 20 Mar 2006 23:23:00 +0000 (23:23 +0000)] 
provide stubs for conversion to/from image functions even when wxUSE_WXDIB==0, this allows to not test for it in other places

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

18 years agoremoved hard tabs
Vadim Zeitlin [Mon, 20 Mar 2006 22:57:07 +0000 (22:57 +0000)] 
removed hard tabs

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

18 years agofixed GetBitmap() to respect the "param" argument if !wxUSE_FILESYSTEM
Václav Slavík [Mon, 20 Mar 2006 22:26:39 +0000 (22:26 +0000)] 
fixed GetBitmap() to respect the "param" argument if !wxUSE_FILESYSTEM

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

18 years agoreSWIGged
Robin Dunn [Mon, 20 Mar 2006 18:26:35 +0000 (18:26 +0000)] 
reSWIGged

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

18 years agoEditors, Renderers and Attrs need to have a destructor so SWIG won't
Robin Dunn [Mon, 20 Mar 2006 18:02:37 +0000 (18:02 +0000)] 
Editors, Renderers and Attrs need to have a destructor so SWIG won't
complain about it, but since they are protected in C++ we need to give
them a dummy one.  In the future these shoud be changed to use
%ref/%unref and let SWIG manage the refcount for us.

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

18 years agoUse the static method instead of the global alias
Robin Dunn [Mon, 20 Mar 2006 17:56:42 +0000 (17:56 +0000)] 
Use the static method instead of the global alias

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

18 years agoinitialize wxZipFSHandler even when wxUSE_GIF=0
Vadim Zeitlin [Mon, 20 Mar 2006 17:09:03 +0000 (17:09 +0000)] 
initialize wxZipFSHandler even when wxUSE_GIF=0

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

18 years ago Further compilation fixes.
Robert Roebling [Mon, 20 Mar 2006 16:44:46 +0000 (16:44 +0000)] 
  Further compilation fixes.

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

18 years ago Compilation fixes.
Robert Roebling [Mon, 20 Mar 2006 16:41:41 +0000 (16:41 +0000)] 
  Compilation fixes.

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

18 years ago Added (yet unfunctional) skeleton files fir
Robert Roebling [Mon, 20 Mar 2006 16:37:24 +0000 (16:37 +0000)] 
  Added (yet unfunctional) skeleton files fir
    generic implementation of wxDataViewCtrl.

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

18 years agofixed Clear() for GTK+ 2.4+
Vadim Zeitlin [Mon, 20 Mar 2006 12:17:03 +0000 (12:17 +0000)] 
fixed Clear() for GTK+ 2.4+

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

18 years agocorrected cross-reference to non existent note
Vadim Zeitlin [Sun, 19 Mar 2006 13:43:58 +0000 (13:43 +0000)] 
corrected cross-reference to non existent note

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

18 years agorewire char events in case there is no focusable control on a tlw
Stefan Csomor [Sun, 19 Mar 2006 10:55:09 +0000 (10:55 +0000)] 
rewire char events in case there is no focusable control on a tlw

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

18 years agoA bit of cleanup
Robin Dunn [Sun, 19 Mar 2006 02:22:08 +0000 (02:22 +0000)] 
A bit of cleanup

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

18 years agodocstrings
Robin Dunn [Sun, 19 Mar 2006 02:17:43 +0000 (02:17 +0000)] 
docstrings

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

18 years agoAdd wxHelpProvider destructor
Robin Dunn [Sun, 19 Mar 2006 02:16:08 +0000 (02:16 +0000)] 
Add wxHelpProvider destructor

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

18 years agoDemonstrate setting metal appearance for wxMac
Robin Dunn [Sat, 18 Mar 2006 22:17:39 +0000 (22:17 +0000)] 
Demonstrate setting metal appearance for wxMac

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

18 years agodo not assign uniChar to wxKeyEvent::m_keyCode for EVT_CHAR events; this breaks any...
Vadim Zeitlin [Sat, 18 Mar 2006 17:14:55 +0000 (17:14 +0000)] 
do not assign uniChar to wxKeyEvent::m_keyCode for EVT_CHAR events; this breaks any code handling things like arrow keys as it gets absolutely useless kDownArrowCharCode instead of WXK_DOWN for example

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

18 years agoremoved redundant declaration (no real changes)
Vadim Zeitlin [Sat, 18 Mar 2006 17:04:47 +0000 (17:04 +0000)] 
removed redundant declaration (no real changes)

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

18 years agofixed crash introduced in rev. 187 for all non-MSW platforms
Vadim Zeitlin [Sat, 18 Mar 2006 16:53:42 +0000 (16:53 +0000)] 
fixed crash introduced in rev. 187 for all non-MSW platforms

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

18 years agoUpdate copyright years. Is manual2e.tex even used anymore? Much information in it...
Mart Raudsepp [Sat, 18 Mar 2006 13:32:23 +0000 (13:32 +0000)] 
Update copyright years. Is manual2e.tex even used anymore? Much information in it is out of date.

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

18 years agoTest commit
Mart Raudsepp [Sat, 18 Mar 2006 12:59:09 +0000 (12:59 +0000)] 
Test commit

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

18 years agoTesting CVSROOT/loginfo changes
Mart Raudsepp [Sat, 18 Mar 2006 12:25:56 +0000 (12:25 +0000)] 
Testing CVSROOT/loginfo changes

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

18 years agoTest wxPython CIA announcement
Mart Raudsepp [Sat, 18 Mar 2006 12:19:16 +0000 (12:19 +0000)] 
Test wxPython CIA announcement

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

18 years agoNew source dirs that need installed
Robin Dunn [Sat, 18 Mar 2006 01:03:45 +0000 (01:03 +0000)] 
New source dirs that need installed

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

18 years agoSWIG 1.3.29 updates
Robin Dunn [Sat, 18 Mar 2006 01:03:08 +0000 (01:03 +0000)] 
SWIG 1.3.29 updates

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

18 years agoAdd DoGetBestSize
Robin Dunn [Fri, 17 Mar 2006 22:50:05 +0000 (22:50 +0000)] 
Add DoGetBestSize

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

18 years agoAdd scrollbars when the plot is zoomed in, and also the ability to
Robin Dunn [Fri, 17 Mar 2006 22:45:37 +0000 (22:45 +0000)] 
Add scrollbars when the plot is zoomed in, and also the ability to
grab a zoomed plot and move it around with a mouse drag.

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

18 years agodisabling close box
Stefan Csomor [Fri, 17 Mar 2006 20:51:38 +0000 (20:51 +0000)] 
disabling close box

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

18 years agocleanup - added some error checking, reformatting
David Surovell [Fri, 17 Mar 2006 19:11:32 +0000 (19:11 +0000)] 
cleanup - added some error checking, reformatting

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

18 years agointel pict fixes
Stefan Csomor [Fri, 17 Mar 2006 18:29:14 +0000 (18:29 +0000)] 
intel pict fixes

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

18 years agofixing a scope error introduced in 1.41
Stefan Csomor [Fri, 17 Mar 2006 17:12:40 +0000 (17:12 +0000)] 
fixing a scope error introduced in 1.41

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

18 years agofix for sf bug 1448153: Widgets sample hangs on Japanese radio label
Stefan Csomor [Fri, 17 Mar 2006 14:26:59 +0000 (14:26 +0000)] 
fix for sf bug 1448153: Widgets sample hangs on Japanese radio label

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

18 years ago Rearrange code to make adding wxMimeTypesManagerFactory
Robert Roebling [Fri, 17 Mar 2006 14:13:02 +0000 (14:13 +0000)] 
  Rearrange code to make adding wxMimeTypesManagerFactory
   at runtim possible.

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

18 years ago Added files for GnomeVFS backend (currently useful
Robert Roebling [Fri, 17 Mar 2006 14:08:58 +0000 (14:08 +0000)] 
  Added files for GnomeVFS backend (currently useful
   for strictly nothing).

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

18 years agodon't use toupper() with non-ASCII key codes
Vadim Zeitlin [Fri, 17 Mar 2006 13:49:47 +0000 (13:49 +0000)] 
don't use toupper() with non-ASCII key codes

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

18 years agointel pict fixes
Stefan Csomor [Fri, 17 Mar 2006 10:39:56 +0000 (10:39 +0000)] 
intel pict fixes

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

18 years agocleanup - fixed a warning, some typos, and made minor reformatting changes
David Surovell [Fri, 17 Mar 2006 04:09:10 +0000 (04:09 +0000)] 
cleanup - fixed a warning, some typos, and made minor reformatting changes

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

18 years agouse correct string in wxEVT_COMMAND_COMBOBOX_SELECTED events
Vadim Zeitlin [Fri, 17 Mar 2006 02:38:58 +0000 (02:38 +0000)] 
use correct string in wxEVT_COMMAND_COMBOBOX_SELECTED events

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

18 years agoThe dummy wxDisplay class is no longer needed as there is now always a
Robin Dunn [Fri, 17 Mar 2006 01:30:21 +0000 (01:30 +0000)] 
The dummy wxDisplay class is no longer needed as there is now always a
wxDisplay class available, but it has limiited functionality if
wxUSE_DISPLAY is zero.

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

18 years agoupdated comment
Robin Dunn [Fri, 17 Mar 2006 00:54:51 +0000 (00:54 +0000)] 
updated comment

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

18 years agoAdd GetClientArea
Robin Dunn [Fri, 17 Mar 2006 00:50:33 +0000 (00:50 +0000)] 
Add GetClientArea

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

18 years agoneed wxRect definition and not just declaration here (fixes wxMotif build without...
Vadim Zeitlin [Fri, 17 Mar 2006 00:15:04 +0000 (00:15 +0000)] 
need wxRect definition and not just declaration here (fixes wxMotif build without PCH)

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

18 years agowxUSE_DISPLAY should be 0 for VMS port as Xinerama is apparently not available there
Vadim Zeitlin [Fri, 17 Mar 2006 00:12:17 +0000 (00:12 +0000)] 
wxUSE_DISPLAY should be 0 for VMS port as Xinerama is apparently not available there

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

18 years agofixed incorrect XtVaXXX() function call (thanks to g++ 4 for detecting this!)
Vadim Zeitlin [Fri, 17 Mar 2006 00:09:41 +0000 (00:09 +0000)] 
fixed incorrect XtVaXXX() function call (thanks to g++ 4 for detecting this!)

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

18 years agodon't put the window off screen when centering it (if possible); also don't centre...
Vadim Zeitlin [Fri, 17 Mar 2006 00:04:13 +0000 (00:04 +0000)] 
don't put the window off screen when centering it (if possible); also don't centre on the parent if the parent is entirely off screen (should fix centering on the MDI parent frame under Mac)

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

18 years agoreSWIGged
Robin Dunn [Thu, 16 Mar 2006 23:41:43 +0000 (23:41 +0000)] 
reSWIGged

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

18 years agoreSWIGged
Robin Dunn [Thu, 16 Mar 2006 23:24:27 +0000 (23:24 +0000)] 
reSWIGged

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

18 years agoDocstring typo
Robin Dunn [Thu, 16 Mar 2006 23:22:10 +0000 (23:22 +0000)] 
Docstring typo

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

18 years agoSomehow (probably in a merge) all the CVS Id: tags got deactivated...
Robin Dunn [Thu, 16 Mar 2006 22:59:03 +0000 (22:59 +0000)] 
Somehow (probably in a merge) all the CVS Id: tags got deactivated...

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

18 years agowxMotif/ANSI can't cope with UTF-8
Julian Smart [Thu, 16 Mar 2006 18:59:12 +0000 (18:59 +0000)] 
wxMotif/ANSI can't cope with UTF-8

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