wxWidgets.git
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

19 years agomerged new strings into updated translation
Vadim Zeitlin [Tue, 15 Feb 2005 12:05:21 +0000 (12:05 +0000)] 
merged new strings into updated translation

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

19 years ago(blind) fix for ambiguity between Disconnect() overloads
Vadim Zeitlin [Tue, 15 Feb 2005 12:04:53 +0000 (12:04 +0000)] 
(blind) fix for ambiguity between Disconnect() overloads

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

19 years agouse type-safe Connect()s
Vadim Zeitlin [Tue, 15 Feb 2005 11:59:55 +0000 (11:59 +0000)] 
use type-safe Connect()s

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

19 years agoupdate from Martin Srebotnjak
Vadim Zeitlin [Tue, 15 Feb 2005 11:58:41 +0000 (11:58 +0000)] 
update from Martin Srebotnjak

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

19 years agodocumented new overloaded Connect() and wxFooEventHandler macros
Vadim Zeitlin [Tue, 15 Feb 2005 11:42:36 +0000 (11:42 +0000)] 
documented new overloaded Connect() and wxFooEventHandler macros

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

19 years agofix CFDictionary/Number/String combo memory leak in wxChoice - also gets rid of all...
Ryan Norton [Tue, 15 Feb 2005 09:56:44 +0000 (09:56 +0000)] 
fix CFDictionary/Number/String combo memory leak in wxChoice - also gets rid of all the memory leaks in the display sample that i thought were mine...

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

19 years agoAdded EVT_COMMAND_CONTEXT_MENU with id arg
Julian Smart [Tue, 15 Feb 2005 09:28:00 +0000 (09:28 +0000)] 
Added EVT_COMMAND_CONTEXT_MENU with id arg

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

19 years agowxDatePicker and wxDateTime for PalmOS. Remove conflict with internal maxDays in...
Włodzimierz Skiba [Tue, 15 Feb 2005 07:24:37 +0000 (07:24 +0000)] 
wxDatePicker and wxDateTime for PalmOS. Remove conflict with internal maxDays in PalmOS. #if wxUSE_XXX for limited builds.

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

19 years agotheme brush erasing and cleanup
Stefan Csomor [Tue, 15 Feb 2005 06:29:14 +0000 (06:29 +0000)] 
theme brush erasing and cleanup

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

19 years agomoving focus and border handling at one place, adding HITheme implementations, grow...
Stefan Csomor [Tue, 15 Feb 2005 06:15:22 +0000 (06:15 +0000)] 
moving focus and border handling at one place, adding HITheme implementations, grow-box painting

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

19 years agoclipping to client area
Stefan Csomor [Tue, 15 Feb 2005 06:11:29 +0000 (06:11 +0000)] 
clipping to client area

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

19 years agoslowly approaching dcscreen...
Stefan Csomor [Tue, 15 Feb 2005 06:08:17 +0000 (06:08 +0000)] 
slowly approaching dcscreen...

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

19 years agoicon - bitmap conversions corrections (size is not always the 'standard' 32 pixels)
Stefan Csomor [Tue, 15 Feb 2005 06:05:52 +0000 (06:05 +0000)] 
icon - bitmap conversions corrections (size is not always the 'standard' 32 pixels)

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

19 years agogetting rid of redundant redraws
Stefan Csomor [Tue, 15 Feb 2005 06:03:59 +0000 (06:03 +0000)] 
getting rid of redundant redraws

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

19 years agotoplevel background behaviour changed
Stefan Csomor [Tue, 15 Feb 2005 06:02:05 +0000 (06:02 +0000)] 
toplevel background behaviour changed

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

19 years agocompile warnings, M_BITMAPDATA privatized
Stefan Csomor [Tue, 15 Feb 2005 06:00:32 +0000 (06:00 +0000)] 
compile warnings, M_BITMAPDATA privatized

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

19 years agodrawing fixes
Stefan Csomor [Tue, 15 Feb 2005 05:50:48 +0000 (05:50 +0000)] 
drawing fixes

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

19 years agoNote the media lib
Ryan Norton [Tue, 15 Feb 2005 01:40:50 +0000 (01:40 +0000)] 
Note the media lib

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

19 years agoUse the new event handler macros
Ryan Norton [Tue, 15 Feb 2005 01:20:27 +0000 (01:20 +0000)] 
Use the new event handler macros

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

19 years agoinclude mondorian xpmm on cocoa too
Ryan Norton [Tue, 15 Feb 2005 00:56:51 +0000 (00:56 +0000)] 
include mondorian xpmm on cocoa too

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

19 years agouse wxDC::GetMultiLineTextExtent() instead of duplicating its code in wxButton::DoGet...
Vadim Zeitlin [Tue, 15 Feb 2005 00:37:12 +0000 (00:37 +0000)] 
use wxDC::GetMultiLineTextExtent() instead of duplicating its code in wxButton::DoGetBestSize()

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

19 years agoupdated all .po files for 2.5.4
Vadim Zeitlin [Tue, 15 Feb 2005 00:27:10 +0000 (00:27 +0000)] 
updated all .po files for 2.5.4

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

19 years agoremove INSTANCE declaration which uses wrong dll export convention and is unneeded...
Vadim Zeitlin [Tue, 15 Feb 2005 00:02:09 +0000 (00:02 +0000)] 
remove INSTANCE declaration which uses wrong dll export convention and is unneeded anyhow

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

19 years agodefine wxFooHandler() macros for all wxFooEvents to make it possible to use Connect...
Vadim Zeitlin [Mon, 14 Feb 2005 23:53:48 +0000 (23:53 +0000)] 
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()

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

19 years agofix null-pointer crash
Ryan Norton [Mon, 14 Feb 2005 23:00:27 +0000 (23:00 +0000)] 
fix null-pointer crash

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

19 years agoNeeds to inherit from wxSliderBase for new ValueInvertOrNot Change
Ryan Norton [Mon, 14 Feb 2005 22:27:07 +0000 (22:27 +0000)] 
Needs to inherit from wxSliderBase for new ValueInvertOrNot Change

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

19 years agoFinalize wxJoystick on mac. Note change. Pretty up joystick sample a bit. Don...
Ryan Norton [Mon, 14 Feb 2005 20:12:11 +0000 (20:12 +0000)] 
Finalize wxJoystick on mac.  Note change.  Pretty up joystick sample a bit.  Don't logsyserror when wxSound can't find a file - its annoying.

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

19 years agoCommon code for the same handling of wxSL_INVERSE.
Włodzimierz Skiba [Mon, 14 Feb 2005 19:29:37 +0000 (19:29 +0000)] 
Common code for the same handling of wxSL_INVERSE.

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

19 years agoadded alpha channel support to ShrinkBy
Stefan Csomor [Mon, 14 Feb 2005 19:29:09 +0000 (19:29 +0000)] 
added alpha channel support to ShrinkBy

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

19 years agoMinor editing.
Włodzimierz Skiba [Mon, 14 Feb 2005 18:28:56 +0000 (18:28 +0000)] 
Minor editing.

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

19 years agoBuild fix.
Włodzimierz Skiba [Mon, 14 Feb 2005 18:08:24 +0000 (18:08 +0000)] 
Build fix.

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