wxWidgets.git
19 years agoupdate (recoded to UTF-8) from liouxiao@hotmail.com
Vadim Zeitlin [Sat, 19 Feb 2005 13:17:26 +0000 (13:17 +0000)] 
update (recoded to UTF-8) from liouxiao@hotmail.com

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

19 years agoinclude wx/setup.h and check to make sure it's not the configure created
David Elliott [Sat, 19 Feb 2005 08:27:01 +0000 (08:27 +0000)] 
include wx/setup.h and check to make sure it's not the configure created
setup.h before doing anything specific for Metrowerks.

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

19 years agoCheck for xlC and add -qunique to CXXFLAGS if we're using it.
David Elliott [Sat, 19 Feb 2005 08:16:00 +0000 (08:16 +0000)] 
Check for xlC and add -qunique to CXXFLAGS if we're using it.

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

19 years agoCheck to see if -ext o option is required to get compiler to write
David Elliott [Sat, 19 Feb 2005 07:14:14 +0000 (07:14 +0000)] 
Check to see if -ext o option is required to get compiler to write
foo.o instead of foo.c.o or foo.cc.o.  (MetroWerks)

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

19 years agoWhen host is OS X (PowerPC Darwin) check if compiler defines __POWERPC__
David Elliott [Sat, 19 Feb 2005 06:58:25 +0000 (06:58 +0000)] 
When host is OS X (PowerPC Darwin) check if compiler defines __POWERPC__
before defining it in setup.h and if -D__CF_USE_FRAMEWORK_INCLUDES__ is
required for CoreFoundation headers (MW).

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

19 years agoENTER and LEAVE mouse events for multi-line text controls on GTK2, from Mart R. ...
Kevin Hock [Sat, 19 Feb 2005 06:10:55 +0000 (06:10 +0000)] 
ENTER and LEAVE mouse events for multi-line text controls on GTK2, from Mart R. - Closes bug 1015324.

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

19 years agocorrected bitmap mask -> Image conversion
Stefan Csomor [Sat, 19 Feb 2005 05:29:05 +0000 (05:29 +0000)] 
corrected bitmap mask -> Image conversion

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

19 years agoUse plain extern instead of extern "C" for vsnprintf declaration when not
David Elliott [Sat, 19 Feb 2005 04:22:27 +0000 (04:22 +0000)] 
Use plain extern instead of extern "C" for vsnprintf declaration when not
compiling as C++.

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

19 years agoAdded newline at the end, eliminates gcc warning
Kevin Hock [Sat, 19 Feb 2005 04:04:08 +0000 (04:04 +0000)] 
Added newline at the end, eliminates gcc warning

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

19 years agoRebaked with Bakefile 0.1.7.
David Elliott [Sat, 19 Feb 2005 03:56:12 +0000 (03:56 +0000)] 
Rebaked with Bakefile 0.1.7.

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

19 years agoSample update - wxTE_AUTO_URL from Mart R. [patch 1126182]
Kevin Hock [Sat, 19 Feb 2005 02:57:46 +0000 (02:57 +0000)] 
Sample update - wxTE_AUTO_URL from Mart R. [patch 1126182]

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

19 years agoDocumentation - wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
Kevin Hock [Sat, 19 Feb 2005 02:56:40 +0000 (02:56 +0000)] 
Documentation - wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]

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

19 years agowxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
Kevin Hock [Sat, 19 Feb 2005 02:55:32 +0000 (02:55 +0000)] 
wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]

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

19 years agoanother update from Martin Srebotnjak <miles@filmsi.net>
Vadim Zeitlin [Fri, 18 Feb 2005 23:26:35 +0000 (23:26 +0000)] 
another update from Martin Srebotnjak <miles@filmsi.net>

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

19 years agoAdding GetPartialTextExtents implementation.
Kevin Ollivier [Fri, 18 Feb 2005 23:21:27 +0000 (23:21 +0000)] 
Adding GetPartialTextExtents implementation.

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

19 years agoMost important polish translations.
Włodzimierz Skiba [Fri, 18 Feb 2005 20:55:46 +0000 (20:55 +0000)] 
Most important polish translations.

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

19 years agoPatch #1143556: mods to SashWindow demo: auto-generate IDs
Robin Dunn [Fri, 18 Feb 2005 20:25:05 +0000 (20:25 +0000)] 
Patch #1143556: mods to SashWindow demo: auto-generate IDs

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

19 years agousing correct theme heights for header on mac
Stefan Csomor [Fri, 18 Feb 2005 20:23:02 +0000 (20:23 +0000)] 
using correct theme heights for header on mac

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

19 years agonew layout was messing with separator positions
Stefan Csomor [Fri, 18 Feb 2005 20:21:35 +0000 (20:21 +0000)] 
new layout was messing with separator positions

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

19 years agoguard quartz specific code
Stefan Csomor [Fri, 18 Feb 2005 20:20:18 +0000 (20:20 +0000)] 
guard quartz specific code

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

19 years agoreSWIGged
Robin Dunn [Fri, 18 Feb 2005 19:33:00 +0000 (19:33 +0000)] 
reSWIGged

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

19 years agowxPyCallback needs to derive from wxEvtHandler now since the
Robin Dunn [Fri, 18 Feb 2005 19:28:16 +0000 (19:28 +0000)] 
wxPyCallback needs to derive from wxEvtHandler now since the
wxObjectEventFunction typedef changed.

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

19 years agoDon't know if this is right but it fixes a compile error...
Robin Dunn [Fri, 18 Feb 2005 19:24:09 +0000 (19:24 +0000)] 
Don't know if this is right but it fixes a compile error...

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

19 years agoAdded wx.lib.gestures module from Daniel Pozmanter which supports
Robin Dunn [Fri, 18 Feb 2005 18:02:19 +0000 (18:02 +0000)] 
Added wx.lib.gestures module from Daniel Pozmanter which supports
using Mouse Gestures in an application.

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

19 years agoFix the use of Today() for when invalid date is passed to ctor. Also
Robin Dunn [Fri, 18 Feb 2005 17:58:25 +0000 (17:58 +0000)] 
Fix the use of Today() for when invalid date is passed to ctor.  Also
set best/min size using size passed to ctor.

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

19 years agowxStdButtonSizer Finalise --> Realize
Robin Dunn [Fri, 18 Feb 2005 17:49:03 +0000 (17:49 +0000)] 
wxStdButtonSizer Finalise --> Realize

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

19 years agosetting up correct port origin as well
Stefan Csomor [Fri, 18 Feb 2005 16:52:32 +0000 (16:52 +0000)] 
setting up correct port origin as well

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

19 years agoreintroducing direct access, clipping to client area in dc
Stefan Csomor [Fri, 18 Feb 2005 16:48:22 +0000 (16:48 +0000)] 
reintroducing direct access, clipping to client area in dc

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

19 years agoreintroducing direct access, cleanup
Stefan Csomor [Fri, 18 Feb 2005 16:47:07 +0000 (16:47 +0000)] 
reintroducing direct access, cleanup

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

19 years agoTypo fixes.
Włodzimierz Skiba [Fri, 18 Feb 2005 10:23:07 +0000 (10:23 +0000)] 
Typo fixes.

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

19 years agouse prefix file; (auto-)removed some of the unused ftp/java/x86 settings
Dimitri Schoolwerth [Fri, 18 Feb 2005 09:57:57 +0000 (09:57 +0000)] 
use prefix file; (auto-)removed some of the unused ftp/java/x86 settings

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

19 years agodon't redefine __WXMAC__
Dimitri Schoolwerth [Fri, 18 Feb 2005 09:53:47 +0000 (09:53 +0000)] 
don't redefine __WXMAC__

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

19 years agocorrecting support for more tool sizes, support for Toggle Appearance under OSX,...
Stefan Csomor [Fri, 18 Feb 2005 07:28:08 +0000 (07:28 +0000)] 
correcting support for more tool sizes, support for Toggle Appearance under OSX, layout tools more nicely, hittesting for entire area of control

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

19 years agohaving fixed size icons, scaling from other common formats, otherwise the icons don...
Stefan Csomor [Fri, 18 Feb 2005 07:19:14 +0000 (07:19 +0000)] 
having fixed size icons, scaling from other common formats, otherwise the icons don't get scaled correctly by the OS

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

19 years agoalpha support for Scale added
Stefan Csomor [Fri, 18 Feb 2005 07:14:07 +0000 (07:14 +0000)] 
alpha support for Scale added

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

19 years agotypo
Robin Dunn [Fri, 18 Feb 2005 05:21:49 +0000 (05:21 +0000)] 
typo

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

19 years agoAdded wx.DatePickerCtrl
Robin Dunn [Fri, 18 Feb 2005 04:52:13 +0000 (04:52 +0000)] 
Added wx.DatePickerCtrl

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

19 years agoAvoid doing a str(object) since in some cases it can result in very
Robin Dunn [Fri, 18 Feb 2005 04:50:41 +0000 (04:50 +0000)] 
Avoid doing a str(object) since in some cases it can result in very
large strings

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

19 years agoDon't override methods that are in wxControlWithItems
Robin Dunn [Fri, 18 Feb 2005 04:48:26 +0000 (04:48 +0000)] 
Don't override methods that are in wxControlWithItems

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

19 years agodocstring fixes
Robin Dunn [Fri, 18 Feb 2005 04:46:57 +0000 (04:46 +0000)] 
docstring fixes

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

19 years agocan't have a zero sized font
Robin Dunn [Fri, 18 Feb 2005 04:46:40 +0000 (04:46 +0000)] 
can't have a zero sized font

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

19 years agoRemoved Loop and IsLooped methods, other cleanup
Robin Dunn [Fri, 18 Feb 2005 04:44:43 +0000 (04:44 +0000)] 
Removed Loop and IsLooped methods, other cleanup

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

19 years agowxUSE_XXX related fixes
Ryan Norton [Fri, 18 Feb 2005 04:43:47 +0000 (04:43 +0000)] 
wxUSE_XXX related fixes

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

19 years agoAdd SetBackgroundImage
Robin Dunn [Fri, 18 Feb 2005 04:42:04 +0000 (04:42 +0000)] 
Add SetBackgroundImage

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

19 years agoAdded wx.DatePickerCtrl
Robin Dunn [Fri, 18 Feb 2005 04:38:30 +0000 (04:38 +0000)] 
Added wx.DatePickerCtrl

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

19 years agoSelect an item using the value passed to the ctor/Create
Robin Dunn [Fri, 18 Feb 2005 04:07:11 +0000 (04:07 +0000)] 
Select an item using the value passed to the ctor/Create

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

19 years agoAvoid wxTaskBarIconAreaBase::DoPopupMenu unresolved symbol in GTK < 2.1 builds
Robin Dunn [Fri, 18 Feb 2005 04:06:08 +0000 (04:06 +0000)] 
Avoid wxTaskBarIconAreaBase::DoPopupMenu unresolved symbol in GTK < 2.1 builds

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

19 years ago[ 1123124 ] wxStringBase::Alloc can change string length
Ryan Norton [Fri, 18 Feb 2005 03:53:56 +0000 (03:53 +0000)] 
[ 1123124 ] wxStringBase::Alloc can change string length

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

19 years agorevert to the old flicker-less version when background bitmap is not used
Vadim Zeitlin [Thu, 17 Feb 2005 23:55:53 +0000 (23:55 +0000)] 
revert to the old flicker-less version when background bitmap is not used

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

19 years agominor cleanup
Vadim Zeitlin [Thu, 17 Feb 2005 23:20:39 +0000 (23:20 +0000)] 
minor cleanup

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

19 years agocorrected wxRTTI macros
Vadim Zeitlin [Thu, 17 Feb 2005 23:17:30 +0000 (23:17 +0000)] 
corrected wxRTTI macros

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

19 years agomore tweaks to drop down arrow drawing (Andreas Pflug)
Vadim Zeitlin [Thu, 17 Feb 2005 18:29:22 +0000 (18:29 +0000)] 
more tweaks to drop down arrow drawing (Andreas Pflug)

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

19 years agofixed typo in EVT_COMMAND definition
Vadim Zeitlin [Thu, 17 Feb 2005 16:56:35 +0000 (16:56 +0000)] 
fixed typo in EVT_COMMAND definition

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

19 years agouse without url
Ryan Norton [Thu, 17 Feb 2005 13:13:01 +0000 (13:13 +0000)] 
use without url

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

19 years agosockets require stopwatch
Ryan Norton [Thu, 17 Feb 2005 10:53:37 +0000 (10:53 +0000)] 
sockets require stopwatch

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

19 years agoUse without mimetypes enabled
Ryan Norton [Thu, 17 Feb 2005 10:43:52 +0000 (10:43 +0000)] 
Use without mimetypes enabled

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

19 years agocompile wxFileXXXStream without wxFFileXXXStream
Ryan Norton [Thu, 17 Feb 2005 10:42:22 +0000 (10:42 +0000)] 
compile wxFileXXXStream without wxFFileXXXStream

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

19 years agoEnable compilation on mac without wxFontMapper
Ryan Norton [Thu, 17 Feb 2005 10:38:45 +0000 (10:38 +0000)] 
Enable compilation on mac without wxFontMapper

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

19 years agogcc doesn't have pragma warning
Ryan Norton [Thu, 17 Feb 2005 10:19:31 +0000 (10:19 +0000)] 
gcc doesn't have pragma warning

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

19 years agoint argument/unsigned int arg warning fix
Ryan Norton [Thu, 17 Feb 2005 10:17:04 +0000 (10:17 +0000)] 
int argument/unsigned int arg warning fix

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

19 years agoAdded PalmOS to release scripts
Julian Smart [Thu, 17 Feb 2005 09:37:13 +0000 (09:37 +0000)] 
Added PalmOS to release scripts

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

19 years ago24x24 bitmaps and separator for flat style added
Stefan Csomor [Thu, 17 Feb 2005 08:44:37 +0000 (08:44 +0000)] 
24x24 bitmaps and separator for flat style added

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

19 years agoComboBox for cocoa
Ryan Norton [Thu, 17 Feb 2005 04:45:13 +0000 (04:45 +0000)] 
ComboBox for cocoa

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

19 years agoAdded empty methods for wxIcon functions to match the API on other platforms.
Kevin Ollivier [Thu, 17 Feb 2005 03:20:16 +0000 (03:20 +0000)] 
Added empty methods for  wxIcon functions to match the API on other platforms.

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

19 years agoupdate from Hans F. Nordhaug
Vadim Zeitlin [Thu, 17 Feb 2005 00:25:13 +0000 (00:25 +0000)] 
update from Hans F. Nordhaug

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

19 years agoimplement some missing methods
Ryan Norton [Wed, 16 Feb 2005 23:44:18 +0000 (23:44 +0000)] 
implement some missing methods

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

19 years ago Applied background colour patch for Motif notebooks
Robert Roebling [Wed, 16 Feb 2005 23:08:22 +0000 (23:08 +0000)] 
  Applied background colour patch for Motif notebooks
    (actually in generic tab control code).

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

19 years ago Removed the complex popup test.
Robert Roebling [Wed, 16 Feb 2005 22:36:54 +0000 (22:36 +0000)] 
   Removed the complex popup test.

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

19 years agoFixed windows not displaying on SmartPhone
Julian Smart [Wed, 16 Feb 2005 22:08:57 +0000 (22:08 +0000)] 
Fixed windows not displaying on SmartPhone

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

19 years agofixed wxlib Mach-O debug and release compilation
Dimitri Schoolwerth [Wed, 16 Feb 2005 20:59:19 +0000 (20:59 +0000)] 
fixed wxlib Mach-O debug and release compilation

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

19 years agowxPoint/Size/Rect() causes the same code with (0,0) initialization and is incomparabl...
Włodzimierz Skiba [Wed, 16 Feb 2005 20:34:34 +0000 (20:34 +0000)] 
wxPoint/Size/Rect() causes the same code with (0,0) initialization and is incomparably more readable and clear.

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

19 years agoadded non-bordered toolbar tools
Stefan Csomor [Wed, 16 Feb 2005 20:13:48 +0000 (20:13 +0000)] 
added non-bordered toolbar tools

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

19 years agofixed Mach-O compilation
Dimitri Schoolwerth [Wed, 16 Feb 2005 20:09:35 +0000 (20:09 +0000)] 
fixed Mach-O compilation

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

19 years agominor typo fixes
Dimitri Schoolwerth [Wed, 16 Feb 2005 19:25:35 +0000 (19:25 +0000)] 
minor typo fixes

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

19 years ago'Compatibility' fix for connecting events.
Włodzimierz Skiba [Wed, 16 Feb 2005 18:02:48 +0000 (18:02 +0000)] 
'Compatibility' fix for connecting events.

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

19 years agotiny script to generate tags for wxMSW
Vadim Zeitlin [Wed, 16 Feb 2005 16:38:49 +0000 (16:38 +0000)] 
tiny script to generate tags for wxMSW

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

19 years agoStandard dialogs becoming useable on WinCE.
Julian Smart [Wed, 16 Feb 2005 15:37:09 +0000 (15:37 +0000)] 
Standard dialogs becoming useable on WinCE.
Make standard button sizer horizontal on WinCE since
vertically it looks atrocious (app will need to reduce
number of buttons if they don't fit)

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

19 years agoAdded assert (WinCE doesn't report checked status correctly)
Julian Smart [Wed, 16 Feb 2005 14:44:15 +0000 (14:44 +0000)] 
Added assert (WinCE doesn't report checked status correctly)

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

19 years agouse WX_DEFINE_ARRAY_PTR instead of WX_DEFINE_ARRAY to suppress warnings about operato...
Vadim Zeitlin [Wed, 16 Feb 2005 10:14:42 +0000 (10:14 +0000)] 
use WX_DEFINE_ARRAY_PTR instead of WX_DEFINE_ARRAY to suppress warnings about operator->()

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

19 years agoNative PalmOS wxLongLong. Introduction of wxULongLong_t due to 'unsigned' not working...
Włodzimierz Skiba [Wed, 16 Feb 2005 09:35:31 +0000 (09:35 +0000)] 
Native PalmOS wxLongLong. Introduction of wxULongLong_t due to 'unsigned' not working on internally typedefed wxLongLong_t (both unsigned wxLongLong_t and wxULongLong_t should work for other platforms). Improvements in wxDatePicker control on PalmOS.

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

19 years agoWinCE doesn't have _set_se_translator
Julian Smart [Wed, 16 Feb 2005 00:08:28 +0000 (00:08 +0000)] 
WinCE doesn't have _set_se_translator

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

19 years ago Better resizing code fro wxComboBox.
Robert Roebling [Tue, 15 Feb 2005 23:19:32 +0000 (23:19 +0000)] 
  Better resizing code fro wxComboBox.

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

19 years agoAbsolutely no idea what DisableAutomaticSETranslator is but
Julian Smart [Tue, 15 Feb 2005 22:54:38 +0000 (22:54 +0000)] 
Absolutely no idea what DisableAutomaticSETranslator is but
WinCE doesn't like it

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

19 years agoIgnorant WinCE fixes for compile breakage
Julian Smart [Tue, 15 Feb 2005 22:52:27 +0000 (22:52 +0000)] 
Ignorant WinCE fixes for compile breakage

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

19 years ago Typo.
Robert Roebling [Tue, 15 Feb 2005 21:56:07 +0000 (21:56 +0000)] 
  Typo.

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

19 years ago Implemented wxBitmap::HasAlpha() and ::UseAlpha().
Robert Roebling [Tue, 15 Feb 2005 20:27:46 +0000 (20:27 +0000)] 
   Implemented wxBitmap::HasAlpha() and ::UseAlpha().

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

19 years agoguard against errors like in wxStringBase::AllocBeforeWrite code (1123226)
Stefan Csomor [Tue, 15 Feb 2005 20:00:52 +0000 (20:00 +0000)] 
guard against errors like in wxStringBase::AllocBeforeWrite code (1123226)

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

19 years ago Typo.
Robert Roebling [Tue, 15 Feb 2005 19:55:39 +0000 (19:55 +0000)] 
  Typo.

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

19 years ago Committed currently disabled code that implements
Robert Roebling [Tue, 15 Feb 2005 19:50:27 +0000 (19:50 +0000)] 
  Committed currently disabled code that implements
   the wxStopWatch based on QueryPerformanceCounter()
   I'll do more testing if I can, but here is the code
   for other to look at.

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

19 years agofixup for missing variable
Ryan Norton [Tue, 15 Feb 2005 19:19:51 +0000 (19:19 +0000)] 
fixup for missing variable

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

19 years ago[ 1123256 ] wxString operator+ pre-allocates buffer then throws it away ---- and...
Ryan Norton [Tue, 15 Feb 2005 19:12:36 +0000 (19:12 +0000)] 
[ 1123256 ] wxString operator+ pre-allocates buffer then throws it away ---- and ---- [ 1123195 ] Avoid double-copy in two wxStringBase functions

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

19 years ago Fixed mem leak in wxColour::Set()
Robert Roebling [Tue, 15 Feb 2005 18:43:33 +0000 (18:43 +0000)] 
  Fixed mem leak in wxColour::Set()

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

19 years ago Applied pango font patch for X11.
Robert Roebling [Tue, 15 Feb 2005 18:31:10 +0000 (18:31 +0000)] 
  Applied pango font patch for X11.

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

19 years ago!USE_PCH compilation fix after last check in
Vadim Zeitlin [Tue, 15 Feb 2005 17:32:49 +0000 (17:32 +0000)] 
!USE_PCH compilation fix after last check in

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

19 years agoremoved m_isCaretAtEnd optimization added in rev 1.232 as we don't always detect...
Vadim Zeitlin [Tue, 15 Feb 2005 14:02:25 +0000 (14:02 +0000)] 
removed m_isCaretAtEnd optimization added in rev 1.232 as we don't always detect when the carets position changes

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

19 years agocorrected EVT_TEXT_URL() definition, its handler takes wxTextUrlEvent and not wxComma...
Vadim Zeitlin [Tue, 15 Feb 2005 13:57:52 +0000 (13:57 +0000)] 
corrected EVT_TEXT_URL() definition, its handler takes wxTextUrlEvent and not wxCommandEvent

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

19 years agoTypo correction
Julian Smart [Tue, 15 Feb 2005 13:34:11 +0000 (13:34 +0000)] 
Typo correction

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

19 years agoSmall doc corrections
Julian Smart [Tue, 15 Feb 2005 13:17:10 +0000 (13:17 +0000)] 
Small doc corrections

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

19 years agoreuse code from wxDC::GetMultiLineTextExtent() instead of duplicating it here
Vadim Zeitlin [Tue, 15 Feb 2005 12:22:07 +0000 (12:22 +0000)] 
reuse code from wxDC::GetMultiLineTextExtent() instead of duplicating it here

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

19 years ago(blind) fix for virtual function hiding warning
Vadim Zeitlin [Tue, 15 Feb 2005 12:16:33 +0000 (12:16 +0000)] 
(blind) fix for virtual function hiding warning

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