wxWidgets.git
19 years agocompilation fix (need meth.h for fabs)
Vadim Zeitlin [Sat, 19 Feb 2005 22:48:26 +0000 (22:48 +0000)] 
compilation fix (need meth.h for fabs)

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

19 years agoset string length to 0 in AllocBeforeWrite() just to be tidy (replaces patch 1123226)
Vadim Zeitlin [Sat, 19 Feb 2005 22:46:06 +0000 (22:46 +0000)] 
set string length to 0 in AllocBeforeWrite() just to be tidy (replaces patch 1123226)

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

19 years agoAdd tab methods to NavigationKeyEvent
Robin Dunn [Sat, 19 Feb 2005 22:39:17 +0000 (22:39 +0000)] 
Add tab methods to NavigationKeyEvent

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

19 years agoAdd more art IDs
Robin Dunn [Sat, 19 Feb 2005 22:37:24 +0000 (22:37 +0000)] 
Add more art IDs

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

19 years agoadded wxNavigationEvent::FromTab flag
Vadim Zeitlin [Sat, 19 Feb 2005 21:59:21 +0000 (21:59 +0000)] 
added wxNavigationEvent::FromTab flag

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

19 years agofix (with unknown but apparently beneficial effects) for TAB navigation in radio...
Vadim Zeitlin [Sat, 19 Feb 2005 21:58:48 +0000 (21:58 +0000)] 
fix (with unknown but apparently beneficial effects) for TAB navigation in radio buttons (patch 1038330)

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

19 years agoadded InitAlpha() (replaces patch 991168)
Vadim Zeitlin [Sat, 19 Feb 2005 21:51:37 +0000 (21:51 +0000)] 
added InitAlpha() (replaces patch 991168)

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

19 years agoreenable WS_TABSTOP (patch 1045547)
Vadim Zeitlin [Sat, 19 Feb 2005 21:09:49 +0000 (21:09 +0000)] 
reenable WS_TABSTOP (patch 1045547)

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

19 years agoprocess CBN_SELENDOK and not only CBN_SELCHANGE (patch 1083907)
Vadim Zeitlin [Sat, 19 Feb 2005 20:57:50 +0000 (20:57 +0000)] 
process CBN_SELENDOK and not only CBN_SELCHANGE (patch 1083907)

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

19 years agofix for Create(wxDateInvalidDate)
Vadim Zeitlin [Sat, 19 Feb 2005 20:52:38 +0000 (20:52 +0000)] 
fix for Create(wxDateInvalidDate)

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

19 years agowe don't need to use solid colour for background drawing when we're inside notebook...
Vadim Zeitlin [Sat, 19 Feb 2005 20:50:59 +0000 (20:50 +0000)] 
we don't need to use solid colour for background drawing when we're inside notebook any longer, so no need to override MSWGetBgBrushForSelf()

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

19 years agoadded MSWPrintChild() for drawing child background (replaces patch 1108389)
Vadim Zeitlin [Sat, 19 Feb 2005 20:49:50 +0000 (20:49 +0000)] 
added MSWPrintChild() for drawing child background (replaces patch 1108389)

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

19 years agoFixed compile error
Robin Dunn [Sat, 19 Feb 2005 20:16:37 +0000 (20:16 +0000)] 
Fixed compile error

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

19 years agoadded missing LFs to the header
Vadim Zeitlin [Sat, 19 Feb 2005 20:16:29 +0000 (20:16 +0000)] 
added missing LFs to the header

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

19 years agoguarding against non supported logical modes
Stefan Csomor [Sat, 19 Feb 2005 20:04:05 +0000 (20:04 +0000)] 
guarding against non supported logical modes

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

19 years agouse theme drawing
Stefan Csomor [Sat, 19 Feb 2005 19:56:23 +0000 (19:56 +0000)] 
use theme drawing

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

19 years agoadapt to mac l&f
Stefan Csomor [Sat, 19 Feb 2005 19:55:18 +0000 (19:55 +0000)] 
adapt to mac l&f

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

19 years agoextracted check for wxListCtrl in WM_PRINT handler to wxListCtrl itself, base class...
Vadim Zeitlin [Sat, 19 Feb 2005 19:24:46 +0000 (19:24 +0000)] 
extracted check for wxListCtrl in WM_PRINT handler to wxListCtrl itself, base class shouldn't have to worry about its derived classes

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

19 years agofixes after wx-config and other changes (patch 1076156)
Vadim Zeitlin [Sat, 19 Feb 2005 18:17:58 +0000 (18:17 +0000)] 
fixes after wx-config and other changes (patch 1076156)

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

19 years agoAdding theme drawing for list header under 10.3
Stefan Csomor [Sat, 19 Feb 2005 17:43:50 +0000 (17:43 +0000)] 
Adding theme drawing for list header under 10.3

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

19 years agoEVT_CHAR_HOOK added
Stefan Csomor [Sat, 19 Feb 2005 17:37:45 +0000 (17:37 +0000)] 
EVT_CHAR_HOOK added

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

19 years agodon't steal EVT_RIGHT_UP in rich edit controls for context menu (patch 1143823)
Vadim Zeitlin [Sat, 19 Feb 2005 17:27:30 +0000 (17:27 +0000)] 
don't steal EVT_RIGHT_UP in rich edit controls for context menu (patch 1143823)

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

19 years agomore visual improvements to owner-drawn menus (patch 1143785)
Vadim Zeitlin [Sat, 19 Feb 2005 17:25:37 +0000 (17:25 +0000)] 
more visual improvements to owner-drawn menus (patch 1143785)

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

19 years agoupdate for 2.5.4 from Francisco Vila <francisco.vila@hispalinux.es>
Vadim Zeitlin [Sat, 19 Feb 2005 17:11:04 +0000 (17:11 +0000)] 
update for 2.5.4 from Francisco Vila <francisco.vila@hispalinux.es>

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

19 years agowxGenericListCtrl::SetItemState(-1) now changes the state of all items (patch 1101650)
Vadim Zeitlin [Sat, 19 Feb 2005 17:07:17 +0000 (17:07 +0000)] 
wxGenericListCtrl::SetItemState(-1) now changes the state of all items (patch 1101650)

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

19 years agoadded more icons (for GTK only) (patch 1097684)
Vadim Zeitlin [Sat, 19 Feb 2005 16:56:13 +0000 (16:56 +0000)] 
added more icons (for GTK only) (patch 1097684)

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

19 years agofixed hash collisions in ZIP files (patch 1082026)
Vadim Zeitlin [Sat, 19 Feb 2005 16:53:49 +0000 (16:53 +0000)] 
fixed hash collisions in ZIP files (patch 1082026)

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

19 years agowxCommandProcessor::MarkAsSaved() and IsDirty() added (modified patch 1062556)
Vadim Zeitlin [Sat, 19 Feb 2005 16:52:08 +0000 (16:52 +0000)] 
wxCommandProcessor::MarkAsSaved() and IsDirty() added (modified patch 1062556)

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

19 years agofix operator=() (patch 1126195)
Vadim Zeitlin [Sat, 19 Feb 2005 16:35:00 +0000 (16:35 +0000)] 
fix operator=() (patch 1126195)

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

19 years agodocument GetOptionInt() as returning 0 for the options which are not present
Vadim Zeitlin [Sat, 19 Feb 2005 16:33:38 +0000 (16:33 +0000)] 
document GetOptionInt() as returning 0 for the options which are not present

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

19 years agomore options for JPEG and TIFF handlers (slightly modified patch 1044470)
Vadim Zeitlin [Sat, 19 Feb 2005 16:32:29 +0000 (16:32 +0000)] 
more options for JPEG and TIFF handlers (slightly modified patch 1044470)

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

19 years agodraw drop down button using native calls (patch 1144389)
Vadim Zeitlin [Sat, 19 Feb 2005 15:54:07 +0000 (15:54 +0000)] 
draw drop down button using native calls (patch 1144389)

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

19 years agoadded wxMBConv parameter for wxFFile::ReadAll() and documented it (improved patch...
Vadim Zeitlin [Sat, 19 Feb 2005 15:53:04 +0000 (15:53 +0000)] 
added wxMBConv parameter for wxFFile::ReadAll() and documented it (improved patch 1041642)

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

19 years agoswitching to IconRefs for menu bitmaps
Stefan Csomor [Sat, 19 Feb 2005 15:42:37 +0000 (15:42 +0000)] 
switching to IconRefs for menu bitmaps

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

19 years agocleaning up, adding support for Quartz / Themeing before 10.3
Stefan Csomor [Sat, 19 Feb 2005 15:34:35 +0000 (15:34 +0000)] 
cleaning up, adding support for Quartz / Themeing before 10.3

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

19 years agofixes, adding paint handler for non OSX case toplevel window
Stefan Csomor [Sat, 19 Feb 2005 15:30:16 +0000 (15:30 +0000)] 
fixes, adding paint handler for non OSX case toplevel window

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

19 years agoadding PICT conversion for IconRef
Stefan Csomor [Sat, 19 Feb 2005 15:24:13 +0000 (15:24 +0000)] 
adding PICT conversion for IconRef

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

19 years agouse const char * buffer to fix CW compilation (patch 1117210)
Vadim Zeitlin [Sat, 19 Feb 2005 15:20:13 +0000 (15:20 +0000)] 
use const char * buffer to fix CW compilation (patch 1117210)

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

19 years agofixes after wx-config changes (patch 1076155)
Vadim Zeitlin [Sat, 19 Feb 2005 15:15:07 +0000 (15:15 +0000)] 
fixes after wx-config changes (patch 1076155)

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

19 years agoVK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)
Vadim Zeitlin [Sat, 19 Feb 2005 15:08:36 +0000 (15:08 +0000)] 
VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)

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

19 years agofixes for MSW
Vadim Zeitlin [Sat, 19 Feb 2005 14:25:21 +0000 (14:25 +0000)] 
fixes for MSW

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

19 years ago Updated but not completed Italian translation. Translated all
Mattia Barbon [Sat, 19 Feb 2005 14:07:46 +0000 (14:07 +0000)] 
  Updated but not completed Italian translation. Translated all
non-error strings.

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

19 years agoupdate from Jonas Rydberg (patch 1143491)
Vadim Zeitlin [Sat, 19 Feb 2005 14:00:05 +0000 (14:00 +0000)] 
update from Jonas Rydberg (patch 1143491)

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

19 years agoBugfixes for OS/2.
Stefan Neis [Sat, 19 Feb 2005 13:58:40 +0000 (13:58 +0000)] 
Bugfixes for OS/2.

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

19 years agochanged wx version to 2.5.4
Vadim Zeitlin [Sat, 19 Feb 2005 13:51:18 +0000 (13:51 +0000)] 
changed wx version to 2.5.4

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

19 years agoupdate from Jaakko Salli (patch 1123796)
Vadim Zeitlin [Sat, 19 Feb 2005 13:49:24 +0000 (13:49 +0000)] 
update from Jaakko Salli (patch 1123796)

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

19 years ago1. undid the "simplification" of patch 1096066 which resulted in a crash
Vadim Zeitlin [Sat, 19 Feb 2005 13:45:31 +0000 (13:45 +0000)] 
1. undid the "simplification" of patch 1096066 which resulted in a crash
   (see this patch discussion)
2. check that all views agree to close before starting to delete them
3. commented the code so that the next poor soul looking at it will know
   that deleting a view can delete the document which deletes -- surely
   wasn't obvious to me...

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

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