wxWidgets.git
17 years agoadded autopackage-related files
Vadim Zeitlin [Sun, 22 Oct 2006 20:43:01 +0000 (20:43 +0000)] 
added autopackage-related files

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

17 years agousing GetNativePath instead of dynamic_cast
Stefan Csomor [Sun, 22 Oct 2006 20:42:12 +0000 (20:42 +0000)] 
using GetNativePath instead of dynamic_cast

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

17 years agoon demand creation of native CGContexts , so that pure text measuring contexts don...
Stefan Csomor [Sun, 22 Oct 2006 20:38:53 +0000 (20:38 +0000)] 
on demand creation of native CGContexts , so that pure text measuring contexts don't need a native counterpart

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

17 years agoadd alt popup window style allowing to use keyboard and comboboxes in the popup windo...
Vadim Zeitlin [Sun, 22 Oct 2006 20:25:08 +0000 (20:25 +0000)] 
add alt popup window style allowing to use keyboard and comboboxes in the popup window and use it for the generic date picker (patch 1582391 from Jaakko)

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

17 years agoremove empty dirs
Chris Elliott [Sun, 22 Oct 2006 20:24:14 +0000 (20:24 +0000)] 
remove empty dirs

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

17 years agoReverted font breakage caused by changes in version 1.30.
Stefan Neis [Sun, 22 Oct 2006 18:59:15 +0000 (18:59 +0000)] 
Reverted font breakage caused by changes in version 1.30.

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

17 years agoadding path accessors
Stefan Csomor [Sun, 22 Oct 2006 18:28:31 +0000 (18:28 +0000)] 
adding path accessors

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

17 years agoadding wxobject and RTTI
Stefan Csomor [Sun, 22 Oct 2006 17:52:23 +0000 (17:52 +0000)] 
adding wxobject and RTTI

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

17 years agomake install location autodetection work for executables compressed with (latest...
Vadim Zeitlin [Sun, 22 Oct 2006 14:19:50 +0000 (14:19 +0000)] 
make install location autodetection work for executables compressed with (latest version of) UPX under Linux (patch 1565357)

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

17 years agouse wxComboCtrl instead of custom popup window (patch 1575343)
Vadim Zeitlin [Sun, 22 Oct 2006 14:15:46 +0000 (14:15 +0000)] 
use wxComboCtrl instead of custom popup window (patch 1575343)

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

17 years agoApplied patch #1582212 (completed/fixed toolbar's wxTB_BOTTOM implementation).
Stefan Neis [Sun, 22 Oct 2006 13:52:20 +0000 (13:52 +0000)] 
Applied patch #1582212 (completed/fixed toolbar's wxTB_BOTTOM implementation).

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

17 years agocall Init() from wxBufferedDC ctors to ensure that layout direction is inherited...
Vadim Zeitlin [Sun, 22 Oct 2006 13:04:28 +0000 (13:04 +0000)] 
call Init() from wxBufferedDC ctors to ensure that layout direction is inherited in any case

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

17 years agoinherit the original layout direction (patch 1554810); also refactored a little to...
Vadim Zeitlin [Sun, 22 Oct 2006 13:00:58 +0000 (13:00 +0000)] 
inherit the original layout direction (patch 1554810); also refactored a little to reduce code duplication and added a couple of wxCHECKs

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

17 years agowhy was using std::string and streams disabled by default for mingw32 and cygwin...
Vadim Zeitlin [Sun, 22 Oct 2006 12:50:43 +0000 (12:50 +0000)] 
why was using std::string and streams disabled by default for mingw32 and cygwin? enabled it back

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

17 years agoadded wxAnimateCtrl test (rest of the patch 1581391)
Vadim Zeitlin [Sun, 22 Oct 2006 12:12:41 +0000 (12:12 +0000)] 
added wxAnimateCtrl test (rest of the patch 1581391)

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

17 years agorearranged wxUSE_XXX tests in alphabetical order for ease of maintenance
Vadim Zeitlin [Sun, 22 Oct 2006 12:07:44 +0000 (12:07 +0000)] 
rearranged wxUSE_XXX tests in alphabetical order for ease of maintenance

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

17 years agoignore .cached files created by the sample
Vadim Zeitlin [Sun, 22 Oct 2006 11:46:25 +0000 (11:46 +0000)] 
ignore .cached files created by the sample

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

17 years agomore printf() tests (slightly modified patch 1581936)
Vadim Zeitlin [Sun, 22 Oct 2006 11:41:44 +0000 (11:41 +0000)] 
more printf() tests (slightly modified patch 1581936)

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

17 years agofix compilation with PCH (patch 1581936)
Vadim Zeitlin [Sun, 22 Oct 2006 11:38:33 +0000 (11:38 +0000)] 
fix compilation with PCH (patch 1581936)

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

17 years agoremoved ^Ms
Vadim Zeitlin [Sun, 22 Oct 2006 11:36:26 +0000 (11:36 +0000)] 
removed ^Ms

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

17 years agoreSWIGged
Robin Dunn [Sun, 22 Oct 2006 04:27:32 +0000 (04:27 +0000)] 
reSWIGged

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

17 years agoNo need to use wxPyMake_wxObject for wxImageList. There are no
Robin Dunn [Sun, 22 Oct 2006 04:14:31 +0000 (04:14 +0000)] 
No need to use wxPyMake_wxObject for wxImageList.  There are no
derived types, and it is not OOR.

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

17 years agothe Append also does an INCREF, that's one more than we need.
Robin Dunn [Sun, 22 Oct 2006 04:13:04 +0000 (04:13 +0000)] 
the Append also does an INCREF, that's one more than we need.

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

17 years agoPatch #1581767: Another fix for wx.lib.calendar
Robin Dunn [Sun, 22 Oct 2006 04:12:12 +0000 (04:12 +0000)] 
Patch #1581767: Another fix for wx.lib.calendar

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

17 years agoreSWIGged
Robin Dunn [Sun, 22 Oct 2006 03:08:27 +0000 (03:08 +0000)] 
reSWIGged

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

17 years agoLots of little tweaks, mostly to draw selected items better such that
Robin Dunn [Sun, 22 Oct 2006 03:07:21 +0000 (03:07 +0000)] 
Lots of little tweaks, mostly to draw selected items better such that
they look right with the new wxMac DC, but also other general
improvements as well.

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

17 years agoAnimation support added to XRC
Robin Dunn [Sun, 22 Oct 2006 03:00:37 +0000 (03:00 +0000)] 
Animation support added to XRC

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

17 years agoAdd Get/SetInactiveBitmap
Robin Dunn [Sun, 22 Oct 2006 02:59:51 +0000 (02:59 +0000)] 
Add Get/SetInactiveBitmap

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

17 years ago#include dcgraph.h
Robin Dunn [Sun, 22 Oct 2006 02:59:09 +0000 (02:59 +0000)] 
#include dcgraph.h

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

17 years agoAdd dcgraph.h to files.bkl and rebake
Robin Dunn [Sun, 22 Oct 2006 02:58:27 +0000 (02:58 +0000)] 
Add dcgraph.h to files.bkl and rebake

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

17 years agomove some definitions out of datacmn.cpp
Paul Cornett [Sat, 21 Oct 2006 19:53:05 +0000 (19:53 +0000)] 
move some definitions out of datacmn.cpp

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

17 years ago Use wxGCDC in wxGTK to draw "Alpha" test page
Robert Roebling [Sat, 21 Oct 2006 18:44:44 +0000 (18:44 +0000)] 
  Use wxGCDC in wxGTK to draw "Alpha" test page
    in drawing sample. Pretty amazing...

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

17 years ago Remove C++ dynamic cast for now.
Robert Roebling [Sat, 21 Oct 2006 18:43:00 +0000 (18:43 +0000)] 
  Remove C++ dynamic cast for now.

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

17 years agowxGraphicContext --> wxGraphicsContext
Paul Cornett [Sat, 21 Oct 2006 18:00:11 +0000 (18:00 +0000)] 
wxGraphicContext --> wxGraphicsContext

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

17 years agowxGraphicContext --> wxGraphicsContext
Paul Cornett [Sat, 21 Oct 2006 17:46:33 +0000 (17:46 +0000)] 
wxGraphicContext --> wxGraphicsContext

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

17 years agonon-pch build fix
Paul Cornett [Sat, 21 Oct 2006 17:46:22 +0000 (17:46 +0000)] 
non-pch build fix

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

17 years agoFixed port name used in #ifdef.
Stefan Neis [Sat, 21 Oct 2006 17:22:50 +0000 (17:22 +0000)] 
Fixed port name used in #ifdef.

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

17 years ago Fix warning.
Robert Roebling [Sat, 21 Oct 2006 17:22:07 +0000 (17:22 +0000)] 
 Fix warning.

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

17 years agoCorrected port name used in headers.
Stefan Neis [Sat, 21 Oct 2006 17:19:11 +0000 (17:19 +0000)] 
Corrected port name used in headers.

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

17 years ago Update Makefile.in after annimatectrlxrc addition.
Robert Roebling [Sat, 21 Oct 2006 16:57:38 +0000 (16:57 +0000)] 
  Update Makefile.in after annimatectrlxrc addition.

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

17 years agofix for tabs drawing in RTL (patch 1552881)
Vadim Zeitlin [Sat, 21 Oct 2006 16:55:07 +0000 (16:55 +0000)] 
fix for tabs drawing in RTL (patch 1552881)

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

17 years agoadd some #if wxUSE_XXX (patch 1581470)
Vadim Zeitlin [Sat, 21 Oct 2006 16:39:42 +0000 (16:39 +0000)] 
add some #if wxUSE_XXX (patch 1581470)

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

17 years agofilter out duplicate date changed events sent by the native control (part of bug...
Vadim Zeitlin [Sat, 21 Oct 2006 16:29:33 +0000 (16:29 +0000)] 
filter out duplicate date changed events sent by the native control (part of bug 1482773)

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

17 years agoone more correction to wxCondition::WaitTimeout() return code: don't overwrite err...
Vadim Zeitlin [Sat, 21 Oct 2006 16:06:11 +0000 (16:06 +0000)] 
one more correction to wxCondition::WaitTimeout() return code: don't overwrite err with the semaphore wait result (bug 1387179)

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

17 years agorestore the old status bar text when DoGiveHelp(false) is called (should fix bug...
Vadim Zeitlin [Sat, 21 Oct 2006 15:56:24 +0000 (15:56 +0000)] 
restore the old status bar text when DoGiveHelp(false) is called (should fix bug 1340887)

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

17 years agoremoved OnToolEnter() handler which interfered with the default tool long help handli...
Vadim Zeitlin [Sat, 21 Oct 2006 15:54:47 +0000 (15:54 +0000)] 
removed OnToolEnter() handler which interfered with the default tool long help handling; add long help for a couple of tools for testing purposes

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

17 years agoload _TrackMouseEvent dynamically to make it possible to run wx programs on systems...
Vadim Zeitlin [Sat, 21 Oct 2006 15:37:55 +0000 (15:37 +0000)] 
load _TrackMouseEvent dynamically to make it possible to run wx programs on systems with comctl32.dll 4.70 (closes 1215615)

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

17 years agodon't use GetFileAttributesEx() which doesn't exist in Win95 and so prevented any...
Vadim Zeitlin [Sat, 21 Oct 2006 15:18:38 +0000 (15:18 +0000)] 
don't use GetFileAttributesEx() which doesn't exist in Win95 and so prevented any wx program from even starting up there; besides it was unneeded anyhow

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

17 years agoalso define wxLstat for non-Unix platforms
Vadim Zeitlin [Sat, 21 Oct 2006 14:45:40 +0000 (14:45 +0000)] 
also define wxLstat for non-Unix platforms

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

17 years agoalso define wxLstat in ANSI build
Vadim Zeitlin [Sat, 21 Oct 2006 14:42:17 +0000 (14:42 +0000)] 
also define wxLstat in ANSI build

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

17 years agoadded wxLstat() (one of patches from bug 1052385)
Vadim Zeitlin [Sat, 21 Oct 2006 14:41:20 +0000 (14:41 +0000)] 
added wxLstat() (one of patches from bug 1052385)

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

17 years ago additions for animatectrl xrc sample.
Robert Roebling [Sat, 21 Oct 2006 14:09:26 +0000 (14:09 +0000)] 
  additions for animatectrl xrc sample.

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

17 years agodon't allow switches (i.e. options without value) to have values (closes 781373)
Vadim Zeitlin [Sat, 21 Oct 2006 14:04:27 +0000 (14:04 +0000)] 
don't allow switches (i.e. options without value) to have values (closes 781373)

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

17 years ago[ 1581391 ] wxAnimationCtrl XRC handler
Robert Roebling [Sat, 21 Oct 2006 13:59:25 +0000 (13:59 +0000)] 
[ 1581391 ] wxAnimationCtrl XRC handler
   (most of)

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

17 years ago [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
Robert Roebling [Sat, 21 Oct 2006 13:51:38 +0000 (13:51 +0000)] 
  [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
  Additionally call UnShare() in it.

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

17 years ago(blind) fix for Tru64 compilation (bug 769360)
Vadim Zeitlin [Sat, 21 Oct 2006 13:23:20 +0000 (13:23 +0000)] 
(blind) fix for Tru64 compilation (bug 769360)

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

17 years agountangling dc and gc
Stefan Csomor [Sat, 21 Oct 2006 12:37:42 +0000 (12:37 +0000)] 
untangling dc and gc

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

17 years ago Compilo.
Robert Roebling [Sat, 21 Oct 2006 12:23:49 +0000 (12:23 +0000)] 
 Compilo.

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

17 years agoAdded wxUSE_RICHTEXT guard
Julian Smart [Sat, 21 Oct 2006 07:10:48 +0000 (07:10 +0000)] 
Added wxUSE_RICHTEXT guard

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

17 years agoSimplified EVT_PAINT handler
Robin Dunn [Sat, 21 Oct 2006 01:25:26 +0000 (01:25 +0000)] 
Simplified EVT_PAINT handler

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

17 years agoDon't raise NotImplementedError from GetMark, just silently return
Robin Dunn [Sat, 21 Oct 2006 01:23:52 +0000 (01:23 +0000)] 
Don't raise NotImplementedError from GetMark, just silently return
(0,0) for now

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

17 years agoSome API updates
Robin Dunn [Sat, 21 Oct 2006 01:22:49 +0000 (01:22 +0000)] 
Some API updates

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

17 years agoAvoid assert on wxMac
Robin Dunn [Sat, 21 Oct 2006 01:22:11 +0000 (01:22 +0000)] 
Avoid assert on wxMac

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

17 years agowxMac apparently doesn't send EVT_SHOW, so just use wx.CallAfter instead
Robin Dunn [Sat, 21 Oct 2006 01:21:21 +0000 (01:21 +0000)] 
wxMac apparently doesn't send EVT_SHOW, so just use wx.CallAfter instead

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

17 years agoChange Refresh to Reset to avoid conflict with base class Refresh
Robin Dunn [Sat, 21 Oct 2006 01:20:43 +0000 (01:20 +0000)] 
Change Refresh to Reset to avoid conflict with base class Refresh

Don't use wx.ClientDC, just draw to the bitmap when needed, and then
use Refresh for painting.  This works better on Mac.

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

17 years agoAvoid nested DC assert
Robin Dunn [Sat, 21 Oct 2006 01:17:21 +0000 (01:17 +0000)] 
Avoid nested DC assert

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

17 years agomore informative FAIL message
Robin Dunn [Sat, 21 Oct 2006 01:16:41 +0000 (01:16 +0000)] 
more informative FAIL message

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

17 years agouse consistent names (Graphic vs. Graphics)
Robin Dunn [Sat, 21 Oct 2006 01:15:33 +0000 (01:15 +0000)] 
use consistent names (Graphic vs. Graphics)

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

17 years agoForward SetFont, SetBackgroundColour and SetForegroundCOlour to the
Robin Dunn [Sat, 21 Oct 2006 01:12:57 +0000 (01:12 +0000)] 
Forward SetFont, SetBackgroundColour and SetForegroundCOlour to the
generic listctrl

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

17 years agofix warnings (double to int conversions and unused variables); removed hard TABs...
Vadim Zeitlin [Fri, 20 Oct 2006 23:59:55 +0000 (23:59 +0000)] 
fix warnings (double to int conversions and unused variables); removed hard TABs and extra spaces

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

17 years agoscreendc implementation
Stefan Csomor [Fri, 20 Oct 2006 20:50:48 +0000 (20:50 +0000)] 
screendc implementation

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

17 years agonew method needed for screendc
Stefan Csomor [Fri, 20 Oct 2006 20:46:07 +0000 (20:46 +0000)] 
new method needed for screendc

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

17 years agosetting a non valid font is permitted, implemented now
Stefan Csomor [Fri, 20 Oct 2006 19:29:30 +0000 (19:29 +0000)] 
setting a non valid font is permitted, implemented now

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

17 years agofixing the screen dc, non 64 bit solution however
Stefan Csomor [Fri, 20 Oct 2006 19:26:35 +0000 (19:26 +0000)] 
fixing the screen dc, non 64 bit solution however

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

17 years agocreating graphics context with the correct origin
Stefan Csomor [Fri, 20 Oct 2006 17:25:54 +0000 (17:25 +0000)] 
creating graphics context with the correct origin

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

17 years agooffsetting dcs correctly
Stefan Csomor [Fri, 20 Oct 2006 17:24:09 +0000 (17:24 +0000)] 
offsetting dcs correctly

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

17 years agomoving the offsets into dcclient.cpp so that native event handlers can be called...
Stefan Csomor [Fri, 20 Oct 2006 17:22:00 +0000 (17:22 +0000)] 
moving the offsets into dcclient.cpp so that native event handlers can be called through

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

17 years agooffseting the graphics context correctly
Stefan Csomor [Fri, 20 Oct 2006 16:41:18 +0000 (16:41 +0000)] 
offseting the graphics context correctly

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

17 years agofixed computation of status bar fields width if the total width is not divisible...
Václav Slavík [Fri, 20 Oct 2006 14:54:14 +0000 (14:54 +0000)] 
fixed computation of status bar fields width if the total width is not divisible by the number of fields

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

17 years agoput #if wxUSE_STATBOX around wxStaticBox usage (bug 1568939)
Vadim Zeitlin [Fri, 20 Oct 2006 14:33:49 +0000 (14:33 +0000)] 
put #if wxUSE_STATBOX around wxStaticBox usage (bug 1568939)

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

17 years agomac methodname fixed, so all use the same now
Stefan Csomor [Fri, 20 Oct 2006 13:14:31 +0000 (13:14 +0000)] 
mac methodname fixed, so all use the same now

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

17 years agoadding same methodname as gtk and msw
Stefan Csomor [Fri, 20 Oct 2006 13:12:23 +0000 (13:12 +0000)] 
adding same methodname as gtk and msw

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

17 years agoAdded the ability to use built-in bullet styles, currently standard/circle or standar...
Julian Smart [Fri, 20 Oct 2006 13:04:12 +0000 (13:04 +0000)] 
Added the ability to use built-in bullet styles, currently standard/circle or standard/square.

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

17 years agofixing classname
Stefan Csomor [Fri, 20 Oct 2006 12:58:30 +0000 (12:58 +0000)] 
fixing classname

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

17 years agodummy implementations for new methods
Stefan Csomor [Fri, 20 Oct 2006 12:43:38 +0000 (12:43 +0000)] 
dummy implementations for new methods

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

17 years agodummy implementations for new methods
Stefan Csomor [Fri, 20 Oct 2006 11:59:10 +0000 (11:59 +0000)] 
dummy implementations for new methods

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

17 years agonew graphics context implementation
Stefan Csomor [Fri, 20 Oct 2006 11:56:32 +0000 (11:56 +0000)] 
new graphics context implementation

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

17 years agonew graphics context implementation
Stefan Csomor [Fri, 20 Oct 2006 11:46:28 +0000 (11:46 +0000)] 
new graphics context implementation

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

17 years agonew graphics context implementation
Stefan Csomor [Fri, 20 Oct 2006 11:35:43 +0000 (11:35 +0000)] 
new graphics context implementation

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

17 years agodefine bookctrl (and -derived) classes flags in their headers instead of defs.h;...
Vadim Zeitlin [Fri, 20 Oct 2006 11:32:30 +0000 (11:32 +0000)] 
define bookctrl (and -derived) classes flags in their headers instead of defs.h; don't deprecate the control-specific flags

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

17 years agonew graphics context implementation
Stefan Csomor [Fri, 20 Oct 2006 11:07:00 +0000 (11:07 +0000)] 
new graphics context implementation

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

17 years agoavoiding nesting dcs on the same window concurrently
Stefan Csomor [Fri, 20 Oct 2006 11:01:50 +0000 (11:01 +0000)] 
avoiding nesting dcs on the same window concurrently

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

17 years agoextending implementation
Stefan Csomor [Fri, 20 Oct 2006 10:58:22 +0000 (10:58 +0000)] 
extending implementation

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

17 years agoreplacing old core graphics with new graphics context implementation
Stefan Csomor [Fri, 20 Oct 2006 10:56:36 +0000 (10:56 +0000)] 
replacing old core graphics with new graphics context implementation

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

17 years agoreplacing old core graphics with new graphics context implementation
Stefan Csomor [Fri, 20 Oct 2006 10:27:41 +0000 (10:27 +0000)] 
replacing old core graphics with new graphics context implementation

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

17 years agoreplacing old core graphics with new graphics context implementation
Stefan Csomor [Fri, 20 Oct 2006 09:34:11 +0000 (09:34 +0000)] 
replacing old core graphics with new graphics context implementation

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

17 years agodefine bookctrl (and -derived) classes flags in their headers instead of defs.h;...
Vadim Zeitlin [Fri, 20 Oct 2006 09:16:41 +0000 (09:16 +0000)] 
define bookctrl (and -derived) classes flags in their headers instead of defs.h; don't deprecate the control-specific flags

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

17 years agoTypo.
Włodzimierz Skiba [Fri, 20 Oct 2006 08:43:39 +0000 (08:43 +0000)] 
Typo.

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

17 years agoUpdated list of subprojects.
Włodzimierz Skiba [Fri, 20 Oct 2006 08:20:32 +0000 (08:20 +0000)] 
Updated list of subprojects.

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

17 years agomissing backticks
Chris Elliott [Fri, 20 Oct 2006 08:15:25 +0000 (08:15 +0000)] 
missing backticks

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