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

17 years agoadding an autorelease capability (got weird crashes when deleting tools from a toolba...
Stefan Csomor [Sun, 10 Dec 2006 13:08:42 +0000 (13:08 +0000)] 
adding an autorelease capability (got weird crashes when deleting tools from a toolbar otherwise)

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

17 years agoImplemented Set button for date picker page.
Włodzimierz Skiba [Sun, 10 Dec 2006 10:49:18 +0000 (10:49 +0000)] 
Implemented Set button for date picker page.

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

17 years agoWarning fix.
Włodzimierz Skiba [Sun, 10 Dec 2006 10:47:44 +0000 (10:47 +0000)] 
Warning fix.

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

17 years agotest popup menus with checkable items
Robin Dunn [Sun, 10 Dec 2006 01:50:05 +0000 (01:50 +0000)] 
test popup menus with checkable items

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

17 years agowxStaticLineNameStr
Robin Dunn [Sun, 10 Dec 2006 01:48:28 +0000 (01:48 +0000)] 
wxStaticLineNameStr

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

17 years agoFix so that AR/AROPTIONS can be overridden on the configure command line when
Michael Wetherell [Sat, 9 Dec 2006 23:43:54 +0000 (23:43 +0000)] 
Fix so that AR/AROPTIONS can be overridden on the configure command line when
using Sun CC.

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

17 years agoRevert last commit.
Michael Wetherell [Sat, 9 Dec 2006 22:28:11 +0000 (22:28 +0000)] 
Revert last commit.

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

17 years agoFix for the compiler checks. The compiler flags like SUNCC and SUNCXX were
Michael Wetherell [Sat, 9 Dec 2006 22:09:57 +0000 (22:09 +0000)] 
Fix for the compiler checks. The compiler flags like SUNCC and SUNCXX were
only being set when language being tested matched the current language, so
C++ flags weren't being set since we changed the default language back to C.

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

17 years agoFix for the compiler checks. The compiler flags like SUNCC and SUNCXX were
Michael Wetherell [Sat, 9 Dec 2006 22:04:53 +0000 (22:04 +0000)] 
Fix for the compiler checks. The compiler flags like SUNCC and SUNCXX were
only being set when language being tested matched the current language, so
C++ flags weren't being set since we changed the default language back to C.

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

17 years agoindentation fixes
Paul Cornett [Sat, 9 Dec 2006 19:49:40 +0000 (19:49 +0000)] 
indentation fixes

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

17 years agounused variable
Paul Cornett [Sat, 9 Dec 2006 19:49:02 +0000 (19:49 +0000)] 
unused variable

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

17 years ago Update Readme.txt
Robert Roebling [Sat, 9 Dec 2006 19:48:46 +0000 (19:48 +0000)] 
  Update Readme.txt

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

17 years agocorrect access for virtuals
Paul Cornett [Sat, 9 Dec 2006 19:48:21 +0000 (19:48 +0000)] 
correct access for virtuals

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

17 years agoSetInsertionPointEnd should make the insert point visible, as SetInsertionPoint does
Paul Cornett [Sat, 9 Dec 2006 17:50:50 +0000 (17:50 +0000)] 
SetInsertionPointEnd should make the insert point visible, as SetInsertionPoint does

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

17 years agorename RemoveIdleSource to SuspendIdleCallback
Paul Cornett [Sat, 9 Dec 2006 17:46:20 +0000 (17:46 +0000)] 
rename RemoveIdleSource to SuspendIdleCallback

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

17 years agomention wxCSConv(utf-16/32) fix
Vadim Zeitlin [Sat, 9 Dec 2006 16:20:26 +0000 (16:20 +0000)] 
mention wxCSConv(utf-16/32) fix

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

17 years agoimplement To/FromWchar() as wxCSConv methods, otherwise wxCSConv(wxFONTENCODING_UTF16...
Vadim Zeitlin [Sat, 9 Dec 2006 16:19:34 +0000 (16:19 +0000)] 
implement To/FromWchar() as wxCSConv methods, otherwise wxCSConv(wxFONTENCODING_UTF16) didn't work correctly even if the underlying wxMBConvUTF16 did

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

17 years agoUnicode compilation fixes
Vadim Zeitlin [Sat, 9 Dec 2006 15:58:32 +0000 (15:58 +0000)] 
Unicode compilation fixes

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

17 years agoadded test cases for wxTextInputStream and UTF-xx encoded text (based on patch 1611286)
Vadim Zeitlin [Sat, 9 Dec 2006 15:57:33 +0000 (15:57 +0000)] 
added test cases for wxTextInputStream and UTF-xx encoded text (based on patch 1611286)

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

17 years agodefault name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
Vadim Zeitlin [Sat, 9 Dec 2006 14:52:59 +0000 (14:52 +0000)] 
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr

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