wxWidgets.git
19 years agosplitted gizmos library into gizmos and gizmos_xrc in order to fix broken compilation...
Václav Slavík [Sun, 10 Apr 2005 19:41:03 +0000 (19:41 +0000)] 
splitted gizmos library into gizmos and gizmos_xrc in order to fix broken compilation of DLLs

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

19 years agomark slider as being transparent, otherwise it has ugly solid grey background when...
Vadim Zeitlin [Sun, 10 Apr 2005 18:33:03 +0000 (18:33 +0000)] 
mark slider as being transparent, otherwise it has ugly solid grey background when placed on a themed notebook

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

19 years agofixed slider positioning/sizing (especially when ticks are shown on both sides)
Vadim Zeitlin [Sun, 10 Apr 2005 18:28:18 +0000 (18:28 +0000)] 
fixed slider positioning/sizing (especially when ticks are shown on both sides)

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

19 years agodocumented wxSL_BOTTOM, clarified the others
Vadim Zeitlin [Sun, 10 Apr 2005 18:09:24 +0000 (18:09 +0000)] 
documented wxSL_BOTTOM, clarified the others

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

19 years agoput some asserts to check that inconsistent slider styles are not used
Vadim Zeitlin [Sun, 10 Apr 2005 18:07:45 +0000 (18:07 +0000)] 
put some asserts to check that inconsistent slider styles are not used

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

19 years agoremoved is_vertical check box, it was duplicating the ticks direction radiobox functi...
Vadim Zeitlin [Sun, 10 Apr 2005 18:07:08 +0000 (18:07 +0000)] 
removed is_vertical check box, it was duplicating the ticks direction radiobox functionality

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

19 years agoth4ese -> these in comment
Kevin Hock [Sun, 10 Apr 2005 18:05:48 +0000 (18:05 +0000)] 
th4ese -> these in comment

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

19 years agoGetParent() was always used in test for wxHSCROLL checked in in last commit; use...
Vadim Zeitlin [Sun, 10 Apr 2005 17:55:52 +0000 (17:55 +0000)] 
GetParent() was always used in test for wxHSCROLL checked in in last commit; use the parent window recursively as intended instead; slightly simplified the code

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

19 years agoundid flags values change, it's not as backwards compatible as I thought
Vadim Zeitlin [Sun, 10 Apr 2005 17:51:36 +0000 (17:51 +0000)] 
undid flags values change, it's not as backwards compatible as I thought

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

19 years agoHack to make wxStaticBox be repainted when inside a scrolling window
Julian Smart [Sun, 10 Apr 2005 17:14:58 +0000 (17:14 +0000)] 
Hack to make wxStaticBox be repainted when inside a scrolling window

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

19 years agomoved wxSL_XXX styles to wx/slider.h; made wxSL_LEFT/RIGHT == wxSL_TOP/BOTTOM | wxSL_...
Vadim Zeitlin [Sun, 10 Apr 2005 17:06:49 +0000 (17:06 +0000)] 
moved wxSL_XXX styles to wx/slider.h; made wxSL_LEFT/RIGHT == wxSL_TOP/BOTTOM | wxSL_VERTICAL

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

19 years agounused param warning
Vadim Zeitlin [Sun, 10 Apr 2005 16:45:12 +0000 (16:45 +0000)] 
unused param warning

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

19 years agosimplifications and corrections to background drawing:
Vadim Zeitlin [Sun, 10 Apr 2005 15:23:08 +0000 (15:23 +0000)] 
simplifications and corrections to background drawing:

1. removed ApplyParentThemeBackground() not used any longer
2. removed ProvidesBackground() which is synonymous with
   !HasTransparentBackground()
3. removed a whole bunch of unused MSWXXX() methods
4. moved MSWControlColor() from wxWindow up to wxControl

results:

1. the gradient is still shown properly for static/radio boxes in notebooks
2. correct background colour is used for the static boxes
3. code is shorter and better commented

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

19 years ago Check for wxUSE_STD_STRING with #if not with #ifdef,
Mattia Barbon [Sun, 10 Apr 2005 14:57:09 +0000 (14:57 +0000)] 
  Check for wxUSE_STD_STRING with #if not with #ifdef,
because it is always defined.
  Do not unconditionally #define HAVE_STD_STRING_COMPARE if
it is not defined, because this nullifies the configure test.

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

19 years ago Check that std::basic_string<wchar_t> actually works before
Mattia Barbon [Sun, 10 Apr 2005 14:54:34 +0000 (14:54 +0000)] 
  Check that std::basic_string<wchar_t> actually works before
trying to use it.
  Fail at configure time when trying to compile wxMotif with Unicode.

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

19 years ago Correct harmless typos.
Mattia Barbon [Sun, 10 Apr 2005 14:49:02 +0000 (14:49 +0000)] 
  Correct harmless typos.

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

19 years ago Add some missing headers to wxMSW "make install".
Mattia Barbon [Sun, 10 Apr 2005 14:47:39 +0000 (14:47 +0000)] 
  Add some missing headers to wxMSW "make install".

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

19 years agoadded wxCopyRectToRECT()
Vadim Zeitlin [Sun, 10 Apr 2005 11:31:55 +0000 (11:31 +0000)] 
added wxCopyRectToRECT()

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

19 years agoadded HDCClipper() class which automatically unselects clipping region in its dtor
Vadim Zeitlin [Sun, 10 Apr 2005 11:30:37 +0000 (11:30 +0000)] 
added HDCClipper() class which automatically unselects clipping region in its dtor

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

19 years agochanging the defaults to the app font
Stefan Csomor [Sun, 10 Apr 2005 07:02:07 +0000 (07:02 +0000)] 
changing the defaults to the app font

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

19 years agoDon't include sys/socket.h on cygwin in windows mode
Ryan Norton [Sun, 10 Apr 2005 06:44:50 +0000 (06:44 +0000)] 
Don't include sys/socket.h on cygwin in windows mode

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

19 years ago...and msw only of course
Ryan Norton [Sun, 10 Apr 2005 06:37:19 +0000 (06:37 +0000)] 
...and msw only of course

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

19 years agocygwin only
Ryan Norton [Sun, 10 Apr 2005 06:35:53 +0000 (06:35 +0000)] 
cygwin only

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

19 years agoFixes & Hacks to make sockets compile on CYGWIN with windows enabled
Ryan Norton [Sun, 10 Apr 2005 06:33:26 +0000 (06:33 +0000)] 
Fixes & Hacks to make sockets compile on CYGWIN with windows enabled

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

19 years agokTXNDoFontSubstitutionMask requires OS X 10.3 (undefined symbol on < 10.3)
Kevin Hock [Sun, 10 Apr 2005 04:36:47 +0000 (04:36 +0000)] 
kTXNDoFontSubstitutionMask requires OS X 10.3 (undefined symbol on < 10.3)

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

19 years agoadded WM_PRINTCLIENT
Vadim Zeitlin [Sun, 10 Apr 2005 00:19:11 +0000 (00:19 +0000)] 
added WM_PRINTCLIENT

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

19 years agoshow 20 lines of stack in assert, this should still hold on any reasonable screen
Vadim Zeitlin [Sat, 9 Apr 2005 23:25:10 +0000 (23:25 +0000)] 
show 20 lines of stack in assert, this should still hold on any reasonable screen

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

19 years agoOops, added the wrong new methods
Robin Dunn [Sat, 9 Apr 2005 20:16:16 +0000 (20:16 +0000)] 
Oops, added the wrong new methods

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

19 years agoDon't depend on the default formatting of wx.DateTime objects for
Robin Dunn [Sat, 9 Apr 2005 20:08:49 +0000 (20:08 +0000)] 
Don't depend on the default formatting of wx.DateTime objects for
extracting a date and time string.  The format depends on locale and
platform defaults.

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

19 years agoNew methods added
Robin Dunn [Sat, 9 Apr 2005 20:07:46 +0000 (20:07 +0000)] 
New methods added

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

19 years agoEnsure that the results of __str__ and __repr__ are strings
Robin Dunn [Sat, 9 Apr 2005 20:07:25 +0000 (20:07 +0000)] 
Ensure that the results of __str__ and __repr__ are strings

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

19 years agoCheck for TypeError too
Robin Dunn [Sat, 9 Apr 2005 20:06:58 +0000 (20:06 +0000)] 
Check for TypeError too

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

19 years agoDocstring corrected
Robin Dunn [Sat, 9 Apr 2005 20:06:00 +0000 (20:06 +0000)] 
Docstring corrected

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

19 years agoPythonNote corrected
Robin Dunn [Sat, 9 Apr 2005 20:04:48 +0000 (20:04 +0000)] 
PythonNote corrected

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

19 years agoadded AddText() function (trivial wrapper around AddFile()), use it in debug rpt...
Vadim Zeitlin [Sat, 9 Apr 2005 16:04:22 +0000 (16:04 +0000)] 
added AddText() function (trivial wrapper around AddFile()), use it in debug rpt preview

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

19 years agoadded qa library
Vadim Zeitlin [Sat, 9 Apr 2005 14:56:14 +0000 (14:56 +0000)] 
added qa library

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

19 years agoLay buttons out on Windows according to conventions. Button spacing is
Julian Smart [Sat, 9 Apr 2005 11:43:28 +0000 (11:43 +0000)] 
Lay buttons out on Windows according to conventions. Button spacing is
also reduced to a more reasonable size.

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

19 years agoAdded support for toggle button on OS/2.
Stefan Neis [Sat, 9 Apr 2005 11:07:00 +0000 (11:07 +0000)] 
Added support for toggle button on OS/2.

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

19 years agoforgot to check in OnItemRClick() declaration (bug 1179552)
Vadim Zeitlin [Sat, 9 Apr 2005 11:04:00 +0000 (11:04 +0000)] 
forgot to check in OnItemRClick() declaration (bug 1179552)

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

19 years ago Added switch for mousewheel.
Robert Roebling [Sat, 9 Apr 2005 10:35:04 +0000 (10:35 +0000)] 
  Added switch for mousewheel.

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

19 years agoGet rid of superflous if statement - taken care of by the following for loop
Ryan Norton [Sat, 9 Apr 2005 06:42:42 +0000 (06:42 +0000)] 
Get rid of superflous if statement - taken care of by the following for loop

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

19 years agoPatch 1173507 by Stas Sergeev. Allow FindFirst to work with patterns
Michael Wetherell [Sat, 9 Apr 2005 03:06:19 +0000 (03:06 +0000)] 
Patch 1173507 by Stas Sergeev. Allow FindFirst to work with patterns
such as 'file:abc.zip#zip:/xyz/*' that have a '/' after the 'zip:' since
it is possible to open paths such as 'file:abc.zip#zip:/xyz/123.txt'. Also
allow 'abc.zip#zip:' and 'abc.zip#zip:/' to match the zip's root. And
create a new instance of wxFileSystem within OpenFile to avoid infinite
recursion.

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

19 years agoyet more wxString tests for null chars
Ryan Norton [Fri, 8 Apr 2005 23:44:59 +0000 (23:44 +0000)] 
yet more wxString tests for null chars

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

19 years agoupdated ReST docs
Robin Dunn [Fri, 8 Apr 2005 22:56:32 +0000 (22:56 +0000)] 
updated ReST docs

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

19 years agoget rid of the old namespace version
Robin Dunn [Fri, 8 Apr 2005 22:54:20 +0000 (22:54 +0000)] 
get rid of the old namespace version

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

19 years agoAdded the ActiveGrid IDE as a sample application
Robin Dunn [Fri, 8 Apr 2005 22:54:02 +0000 (22:54 +0000)] 
Added the ActiveGrid IDE as a sample application

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

19 years agoREWRITE wxStringBase::append and wxString::Replace.
Ryan Norton [Fri, 8 Apr 2005 22:53:27 +0000 (22:53 +0000)] 
REWRITE wxStringBase::append and wxString::Replace.
This had to be done because they did not take into account null characters.
([ 1179490 ] wxString::Replace() truncates strings containing null bytes) notified me of this.
Please test and let me know of any problems!

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

19 years agotypo
Robin Dunn [Fri, 8 Apr 2005 21:47:16 +0000 (21:47 +0000)] 
typo

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

19 years agoAdd a small delay after the build before the Job moves on to the next item.
Robin Dunn [Fri, 8 Apr 2005 21:46:07 +0000 (21:46 +0000)] 
Add a small delay after the build before the Job moves on to the next item.

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

19 years agoPatch from Will Sadkin
Robin Dunn [Fri, 8 Apr 2005 21:31:25 +0000 (21:31 +0000)] 
Patch from Will Sadkin

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

19 years agoVarious underscore doc fixes and some wxXCharBuffer documentation.
Ryan Norton [Fri, 8 Apr 2005 19:11:58 +0000 (19:11 +0000)] 
Various underscore doc fixes and some wxXCharBuffer documentation.

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

19 years agoUpdated docview library modules and sample apps from the ActiveGrid
Robin Dunn [Fri, 8 Apr 2005 19:04:58 +0000 (19:04 +0000)] 
Updated docview library modules and sample apps from the ActiveGrid
folks.

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

19 years agoIgnore kill focus events when being destroyed
Robin Dunn [Fri, 8 Apr 2005 18:05:15 +0000 (18:05 +0000)] 
Ignore kill focus events when being destroyed

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

19 years agoDon't call StartingKey if the key was F2
Robin Dunn [Fri, 8 Apr 2005 17:32:41 +0000 (17:32 +0000)] 
Don't call StartingKey if the key was F2

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

19 years agoThe manual has grown, change to a 2,000 page manual and avoid the grammatical ambigui...
Kevin Hock [Fri, 8 Apr 2005 15:17:15 +0000 (15:17 +0000)] 
The manual has grown, change to a 2,000 page manual and avoid the grammatical ambiguity altogether.

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

19 years ago'An 1800-page' is correct if read 'eighteen hundred', so change to numbers to words.
Michael Wetherell [Fri, 8 Apr 2005 14:52:21 +0000 (14:52 +0000)] 
'An 1800-page' is correct if read 'eighteen hundred', so change to numbers to words.

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

19 years agoRevert change to wording *AGAIN*... it is correct to have "aN 1800-page" because...
Kevin Hock [Fri, 8 Apr 2005 14:45:24 +0000 (14:45 +0000)] 
Revert change to wording *AGAIN*... it is correct to have "aN 1800-page" because the full wording is "an eighteen hundred-page," where the an is clearly correct (say it out loud and it is clear than you would not say "a eighteen hundred-page")

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

19 years agoDocumentation fixes, patch 1179223 by Andreas Mohr
Michael Wetherell [Fri, 8 Apr 2005 14:34:30 +0000 (14:34 +0000)] 
Documentation fixes, patch 1179223 by Andreas Mohr

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

19 years agoVersion of [ 1177956 ] fix for wxString::operator=(wxChar *) for STL builds
Ryan Norton [Fri, 8 Apr 2005 14:06:25 +0000 (14:06 +0000)] 
Version of [ 1177956 ] fix for wxString::operator=(wxChar *) for STL builds

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

19 years agoupdate for 2.5.5 from Janov Vegh
Vadim Zeitlin [Fri, 8 Apr 2005 11:48:57 +0000 (11:48 +0000)] 
update for 2.5.5 from Janov Vegh

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

19 years agocompilation fix for wxUSE_MIMETYPE == 0; wxFileType memory leak fix
Vadim Zeitlin [Fri, 8 Apr 2005 11:46:42 +0000 (11:46 +0000)] 
compilation fix for wxUSE_MIMETYPE == 0; wxFileType memory leak fix

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

19 years agobumped subrelease number
Robin Dunn [Fri, 8 Apr 2005 03:21:35 +0000 (03:21 +0000)] 
bumped subrelease number

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

19 years agobumped subrelease number
Robin Dunn [Fri, 8 Apr 2005 03:06:52 +0000 (03:06 +0000)] 
bumped subrelease number

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

19 years agofixed typo
Robin Dunn [Thu, 7 Apr 2005 23:31:53 +0000 (23:31 +0000)] 
fixed typo

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

19 years agoSet the find button to be the default button.
Robin Dunn [Thu, 7 Apr 2005 23:27:33 +0000 (23:27 +0000)] 
Set the find button to be the default button.

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

19 years ago Implemented text wrapping for GTK (1.2 and 2.X).
Robert Roebling [Thu, 7 Apr 2005 22:52:32 +0000 (22:52 +0000)] 
  Implemented text wrapping for GTK (1.2 and 2.X).

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

19 years ago Add better test for wxStaticTexts to controls sample.
Robert Roebling [Thu, 7 Apr 2005 22:50:57 +0000 (22:50 +0000)] 
  Add better test for wxStaticTexts to controls sample.

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

19 years agoFix Seeking to end of wxStreamInputStream (patch [ 1178834 ] string stream bad m_len...
Ryan Norton [Thu, 7 Apr 2005 20:49:34 +0000 (20:49 +0000)] 
Fix Seeking to end of wxStreamInputStream (patch [ 1178834 ] string stream bad m_len check)

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

19 years agoWorkarounds to allow compilation by Sun C++ 5.5
Michael Wetherell [Thu, 7 Apr 2005 19:54:58 +0000 (19:54 +0000)] 
Workarounds to allow compilation by Sun C++ 5.5

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

19 years agoFixes to allow compilation with wxUSE_STD_STRING
Michael Wetherell [Thu, 7 Apr 2005 19:52:05 +0000 (19:52 +0000)] 
Fixes to allow compilation with wxUSE_STD_STRING

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

19 years agousing font substitution (allows for fallbacks when unicode chars are not available...
Stefan Csomor [Thu, 7 Apr 2005 15:44:45 +0000 (15:44 +0000)] 
using font substitution (allows for fallbacks when unicode chars are not available in the current font)

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

19 years agorelease does not assert on empty bitmaps anymore
Stefan Csomor [Thu, 7 Apr 2005 15:40:55 +0000 (15:40 +0000)] 
release does not assert on empty bitmaps anymore

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

19 years ago[1178593] Outdated exclamation mark.
Włodzimierz Skiba [Thu, 7 Apr 2005 14:52:22 +0000 (14:52 +0000)] 
[1178593] Outdated exclamation mark.

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

19 years agoRemove unintentionally added whitespace
Michael Wetherell [Thu, 7 Apr 2005 14:43:10 +0000 (14:43 +0000)] 
Remove unintentionally added whitespace

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

19 years agoCompilation fix
Michael Wetherell [Thu, 7 Apr 2005 14:39:17 +0000 (14:39 +0000)] 
Compilation fix

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

19 years agoDeclare CFRunLoopSourceRef rather than including the CFRunLoop.h header.
Kevin Hock [Thu, 7 Apr 2005 14:36:24 +0000 (14:36 +0000)] 
Declare CFRunLoopSourceRef rather than including the CFRunLoop.h header.

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

19 years agoWarning fix about possibly misplaced assignment.
Włodzimierz Skiba [Thu, 7 Apr 2005 12:40:26 +0000 (12:40 +0000)] 
Warning fix about possibly misplaced assignment.

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

19 years agoVC++ 1.5 no more supported.
Włodzimierz Skiba [Thu, 7 Apr 2005 12:36:39 +0000 (12:36 +0000)] 
VC++ 1.5 no more supported.

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

19 years agoNew classes for OS/2 and compiler warning suppressions
David Webster [Thu, 7 Apr 2005 04:08:43 +0000 (04:08 +0000)] 
New classes for OS/2 and compiler warning suppressions

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

19 years agoNew classes for OS/2
David Webster [Thu, 7 Apr 2005 04:04:37 +0000 (04:04 +0000)] 
New classes for OS/2

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

19 years agoAdd OS/2 to supported instances
David Webster [Thu, 7 Apr 2005 04:01:45 +0000 (04:01 +0000)] 
Add OS/2 to supported instances

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

19 years agoreSWIGged
Robin Dunn [Thu, 7 Apr 2005 02:42:07 +0000 (02:42 +0000)] 
reSWIGged

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

19 years agofixed paste error
Robin Dunn [Thu, 7 Apr 2005 02:29:00 +0000 (02:29 +0000)] 
fixed paste error

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

19 years agoDisable typemap for wxImage constructors
Robin Dunn [Thu, 7 Apr 2005 02:23:01 +0000 (02:23 +0000)] 
Disable typemap for wxImage constructors

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

19 years agoRedo the previous warning fix
Michael Wetherell [Thu, 7 Apr 2005 01:29:40 +0000 (01:29 +0000)] 
Redo the previous warning fix

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

19 years agoCompilation fix
Michael Wetherell [Thu, 7 Apr 2005 01:02:29 +0000 (01:02 +0000)] 
Compilation fix

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

19 years agoWarning fix
Michael Wetherell [Thu, 7 Apr 2005 00:59:27 +0000 (00:59 +0000)] 
Warning fix

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

19 years agoAdd "-framework IOKit -framework CoreServices -framework System" to wxBase on mac.
Michael Wetherell [Thu, 7 Apr 2005 00:24:08 +0000 (00:24 +0000)] 
Add "-framework IOKit -framework CoreServices -framework System" to wxBase on mac.

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

19 years agosynthesize NM_RCLICK ourselves now that def window proc doesn't do it as we don't...
Vadim Zeitlin [Wed, 6 Apr 2005 22:34:43 +0000 (22:34 +0000)] 
synthesize NM_RCLICK ourselves now that def window proc doesn't do it as we don't give WM_RBUTTONUP to it

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

19 years agotest EVT_TREE_ITEM_RIGHT_CLICK as well
Vadim Zeitlin [Wed, 6 Apr 2005 22:32:24 +0000 (22:32 +0000)] 
test EVT_TREE_ITEM_RIGHT_CLICK as well

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

19 years agowxWinCE notes updates
Julian Smart [Wed, 6 Apr 2005 21:17:06 +0000 (21:17 +0000)] 
wxWinCE notes updates

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

19 years agoDon't always maximize top-level windows on Smartphone
Julian Smart [Wed, 6 Apr 2005 21:15:17 +0000 (21:15 +0000)] 
Don't always maximize top-level windows on Smartphone
Don't initially hide frame under Smartphone (sometimes causes the title not to show)

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

19 years agoAs yet unsuccessful attempt to set the focus to the choice control.
Julian Smart [Wed, 6 Apr 2005 21:13:28 +0000 (21:13 +0000)] 
As yet unsuccessful attempt to set the focus to the choice control.
Also removed unnecessary border style setting code.

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

19 years agoUse wxFileSystem for left hand side. Patches 1169934 and 1173497 from Stas
Michael Wetherell [Wed, 6 Apr 2005 20:35:54 +0000 (20:35 +0000)] 
Use wxFileSystem for left hand side. Patches 1169934 and 1173497 from Stas
Sergeev and Artur Kornacki.

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

19 years agoAdd m_allowSeeking for updated filesystem handler to use. Also switch to
Michael Wetherell [Wed, 6 Apr 2005 20:32:28 +0000 (20:32 +0000)] 
Add m_allowSeeking for updated filesystem handler to use. Also switch to
using 'wx__' prefix for private symbols, and add some comments.

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

19 years agoCosmetic changes
Julian Smart [Wed, 6 Apr 2005 19:43:55 +0000 (19:43 +0000)] 
Cosmetic changes

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

19 years agoCorrect way to find the region
Robin Dunn [Wed, 6 Apr 2005 19:29:34 +0000 (19:29 +0000)] 
Correct way to find the region

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

19 years agoAdded typemap for wxIndex*
Robin Dunn [Wed, 6 Apr 2005 19:29:03 +0000 (19:29 +0000)] 
Added typemap for wxIndex*

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

19 years agoCorrected InsertColumnItem name
Robin Dunn [Wed, 6 Apr 2005 19:28:20 +0000 (19:28 +0000)] 
Corrected InsertColumnItem name

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

19 years agofixed wx/motif/chkconf.h include
Vadim Zeitlin [Wed, 6 Apr 2005 17:56:45 +0000 (17:56 +0000)] 
fixed wx/motif/chkconf.h include

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