wxWidgets.git
17 years agoAdding overview docs and a couple tweaks to the demo.
Kevin Ollivier [Sun, 31 Dec 2006 06:50:13 +0000 (06:50 +0000)] 
Adding overview docs and a couple tweaks to the demo.

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

17 years agoAdd SizedControls demo.
Kevin Ollivier [Sun, 31 Dec 2006 06:06:05 +0000 (06:06 +0000)] 
Add SizedControls demo.

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

17 years agoMake sure mouse events are only sent in the case of the native control.
Kevin Ollivier [Sun, 31 Dec 2006 06:03:51 +0000 (06:03 +0000)] 
Make sure mouse events are only sent in the case of the native control.

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

17 years agoFixed mismatch between wxOperatingSystemIdNames and wxOperatingSystemId (patch #1625019).
Stefan Neis [Sat, 30 Dec 2006 21:46:22 +0000 (21:46 +0000)] 
Fixed mismatch between wxOperatingSystemIdNames and wxOperatingSystemId (patch #1625019).

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

17 years agorevert this as Vadim's seems cleaner http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets...
Chris Elliott [Sat, 30 Dec 2006 20:21:11 +0000 (20:21 +0000)] 
revert this as Vadim's seems cleaner cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/distrib/scripts/create_archives.sh.diff?r1=1.19&r2=1.20

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

17 years agowxVariant and wxVariantData are ref counted too (patch 1624344)
Vadim Zeitlin [Fri, 29 Dec 2006 20:22:23 +0000 (20:22 +0000)] 
wxVariant and wxVariantData are ref counted too (patch 1624344)

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

17 years agowxFileModificationTime return -1, not 0, on error (patch 1624484)
Vadim Zeitlin [Fri, 29 Dec 2006 20:18:57 +0000 (20:18 +0000)] 
wxFileModificationTime return -1, not 0, on error (patch 1624484)

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

17 years agofixed incorrectly inversed test for parent [not] being deleted (patch 1624472)
Vadim Zeitlin [Fri, 29 Dec 2006 20:16:53 +0000 (20:16 +0000)] 
fixed incorrectly inversed test for parent [not] being deleted (patch 1624472)

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

17 years agoProcess capture lost event to avoid assertion
Julian Smart [Fri, 29 Dec 2006 19:37:04 +0000 (19:37 +0000)] 
Process capture lost event to avoid assertion

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

17 years agofix idle handling when a new event loop is run from an idle event handler
Paul Cornett [Thu, 28 Dec 2006 20:03:05 +0000 (20:03 +0000)] 
fix idle handling when a new event loop is run from an idle event handler

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

17 years agoFixing inactive state drawing, and removing warning.
Kevin Ollivier [Thu, 28 Dec 2006 17:50:53 +0000 (17:50 +0000)] 
Fixing inactive state drawing, and removing warning.

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

17 years agoadded comment with pointers to wxEVT_MOUSE_CAPTURE_LOST discussion
Václav Slavík [Thu, 28 Dec 2006 16:33:22 +0000 (16:33 +0000)] 
added comment with pointers to wxEVT_MOUSE_CAPTURE_LOST discussion

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

17 years agofix to always have a proper activation for DataBrowser controls (stay in bkgnd otherw...
Stefan Csomor [Thu, 28 Dec 2006 16:08:38 +0000 (16:08 +0000)] 
fix to always have a proper activation for DataBrowser controls (stay in bkgnd otherwise) bug 1621547

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

17 years agoTemporary fix for inconsistent menu item margins (see Quit item in ownerdraw sample)
Julian Smart [Thu, 28 Dec 2006 13:52:58 +0000 (13:52 +0000)] 
Temporary fix for inconsistent menu item margins (see Quit item in ownerdraw sample)

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

17 years agoexposing generic system option define, adding missing event.Skip() to OnChar, and...
Kevin Ollivier [Thu, 28 Dec 2006 06:33:57 +0000 (06:33 +0000)] 
exposing generic system option define, adding missing event.Skip() to OnChar, and tweaking handling of scrollbars.

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

17 years agoapplying patch 1622389, fixing two memory leaks
Stefan Csomor [Wed, 27 Dec 2006 15:49:26 +0000 (15:49 +0000)] 
applying patch 1622389, fixing two memory leaks

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

17 years agoAdd middle-item click support.
Kevin Ollivier [Tue, 26 Dec 2006 20:44:24 +0000 (20:44 +0000)] 
Add middle-item click support.

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

17 years agoFix for bug #1621459, Made the Selection property read-only since it
Robin Dunn [Tue, 26 Dec 2006 20:32:51 +0000 (20:32 +0000)] 
Fix for bug #1621459, Made the Selection property read-only since it
needs two parameters.  You can instead use SelectionStart and
SelectionEnd properties for setting the selection if needed.

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

17 years agoStop crash when wxVSCROLL is specified for native OS X wxListCtrl.
Kevin Ollivier [Mon, 25 Dec 2006 19:28:11 +0000 (19:28 +0000)] 
Stop crash when wxVSCROLL is specified for native OS X wxListCtrl.

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

17 years agoshow RTL message box (in Unicode build only) when using RTL (patch 1622000)
Vadim Zeitlin [Mon, 25 Dec 2006 14:39:11 +0000 (14:39 +0000)] 
show RTL message box (in Unicode build only) when using RTL (patch 1622000)

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

17 years agoAdd new wxListCtrl symbols.
Kevin Ollivier [Mon, 25 Dec 2006 00:34:23 +0000 (00:34 +0000)] 
Add new wxListCtrl symbols.

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

17 years agoImplement LIST_KEY_DOWN support, and move new functions into wxABI_VERSION.
Kevin Ollivier [Mon, 25 Dec 2006 00:21:05 +0000 (00:21 +0000)] 
Implement LIST_KEY_DOWN support, and move new functions into wxABI_VERSION.

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

17 years agodisable (some) features that are not available in DirectFB
Václav Slavík [Sun, 24 Dec 2006 19:50:28 +0000 (19:50 +0000)] 
disable (some) features that are not available in DirectFB

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

17 years agofixed wxFrame background colour in wxUniv on ports without native wxSYS_COLOUR_APPWOR...
Václav Slavík [Sun, 24 Dec 2006 19:06:39 +0000 (19:06 +0000)] 
fixed wxFrame background colour in wxUniv on ports without native wxSYS_COLOUR_APPWORKSPACE

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

17 years agoImplementing LIST_ITEM_RIGHT_CLICK event support, and fixing sorting (turning off...
Kevin Ollivier [Sun, 24 Dec 2006 18:39:40 +0000 (18:39 +0000)] 
Implementing LIST_ITEM_RIGHT_CLICK event support, and fixing sorting (turning off code for native sorting).

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

17 years agocompare charset strings case-insensitively (and so avoid conversions between utf...
Vadim Zeitlin [Sun, 24 Dec 2006 13:36:22 +0000 (13:36 +0000)] 
compare charset strings case-insensitively (and so avoid conversions between utf-8 and UTF-8 for example, see patch 1611068)

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

17 years agodocument ShowHidden() (patch 1619786)
Vadim Zeitlin [Sun, 24 Dec 2006 12:38:38 +0000 (12:38 +0000)] 
document ShowHidden() (patch 1619786)

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

17 years agoadded a couple of missing membersections and fixed a couple of typos (patch 1618846)
Vadim Zeitlin [Sun, 24 Dec 2006 12:19:27 +0000 (12:19 +0000)] 
added a couple of missing membersections and fixed a couple of typos (patch 1618846)

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

17 years agofix hint rect position for RTL (patch 1618719 from Tim Kosse)
Vadim Zeitlin [Sun, 24 Dec 2006 12:16:28 +0000 (12:16 +0000)] 
fix hint rect position for RTL (patch 1618719 from Tim Kosse)

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

17 years agofill in sqlDataType field of wxDbColInf in ExecSql() (patch 1614539)
Vadim Zeitlin [Sun, 24 Dec 2006 12:14:31 +0000 (12:14 +0000)] 
fill in sqlDataType field of wxDbColInf in ExecSql() (patch 1614539)

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

17 years agocompilation fixes for --disable-compat26 (patch 1619037)
Vadim Zeitlin [Sun, 24 Dec 2006 12:08:37 +0000 (12:08 +0000)] 
compilation fixes for --disable-compat26 (patch 1619037)

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

17 years agoremoved #ifdefs that conditionally included the exact same code on Mac and non-Mac...
Václav Slavík [Sun, 24 Dec 2006 01:33:09 +0000 (01:33 +0000)] 
removed #ifdefs that conditionally included the exact same code on Mac and non-Mac, instead of having just one copy of it

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

17 years agoanother fix for the default button in the dialog
Vadim Zeitlin [Sun, 24 Dec 2006 01:21:53 +0000 (01:21 +0000)] 
another fix for the default button in the dialog

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

17 years agodocument --selected-config option
Vadim Zeitlin [Sun, 24 Dec 2006 01:20:33 +0000 (01:20 +0000)] 
document --selected-config option

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

17 years ago1. Don't draw our own custom label if we don't have custom foreground colour,
Vadim Zeitlin [Sat, 23 Dec 2006 22:20:53 +0000 (22:20 +0000)] 
1. Don't draw our own custom label if we don't have custom foreground colour,
   we don't need to do it then as it works just fine by default then

2. Use the theme font for the label (doesn't do anything for the default Luna
   theme but helps a lot with custom themes, unfortunately metrics are still
   wrong with them)

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

17 years agoadded AutoHFONT; allow initialize SelectInHDC later (and not necessarily in ctor)
Vadim Zeitlin [Sat, 23 Dec 2006 22:11:16 +0000 (22:11 +0000)] 
added AutoHFONT; allow initialize SelectInHDC later (and not necessarily in ctor)

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

17 years agoBullet size should take into account the font of the immediately following content.
Julian Smart [Sat, 23 Dec 2006 15:57:45 +0000 (15:57 +0000)] 
Bullet size should take into account the font of the immediately following content.

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

17 years agoOptimization
Julian Smart [Sat, 23 Dec 2006 15:54:59 +0000 (15:54 +0000)] 
Optimization

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

17 years agoChange style flag on floating frames to give proper minimize behaviour. Thanks to...
Mart Raudsepp [Sat, 23 Dec 2006 13:03:00 +0000 (13:03 +0000)] 
Change style flag on floating frames to give proper minimize behaviour. Thanks to Chris Mellon; needed for my app

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

17 years agominitest for wx.BusyInfo
Robin Dunn [Sat, 23 Dec 2006 00:12:59 +0000 (00:12 +0000)] 
minitest for wx.BusyInfo

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

17 years agoreSWIGGed
Robin Dunn [Sat, 23 Dec 2006 00:11:49 +0000 (00:11 +0000)] 
reSWIGGed

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

17 years agoReset the item's text in SetItemFont to ensure that the text will be
Robin Dunn [Sat, 23 Dec 2006 00:10:15 +0000 (00:10 +0000)] 
Reset the item's text in SetItemFont to ensure that the text will be
remeasured with the new font, and the bounding rect will be adjusted.

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

17 years agoDon't try to access a color not in the dictionary
Robin Dunn [Sat, 23 Dec 2006 00:02:59 +0000 (00:02 +0000)] 
Don't try to access a color not in the dictionary

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

17 years agoRemoveItem should return the same object it is passed, but adjusted
Robin Dunn [Sat, 23 Dec 2006 00:02:23 +0000 (00:02 +0000)] 
RemoveItem should return the same object it is passed, but adjusted
for new ownership

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

17 years agowxColor --> wxColour
Robin Dunn [Fri, 22 Dec 2006 23:57:34 +0000 (23:57 +0000)] 
wxColor --> wxColour

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

17 years agoAdd parent parameter to BusyInfo
Robin Dunn [Fri, 22 Dec 2006 23:55:58 +0000 (23:55 +0000)] 
Add parent parameter to BusyInfo

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

17 years agoUnicode is the default build mode
Robin Dunn [Fri, 22 Dec 2006 23:54:34 +0000 (23:54 +0000)] 
Unicode is the default build mode

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

17 years agoPatches from Andrea
Robin Dunn [Fri, 22 Dec 2006 23:52:32 +0000 (23:52 +0000)] 
Patches from Andrea

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

17 years agoput wx in the shell's namespace too
Robin Dunn [Fri, 22 Dec 2006 23:50:51 +0000 (23:50 +0000)] 
put wx in the shell's namespace too

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

17 years agoAdding SetFocus to wxABI_VERSION.
Kevin Ollivier [Fri, 22 Dec 2006 20:14:38 +0000 (20:14 +0000)] 
Adding SetFocus to wxABI_VERSION.

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

17 years agoFix for non-PCH builds.
Kevin Ollivier [Fri, 22 Dec 2006 20:05:08 +0000 (20:05 +0000)] 
Fix for non-PCH builds.

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

17 years agofix for build with x11 reported here http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi...
Chris Elliott [Fri, 22 Dec 2006 11:20:58 +0000 (11:20 +0000)] 
fix for build with x11 reported here lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:96187:200612:dimemphnemjnfeciaghe

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

17 years agoreversed binary and forward compatibility terms to their usual meanings; added a...
Vadim Zeitlin [Thu, 21 Dec 2006 22:28:15 +0000 (22:28 +0000)] 
reversed binary and forward compatibility terms to their usual meanings; added a section about binary compatibility preserving changes explicitly mentioning that overriding of existing virtual functions seems to be safe; fixed typos/spelling

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

17 years agoadded wx{Dir|File}Dialog::Get/SetStyle() for 2.8.1
Vadim Zeitlin [Thu, 21 Dec 2006 22:04:48 +0000 (22:04 +0000)] 
added wx{Dir|File}Dialog::Get/SetStyle() for 2.8.1

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

17 years agorestored (as deprecated) accidentally removed wx{Dir|File}Dialog::Get/SetStyle()
Vadim Zeitlin [Thu, 21 Dec 2006 19:26:48 +0000 (19:26 +0000)] 
restored (as deprecated) accidentally removed wx{Dir|File}Dialog::Get/SetStyle()

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

17 years agocompilation fix for !wxUSE_VALIDATORS
Václav Slavík [Thu, 21 Dec 2006 18:24:27 +0000 (18:24 +0000)] 
compilation fix for !wxUSE_VALIDATORS

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

17 years agosockets work with wxDFB now
Václav Slavík [Thu, 21 Dec 2006 17:52:16 +0000 (17:52 +0000)] 
sockets work with wxDFB now

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

17 years agoRestore compilation with --enable-stl, fix SetFocus with the generic control, and...
Kevin Ollivier [Thu, 21 Dec 2006 06:53:53 +0000 (06:53 +0000)] 
Restore compilation with --enable-stl, fix SetFocus with the generic control, and re-instate the use of ids to sort when a specific sort function isn't being used.

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

17 years agoC/POSIX locales (or absence of locale information) corresponds to wxLANGUAGE_ENGLISH_...
Vadim Zeitlin [Wed, 20 Dec 2006 23:24:36 +0000 (23:24 +0000)] 
C/POSIX locales (or absence of locale information) corresponds to wxLANGUAGE_ENGLISH_US, not wxLANGUAGE_ENGLISH which is the same as wxLANGUAGE_ENGLISH_UK

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

17 years agounused parameter warning
Vadim Zeitlin [Wed, 20 Dec 2006 13:45:08 +0000 (13:45 +0000)] 
unused parameter warning

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

17 years agochanging ES_LEFT/CENTER/RIGHT styles only works for plain (not rich) controls and...
Vadim Zeitlin [Wed, 20 Dec 2006 13:38:25 +0000 (13:38 +0000)] 
changing ES_LEFT/CENTER/RIGHT styles only works for plain (not rich) controls and only under XP, recreate the control in SetWindowStyleFlag() if it's a richedit one or if the system is earlier than XP

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

17 years agofixed initial size of a control with wxDefaultSize: due to SetSize() call in Create...
Vadim Zeitlin [Wed, 20 Dec 2006 10:06:43 +0000 (10:06 +0000)] 
fixed initial size of a control with wxDefaultSize: due to SetSize() call in Create() introduced in 1.243 it was created with 1 pixel height

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

17 years agowe don't need to subclass text control twice to implement support for WM_COPY/CUT...
Vadim Zeitlin [Wed, 20 Dec 2006 09:51:50 +0000 (09:51 +0000)] 
we don't need to subclass text control twice to implement support for WM_COPY/CUT/PASTE, just handle them in MSWWindowProc() (this reimplements the change of rev 1.261 correctly)

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

17 years agocopy univ setup.h for VC IDE
Chris Elliott [Wed, 20 Dec 2006 09:45:42 +0000 (09:45 +0000)] 
copy univ setup.h for VC IDE

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

17 years agobest size fix for multi-line fields
Stefan Csomor [Wed, 20 Dec 2006 08:45:48 +0000 (08:45 +0000)] 
best size fix for multi-line fields

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

17 years agomake the continue button default, not the stop one, to avoid killing the application...
Vadim Zeitlin [Tue, 19 Dec 2006 23:36:53 +0000 (23:36 +0000)] 
make the continue button default, not the stop one, to avoid killing the application accidentally if it doesn't run under debugger and Enter is pressed

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

17 years agofvisibility-inlines-hidden fix
Stefan Csomor [Tue, 19 Dec 2006 13:49:26 +0000 (13:49 +0000)] 
fvisibility-inlines-hidden fix

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

17 years agoUnswap example returns values for GetPluginsDir and GetResourcesDir. They got swapped...
Mart Raudsepp [Tue, 19 Dec 2006 12:41:41 +0000 (12:41 +0000)] 
Unswap example returns values for GetPluginsDir and GetResourcesDir. They got swapped by the introduction of
GetResourcesDir documentation in rev1.12, see
http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/docs/latex/wx/stdpaths.tex.diff?r1=1.11&r2=1.12
Noticed by Giuseppe Bilotta

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

17 years ago Committing in .
Jouk Jansen [Tue, 19 Dec 2006 11:25:09 +0000 (11:25 +0000)] 
 Committing in .

 Update configuration file for OpenVMS

 Modified Files:
  wxWidgets/setup.h_vms

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

17 years agodon't include non existent tools/gettext directory in the distribution
Vadim Zeitlin [Tue, 19 Dec 2006 10:52:34 +0000 (10:52 +0000)] 
don't include non existent tools/gettext directory in the distribution

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

17 years agoremoved (non existing any more) mobile/* files
Vadim Zeitlin [Tue, 19 Dec 2006 10:45:52 +0000 (10:45 +0000)] 
removed (non existing any more) mobile/* files

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

17 years agoinclude wxUniv files into wxX11 distribution
Vadim Zeitlin [Tue, 19 Dec 2006 08:29:37 +0000 (08:29 +0000)] 
include wxUniv files into wxX11 distribution

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

17 years agofixing -fvisibility-inlines-hidden problem (IsOk function didn't get exported)
Stefan Csomor [Tue, 19 Dec 2006 05:43:19 +0000 (05:43 +0000)] 
fixing -fvisibility-inlines-hidden problem (IsOk function didn't get exported)

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

17 years agoremove debug code
Robin Dunn [Mon, 18 Dec 2006 23:52:48 +0000 (23:52 +0000)] 
remove debug code

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

17 years agominor demo tweaks
Robin Dunn [Mon, 18 Dec 2006 23:19:04 +0000 (23:19 +0000)] 
minor demo tweaks

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

17 years agowx.lib.customtreectrl patches from Andrea Gavana.
Robin Dunn [Mon, 18 Dec 2006 23:18:07 +0000 (23:18 +0000)] 
wx.lib.customtreectrl patches from Andrea Gavana.

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

17 years agoreSWIGged
Robin Dunn [Mon, 18 Dec 2006 23:15:37 +0000 (23:15 +0000)] 
reSWIGged

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

17 years agoMake wx.MenuItem.Destroy a NOP since the regular garbage collection
Robin Dunn [Mon, 18 Dec 2006 23:14:03 +0000 (23:14 +0000)] 
Make wx.MenuItem.Destroy a NOP since the regular garbage collection
will handle the destruction now.

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

17 years agoSome docstring changes, default value for clockwise arg in AddArc
Robin Dunn [Mon, 18 Dec 2006 23:13:12 +0000 (23:13 +0000)] 
Some docstring changes, default value for clockwise arg in AddArc

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

17 years agobump subrelease number
Robin Dunn [Mon, 18 Dec 2006 20:22:32 +0000 (20:22 +0000)] 
bump subrelease number

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

17 years agowxDFB: fix events processing to support sockets events
Václav Slavík [Mon, 18 Dec 2006 17:24:06 +0000 (17:24 +0000)] 
wxDFB: fix events processing to support sockets events

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

17 years agosuppress a CodeWarrior warning about long to int conversion (bug 1616948)
Vadim Zeitlin [Sun, 17 Dec 2006 15:49:46 +0000 (15:49 +0000)] 
suppress a CodeWarrior warning about long to int conversion (bug 1616948)

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

17 years agodon't treat foo in c:\\foo\bar as network share
Vadim Zeitlin [Sun, 17 Dec 2006 14:52:10 +0000 (14:52 +0000)] 
don't treat foo in c:\\foo\bar as network share

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

17 years agocorrected tests to deal with multiple consecutive (back)slashes
Vadim Zeitlin [Sun, 17 Dec 2006 14:49:50 +0000 (14:49 +0000)] 
corrected tests to deal with multiple consecutive (back)slashes

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

17 years agoadded test for parsing c:\\aaa\bbb\ccc paths (aaa shouldn't be interpreted as network...
Vadim Zeitlin [Sun, 17 Dec 2006 14:13:23 +0000 (14:13 +0000)] 
added test for parsing c:\\aaa\bbb\ccc paths (aaa shouldn't be interpreted as network share)

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

17 years agodon't set the label colour in DrawButtonLabel(), this is done by the caller in wxCont...
Vadim Zeitlin [Sun, 17 Dec 2006 13:47:48 +0000 (13:47 +0000)] 
don't set the label colour in DrawButtonLabel(), this is done by the caller in wxControlRenderer::DrawLabel()

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

17 years agoforcefully get rid of the scrollbars in CalcWindowSizes() if we don't need them any...
Vadim Zeitlin [Sun, 17 Dec 2006 02:13:04 +0000 (02:13 +0000)] 
forcefully get rid of the scrollbars in CalcWindowSizes() if we don't need them any more

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

17 years agofor for initializing wxFileName with empty string returning true from IsOk() and...
Vadim Zeitlin [Sat, 16 Dec 2006 23:11:48 +0000 (23:11 +0000)] 
for for initializing wxFileName with empty string returning true from IsOk() and tests for the correct behaviour (patch 1617156)

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

17 years agoadded links to Dir/FileName in construction section (part of patch 1617156)
Vadim Zeitlin [Sat, 16 Dec 2006 23:08:07 +0000 (23:08 +0000)] 
added links to Dir/FileName in construction section (part of patch 1617156)

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

17 years agodon't set score files permissions to 0666, why would this be needed or wanted? (and...
Vadim Zeitlin [Sat, 16 Dec 2006 15:18:41 +0000 (15:18 +0000)] 
don't set score files permissions to 0666, why would this be needed or wanted? (and it didn't compile in Unicode build)

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

17 years agoadded include/msvc/wx/setup.h
Vadim Zeitlin [Sat, 16 Dec 2006 15:11:38 +0000 (15:11 +0000)] 
added include/msvc/wx/setup.h

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

17 years agotest both wxMBConvUTFxx and wxCSConv(wxFONTENCODING_UTFxx), they should behave the...
Vadim Zeitlin [Sat, 16 Dec 2006 15:09:32 +0000 (15:09 +0000)] 
test both wxMBConvUTFxx and wxCSConv(wxFONTENCODING_UTFxx), they should behave the same

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

17 years agoFix for the Demos menu
Robin Dunn [Fri, 15 Dec 2006 23:15:59 +0000 (23:15 +0000)] 
Fix for the Demos menu

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

17 years agowx.aui.AUI_ART_GRADIENT_TYPE --> wx.aui.AUI_DOCKART_GRADIENT_TYPE
Robin Dunn [Fri, 15 Dec 2006 23:15:09 +0000 (23:15 +0000)] 
wx.aui.AUI_ART_GRADIENT_TYPE --> wx.aui.AUI_DOCKART_GRADIENT_TYPE

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

17 years agoadding common search field file
Stefan Csomor [Fri, 15 Dec 2006 10:03:50 +0000 (10:03 +0000)] 
adding common search field file

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

17 years agousing native architecture for development builds only, saves half of the compiles
Stefan Csomor [Fri, 15 Dec 2006 06:14:31 +0000 (06:14 +0000)] 
using native architecture for development builds only, saves half of the compiles

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

17 years agofix compilation with wxUSE_STL=1 for VC6 (and presumably others) (bug 1614814)
Vadim Zeitlin [Fri, 15 Dec 2006 01:47:26 +0000 (01:47 +0000)] 
fix compilation with wxUSE_STL=1 for VC6 (and presumably others) (bug 1614814)

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

17 years agorespect background colour of wxStaticText in wxUniv
Vadim Zeitlin [Fri, 15 Dec 2006 01:32:26 +0000 (01:32 +0000)] 
respect background colour of wxStaticText in wxUniv

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

17 years agocorrect GetBestSize() to return correct best size, i.e. the same size as AutoSize...
Vadim Zeitlin [Fri, 15 Dec 2006 01:30:52 +0000 (01:30 +0000)] 
correct GetBestSize() to return correct best size, i.e. the same size as AutoSize() would give to the control since the fix in 1.407

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

17 years agomention wxRmDir() and its opposite return value meaning in wxRmdir() description...
Vadim Zeitlin [Fri, 15 Dec 2006 01:20:02 +0000 (01:20 +0000)] 
mention wxRmDir() and its opposite return value meaning in wxRmdir() description (bug 1614494)

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