wxWidgets.git
17 years agoAdd wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
Michael Wetherell [Fri, 27 Oct 2006 09:12:27 +0000 (09:12 +0000)] 
Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.

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

17 years ago Document wxTLW::EnableCloseButton.
Robert Roebling [Fri, 27 Oct 2006 09:07:22 +0000 (09:07 +0000)] 
  Document wxTLW::EnableCloseButton.

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

17 years ago Minor doc corrections.
Robert Roebling [Fri, 27 Oct 2006 09:02:13 +0000 (09:02 +0000)] 
 Minor doc corrections.

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

17 years agoDemonstrates printing
Julian Smart [Fri, 27 Oct 2006 08:59:58 +0000 (08:59 +0000)] 
Demonstrates printing

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

17 years agoAdded richtextprinting.cpp/h
Julian Smart [Fri, 27 Oct 2006 08:56:38 +0000 (08:56 +0000)] 
Added richtextprinting.cpp/h

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

17 years agoAdd FindLength()
Michael Wetherell [Fri, 27 Oct 2006 08:54:00 +0000 (08:54 +0000)] 
Add FindLength()

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

17 years ago Don't overwrite wxFD_ styles in m_windowStyle.
Robert Roebling [Fri, 27 Oct 2006 08:50:25 +0000 (08:50 +0000)] 
  Don't overwrite wxFD_ styles in m_windowStyle.

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

17 years ago Move the wxFD_... flags back into m_windowStyle
Robert Roebling [Fri, 27 Oct 2006 08:45:22 +0000 (08:45 +0000)] 
  Move the wxFD_... flags back into m_windowStyle
    as requested. Add the list if flags, with which
    the wxFD_ flags have to cooperate into the
    header of wxFileDialog.

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

17 years agoFirst cut at printing support for wxRichTextCtrl
Julian Smart [Fri, 27 Oct 2006 08:43:44 +0000 (08:43 +0000)] 
First cut at printing support for wxRichTextCtrl

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

17 years ago Add EnableCloseButton() as wxMSW does. Use it in
Robert Roebling [Fri, 27 Oct 2006 08:18:26 +0000 (08:18 +0000)] 
  Add EnableCloseButton() as wxMSW does. Use it in
    wxProgressDialog so that without wxPD_CAN_ABORT
    you cannot close the dialog.
  Closes [ 1585563 ] wxProgressDialog @ GTK CloseButton

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

17 years agoFactory some of wxFilterClassFactory into a base class.
Michael Wetherell [Fri, 27 Oct 2006 07:52:28 +0000 (07:52 +0000)] 
Factory some of wxFilterClassFactory into a base class.

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

17 years agoReverted winundef.h removal - without it build fails on GetWindowStyle later.
Włodzimierz Skiba [Fri, 27 Oct 2006 07:48:22 +0000 (07:48 +0000)] 
Reverted winundef.h removal - without it build fails on GetWindowStyle later.

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

17 years agoWarning fixes.
Włodzimierz Skiba [Fri, 27 Oct 2006 07:45:42 +0000 (07:45 +0000)] 
Warning fixes.

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

17 years agomade the multi-notebook the default view in the aui sample; added welcome screen...
Benjamin Williams [Fri, 27 Oct 2006 07:21:27 +0000 (07:21 +0000)] 
made the multi-notebook the default view in the aui sample; added welcome screen to the notebook

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

17 years agoAdd wxFS_SEEKABLE open flag.
Michael Wetherell [Fri, 27 Oct 2006 07:06:41 +0000 (07:06 +0000)] 
Add wxFS_SEEKABLE open flag.

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

17 years agoflesh out the dummy classes
Robin Dunn [Fri, 27 Oct 2006 06:30:16 +0000 (06:30 +0000)] 
flesh out the dummy classes
reorg the class decls a bit
do some overloading
add docstrings

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

17 years agoinclude mslu.h
Robin Dunn [Fri, 27 Oct 2006 06:29:17 +0000 (06:29 +0000)] 
include mslu.h

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

17 years agofix some compile/link errors
Robin Dunn [Fri, 27 Oct 2006 06:28:33 +0000 (06:28 +0000)] 
fix some compile/link errors

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

17 years agoAdded Changer classes
Robin Dunn [Fri, 27 Oct 2006 06:08:54 +0000 (06:08 +0000)] 
Added Changer classes

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

17 years agoAdd wxRect2D
Robin Dunn [Fri, 27 Oct 2006 06:06:20 +0000 (06:06 +0000)] 
Add wxRect2D

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

17 years agofix compile errors
Robin Dunn [Fri, 27 Oct 2006 05:32:38 +0000 (05:32 +0000)] 
fix compile errors

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

17 years agoDetabified
Robin Dunn [Fri, 27 Oct 2006 05:31:59 +0000 (05:31 +0000)] 
Detabified

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

17 years agoallow building with wxUSE_THREADS==0
Paul Cornett [Fri, 27 Oct 2006 04:42:09 +0000 (04:42 +0000)] 
allow building with wxUSE_THREADS==0

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

17 years agoAdd wxFilterFSHandler.
Michael Wetherell [Thu, 26 Oct 2006 22:49:53 +0000 (22:49 +0000)] 
Add wxFilterFSHandler.

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

17 years agoChange wxFSFile::DetachStream to NULL the m_Stream member. Add SetStream().
Michael Wetherell [Thu, 26 Oct 2006 22:45:52 +0000 (22:45 +0000)] 
Change wxFSFile::DetachStream to NULL the m_Stream member. Add SetStream().

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

17 years agoAdd wxFilterClassFactory::PopExtension().
Michael Wetherell [Thu, 26 Oct 2006 22:43:15 +0000 (22:43 +0000)] 
Add wxFilterClassFactory::PopExtension().

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

17 years agoFor streams smaller than the buffer reduce the buffer to length + 1 instead of
Michael Wetherell [Thu, 26 Oct 2006 22:41:12 +0000 (22:41 +0000)] 
For streams smaller than the buffer reduce the buffer to length + 1 instead of
length, so that it doesn't go to disk.

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

17 years agowxPython 2.7.1.3
Robin Dunn [Thu, 26 Oct 2006 21:41:28 +0000 (21:41 +0000)] 
wxPython 2.7.1.3

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

17 years agoinclude autopackage-related files
Vadim Zeitlin [Thu, 26 Oct 2006 21:36:14 +0000 (21:36 +0000)] 
include autopackage-related files

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

17 years agoinclude wx/msw/mslu.h for wxUsingUnicowsDll() declaration
Vadim Zeitlin [Thu, 26 Oct 2006 21:35:01 +0000 (21:35 +0000)] 
include wx/msw/mslu.h for wxUsingUnicowsDll() declaration

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

17 years ago [ 1585253 ] Various important bugfixes to wxFileName::Normalize
Robert Roebling [Thu, 26 Oct 2006 21:08:21 +0000 (21:08 +0000)] 
  [ 1585253 ] Various important bugfixes to wxFileName::Normalize

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

17 years ago Make animation of combo-popdown optional.
Robert Roebling [Thu, 26 Oct 2006 20:35:57 +0000 (20:35 +0000)] 
  Make animation of combo-popdown optional.
  Replace wxMiniSleep() + wxYield() implemenation
    by wxTimer based one.

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

17 years ago Rewrite selection event code for wxListBox.
Robert Roebling [Thu, 26 Oct 2006 20:29:02 +0000 (20:29 +0000)] 
  Rewrite selection event code for wxListBox.
  Remove ifdef for non-native wxCheckListBox.

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

17 years agoMissing header.
Michael Wetherell [Thu, 26 Oct 2006 19:48:02 +0000 (19:48 +0000)] 
Missing header.

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

17 years agomoving rounded rect and ellipse to path class
Stefan Csomor [Thu, 26 Oct 2006 19:24:18 +0000 (19:24 +0000)] 
moving rounded rect and ellipse to path class

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

17 years agomissing apply call
Stefan Csomor [Thu, 26 Oct 2006 19:21:32 +0000 (19:21 +0000)] 
missing apply call

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

17 years agoUpdating bindings for wxGraphicsContext and wxRichTextCtrl.
Kevin Ollivier [Thu, 26 Oct 2006 19:17:24 +0000 (19:17 +0000)] 
Updating bindings for wxGraphicsContext and wxRichTextCtrl.

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

17 years agono need to include wx/msw/mslu.h from here any more, wx/msw/wrapwin.h does what it...
Vadim Zeitlin [Thu, 26 Oct 2006 19:12:52 +0000 (19:12 +0000)] 
no need to include wx/msw/mslu.h from here any more, wx/msw/wrapwin.h does what it used to do now

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

17 years agorename UpdatePulse() to Pulse() (forgot to commit with the rest of the changes)
Vadim Zeitlin [Thu, 26 Oct 2006 19:11:45 +0000 (19:11 +0000)] 
rename UpdatePulse() to Pulse() (forgot to commit with the rest of the changes)

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

17 years agomove wxMSLU_xxx redefinitions of xxx() Windows functions to wx/msw/wrapwin.h as we...
Vadim Zeitlin [Thu, 26 Oct 2006 19:06:51 +0000 (19:06 +0000)] 
move wxMSLU_xxx redefinitions of xxx() Windows functions to wx/msw/wrapwin.h as we have to define them after including <windows.h> and not before; also moved the rest of the wxMSLU redefinitions to wx/filefn.h where they're used as it doesn't make sense to keep only them in wx/msw/mslu.h

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

17 years agoPatch from Dj Gilcrease to fix gradients.
Robin Dunn [Thu, 26 Oct 2006 17:54:23 +0000 (17:54 +0000)] 
Patch from Dj Gilcrease to fix gradients.

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

17 years agoadding workarounds for 10.4 only implementations
Stefan Csomor [Thu, 26 Oct 2006 17:31:41 +0000 (17:31 +0000)] 
adding workarounds for 10.4 only implementations

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

17 years agoswitching to new renderer API
Stefan Csomor [Thu, 26 Oct 2006 17:22:19 +0000 (17:22 +0000)] 
switching to new renderer API

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

17 years agoMinor corrections
Julian Smart [Thu, 26 Oct 2006 16:49:39 +0000 (16:49 +0000)] 
Minor corrections

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

17 years agofixed compile error (jump to label bypasses initialization, or
Robin Dunn [Thu, 26 Oct 2006 16:19:36 +0000 (16:19 +0000)] 
fixed compile error (jump to label bypasses initialization, or
something like that...)

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

17 years agoregen ReST docs
Robin Dunn [Thu, 26 Oct 2006 15:53:19 +0000 (15:53 +0000)] 
regen ReST docs

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

17 years agoadded wxDelegateTheme to accompany wxDelegateRenderer
Václav Slavík [Thu, 26 Oct 2006 15:33:10 +0000 (15:33 +0000)] 
added wxDelegateTheme to accompany wxDelegateRenderer

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

17 years agoadded wxDCTextColourChanger ctor that allows using the class in the same way other...
Václav Slavík [Thu, 26 Oct 2006 15:30:43 +0000 (15:30 +0000)] 
added wxDCTextColourChanger ctor that allows using the class in the same way other wxDCFooChangers are used

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

17 years agoFixed some (out) typemaps
Robin Dunn [Thu, 26 Oct 2006 15:22:43 +0000 (15:22 +0000)] 
Fixed some (out) typemaps

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

17 years agofixed selection when using keyboard after JS' change broke it
Václav Slavík [Thu, 26 Oct 2006 14:54:40 +0000 (14:54 +0000)] 
fixed selection when using keyboard after JS' change broke it

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

17 years agowxaui flags reworked a bit; allows any hinting type to be explicity invoked; turning...
Benjamin Williams [Thu, 26 Oct 2006 13:20:15 +0000 (13:20 +0000)] 
wxaui flags reworked a bit; allows any hinting type to be explicity invoked; turning off hinting completely is not possible; sample updated accordingly

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

17 years agoadding new implementations
Stefan Csomor [Thu, 26 Oct 2006 12:05:56 +0000 (12:05 +0000)] 
adding new implementations

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

17 years agomissing common create functions
Stefan Csomor [Thu, 26 Oct 2006 12:04:48 +0000 (12:04 +0000)] 
missing common create functions

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

17 years agomake this available everywhere
Stefan Csomor [Thu, 26 Oct 2006 12:03:44 +0000 (12:03 +0000)] 
make this available everywhere

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

17 years agofixed reversed return value of IsEmpty() (closes 1585004)
Vadim Zeitlin [Thu, 26 Oct 2006 11:57:15 +0000 (11:57 +0000)] 
fixed reversed return value of IsEmpty() (closes 1585004)

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

17 years agoLess drastic compile fix
Julian Smart [Thu, 26 Oct 2006 10:37:21 +0000 (10:37 +0000)] 
Less drastic compile fix

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

17 years agoBlind fix for Tinderbox build error.
Włodzimierz Skiba [Thu, 26 Oct 2006 10:29:23 +0000 (10:29 +0000)] 
Blind fix for Tinderbox build error.

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

17 years agoShouldOffset is accessed from a different class (in dcgraph.cpp)
Julian Smart [Thu, 26 Oct 2006 10:07:20 +0000 (10:07 +0000)] 
ShouldOffset is accessed from a different class (in dcgraph.cpp)

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

17 years agoUpdated setup.
Włodzimierz Skiba [Thu, 26 Oct 2006 09:58:56 +0000 (09:58 +0000)] 
Updated setup.

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

17 years agoAdded dcgraph.cpp and rebaked
Julian Smart [Thu, 26 Oct 2006 09:51:13 +0000 (09:51 +0000)] 
Added dcgraph.cpp and rebaked

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

17 years agoCorrect placement of header listed in wx/wx.h
Włodzimierz Skiba [Thu, 26 Oct 2006 09:40:14 +0000 (09:40 +0000)] 
Correct placement of header listed in wx/wx.h

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

17 years agoUsing MinGW 3, no hbmpItem
Julian Smart [Thu, 26 Oct 2006 09:05:02 +0000 (09:05 +0000)] 
Using MinGW 3, no hbmpItem

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

17 years agoAdded missing include for MinGW non-PCH compile
Julian Smart [Thu, 26 Oct 2006 08:51:35 +0000 (08:51 +0000)] 
Added missing include for MinGW non-PCH compile

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

17 years agoAdded a cast
Julian Smart [Thu, 26 Oct 2006 08:33:38 +0000 (08:33 +0000)] 
Added a cast

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

17 years agofixing param
Stefan Csomor [Thu, 26 Oct 2006 08:21:19 +0000 (08:21 +0000)] 
fixing param

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

17 years agoFixed initialisation order warning
Julian Smart [Thu, 26 Oct 2006 08:05:18 +0000 (08:05 +0000)] 
Fixed initialisation order warning

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

17 years agoTypo fixes
Julian Smart [Thu, 26 Oct 2006 08:02:00 +0000 (08:02 +0000)] 
Typo fixes

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

17 years agoadopt new set font API
Stefan Csomor [Thu, 26 Oct 2006 07:44:07 +0000 (07:44 +0000)] 
adopt new set font API

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

17 years agonew renderer architecture
Stefan Csomor [Thu, 26 Oct 2006 06:51:12 +0000 (06:51 +0000)] 
new renderer architecture

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

17 years agoAdded outline style sample and vetoing of style sheet changing when loading;
Julian Smart [Thu, 26 Oct 2006 06:35:57 +0000 (06:35 +0000)] 
Added outline style sample and vetoing of style sheet changing when loading;
demos URL event

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

17 years agoAdded URL support to attribute objects and to wxRichTextCtrl,
Julian Smart [Thu, 26 Oct 2006 06:32:47 +0000 (06:32 +0000)] 
Added URL support to attribute objects and to wxRichTextCtrl,
generating a wxTextUrlEvent as appropriate.
Added outline list support and updated previews.
Added alignment support for bullets.
Added single right parenthesis support.
Added XML stylesheet reading/writing.
Changed SetBulletSymbol to SetBulletText so it can support
bullet text more generally (e.g. for cached outline list numbering)
Added wxRichTextRenderer to isolate e.g. bullet drawing and make
it customisable.
Added event handler support to wxRichTextBuffer.
Updated documentation.

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

17 years agoadapted to new font setter
Stefan Csomor [Thu, 26 Oct 2006 06:25:41 +0000 (06:25 +0000)] 
adapted to new font setter

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

17 years agoadapted to new renderer, moved wxGCDC into dcgraph.cpp
Stefan Csomor [Thu, 26 Oct 2006 06:24:20 +0000 (06:24 +0000)] 
adapted to new renderer, moved wxGCDC into dcgraph.cpp

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

17 years agoadded the recangle fix
Stefan Csomor [Thu, 26 Oct 2006 06:21:57 +0000 (06:21 +0000)] 
added the recangle fix

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

17 years agorenderer added, creating renderer specific pens etc for faster use
Stefan Csomor [Thu, 26 Oct 2006 06:17:05 +0000 (06:17 +0000)] 
renderer added, creating renderer specific pens etc for faster use

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

17 years agoadd the missing defines before the xcode prefix gets read in
Stefan Csomor [Thu, 26 Oct 2006 06:08:59 +0000 (06:08 +0000)] 
add the missing defines before the xcode prefix gets read in

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

17 years agomove the graphics context bridge dc into separate file
Stefan Csomor [Thu, 26 Oct 2006 06:07:29 +0000 (06:07 +0000)] 
move the graphics context bridge dc into separate file

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

17 years agoAdd a GraphicsContext sample to the demo
Robin Dunn [Thu, 26 Oct 2006 03:34:54 +0000 (03:34 +0000)] 
Add a GraphicsContext sample to the demo

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

17 years agoreSWIGged
Robin Dunn [Thu, 26 Oct 2006 03:33:56 +0000 (03:33 +0000)] 
reSWIGged

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

17 years agoGetTextExtent --> (width height)
Robin Dunn [Thu, 26 Oct 2006 03:32:59 +0000 (03:32 +0000)] 
GetTextExtent     --> (width height)
GetFullTextExtent --> (width, height, decent, externalLeading)

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

17 years agodocstring update
Robin Dunn [Thu, 26 Oct 2006 03:28:14 +0000 (03:28 +0000)] 
docstring update

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

17 years agoFix "PINK" to actually be pink, and not lavender
Robin Dunn [Thu, 26 Oct 2006 03:26:57 +0000 (03:26 +0000)] 
Fix "PINK" to actually be pink, and not lavender

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

17 years agoAdding virtual wxListCtrl impl of GetItem.
Kevin Ollivier [Thu, 26 Oct 2006 03:01:38 +0000 (03:01 +0000)] 
Adding virtual wxListCtrl impl of GetItem.

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

17 years agoSetTextColor --> SetTextColour
Robin Dunn [Thu, 26 Oct 2006 01:21:47 +0000 (01:21 +0000)] 
SetTextColor --> SetTextColour
Make sure SWIG knows that items returned fro the factories are new
Fix the save a ref to the dc

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

17 years agoSetTextColor --> SetTextColour, to be consistent with the rest of the lib
Robin Dunn [Thu, 26 Oct 2006 01:19:00 +0000 (01:19 +0000)] 
SetTextColor --> SetTextColour, to be consistent with the rest of the lib

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

17 years agoOverride GetPixelSize on OS X as the base impl creates a wxScreenDC each time, which...
Kevin Ollivier [Thu, 26 Oct 2006 00:22:56 +0000 (00:22 +0000)] 
Override GetPixelSize on OS X as the base impl creates a wxScreenDC each time, which causes a significant performance hit.

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

17 years agoexplain more clearly the possible usage scenarios
Vadim Zeitlin [Thu, 26 Oct 2006 00:20:12 +0000 (00:20 +0000)] 
explain more clearly the possible usage scenarios

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

17 years agosome GTK1 bulkd fixes from Sander Niemeijer
Robin Dunn [Wed, 25 Oct 2006 20:47:15 +0000 (20:47 +0000)] 
some GTK1 bulkd fixes from Sander Niemeijer

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

17 years agoAdd class factories for filter streams. Also filters now follow the convention
Michael Wetherell [Wed, 25 Oct 2006 20:45:15 +0000 (20:45 +0000)] 
Add class factories for filter streams. Also filters now follow the convention
that they own their parent if they are created on a pointer to the parent.

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

17 years agoAdd class factories for filter streams. Also filters now follow the convention
Michael Wetherell [Wed, 25 Oct 2006 20:41:12 +0000 (20:41 +0000)] 
Add class factories for filter streams. Also filters now follow the convention
that they own their parent if they are created with a pointer to the parent.

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

17 years agoMention wx.ListCtrl fixes on Mac
Robin Dunn [Wed, 25 Oct 2006 20:25:58 +0000 (20:25 +0000)] 
Mention wx.ListCtrl fixes on Mac

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

17 years agoShow sample License text on the AboutBox
Robin Dunn [Wed, 25 Oct 2006 20:24:17 +0000 (20:24 +0000)] 
Show sample License text on the AboutBox

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

17 years agoDon't override DoGetSize, just let the default return the real size of
Robin Dunn [Wed, 25 Oct 2006 20:23:06 +0000 (20:23 +0000)] 
Don't override DoGetSize, just let the default return the real size of
the widget like normal.  Since the former implementation used
GetBestSize, which uses a DC, which on Mac calls window->GetSize, this
resulted in an infinite recursion.

Also use SetBestFittingSize in the ctor and move CacheBestSize to
DoGetBestSize where it belongs.

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

17 years agoFix wxBufferedDC so that it adheres to its documented behavior (which is in use in...
Kevin Ollivier [Wed, 25 Oct 2006 20:00:48 +0000 (20:00 +0000)] 
Fix wxBufferedDC so that it adheres to its documented behavior (which is in use in wxPython at least) and make a note about the layout direction assignment.

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

17 years ago [ 1584680 ] wxComboCtrl Popup Animation
Robert Roebling [Wed, 25 Oct 2006 19:48:46 +0000 (19:48 +0000)] 
  [ 1584680 ] wxComboCtrl Popup Animation

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

17 years agoHIShapeCreateEmpty doesn't exist prior to OSX 10.4, use
Robin Dunn [Wed, 25 Oct 2006 19:08:14 +0000 (19:08 +0000)] 
HIShapeCreateEmpty doesn't exist prior to OSX 10.4, use
HIShapeCreateWithRect with an empty rectangle instead.

Also detabified.

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

17 years agocorrected collpaneg.h name typo
Robin Dunn [Wed, 25 Oct 2006 19:04:06 +0000 (19:04 +0000)] 
corrected collpaneg.h name typo

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

17 years agouse window's font instead of the default one in wxStatusBar
Václav Slavík [Wed, 25 Oct 2006 18:14:08 +0000 (18:14 +0000)] 
use window's font instead of the default one in wxStatusBar

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

17 years ago Prevent accession of to-be-deleted mdi
Robert Roebling [Wed, 25 Oct 2006 17:51:28 +0000 (17:51 +0000)] 
  Prevent accession of to-be-deleted mdi
    child window.

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

17 years agowxRichTextCtrl not ready for WinCE yet, stop people fiddling with it
Julian Smart [Wed, 25 Oct 2006 17:09:46 +0000 (17:09 +0000)] 
wxRichTextCtrl not ready for WinCE yet, stop people fiddling with it

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