wxWidgets.git
17 years agooops, restored accidentally checked in testing code
Vadim Zeitlin [Sat, 4 Nov 2006 20:50:55 +0000 (20:50 +0000)] 
oops, restored accidentally checked in testing code

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

17 years agorecognize CP866 (bug 1497808)
Vadim Zeitlin [Sat, 4 Nov 2006 20:48:04 +0000 (20:48 +0000)] 
recognize CP866 (bug 1497808)

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

17 years agorebaked with baefile rev 928
Vadim Zeitlin [Sat, 4 Nov 2006 20:39:49 +0000 (20:39 +0000)] 
rebaked with baefile rev 928

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

17 years agoregenerated after changes in rev 1.15 of build/aclocal/bakefile/m4
Vadim Zeitlin [Sat, 4 Nov 2006 20:34:25 +0000 (20:34 +0000)] 
regenerated after changes in rev 1.15 of build/aclocal/bakefile/m4

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

17 years agoDebian files should be in debian subdir, not here; besides this script just duplicate...
Vadim Zeitlin [Sat, 4 Nov 2006 20:32:51 +0000 (20:32 +0000)] 
Debian files should be in debian subdir, not here; besides this script just duplicates the information from README.HowToBuild and is not very useful anyhow

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

17 years agorestored manually specified project order once again
Vadim Zeitlin [Sat, 4 Nov 2006 20:23:04 +0000 (20:23 +0000)] 
restored manually specified project order once again

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

17 years agorestored the wx-specific changes accidentally lost in rev 1.13 and 1.14
Vadim Zeitlin [Sat, 4 Nov 2006 20:21:49 +0000 (20:21 +0000)] 
restored the wx-specific changes accidentally lost in rev 1.13 and 1.14

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

17 years agorebaked after wxCollapsiblePane move to core and using bakefile rev 928 which fixes...
Vadim Zeitlin [Sat, 4 Nov 2006 20:18:04 +0000 (20:18 +0000)] 
rebaked after wxCollapsiblePane move to core and using bakefile rev 928 which fixes Makefile after the last common.bkl change

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

17 years agoupdated from bakefile revision 928
Vadim Zeitlin [Sat, 4 Nov 2006 20:15:51 +0000 (20:15 +0000)] 
updated from bakefile revision 928

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

17 years agofix messages for OpenGL headers detection
Vadim Zeitlin [Sat, 4 Nov 2006 20:13:26 +0000 (20:13 +0000)] 
fix messages for OpenGL headers detection

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

17 years agomoved wxCollapsiblePane to core from adv
Vadim Zeitlin [Sat, 4 Nov 2006 20:03:48 +0000 (20:03 +0000)] 
moved wxCollapsiblePane to core from adv

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

17 years agoAdding label editing to native OS X listctrl.
Kevin Ollivier [Sat, 4 Nov 2006 19:54:08 +0000 (19:54 +0000)] 
Adding label editing to native OS X listctrl.

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

17 years agoAdded deep copy of bitmaps.
Stefan Neis [Sat, 4 Nov 2006 18:52:56 +0000 (18:52 +0000)] 
Added deep copy of bitmaps.

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

17 years ago Reorder event things a little.
Robert Roebling [Sat, 4 Nov 2006 18:29:28 +0000 (18:29 +0000)] 
  Reorder event things a little.
    Two callbacks for page change and page changing.
    use signal_connect_after() for page changed event,
      as everywhere else, this should also make it
      possible to select a different page in the
      event handler.
    GetSelection just uses native call.
    Don't use m_skipEvent flag, disconnect from events.

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

17 years agoadd wxTempFile test
Vadim Zeitlin [Sat, 4 Nov 2006 18:25:08 +0000 (18:25 +0000)] 
add wxTempFile test

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

17 years ago Test adding page without setting selection.
Robert Roebling [Sat, 4 Nov 2006 18:24:07 +0000 (18:24 +0000)] 
  Test adding page without setting selection.

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

17 years agodefine wxStringListBase::EmptyList to fix link with wxUSE_STL==1 (bug 1495659)
Vadim Zeitlin [Sat, 4 Nov 2006 18:14:50 +0000 (18:14 +0000)] 
define wxStringListBase::EmptyList to fix link with wxUSE_STL==1 (bug 1495659)

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

17 years agoadd wxUSE_ACCESSIBILITY guards (bug 1107297)
Vadim Zeitlin [Sat, 4 Nov 2006 17:43:58 +0000 (17:43 +0000)] 
add wxUSE_ACCESSIBILITY guards (bug 1107297)

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

17 years agoadding text with background brush
Stefan Csomor [Sat, 4 Nov 2006 17:41:41 +0000 (17:41 +0000)] 
adding text with background brush

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

17 years agotest for GL/glu.h too (fixes part of bug 879474)
Vadim Zeitlin [Sat, 4 Nov 2006 17:40:31 +0000 (17:40 +0000)] 
test for GL/glu.h too (fixes part of bug 879474)

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

17 years agolook for OpenGL headers/libraries in /opt/graphics/OpenGL as this is where they're...
Vadim Zeitlin [Sat, 4 Nov 2006 17:33:37 +0000 (17:33 +0000)] 
look for OpenGL headers/libraries in /opt/graphics/OpenGL as this is where they're found on HP-UX systems apparently (closes bug 925307)

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

17 years agorebaked after animation control and helpbest.h changes
Vadim Zeitlin [Sat, 4 Nov 2006 17:17:47 +0000 (17:17 +0000)] 
rebaked after animation control and helpbest.h changes

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

17 years agofixed typo in the last before one change (UNIV_HDR, not UNIX_HDR)
Vadim Zeitlin [Sat, 4 Nov 2006 17:10:14 +0000 (17:10 +0000)] 
fixed typo in the last before one change (UNIV_HDR, not UNIX_HDR)

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

17 years agoAccount for PANGO_WEIGHT_SEMIBOLD not being available on older Pango
Julian Smart [Sat, 4 Nov 2006 17:09:48 +0000 (17:09 +0000)] 
Account for PANGO_WEIGHT_SEMIBOLD not being available on older Pango
installations

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

17 years agodon't include wx/msw/helpbest.h in HTML_HDR unless the toolkit is MSW
Vadim Zeitlin [Sat, 4 Nov 2006 17:09:15 +0000 (17:09 +0000)] 
don't include wx/msw/helpbest.h in HTML_HDR unless the toolkit is MSW

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

17 years agodon't use top_builddir so that configure.in works with autoconf 2.5x as well as 2.60+
Václav Slavík [Sat, 4 Nov 2006 17:08:49 +0000 (17:08 +0000)] 
don't use top_builddir so that configure.in works with autoconf 2.5x as well as 2.60+

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

17 years ago Reenabled page selection event when page in notebook
Robert Roebling [Sat, 4 Nov 2006 16:56:07 +0000 (16:56 +0000)] 
 Reenabled page selection event when page in notebook
   was deleted.

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

17 years agocorrection to last commit: don't add animation control source to core library, add...
Vadim Zeitlin [Sat, 4 Nov 2006 16:46:10 +0000 (16:46 +0000)] 
correction to last commit: don't add animation control source to core library, add them to advanced one, for wxUniv builds

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

17 years agoGeneric fix for full row highlight
Julian Smart [Sat, 4 Nov 2006 16:10:28 +0000 (16:10 +0000)] 
Generic fix for full row highlight

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

17 years agofixed crash due to infinite recursion in wxPopupFocusHandler::OnKeyDown()
Vadim Zeitlin [Sat, 4 Nov 2006 14:01:39 +0000 (14:01 +0000)] 
fixed crash due to infinite recursion in wxPopupFocusHandler::OnKeyDown()

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

17 years agodon't leave tables non-owned by the grid with dangling view pointer when the grid...
Vadim Zeitlin [Sat, 4 Nov 2006 13:43:13 +0000 (13:43 +0000)] 
don't leave tables non-owned by the grid with dangling view pointer when the grid is deleted (patch 1310535)

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

17 years agocapture mouse to be notified when it exists the popup rect (bug 1372228)
Vadim Zeitlin [Sat, 4 Nov 2006 13:31:10 +0000 (13:31 +0000)] 
capture mouse to be notified when it exists the popup rect (bug 1372228)

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

17 years agomoved wxSingleInstanceChecker to base from core under Mac (bug 1384489)
Vadim Zeitlin [Sat, 4 Nov 2006 13:08:46 +0000 (13:08 +0000)] 
moved wxSingleInstanceChecker to base from core under Mac (bug 1384489)

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

17 years agodefine wxMiniFrame at least somehow if the current port doesn't define it
Vadim Zeitlin [Sat, 4 Nov 2006 13:01:30 +0000 (13:01 +0000)] 
define wxMiniFrame at least somehow if the current port doesn't define it

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

17 years agodefine arrays of chartoo as the existing ones can't be used to store char values...
Vadim Zeitlin [Sat, 4 Nov 2006 12:51:01 +0000 (12:51 +0000)] 
define arrays of chartoo as the existing ones can't be used to store char values (bug 1572314)

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

17 years agodocument the problem with using arrays whose element size is larger than the actual...
Vadim Zeitlin [Sat, 4 Nov 2006 12:42:03 +0000 (12:42 +0000)] 
document the problem with using arrays whose element size is larger than the actual size of the elements stored in them (bug 1572314)

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

17 years agogrid lines were incorrectly drawn over multicell cells in the last column (bug 1290841)
Vadim Zeitlin [Sat, 4 Nov 2006 12:33:48 +0000 (12:33 +0000)] 
grid lines were incorrectly drawn over multicell cells in the last column (bug 1290841)

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

17 years agoinvalidate best size of the book controller too when the pages are added/removed...
Vadim Zeitlin [Sat, 4 Nov 2006 12:20:09 +0000 (12:20 +0000)] 
invalidate best size of the book controller too when the pages are added/removed, this fixes a lot of sizing problems with treebook

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

17 years agoremoved out of date FIXME (part of patch 1590194)
Vadim Zeitlin [Sat, 4 Nov 2006 12:18:53 +0000 (12:18 +0000)] 
removed out of date FIXME (part of patch 1590194)

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

17 years agodocument WX_PREPEND_ARRAY (part of patch 1590194)
Vadim Zeitlin [Sat, 4 Nov 2006 12:18:15 +0000 (12:18 +0000)] 
document WX_PREPEND_ARRAY (part of patch 1590194)

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

17 years agouse Alloc() in WX_PRE/APPEND_ARRAY (part of patch 1590194)
Vadim Zeitlin [Sat, 4 Nov 2006 12:15:19 +0000 (12:15 +0000)] 
use Alloc() in WX_PRE/APPEND_ARRAY (part of patch 1590194)

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

17 years agoreverted the last fix, it was just wrong, sorry, the problem is elsewhere
Vadim Zeitlin [Sat, 4 Nov 2006 11:59:42 +0000 (11:59 +0000)] 
reverted the last fix, it was just wrong, sorry, the problem is elsewhere

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

17 years agofix tree control best size calculation: account for the images and the buttons
Vadim Zeitlin [Sat, 4 Nov 2006 11:42:41 +0000 (11:42 +0000)] 
fix tree control best size calculation: account for the images and the buttons

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

17 years agotest GetBoundingRect()
Vadim Zeitlin [Sat, 4 Nov 2006 11:26:51 +0000 (11:26 +0000)] 
test GetBoundingRect()

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

17 years agocall base class ctor in copy ctors explicitly (fixes gcc warnings with -Wextra)
Vadim Zeitlin [Sat, 4 Nov 2006 11:16:03 +0000 (11:16 +0000)] 
call base class ctor in copy ctors explicitly (fixes gcc warnings with -Wextra)

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

17 years agohandle all wxROLE_XXX values in wxConvertToWindowsRole()
Vadim Zeitlin [Sat, 4 Nov 2006 11:14:57 +0000 (11:14 +0000)] 
handle all wxROLE_XXX values in wxConvertToWindowsRole()

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

17 years agoadd generic animation sources to wxUniv (and correspondingly removed them from wxX11)
Vadim Zeitlin [Sat, 4 Nov 2006 11:13:39 +0000 (11:13 +0000)] 
add generic animation sources to wxUniv (and correspondingly removed them from wxX11)

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

17 years agoreally define TRACE_CLIPBOARD (fix for the last commit)
Vadim Zeitlin [Sat, 4 Nov 2006 11:03:46 +0000 (11:03 +0000)] 
really define TRACE_CLIPBOARD (fix for the last commit)

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

17 years agoattempt to fix linking error in one of the tinderbox builds by moving local class...
Vadim Zeitlin [Sat, 4 Nov 2006 10:57:24 +0000 (10:57 +0000)] 
attempt to fix linking error in one of the tinderbox builds by moving local class declaration out of the function

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

17 years agoinclude iostream header when using std streams
Vadim Zeitlin [Sat, 4 Nov 2006 10:42:53 +0000 (10:42 +0000)] 
include iostream header when using std streams

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

17 years agoremoving additional offset - why did this ever work ?
Stefan Csomor [Sat, 4 Nov 2006 10:38:15 +0000 (10:38 +0000)] 
removing additional offset - why did this ever work ?

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

17 years agostub implementations
Stefan Csomor [Sat, 4 Nov 2006 09:57:35 +0000 (09:57 +0000)] 
stub implementations

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

17 years agoadding measuring contexts, streamlining printing code
Stefan Csomor [Sat, 4 Nov 2006 07:50:06 +0000 (07:50 +0000)] 
adding measuring contexts, streamlining printing code

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

17 years agoallowing transformation changes even if there is no graphics context around
Stefan Csomor [Sat, 4 Nov 2006 06:39:50 +0000 (06:39 +0000)] 
allowing transformation changes even if there is no graphics context around

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

17 years agofixing warning
Stefan Csomor [Sat, 4 Nov 2006 06:33:45 +0000 (06:33 +0000)] 
fixing warning

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

17 years agodon't compile in wxCheckWin32Permission() when it's not used (as in cygwin builds...
Vadim Zeitlin [Sat, 4 Nov 2006 03:14:48 +0000 (03:14 +0000)] 
don't compile in wxCheckWin32Permission() when it's not used (as in cygwin builds where both __UNIX__ and __WINDOWS__ are defined)

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

17 years agoregenerated after last fix
Vadim Zeitlin [Sat, 4 Nov 2006 03:12:17 +0000 (03:12 +0000)] 
regenerated after last fix

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

17 years agofix to last change: compilation test must be done after test for C compiler
Vadim Zeitlin [Sat, 4 Nov 2006 03:10:20 +0000 (03:10 +0000)] 
fix to last change: compilation test must be done after test for C compiler

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

17 years agoregenerated after two last configure.in changes
Vadim Zeitlin [Sat, 4 Nov 2006 02:58:56 +0000 (02:58 +0000)] 
regenerated after two last configure.in changes

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

17 years agoadd -mno-cygwin detection: we should treat cygwin as Windows, not Unix, when it's...
Vadim Zeitlin [Sat, 4 Nov 2006 02:54:19 +0000 (02:54 +0000)] 
add -mno-cygwin detection: we should treat cygwin as Windows, not Unix, when it's used

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

17 years agoinclude iostream header when using std streams
Vadim Zeitlin [Sat, 4 Nov 2006 00:02:02 +0000 (00:02 +0000)] 
include iostream header when using std streams

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

17 years agocorrected documentation of font parameter
Vadim Zeitlin [Fri, 3 Nov 2006 23:36:07 +0000 (23:36 +0000)] 
corrected documentation of font parameter

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

17 years agocompilation fix for last fix
Vadim Zeitlin [Fri, 3 Nov 2006 23:34:24 +0000 (23:34 +0000)] 
compilation fix for last fix

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

17 years agowxAnimationCtrl fix to display inactive bitmap at start (patch 1590192)
Vadim Zeitlin [Fri, 3 Nov 2006 22:16:51 +0000 (22:16 +0000)] 
wxAnimationCtrl fix to display inactive bitmap at start (patch 1590192)

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

17 years agoadded collpane sample
Vadim Zeitlin [Fri, 3 Nov 2006 22:02:34 +0000 (22:02 +0000)] 
added collpane sample

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

17 years agouse wxNullFont instead of *wxNORMAL_FONT as default parameter for wxFontPickerCtrl...
Vadim Zeitlin [Fri, 3 Nov 2006 21:54:13 +0000 (21:54 +0000)] 
use wxNullFont instead of *wxNORMAL_FONT as default parameter for wxFontPickerCtrl/Widget, this fixes compilation with gcc 2.95 and possibly other old compilers

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

17 years agofix typo in WX_ARG_ENABLE for richtext (patch 1589243)
Vadim Zeitlin [Fri, 3 Nov 2006 21:48:44 +0000 (21:48 +0000)] 
fix typo in WX_ARG_ENABLE for richtext (patch 1589243)

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

17 years agouse wxEMPTY_PARAMETER_VALUE to ensure that nested macro calls get correct number...
Vadim Zeitlin [Fri, 3 Nov 2006 21:37:08 +0000 (21:37 +0000)] 
use wxEMPTY_PARAMETER_VALUE to ensure that nested macro calls get correct number of parameters even when expdecl passed to the outer macro is empty (as happens in static builds)

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

17 years agoUse hash<long> instead of hash<wxLongLong_t> when they are the same size
Michael Wetherell [Fri, 3 Nov 2006 21:32:39 +0000 (21:32 +0000)] 
Use hash<long> instead of hash<wxLongLong_t> when they are the same size
since even some 64-bit compilers have a problem with it, it seems.

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

17 years agoadded IMPLEMENT_VARIANT_OBJECT_SHALLOWCMP(classname) macro for consistency
Vadim Zeitlin [Fri, 3 Nov 2006 21:25:59 +0000 (21:25 +0000)] 
added IMPLEMENT_VARIANT_OBJECT_SHALLOWCMP(classname) macro for consistency

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

17 years agoclarify/correct note about VC6 build order problem
Vadim Zeitlin [Fri, 3 Nov 2006 21:21:46 +0000 (21:21 +0000)] 
clarify/correct note about VC6 build order problem

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

17 years agodon't define EMPTY_PARAMETER_VALUE macro without wx prefix, this is an invitation...
Vadim Zeitlin [Fri, 3 Nov 2006 21:06:57 +0000 (21:06 +0000)] 
don't define EMPTY_PARAMETER_VALUE macro without wx prefix, this is an invitation for name clash; instead define wxEMPTY_PARAMETER_VALUE and use it in both variant.h and event.h

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

17 years agorestored mention of the other .rsp files removed in last commit
Vadim Zeitlin [Fri, 3 Nov 2006 21:00:58 +0000 (21:00 +0000)] 
restored mention of the other .rsp files removed in last commit

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

17 years agoupdate the distribution instructions after switch to new distribution scripts
Vadim Zeitlin [Fri, 3 Nov 2006 20:50:12 +0000 (20:50 +0000)] 
update the distribution instructions after switch to new distribution scripts

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

17 years agofix compilation after last change for compilers without variadic macros support
Vadim Zeitlin [Fri, 3 Nov 2006 19:53:02 +0000 (19:53 +0000)] 
fix compilation after last change for compilers without variadic macros support

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

17 years agocompilation fix: must include wx/dcmemory.h instead of wx/mgl/dcmemory.h
Vadim Zeitlin [Fri, 3 Nov 2006 19:45:17 +0000 (19:45 +0000)] 
compilation fix: must include wx/dcmemory.h instead of wx/mgl/dcmemory.h

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

17 years agodon't use native GTK implementation in wxUniv builds
Vadim Zeitlin [Fri, 3 Nov 2006 19:26:15 +0000 (19:26 +0000)] 
don't use native GTK implementation in wxUniv builds

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

17 years agoblind compilation fix: include wx/window.h
Vadim Zeitlin [Fri, 3 Nov 2006 19:22:38 +0000 (19:22 +0000)] 
blind compilation fix: include wx/window.h

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

17 years agocompilation fix for wxPenRefData operator==()
Vadim Zeitlin [Fri, 3 Nov 2006 19:15:33 +0000 (19:15 +0000)] 
compilation fix for wxPenRefData operator==()

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

17 years agoRemoved duplicate (and wrong) helpref
Robin Dunn [Fri, 3 Nov 2006 17:55:10 +0000 (17:55 +0000)] 
Removed duplicate (and wrong) helpref

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

17 years agouse IsSameAs() instead of wxPalette::operator==() which doesn't exist any more
Vadim Zeitlin [Fri, 3 Nov 2006 17:42:02 +0000 (17:42 +0000)] 
use IsSameAs() instead of wxPalette::operator==() which doesn't exist any more

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

17 years agouse wxMemoryDC::SelectObjectAsSource() for const wxBitmaps
Vadim Zeitlin [Fri, 3 Nov 2006 17:37:36 +0000 (17:37 +0000)] 
use wxMemoryDC::SelectObjectAsSource() for const wxBitmaps

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

17 years agofix XPM name to correct compilation under Unix
Vadim Zeitlin [Fri, 3 Nov 2006 12:19:02 +0000 (12:19 +0000)] 
fix XPM name to correct compilation under Unix

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

17 years agoMac wxODBC fix from Jose' Cruanyes Aguilar
Julian Smart [Fri, 3 Nov 2006 10:55:20 +0000 (10:55 +0000)] 
Mac wxODBC fix from Jose' Cruanyes Aguilar

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

17 years agoupdated
Roman Rolinsky [Fri, 3 Nov 2006 10:52:02 +0000 (10:52 +0000)] 
updated

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

17 years agowithard styles
Roman Rolinsky [Fri, 3 Nov 2006 10:50:22 +0000 (10:50 +0000)] 
withard styles

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

17 years agoRearrange build order so dll builds have the correct dependencies
Jamie Gadd [Fri, 3 Nov 2006 10:17:11 +0000 (10:17 +0000)] 
Rearrange build order so dll builds have the correct dependencies

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

17 years agoRemoved a warning
Julian Smart [Fri, 3 Nov 2006 09:57:12 +0000 (09:57 +0000)] 
Removed a warning

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

17 years agoignore requests to install idle handler when app instance is not valid
Paul Cornett [Fri, 3 Nov 2006 08:08:45 +0000 (08:08 +0000)] 
ignore requests to install idle handler when app instance is not valid

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

17 years agorwSWIGged
Robin Dunn [Fri, 3 Nov 2006 08:07:25 +0000 (08:07 +0000)] 
rwSWIGged

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

17 years agoMore aui updates
Robin Dunn [Fri, 3 Nov 2006 08:05:45 +0000 (08:05 +0000)] 
More aui updates

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

17 years agoA patch from Frame Niessink which adds an additional style that
Robin Dunn [Fri, 3 Nov 2006 08:04:27 +0000 (08:04 +0000)] 
A patch from Frame Niessink which adds an additional style that
(un)checks a parent when all children are (un)checked,
i.e. TR_AUTO_CHECK_PARENT.

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

17 years agoSetBestSize alias
Robin Dunn [Fri, 3 Nov 2006 07:45:45 +0000 (07:45 +0000)] 
SetBestSize alias

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

17 years agoCan wxMemoryDC derive from wxWindowDC on all platforms?
Robin Dunn [Fri, 3 Nov 2006 07:45:01 +0000 (07:45 +0000)] 
Can wxMemoryDC derive from wxWindowDC on all platforms?

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

17 years agoinclude vidmode.h
Robin Dunn [Fri, 3 Nov 2006 07:41:46 +0000 (07:41 +0000)] 
include vidmode.h

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

17 years agodocstrings
Robin Dunn [Fri, 3 Nov 2006 07:41:05 +0000 (07:41 +0000)] 
docstrings

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

17 years agoUndid completely wrong patch 1438117: other platforms do _not_ count
Julian Smart [Thu, 2 Nov 2006 22:45:32 +0000 (22:45 +0000)] 
Undid completely wrong patch 1438117: other platforms do _not_ count
the visible lines, only the underlying lines. With the patch, you
can't reliably do anything with lines using the other functions.

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

17 years ago Return to just using the official API for setting
Robert Roebling [Thu, 2 Nov 2006 22:44:14 +0000 (22:44 +0000)] 
  Return to just using the official API for setting
    TLW position and size. This works more often
    with newest version of GTK+ than with oldest
    versions.

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

17 years ago Correct code for TLW placement, this fixes several
Robert Roebling [Thu, 2 Nov 2006 22:29:29 +0000 (22:29 +0000)] 
  Correct code for TLW placement, this fixes several
    AUI problem when dragging panes quickly (the
    hint window would appear in the wrong place).

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

17 years agoIf the GIF isn't an animation, we can ignore the animation size, thus
Julian Smart [Thu, 2 Nov 2006 22:00:21 +0000 (22:00 +0000)] 
If the GIF isn't an animation, we can ignore the animation size, thus
suppressing false error.

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