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

17 years agofix LaTeX syntax (non-escaped underscore)
Vadim Zeitlin [Mon, 11 Dec 2006 13:11:29 +0000 (13:11 +0000)] 
fix LaTeX syntax (non-escaped underscore)

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

17 years agocompilation fix for USE_PCH==0
Vadim Zeitlin [Mon, 11 Dec 2006 12:58:20 +0000 (12:58 +0000)] 
compilation fix for USE_PCH==0

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

17 years agouse wx prefix for wxUSE_NATIVE_SEARCH_CONTROL macro name
Vadim Zeitlin [Mon, 11 Dec 2006 12:57:35 +0000 (12:57 +0000)] 
use wx prefix for wxUSE_NATIVE_SEARCH_CONTROL macro name

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

17 years ago2.8.0
Chris Elliott [Mon, 11 Dec 2006 10:25:23 +0000 (10:25 +0000)] 
2.8.0

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

17 years agofix watcom problem (thanks ABX)
Chris Elliott [Mon, 11 Dec 2006 09:43:39 +0000 (09:43 +0000)] 
fix watcom problem (thanks ABX)

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

17 years agosorry about bad commit
Chris Elliott [Mon, 11 Dec 2006 09:33:34 +0000 (09:33 +0000)] 
sorry about bad commit

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

17 years agofix missing includessrc/generic/srchctlg.cpp
Chris Elliott [Mon, 11 Dec 2006 09:30:26 +0000 (09:30 +0000)] 
fix missing includessrc/generic/srchctlg.cpp

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

17 years agoUpdated build files.
Włodzimierz Skiba [Mon, 11 Dec 2006 08:04:49 +0000 (08:04 +0000)] 
Updated build files.

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

17 years agoinclude bitmap.h
Robin Dunn [Mon, 11 Dec 2006 07:48:02 +0000 (07:48 +0000)] 
include bitmap.h

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

17 years agoImprove default wxSearchCtrl GetBestSize() width and ensure that SetFocus focuses...
Kevin Ollivier [Mon, 11 Dec 2006 07:35:46 +0000 (07:35 +0000)] 
Improve default wxSearchCtrl GetBestSize() width and ensure that SetFocus focuses in the control's text area.

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

17 years agoreSWIGged
Robin Dunn [Mon, 11 Dec 2006 07:33:10 +0000 (07:33 +0000)] 
reSWIGged

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

17 years agoMove #include of srchctrl.h to wxPython_int.h
Robin Dunn [Mon, 11 Dec 2006 07:19:22 +0000 (07:19 +0000)] 
Move #include of srchctrl.h to wxPython_int.h

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

17 years agoModified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchF...
Robin Dunn [Mon, 11 Dec 2006 06:19:27 +0000 (06:19 +0000)] 
Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchField)

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

17 years agosize_t's --> int's
Robin Dunn [Mon, 11 Dec 2006 04:20:43 +0000 (04:20 +0000)] 
size_t's --> int's

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

17 years agoAs per discussion in bug #1612106, change default socket flag from NONE to NOWAIT...
Kevin Hock [Mon, 11 Dec 2006 02:58:07 +0000 (02:58 +0000)] 
As per discussion in bug #1612106, change default socket flag from NONE to NOWAIT to prevent application hang

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

17 years agosize_t passed to %d format specifier
Paul Cornett [Sun, 10 Dec 2006 23:37:32 +0000 (23:37 +0000)] 
size_t passed to %d format specifier

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

17 years agoadded brief installation instructions for wxDFB port
Václav Slavík [Sun, 10 Dec 2006 16:01:11 +0000 (16:01 +0000)] 
added brief installation instructions for wxDFB port

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

17 years ago1. removed code that already exist in ~wxTLWBase from ~wxTLW
Václav Slavík [Sun, 10 Dec 2006 15:58:18 +0000 (15:58 +0000)] 
1. removed code that already exist in ~wxTLWBase from ~wxTLW
2. reordered TLW destruction so that the TLW is fully usable until all children (that could possibly use it from their dtors) are destroyed

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

17 years agoremoved code that already exist in ~wxTLWBase from ~wxTLW
Václav Slavík [Sun, 10 Dec 2006 15:53:29 +0000 (15:53 +0000)] 
removed code that already exist in ~wxTLWBase from ~wxTLW

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

17 years agoset wxDATAVIEW_CELL_SELECTED in flags passed to Render() (patch 1611212)
Vadim Zeitlin [Sun, 10 Dec 2006 15:37:31 +0000 (15:37 +0000)] 
set wxDATAVIEW_CELL_SELECTED in flags passed to Render() (patch 1611212)

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

17 years agoGetLongPath() should just do nothing under CE as there are no short/long paths there...
Vadim Zeitlin [Sun, 10 Dec 2006 15:35:41 +0000 (15:35 +0000)] 
GetLongPath() should just do nothing under CE as there are no short/long paths there (patch 1612271)

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

17 years agoreplaced size_t with unsigned int in wxAnimation and related classes and a couple...
Vadim Zeitlin [Sun, 10 Dec 2006 14:18:37 +0000 (14:18 +0000)] 
replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones)

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

17 years agoadded collpane sample
Vadim Zeitlin [Sun, 10 Dec 2006 13:50:24 +0000 (13:50 +0000)] 
added collpane sample

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

17 years agofixed off by one error in OnButtonSet()
Vadim Zeitlin [Sun, 10 Dec 2006 13:46:12 +0000 (13:46 +0000)] 
fixed off by one error in OnButtonSet()

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

17 years agocompilation fix for g++ < 3.4 after last commit
Vadim Zeitlin [Sun, 10 Dec 2006 13:21:41 +0000 (13:21 +0000)] 
compilation fix for g++ < 3.4 after last commit

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

17 years agoswitching to autorelease
Stefan Csomor [Sun, 10 Dec 2006 13:19:50 +0000 (13:19 +0000)] 
switching to autorelease

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