]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agoguard grid XRC handler by #if wxUSE_GRID
Vadim Zeitlin [Tue, 29 Nov 2005 00:54:02 +0000 (00:54 +0000)] 
guard grid XRC handler by #if wxUSE_GRID

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

18 years agofixed improper (long) casts
David Surovell [Mon, 28 Nov 2005 22:24:00 +0000 (22:24 +0000)] 
fixed improper (long) casts

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

18 years agochanged background color reference from light gray to assigned bkgd color
David Surovell [Mon, 28 Nov 2005 15:27:09 +0000 (15:27 +0000)] 
changed background color reference from light gray to assigned bkgd color

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

18 years agofix unused parameter warning
Vadim Zeitlin [Mon, 28 Nov 2005 00:19:38 +0000 (00:19 +0000)] 
fix unused parameter warning

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

18 years agoCleaned up some erroneous stuff from previous commit, added HAVE_GETADDRINFO
Stefan Neis [Sun, 27 Nov 2005 21:42:51 +0000 (21:42 +0000)] 
Cleaned up some erroneous stuff from previous commit, added HAVE_GETADDRINFO
        to setup.h.in.

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

18 years agoApplied patch #1198422 (CheckBox labels being truncated).
Stefan Neis [Sun, 27 Nov 2005 21:30:40 +0000 (21:30 +0000)] 
Applied patch #1198422 (CheckBox labels being truncated).

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

18 years agoTake out wxASSERTs since they give a warning with gcc.
Michael Wetherell [Sun, 27 Nov 2005 18:12:37 +0000 (18:12 +0000)] 
Take out wxASSERTs since they give a warning with gcc.

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

18 years agowx_wcscmp is only used in unicode mode so wrap in #if wxUSE_UNICODE to avoid
Michael Wetherell [Sun, 27 Nov 2005 18:04:06 +0000 (18:04 +0000)] 
wx_wcscmp is only used in unicode mode so wrap in #if wxUSE_UNICODE to avoid
a warning about an unused function, and clean up the function at the same time.

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

18 years agoDo CloseEntry internally when OpenEntry called on an already open stream.
Michael Wetherell [Sun, 27 Nov 2005 17:55:00 +0000 (17:55 +0000)] 
Do CloseEntry internally when OpenEntry called on an already open stream.

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

18 years agoDetect thread-safe versions of gethostbyname/gethostbyaddr/getservbyname
Stefan Neis [Sun, 27 Nov 2005 17:46:39 +0000 (17:46 +0000)] 
Detect thread-safe versions of gethostbyname/gethostbyaddr/getservbyname
        and how many arguments they use.
Detect thread-safe versions of localtime/gmtime and readdir.

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

18 years agodon't compare bools with NULL
Vadim Zeitlin [Sun, 27 Nov 2005 14:03:36 +0000 (14:03 +0000)] 
don't compare bools with NULL

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

18 years agoSmall fixes
Michael Wetherell [Sun, 27 Nov 2005 09:29:46 +0000 (09:29 +0000)] 
Small fixes

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

18 years agoSmall fixes to allow compilation with --enable-stl
Michael Wetherell [Sun, 27 Nov 2005 02:03:40 +0000 (02:03 +0000)] 
Small fixes to allow compilation with --enable-stl

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

18 years agoSmall fixes to allow compilation in Unicode mode with gcc
Michael Wetherell [Sun, 27 Nov 2005 02:01:21 +0000 (02:01 +0000)] 
Small fixes to allow compilation in Unicode mode with gcc

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

18 years agoReplace non-ascii characters with escapes
Michael Wetherell [Sun, 27 Nov 2005 01:58:19 +0000 (01:58 +0000)] 
Replace non-ascii characters with escapes

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

18 years agoSilence warning about truncation since the comment says it ok
Michael Wetherell [Sun, 27 Nov 2005 01:56:51 +0000 (01:56 +0000)] 
Silence warning about truncation since the comment says it ok

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

18 years agofixed GetFreeMemory decl. to match wxWidgets
David Surovell [Sat, 26 Nov 2005 23:27:21 +0000 (23:27 +0000)] 
fixed GetFreeMemory decl. to match wxWidgets

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

18 years agorenaming of variables in rev 1.1090 introduced a clash between 2 different DEBUG_FLAG...
Vadim Zeitlin [Sat, 26 Nov 2005 15:42:12 +0000 (15:42 +0000)] 
renaming of variables in rev 1.1090 introduced a clash between 2 different DEBUG_FLAG variables, so renamed the one containing debugging options for the compiler to DEBUG_CFLAGS to avoid it

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

18 years agoinclude missing header; add default values for wxPlotWindow ctor pos and size paramet...
Vadim Zeitlin [Sat, 26 Nov 2005 14:40:32 +0000 (14:40 +0000)] 
include missing header; add default values for wxPlotWindow ctor pos and size parameters for consistency with all the other wx classes

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

18 years agoOnly define wxIntegerHash::longlongHash when long long isn't long
Michael Wetherell [Sat, 26 Nov 2005 13:40:54 +0000 (13:40 +0000)] 
Only define wxIntegerHash::longlongHash when long long isn't long

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

18 years agoadded helper for visual sizers debugging
Vadim Zeitlin [Sat, 26 Nov 2005 13:09:23 +0000 (13:09 +0000)] 
added helper for visual sizers debugging

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

18 years agomade wxTreeTraversal and wxIDropSources dtors virtual (patch 1311828)
Vadim Zeitlin [Sat, 26 Nov 2005 13:08:09 +0000 (13:08 +0000)] 
made wxTreeTraversal and wxIDropSources dtors virtual (patch 1311828)

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

18 years agoimplemented wxGetFreeMemory() under IRIX (patch 1360356); made wxMemorySize always...
Vadim Zeitlin [Fri, 25 Nov 2005 22:09:22 +0000 (22:09 +0000)] 
implemented wxGetFreeMemory() under IRIX (patch 1360356); made wxMemorySize always 64 bit as it can overflow even in 32 bit builds otherwise

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

18 years agofix warnings about casting regmatch_t struct fields to size_t
Vadim Zeitlin [Fri, 25 Nov 2005 21:49:00 +0000 (21:49 +0000)] 
fix warnings about casting regmatch_t struct fields to size_t

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

18 years agoRan make -f build/autogen.mk
David Elliott [Fri, 25 Nov 2005 05:17:36 +0000 (05:17 +0000)] 
Ran make -f build/autogen.mk

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

18 years agoSeparate RESCOMP into WINDRES (for Win32) and REZ (for Mac OS).
David Elliott [Fri, 25 Nov 2005 04:51:08 +0000 (04:51 +0000)] 
Separate RESCOMP into WINDRES (for Win32) and REZ (for Mac OS).
Don't check for windres as bakefile.m4 now does it properly.
Rename MACRESCOMP to POSTLINK_COMMAND.
Rename MACRESWXCONFIG to WXCONFIG_POSTLINK_COMMAND.
Use newest bakefile.m4 (with similar changes).
Add --rezflags option back to wx-config so existing user Makefiles don't break.

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

18 years agoMinor improvements and cleanings after recent WinCE fix.
Włodzimierz Skiba [Thu, 24 Nov 2005 20:16:31 +0000 (20:16 +0000)] 
Minor improvements and cleanings after recent WinCE fix.

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

18 years agoApplied patch [ 1310251 ] Fixed a pixel depth bug converting wxImageb to wxBitmap
Julian Smart [Thu, 24 Nov 2005 17:41:26 +0000 (17:41 +0000)] 
Applied patch [ 1310251 ] Fixed a pixel depth bug converting wxImageb to wxBitmap
By Mike Fahl

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

18 years agoFixed style
Julian Smart [Thu, 24 Nov 2005 17:31:35 +0000 (17:31 +0000)] 
Fixed style

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

18 years agoApplied patch [ 1308152 ] wxGrid XRC handler patch HEAD
Julian Smart [Thu, 24 Nov 2005 17:26:05 +0000 (17:26 +0000)] 
Applied patch [ 1308152 ] wxGrid XRC handler patch HEAD
Start of a wxGrid handler by Agron Selimaj
Applied with corrections. Needs further work for retrieving grid properties
and styles.

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

18 years agoApplied patch [ 1305650 ] ODBC32.lib is not included for borland by wxpresets
Julian Smart [Thu, 24 Nov 2005 17:09:43 +0000 (17:09 +0000)] 
Applied patch [ 1305650 ] ODBC32.lib is not included for borland by wxpresets

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

18 years agoApplied patch [ 1351847 ] wxTextXtrl Undo/Redo Bug (sic)
Julian Smart [Thu, 24 Nov 2005 16:53:48 +0000 (16:53 +0000)] 
Applied patch [ 1351847 ] wxTextXtrl Undo/Redo Bug (sic)

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

18 years agoApplied patch [ 1357475 ] WinCE : wxExecute does not execute programs
Julian Smart [Thu, 24 Nov 2005 16:45:05 +0000 (16:45 +0000)] 
Applied patch [ 1357475 ] WinCE : wxExecute does not execute programs

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

18 years ago[ 1364397 ] wxUSE_MS_HTML_HELP could be redefined
Włodzimierz Skiba [Wed, 23 Nov 2005 13:57:56 +0000 (13:57 +0000)] 
1364397 ] wxUSE_MS_HTML_HELP could be redefined

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

18 years agoAdd 'wx_' prefix to builtin regfree and regerror
Michael Wetherell [Wed, 23 Nov 2005 13:56:08 +0000 (13:56 +0000)] 
Add 'wx_' prefix to builtin regfree and regerror

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

18 years agoBuild and run ::wxGetUserName() silently with unusual configs.
Włodzimierz Skiba [Wed, 23 Nov 2005 12:04:42 +0000 (12:04 +0000)] 
Build and run ::wxGetUserName() silently with unusual configs.

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

18 years agofixed Write() signature
Vadim Zeitlin [Wed, 23 Nov 2005 10:29:37 +0000 (10:29 +0000)] 
fixed Write() signature

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

18 years agoRealize remap code cleanup
David Surovell [Wed, 23 Nov 2005 08:01:47 +0000 (08:01 +0000)] 
Realize remap code cleanup

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

18 years agoMinimal implementation of --rescomp option for wx-config,
Ron Lee [Wed, 23 Nov 2005 05:10:09 +0000 (05:10 +0000)] 
Minimal implementation of --rescomp option for wx-config,
required for building windows resource files.

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

18 years agofixed quoting in CPPFLAGS (last change broke the Unix build)
Vadim Zeitlin [Wed, 23 Nov 2005 02:10:04 +0000 (02:10 +0000)] 
fixed quoting in CPPFLAGS (last change broke the Unix build)

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

18 years agousing backward compatible calls for HitTest hack
Stefan Csomor [Tue, 22 Nov 2005 17:54:16 +0000 (17:54 +0000)] 
using backward compatible calls for HitTest hack

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

18 years agofixed memory leak
David Surovell [Tue, 22 Nov 2005 16:15:46 +0000 (16:15 +0000)] 
fixed memory leak

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

18 years agoadded wxMac comment
David Surovell [Tue, 22 Nov 2005 16:11:59 +0000 (16:11 +0000)] 
added wxMac comment

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

18 years agoSafe wxStrncpy usage.
Włodzimierz Skiba [Tue, 22 Nov 2005 11:57:55 +0000 (11:57 +0000)] 
Safe wxStrncpy usage.

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

18 years agowxGetUserName for WinCE.
Włodzimierz Skiba [Tue, 22 Nov 2005 10:01:20 +0000 (10:01 +0000)] 
wxGetUserName for WinCE.

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

18 years agowxGetUserName for WinCE.
Włodzimierz Skiba [Tue, 22 Nov 2005 09:20:41 +0000 (09:20 +0000)] 
wxGetUserName for WinCE.

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

18 years agoautumn cleanup of configure:
Vadim Zeitlin [Tue, 22 Nov 2005 02:06:16 +0000 (02:06 +0000)] 
autumn cleanup of configure:

1. we now consistently use WXCONFIG_C[PP|XX]_FLAGS instead of a mix of CODE_GEN_FLAGS
   plus tons of ad hoc variables (TOOLCHAIN_DEFS, WX_LARGEFILE_FLAGS, WXDEBUG_DEFINE
   and so on) which could all be simply removed now

2. output more stuff which used to be in CFLAGS only in wx-config output:
 a) pthread options (they are needed for user code compilation too)
 b) -D__STDC__EXT needed under HP-UX, this should finally fix the build there

3. also removed GCC_PRAGMA_FLAGS which is unused any more

4. use consitent naming for a couple of other variables

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

18 years agoremoved empty block
David Surovell [Mon, 21 Nov 2005 21:42:58 +0000 (21:42 +0000)] 
removed empty block

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

18 years agoremoved non-const wxFontData::GetColour()
Vadim Zeitlin [Mon, 21 Nov 2005 21:28:40 +0000 (21:28 +0000)] 
removed non-const wxFontData::GetColour()

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

18 years agodocumented HasFlag()
Vadim Zeitlin [Mon, 21 Nov 2005 19:41:17 +0000 (19:41 +0000)] 
documented HasFlag()

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

18 years agoapplied patch #1356901 "Yet another removal of extra semicolons", also fixed remainin...
Dimitri Schoolwerth [Sun, 20 Nov 2005 21:55:35 +0000 (21:55 +0000)] 
applied patch #1356901 "Yet another removal of extra semicolons", also fixed remaining similar cases of extra semicolons

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

18 years agoreturn correct error message if NSLinkModule() fails; fixed flagrant buffer overflow
Vadim Zeitlin [Sun, 20 Nov 2005 21:26:34 +0000 (21:26 +0000)] 
return correct error message if NSLinkModule() fails; fixed flagrant buffer overflow

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

18 years agowe have dlerror() under Darwin
Vadim Zeitlin [Sun, 20 Nov 2005 21:23:53 +0000 (21:23 +0000)] 
we have dlerror() under Darwin

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

18 years agoscript to set the install name correctly for all wx libraries from the given install...
Vadim Zeitlin [Sun, 20 Nov 2005 18:11:44 +0000 (18:11 +0000)] 
script to set the install name correctly for all wx libraries from the given install prefix

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

18 years agoUse re_search directly instead of regexec when using the GNU regex lib
Michael Wetherell [Sun, 20 Nov 2005 17:25:33 +0000 (17:25 +0000)] 
Use re_search directly instead of regexec when using the GNU regex lib

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

18 years agoMoved EnsureVisible to avoid spurious selection of root during idle processing
Julian Smart [Sun, 20 Nov 2005 15:27:11 +0000 (15:27 +0000)] 
Moved EnsureVisible to avoid spurious selection of root during idle processing
(via ScrollTo/wxYieldIfNeeded)

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

18 years agoTypo corrections
Julian Smart [Sun, 20 Nov 2005 15:22:17 +0000 (15:22 +0000)] 
Typo corrections

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

18 years agodon't cast from float to int (provoking a warning) just to cast back to float again
Vadim Zeitlin [Sun, 20 Nov 2005 15:19:12 +0000 (15:19 +0000)] 
don't cast from float to int (provoking a warning) just to cast back to float again

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

18 years agofixed harmless signed/unsigned comparison warning
Vadim Zeitlin [Sun, 20 Nov 2005 15:18:07 +0000 (15:18 +0000)] 
fixed harmless signed/unsigned comparison warning

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

18 years agocorrected SeekEnd() docs
Vadim Zeitlin [Sun, 20 Nov 2005 14:26:50 +0000 (14:26 +0000)] 
corrected SeekEnd() docs

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

18 years agoEvent coordinates should _always_ be physical, not logical, to
Julian Smart [Sat, 19 Nov 2005 22:49:13 +0000 (22:49 +0000)] 
Event coordinates should _always_ be physical, not logical, to
be consistent both with other events and with the wxMSW control

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

18 years agopatch 1352744
Stefan Csomor [Sat, 19 Nov 2005 13:05:14 +0000 (13:05 +0000)] 
patch 1352744

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

18 years agoSpelling fixes from Andreas Mohr (patch #1360064)
Mart Raudsepp [Sat, 19 Nov 2005 01:07:56 +0000 (01:07 +0000)] 
Spelling fixes from Andreas Mohr (patch #1360064)

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

18 years agopatch 1306473
Stefan Csomor [Fri, 18 Nov 2005 21:23:24 +0000 (21:23 +0000)] 
patch 1306473

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

18 years agopatch 1265473
Stefan Csomor [Fri, 18 Nov 2005 18:40:34 +0000 (18:40 +0000)] 
patch 1265473

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

18 years agoFollow other ports with Title/Label split.
Włodzimierz Skiba [Fri, 18 Nov 2005 18:34:15 +0000 (18:34 +0000)] 
Follow other ports with Title/Label split.

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

18 years agoUpdate after adding palmos setup.h to family of automatically created setups.
Włodzimierz Skiba [Fri, 18 Nov 2005 18:30:26 +0000 (18:30 +0000)] 
Update after adding palmos setup.h to family of automatically created setups.

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

18 years agofixed layout of tables that are first element on a page
Václav Slavík [Thu, 17 Nov 2005 23:37:27 +0000 (23:37 +0000)] 
fixed layout of tables that are first element on a page

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

18 years agoreduced code duplication in wxHtmlWinParser::AddText (no real change)
Václav Slavík [Thu, 17 Nov 2005 23:35:36 +0000 (23:35 +0000)] 
reduced code duplication in wxHtmlWinParser::AddText (no real change)

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

18 years agoFixed problem with choice editor in wxGrid whereby the editor
Julian Smart [Thu, 17 Nov 2005 17:43:15 +0000 (17:43 +0000)] 
Fixed problem with choice editor in wxGrid whereby the editor
lost focus when the combobox menu was shown.

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

18 years agoFixes for bugs #1218219 and #1218254.
Włodzimierz Skiba [Thu, 17 Nov 2005 14:36:32 +0000 (14:36 +0000)] 
Fixes for bugs #1218219 and #1218254.

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

18 years agoWarning fix.
Włodzimierz Skiba [Wed, 16 Nov 2005 17:43:52 +0000 (17:43 +0000)] 
Warning fix.

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

18 years agoFinally removes occurences of OnMenuCommand and closes bug #1164678
Włodzimierz Skiba [Wed, 16 Nov 2005 17:27:38 +0000 (17:27 +0000)] 
Finally removes occurences of OnMenuCommand and closes bug #1164678

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

18 years agodon't use wxStaticCast to wxBookCtrlBase -- it doesn't work
Vadim Zeitlin [Wed, 16 Nov 2005 16:31:35 +0000 (16:31 +0000)] 
don't use wxStaticCast to wxBookCtrlBase -- it doesn't work

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

18 years agoRebake for new penguin
Michael Wetherell [Wed, 16 Nov 2005 14:19:52 +0000 (14:19 +0000)] 
Rebake for new penguin

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

18 years agoapplied patch #1348053 "[msw] Strip mnemonics when calc best size for static text"
Dimitri Schoolwerth [Wed, 16 Nov 2005 12:06:54 +0000 (12:06 +0000)] 
applied patch #1348053 "[msw] Strip mnemonics when calc best size for static text"

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

18 years agoonly remap the disabled bitmap of a toolbarbutton when allowed by system (settings...
Dimitri Schoolwerth [Tue, 15 Nov 2005 23:26:06 +0000 (23:26 +0000)] 
only remap the disabled bitmap of a toolbarbutton when allowed by system (settings), otherwise colour artifacts can appear

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

18 years agoAny reason why we #if the menuitem bitmap code in the menu sample? For now just addin...
Mart Raudsepp [Tue, 15 Nov 2005 22:40:32 +0000 (22:40 +0000)] 
Any reason why we #if the menuitem bitmap code in the menu sample? For now just adding wxGTK in addition to
wxUSE_OWNER_DRAWN case, for the cases where bitmaps are to be set...

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

18 years agounhide wxConnectionBase::Execute(wxString)
Vadim Zeitlin [Tue, 15 Nov 2005 18:05:48 +0000 (18:05 +0000)] 
unhide wxConnectionBase::Execute(wxString)

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

18 years agoAdd a length parameter for wxRegEx::Matches
Michael Wetherell [Tue, 15 Nov 2005 15:51:10 +0000 (15:51 +0000)] 
Add a length parameter for wxRegEx::Matches

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

18 years agorcdefs.h is a real file
Michael Wetherell [Tue, 15 Nov 2005 15:36:33 +0000 (15:36 +0000)] 
rcdefs.h is a real file

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

18 years agoBe consistent with all setup.h. Include chkconf.h only once from wx/platform.h.
Włodzimierz Skiba [Tue, 15 Nov 2005 14:51:12 +0000 (14:51 +0000)] 
Be consistent with all setup.h. Include chkconf.h only once from wx/platform.h.

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

18 years agoMinor cleanings.
Włodzimierz Skiba [Tue, 15 Nov 2005 07:40:12 +0000 (07:40 +0000)] 
Minor cleanings.

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

18 years agocorrected wake up code
Stefan Csomor [Mon, 14 Nov 2005 20:24:16 +0000 (20:24 +0000)] 
corrected wake up code

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

18 years agoApplied patch [ 1355355 ] Replace GPLed code in penguin sample and add features
Julian Smart [Mon, 14 Nov 2005 17:38:24 +0000 (17:38 +0000)] 
Applied patch [ 1355355 ] Replace GPLed code in penguin sample and add features
(with Unicode and scope mods)
By Sandro Sigala

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

18 years agoWarning fix.
Włodzimierz Skiba [Mon, 14 Nov 2005 17:03:37 +0000 (17:03 +0000)] 
Warning fix.

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

18 years agoRemoved GTK+2 bitmap menu item code
Julian Smart [Mon, 14 Nov 2005 08:48:35 +0000 (08:48 +0000)] 
Removed GTK+2 bitmap menu item code

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

18 years agoeVC3/PPC2002 build fix.
Włodzimierz Skiba [Sun, 13 Nov 2005 21:48:53 +0000 (21:48 +0000)] 
eVC3/PPC2002 build fix.

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

18 years agoHelpful references.
Włodzimierz Skiba [Sun, 13 Nov 2005 21:47:08 +0000 (21:47 +0000)] 
Helpful references.

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

18 years agoTypo fix.
Włodzimierz Skiba [Sun, 13 Nov 2005 21:26:24 +0000 (21:26 +0000)] 
Typo fix.

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

18 years agoTypo fix in comment
Mart Raudsepp [Sun, 13 Nov 2005 19:51:45 +0000 (19:51 +0000)] 
Typo fix in comment

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

18 years agoMight aswell show the compile- and runtime versions of GTK+ in the ctrl+alt+mclick...
Mart Raudsepp [Sun, 13 Nov 2005 19:44:15 +0000 (19:44 +0000)] 
Might aswell show the compile- and runtime versions of GTK+ in the ctrl+alt+mclick dialog in case of wxGTK.

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

18 years agoMissing #ifdef markup.
Włodzimierz Skiba [Sun, 13 Nov 2005 14:52:34 +0000 (14:52 +0000)] 
Missing #ifdef markup.

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

18 years agoTypo fix.
Włodzimierz Skiba [Sun, 13 Nov 2005 11:53:06 +0000 (11:53 +0000)] 
Typo fix.

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

18 years agoResize all top level windows when SIP changes visibility.
Włodzimierz Skiba [Sun, 13 Nov 2005 11:46:24 +0000 (11:46 +0000)] 
Resize all top level windows when SIP changes visibility.

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

18 years agoFix MDI child windows not becoming active when created after changes to wxTopLevelWin...
Kevin Hock [Sun, 13 Nov 2005 05:00:32 +0000 (05:00 +0000)] 
Fix MDI child windows not becoming active when created after changes to wxTopLevelWindow; BringWindowToTop added to wxMDIChildFrame

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

18 years agoChange the name of a symbol to make it more descriptive
Michael Wetherell [Fri, 11 Nov 2005 19:33:47 +0000 (19:33 +0000)] 
Change the name of a symbol to make it more descriptive

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

18 years agoMake wxRegEx::Replace run in linear time
Michael Wetherell [Fri, 11 Nov 2005 17:22:13 +0000 (17:22 +0000)] 
Make wxRegEx::Replace run in linear time

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

18 years agoWarning fixes
Michael Wetherell [Fri, 11 Nov 2005 16:55:03 +0000 (16:55 +0000)] 
Warning fixes

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

18 years agoTypo correction
Julian Smart [Fri, 11 Nov 2005 14:46:16 +0000 (14:46 +0000)] 
Typo correction

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