]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

17 years agocorrect GetBestSize() to return correct best size, i.e. the same size as AutoSize...
Vadim Zeitlin [Fri, 15 Dec 2006 01:09:06 +0000 (01:09 +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@43979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowxDFB's wxICON and wxBITMAP should use embedded XPMs, too
Václav Slavík [Thu, 14 Dec 2006 17:45:06 +0000 (17:45 +0000)] 
wxDFB's wxICON and wxBITMAP should use embedded XPMs, too

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

17 years agocompilation fix for wxUSE_ACCEL && !wxUSE_BUTTON
Václav Slavík [Thu, 14 Dec 2006 16:53:05 +0000 (16:53 +0000)] 
compilation fix for wxUSE_ACCEL && !wxUSE_BUTTON

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

17 years agomoved wxX11's wxSocketTable to private wxSocketEventDispatcher class reusable in...
Václav Slavík [Thu, 14 Dec 2006 14:13:57 +0000 (14:13 +0000)] 
moved wxX11's wxSocketTable to private wxSocketEventDispatcher class reusable in other ports (backport from SOC2006_SOCKETS branch); use it in wxDFB

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

17 years agofixed wxStdRenderer::DrawButtonLabel() to not change text colour, otherwise menu...
Václav Slavík [Thu, 14 Dec 2006 13:54:06 +0000 (13:54 +0000)] 
fixed wxStdRenderer::DrawButtonLabel() to not change text colour, otherwise menu items below a disabled item would be rendered incorrectly

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

17 years agomake sure style is set on menubar before querying its size
Paul Cornett [Thu, 14 Dec 2006 07:19:21 +0000 (07:19 +0000)] 
make sure style is set on menubar before querying its size

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

17 years agoreally removed __WIN95__ (as mentioned, but not done, in last commit)
Vadim Zeitlin [Thu, 14 Dec 2006 02:08:13 +0000 (02:08 +0000)] 
really removed __WIN95__ (as mentioned, but not done, in last commit)

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

17 years agotest for __WIN32__ and not __WIN95__ when defining wxUSE_OWNER_DRAWN and wxUSE_RICHED...
Vadim Zeitlin [Thu, 14 Dec 2006 02:07:03 +0000 (02:07 +0000)] 
test for __WIN32__ and not __WIN95__ when defining wxUSE_OWNER_DRAWN and wxUSE_RICHEDIT; don't even define __WIN95__ any more as it's not used anywhere

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

17 years agoFix for printf positional parameter check from Francesco.
Michael Wetherell [Thu, 14 Dec 2006 00:07:15 +0000 (00:07 +0000)] 
Fix for printf positional parameter check from Francesco.

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

17 years agomention bcc Unicode build fix
Vadim Zeitlin [Wed, 13 Dec 2006 19:04:19 +0000 (19:04 +0000)] 
mention bcc Unicode build fix

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

17 years agodon't crash in Unicode build if command line arguments are not valid UTF-8 strings...
Vadim Zeitlin [Wed, 13 Dec 2006 19:03:34 +0000 (19:03 +0000)] 
don't crash in Unicode build if command line arguments are not valid UTF-8 strings (bug 1614363)

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

17 years agoadd distrib\mac\pbsetup-sh to mac distro
Chris Elliott [Wed, 13 Dec 2006 18:55:36 +0000 (18:55 +0000)] 
add distrib\mac\pbsetup-sh to mac distro

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

17 years agoadded 2.8.0.1-1 packaged by myself
Vadim Zeitlin [Wed, 13 Dec 2006 18:24:43 +0000 (18:24 +0000)] 
added 2.8.0.1-1 packaged by myself

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

17 years agoadded a tiny script to build both ANSI and Unicode debian packages
Vadim Zeitlin [Wed, 13 Dec 2006 13:14:40 +0000 (13:14 +0000)] 
added a tiny script to build both ANSI and Unicode debian packages

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

17 years agocast size_t to unsigned long, not unsigned (even though there is no risk of truncatio...
Vadim Zeitlin [Wed, 13 Dec 2006 13:04:44 +0000 (13:04 +0000)] 
cast size_t to unsigned long, not unsigned (even though there is no risk of truncation here, it's still better practice)

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

17 years agoChange wxMkDir/wxRmDir to _wmkdir/_wrmdir for Borland unicode builds to match
Michael Wetherell [Wed, 13 Dec 2006 12:32:08 +0000 (12:32 +0000)] 
Change wxMkDir/wxRmDir to _wmkdir/_wrmdir for Borland unicode builds to match
recent change of wxMBFILES.

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

17 years agomake sure the window is fully painted before DirectFB WM shows it, otherwise artifact...
Václav Slavík [Wed, 13 Dec 2006 12:08:30 +0000 (12:08 +0000)] 
make sure the window is fully painted before DirectFB WM shows it, otherwise artifacts could be seen on the screen

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

17 years agoavoid configure, etc being in DOS format
Chris Elliott [Wed, 13 Dec 2006 09:46:20 +0000 (09:46 +0000)] 
avoid configure, etc being in DOS format

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

17 years agomove on to 2.8.1
Chris Elliott [Wed, 13 Dec 2006 09:25:35 +0000 (09:25 +0000)] 
move on to 2.8.1

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

17 years agotidy up
Chris Elliott [Wed, 13 Dec 2006 09:24:20 +0000 (09:24 +0000)] 
tidy up

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

17 years agotry toi fix readme readme
Chris Elliott [Wed, 13 Dec 2006 09:18:35 +0000 (09:18 +0000)] 
try toi fix readme readme

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

17 years agoup to 2.8.0
Chris Elliott [Wed, 13 Dec 2006 08:49:18 +0000 (08:49 +0000)] 
up to 2.8.0

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

17 years ago Made wxSearchCtrl look like other text controls under GTK+.
Robert Roebling [Tue, 12 Dec 2006 22:27:01 +0000 (22:27 +0000)] 
  Made wxSearchCtrl look like other text controls under GTK+.

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

17 years ago Add a few more controls to the toolbar.
Robert Roebling [Tue, 12 Dec 2006 21:44:51 +0000 (21:44 +0000)] 
  Add a few more controls to the toolbar.

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

17 years ago Moved allocate size correction code from combobox
Robert Roebling [Tue, 12 Dec 2006 21:43:55 +0000 (21:43 +0000)] 
  Moved allocate size correction code from combobox
    to toolbar code since that is where the problem
    is and it affects other controls, too.

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

17 years agoAdd entry for 2.8.0.1
Robin Dunn [Tue, 12 Dec 2006 16:08:26 +0000 (16:08 +0000)] 
Add entry for 2.8.0.1

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

17 years agoreplaced 25 in libraries names with 28
Vadim Zeitlin [Tue, 12 Dec 2006 11:50:04 +0000 (11:50 +0000)] 
replaced 25 in libraries names with 28

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

17 years ago Add hack for correct height of wxComboBox in
Robert Roebling [Tue, 12 Dec 2006 10:40:46 +0000 (10:40 +0000)] 
  Add hack for correct height of wxComboBox in
    toolbar.

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

17 years agoregenerated
Robin Dunn [Tue, 12 Dec 2006 07:25:29 +0000 (07:25 +0000)] 
regenerated

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

17 years agoCompile fixes for Panther
Robin Dunn [Tue, 12 Dec 2006 07:23:17 +0000 (07:23 +0000)] 
Compile fixes for Panther

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

17 years agoTypo fix
Robin Dunn [Tue, 12 Dec 2006 02:09:34 +0000 (02:09 +0000)] 
Typo fix

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

17 years agoBump subrelease number
Robin Dunn [Tue, 12 Dec 2006 01:52:43 +0000 (01:52 +0000)] 
Bump subrelease number

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

17 years agoAdded a set of button classes to wx.lib.buttons from David Hughes that
Robin Dunn [Tue, 12 Dec 2006 01:51:18 +0000 (01:51 +0000)] 
Added a set of button classes to wx.lib.buttons from David Hughes that
uses the native renderer to draw the button.

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

17 years agoMention wx.SearchCtrl
Robin Dunn [Tue, 12 Dec 2006 01:00:20 +0000 (01:00 +0000)] 
Mention wx.SearchCtrl

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

17 years agoAlso do LayoutControls from EVT_SIZE handler
Robin Dunn [Tue, 12 Dec 2006 00:53:52 +0000 (00:53 +0000)] 
Also do LayoutControls from EVT_SIZE handler

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

17 years agoSome more _BTN changes
Robin Dunn [Mon, 11 Dec 2006 21:32:09 +0000 (21:32 +0000)] 
Some more _BTN changes

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

17 years agoPut a separator between the controls
Robin Dunn [Mon, 11 Dec 2006 21:27:41 +0000 (21:27 +0000)] 
Put a separator between the controls

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

17 years agocomment out test code
Robin Dunn [Mon, 11 Dec 2006 21:26:58 +0000 (21:26 +0000)] 
comment out test code

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

17 years agofixed wxCSConv to work again for iso-8859-1
Václav Slavík [Mon, 11 Dec 2006 21:14:48 +0000 (21:14 +0000)] 
fixed wxCSConv to work again for iso-8859-1

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

17 years agoFix compile error
Robin Dunn [Mon, 11 Dec 2006 21:12:32 +0000 (21:12 +0000)] 
Fix compile error

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

17 years agoChange event names to clarify that they are only fired by button clicks, and note...
Kevin Ollivier [Mon, 11 Dec 2006 20:32:16 +0000 (20:32 +0000)] 
Change event names to clarify that they are only fired by button clicks, and note ways of retrieving search queries in the docs.

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

17 years agoreSWIGged
Robin Dunn [Mon, 11 Dec 2006 20:13:21 +0000 (20:13 +0000)] 
reSWIGged

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

17 years agoAdd docstrings and a dummy class to be used in builds that don't have wxSearchCtrl.
Robin Dunn [Mon, 11 Dec 2006 20:10:37 +0000 (20:10 +0000)] 
Add docstrings and a dummy class to be used in builds that don't have wxSearchCtrl.

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

17 years agoRemove AdjustedBestSize property since the function it calls is deprecated.
Robin Dunn [Mon, 11 Dec 2006 20:07:18 +0000 (20:07 +0000)] 
Remove AdjustedBestSize property since the function it calls is deprecated.

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

17 years agocleanup:
Paul Cornett [Mon, 11 Dec 2006 18:34:59 +0000 (18:34 +0000)] 
cleanup:
    wrap everything in #if wxUSE_SEARCHCTRL,
    implementation include comes first

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

17 years agocleanup:
Paul Cornett [Mon, 11 Dec 2006 18:33:58 +0000 (18:33 +0000)] 
cleanup:
    wrap everything in #if wxUSE_SEARCHCTRL,
    implementation include comes first,
    parenthesize macro replacement containing operators,
    unused variable,
    use of pointer after delete,
    bizarre boolean expression

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

17 years agoreSWIGged
Robin Dunn [Mon, 11 Dec 2006 18:28:11 +0000 (18:28 +0000)] 
reSWIGged

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

17 years agoDocstring fixes
Robin Dunn [Mon, 11 Dec 2006 18:26:49 +0000 (18:26 +0000)] 
Docstring fixes

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

17 years agoUpdating with Vadim's API changes.
Kevin Ollivier [Mon, 11 Dec 2006 16:34:36 +0000 (16:34 +0000)] 
Updating with Vadim's API changes.

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

17 years agoremoved unused variable
Vadim Zeitlin [Mon, 11 Dec 2006 14:18:58 +0000 (14:18 +0000)] 
removed unused variable

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

17 years agomore SetXXXVisible/ShowXXX() replacements
Vadim Zeitlin [Mon, 11 Dec 2006 14:17:44 +0000 (14:17 +0000)] 
more SetXXXVisible/ShowXXX() replacements

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

17 years agoadded $Id$ to the header
Vadim Zeitlin [Mon, 11 Dec 2006 14:14:07 +0000 (14:14 +0000)] 
added $Id$ to the header

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

17 years agoadded wx prefix to wxUSE_NATIVE_SEARCH_CONTROL
Vadim Zeitlin [Mon, 11 Dec 2006 14:08:17 +0000 (14:08 +0000)] 
added wx prefix to wxUSE_NATIVE_SEARCH_CONTROL

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

17 years agomention wxSearchCtrl
Vadim Zeitlin [Mon, 11 Dec 2006 13:48:56 +0000 (13:48 +0000)] 
mention wxSearchCtrl

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

17 years ago1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVisible()
Vadim Zeitlin [Mon, 11 Dec 2006 13:48:18 +0000 (13:48 +0000)] 
1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVisible()
2. Moved wxSearchCtrlBase to wx/srchctrl.h to avoid duplicating it
3. Removed gcc #pragmas

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

17 years agowxSearchCtrl is an editable control (too)
Vadim Zeitlin [Mon, 11 Dec 2006 13:34:27 +0000 (13:34 +0000)] 
wxSearchCtrl is an editable control (too)

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

17 years agodeTABified
Vadim Zeitlin [Mon, 11 Dec 2006 13:31:53 +0000 (13:31 +0000)] 
deTABified

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

17 years agorestored variabes initialization in OnButtonSet() to avoid spurious MSVC warnings
Vadim Zeitlin [Mon, 11 Dec 2006 13:30:27 +0000 (13:30 +0000)] 
restored variabes initialization in OnButtonSet() to avoid spurious MSVC warnings

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