]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
17 years agobutton bug fix
Benjamin Williams [Wed, 8 Nov 2006 07:44:07 +0000 (07:44 +0000)] 
button bug fix

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

17 years agofixed crasher (part 2)
Benjamin Williams [Wed, 8 Nov 2006 05:39:59 +0000 (05:39 +0000)] 
fixed crasher (part 2)

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

17 years agofixed crasher
Benjamin Williams [Wed, 8 Nov 2006 05:38:36 +0000 (05:38 +0000)] 
fixed crasher

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

17 years agoensure m_table is not NULL before trying to access the view
Robin Dunn [Wed, 8 Nov 2006 04:54:47 +0000 (04:54 +0000)] 
ensure m_table is not NULL before trying to access the view

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

17 years agoGo back to using sprintf instead of swprintf, since it's signature has changed
Michael Wetherell [Wed, 8 Nov 2006 01:13:18 +0000 (01:13 +0000)] 
Go back to using sprintf instead of swprintf, since it's signature has changed
on Windows. There are quite a few compilers where we don't know which version
the change occurred or will occur, including bcc, gcc, and icc.

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

17 years agoMove the #if disabling wxUSE_STD_STRING for watcom/dmc/vc5 into setup.h so
Michael Wetherell [Wed, 8 Nov 2006 00:09:15 +0000 (00:09 +0000)] 
Move the #if disabling wxUSE_STD_STRING for watcom/dmc/vc5 into setup.h so
that users can edit them easily.

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

17 years agoFix for CreateTempFileName with wxFFile for Windows. Also _open_osfhandle
Michael Wetherell [Tue, 7 Nov 2006 23:48:24 +0000 (23:48 +0000)] 
Fix for CreateTempFileName with wxFFile for Windows. Also _open_osfhandle
requires O_BINARY on Borland, and the others don't seem to mind it.

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

17 years agowxFileSystemHandler test case
Robin Dunn [Tue, 7 Nov 2006 22:39:03 +0000 (22:39 +0000)] 
wxFileSystemHandler test case

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

17 years agoTypecheck each list element in wxArrayInt typemap
Robin Dunn [Tue, 7 Nov 2006 22:36:55 +0000 (22:36 +0000)] 
Typecheck each list element in wxArrayInt typemap

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

17 years agoKeep m_pos in sync in SetValue in case the value_changed callback is
Robin Dunn [Tue, 7 Nov 2006 22:35:33 +0000 (22:35 +0000)] 
Keep m_pos in sync in SetValue in case the value_changed callback is
not called, such as when the widget is first created.

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

17 years agotest for mac theme brush
Robin Dunn [Tue, 7 Nov 2006 21:43:51 +0000 (21:43 +0000)] 
test for mac theme brush

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

17 years agoDon't embed the style sheet
Robin Dunn [Tue, 7 Nov 2006 21:43:11 +0000 (21:43 +0000)] 
Don't embed the style sheet

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

17 years agoFix for bug # 1592263, changing 'glLightModel' to 'glLightModelfv'
Robin Dunn [Tue, 7 Nov 2006 21:42:30 +0000 (21:42 +0000)] 
Fix for bug # 1592263, changing 'glLightModel' to 'glLightModelfv'

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

17 years agoUse the native vswprintf on OSX
Robin Dunn [Tue, 7 Nov 2006 20:29:57 +0000 (20:29 +0000)] 
Use the native vswprintf on OSX

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

17 years agoreverted to gtk-specific close xbm
Benjamin Williams [Tue, 7 Nov 2006 20:04:25 +0000 (20:04 +0000)] 
reverted to gtk-specific close xbm

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

17 years agobutton bug fixed
Benjamin Williams [Tue, 7 Nov 2006 20:02:38 +0000 (20:02 +0000)] 
button bug fixed

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

17 years agofixes for the dummy classes (used when wxUSE_GRAPHICS_CONTEXT is 0)
Robin Dunn [Tue, 7 Nov 2006 19:59:21 +0000 (19:59 +0000)] 
fixes for the dummy classes (used when wxUSE_GRAPHICS_CONTEXT is 0)

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

17 years agoRename double readme
Julian Smart [Tue, 7 Nov 2006 18:47:12 +0000 (18:47 +0000)] 
Rename double readme

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

17 years agofixed width measuring - minor fixes
Benjamin Williams [Tue, 7 Nov 2006 16:13:04 +0000 (16:13 +0000)] 
fixed width measuring - minor fixes

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

17 years agoprevent sash artifacts on gtk
Benjamin Williams [Tue, 7 Nov 2006 15:48:06 +0000 (15:48 +0000)] 
prevent sash artifacts on gtk

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

17 years agoelipsis for oversized pane captions
Benjamin Williams [Tue, 7 Nov 2006 15:40:23 +0000 (15:40 +0000)] 
elipsis for oversized pane captions

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

17 years agoinclude the icon also for wxMGL (fixes tinderbox error)
Vadim Zeitlin [Tue, 7 Nov 2006 15:32:27 +0000 (15:32 +0000)] 
include the icon also for wxMGL (fixes tinderbox error)

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

17 years agoAdjustement to OW 1.6-rc2 state.
Włodzimierz Skiba [Tue, 7 Nov 2006 14:51:52 +0000 (14:51 +0000)] 
Adjustement to OW 1.6-rc2 state.

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

17 years agoround active tab corners a bit
Benjamin Williams [Tue, 7 Nov 2006 13:32:05 +0000 (13:32 +0000)] 
round active tab corners a bit

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

17 years agoa tad bit more padding
Benjamin Williams [Tue, 7 Nov 2006 13:26:05 +0000 (13:26 +0000)] 
a tad bit more padding

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

17 years agoadd a little extra padding around text in new tab theme
Benjamin Williams [Tue, 7 Nov 2006 13:24:30 +0000 (13:24 +0000)] 
add a little extra padding around text in new tab theme

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

17 years agoclipping bug fixed
Benjamin Williams [Tue, 7 Nov 2006 13:10:32 +0000 (13:10 +0000)] 
clipping bug fixed

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

17 years agofixed event processing bug in tabmdi
Benjamin Williams [Tue, 7 Nov 2006 12:52:02 +0000 (12:52 +0000)] 
fixed event processing bug in tabmdi

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

17 years agotouched up close button
Benjamin Williams [Tue, 7 Nov 2006 10:59:46 +0000 (10:59 +0000)] 
touched up close button

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

17 years ago Update configuration file for OpenVMS
Jouk Jansen [Tue, 7 Nov 2006 10:34:10 +0000 (10:34 +0000)] 
 Update configuration file for OpenVMS

 Modified Files:
  wxWidgets/setup.h_vms

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

17 years agofixed compile error
Benjamin Williams [Tue, 7 Nov 2006 10:29:02 +0000 (10:29 +0000)] 
fixed compile error

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

17 years agostreamlined gradients
Benjamin Williams [Tue, 7 Nov 2006 10:28:06 +0000 (10:28 +0000)] 
streamlined gradients

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

17 years agoadded image to root item of tree in aui sample
Benjamin Williams [Tue, 7 Nov 2006 09:31:42 +0000 (09:31 +0000)] 
added image to root item of tree in aui sample

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

17 years agoInclude winundefs.h
Julian Smart [Tue, 7 Nov 2006 09:08:33 +0000 (09:08 +0000)] 
Include winundefs.h

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

17 years agoin wxAuiDefaultDockArt, save base colour just in case
Benjamin Williams [Tue, 7 Nov 2006 08:53:28 +0000 (08:53 +0000)] 
in wxAuiDefaultDockArt, save base colour just in case

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

17 years agosimplified gradient code a bit
Benjamin Williams [Tue, 7 Nov 2006 08:45:18 +0000 (08:45 +0000)] 
simplified gradient code a bit

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

17 years agoremoved unnecessary commented code
Benjamin Williams [Tue, 7 Nov 2006 08:37:36 +0000 (08:37 +0000)] 
removed unnecessary commented code

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

17 years agosmall bug fix
Benjamin Williams [Tue, 7 Nov 2006 08:36:33 +0000 (08:36 +0000)] 
small bug fix

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

17 years agonew default theme for wxAuiNotebook
Benjamin Williams [Tue, 7 Nov 2006 08:10:16 +0000 (08:10 +0000)] 
new default theme for wxAuiNotebook

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

17 years agosupporting theme brushes under 10.4 properly
Stefan Csomor [Tue, 7 Nov 2006 08:09:56 +0000 (08:09 +0000)] 
supporting theme brushes under 10.4 properly

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

17 years agoreSWIGged
Robin Dunn [Tue, 7 Nov 2006 05:20:59 +0000 (05:20 +0000)] 
reSWIGged

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

17 years agoGetNumberOfLines on GTK doesn't count wrapped lines again...
Robin Dunn [Tue, 7 Nov 2006 05:17:30 +0000 (05:17 +0000)] 
GetNumberOfLines on GTK doesn't count wrapped lines again...

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

17 years agoTypo fixed
Robin Dunn [Tue, 7 Nov 2006 05:13:36 +0000 (05:13 +0000)] 
Typo fixed

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

17 years agoThe "small optimization" causes asserts if Play is called before the
Robin Dunn [Tue, 7 Nov 2006 05:12:52 +0000 (05:12 +0000)] 
The "small optimization" causes asserts if Play is called before the
first EVT_SIZE event (because the m_backingStore bitmap won't have
been created yet) so take it out.

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

17 years agoPatch #1591763 Set focus when clicked
Robin Dunn [Tue, 7 Nov 2006 03:46:37 +0000 (03:46 +0000)] 
Patch #1591763 Set focus when clicked

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

17 years agoAdd wxGCDC(const wxWindow*)
Robin Dunn [Tue, 7 Nov 2006 03:29:35 +0000 (03:29 +0000)] 
Add wxGCDC(const wxWindow*)

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

17 years agoMove setting of mac.listctrl.always_use_generic to wx.PyApp.__init__
Robin Dunn [Tue, 7 Nov 2006 01:57:27 +0000 (01:57 +0000)] 
Move setting of mac.listctrl.always_use_generic to wx.PyApp.__init__

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

17 years agofixed indentation error
Robin Dunn [Tue, 7 Nov 2006 01:47:10 +0000 (01:47 +0000)] 
fixed indentation error

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

17 years agofixed typo
Vadim Zeitlin [Tue, 7 Nov 2006 01:23:18 +0000 (01:23 +0000)] 
fixed typo

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

17 years agodisable joystick for wxMGL, it's not implemented there
Vadim Zeitlin [Mon, 6 Nov 2006 23:57:43 +0000 (23:57 +0000)] 
disable joystick for wxMGL, it's not implemented there

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

17 years agodisable net contrib for non-Unix nor Windows platforms (e.g. wxMGL under DOS)
Vadim Zeitlin [Mon, 6 Nov 2006 23:21:24 +0000 (23:21 +0000)] 
disable net contrib for non-Unix nor Windows platforms (e.g. wxMGL under DOS)

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

17 years agoimplement declared but not defined ctor not taking wxGLContext
Vadim Zeitlin [Mon, 6 Nov 2006 22:26:46 +0000 (22:26 +0000)] 
implement declared but not defined ctor not taking wxGLContext

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

17 years agochanges to match AUI API changes
Robin Dunn [Mon, 6 Nov 2006 20:55:15 +0000 (20:55 +0000)] 
changes to match AUI API changes

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

17 years agosome more updates about changes
Robin Dunn [Mon, 6 Nov 2006 20:53:22 +0000 (20:53 +0000)] 
some more updates about changes

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

17 years agobetter check for valid font and color
Robin Dunn [Mon, 6 Nov 2006 20:51:20 +0000 (20:51 +0000)] 
better check for valid font and color

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

17 years agoupload to wxpython.wxcommunity.com instead of starship
Robin Dunn [Mon, 6 Nov 2006 20:50:25 +0000 (20:50 +0000)] 
upload to wxpython.wxcommunity.com instead of starship

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

17 years agoFixed crash if trying to move tab to non-existant window (outside frame)
Julian Smart [Mon, 6 Nov 2006 18:54:00 +0000 (18:54 +0000)] 
Fixed crash if trying to move tab to non-existant window (outside frame)

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

17 years agouse the 0.2.1 version of bakefile.m4
Robin Dunn [Mon, 6 Nov 2006 17:37:49 +0000 (17:37 +0000)] 
use the 0.2.1 version of bakefile.m4

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

17 years agodocking hint bug fix
Benjamin Williams [Mon, 6 Nov 2006 17:12:49 +0000 (17:12 +0000)] 
docking hint bug fix

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

17 years agotransforming clippings correctly, even if there is no native graphics context availab...
Stefan Csomor [Mon, 6 Nov 2006 16:48:54 +0000 (16:48 +0000)] 
transforming clippings correctly, even if there is no native graphics context available yet

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

17 years agodisable wxSound for wxMGL DOS build (it's not implemented there)
Vadim Zeitlin [Mon, 6 Nov 2006 16:15:49 +0000 (16:15 +0000)] 
disable wxSound for wxMGL DOS build (it's not implemented there)

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

17 years agoimplemented page close event for wxAuiNotebook
Benjamin Williams [Mon, 6 Nov 2006 15:05:08 +0000 (15:05 +0000)] 
implemented page close event for wxAuiNotebook

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

17 years agowxAuiNotebook has external tab dragging now
Benjamin Williams [Mon, 6 Nov 2006 13:44:26 +0000 (13:44 +0000)] 
wxAuiNotebook has external tab dragging now

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

17 years agodisable dialup manager for MGL, it doesn't link as there is no DOS implementation...
Vadim Zeitlin [Mon, 6 Nov 2006 13:05:50 +0000 (13:05 +0000)] 
disable dialup manager for MGL, it doesn't link as there is no DOS implementation of it

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

17 years agoBetter vertical height for choice/combo
Julian Smart [Mon, 6 Nov 2006 13:00:02 +0000 (13:00 +0000)] 
Better vertical height for choice/combo

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

17 years ago(blind) compilation fix for wxCocoa
Vadim Zeitlin [Mon, 6 Nov 2006 12:59:38 +0000 (12:59 +0000)] 
(blind) compilation fix for wxCocoa

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

17 years agoadjust to new and deleted files
Stefan Csomor [Mon, 6 Nov 2006 12:50:11 +0000 (12:50 +0000)] 
adjust to new and deleted files

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

17 years agoupdate from Mahrazi Mohd Kamal
Vadim Zeitlin [Mon, 6 Nov 2006 12:12:17 +0000 (12:12 +0000)] 
update from Mahrazi Mohd Kamal

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

17 years agoImproved highlight drawing on wxMac/Core Graphics by not using wxClientDC
Julian Smart [Mon, 6 Nov 2006 11:41:02 +0000 (11:41 +0000)] 
Improved highlight drawing on wxMac/Core Graphics by not using wxClientDC

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

17 years agoadd a header placeholder
Stefan Csomor [Mon, 6 Nov 2006 10:23:19 +0000 (10:23 +0000)] 
add a header placeholder

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

17 years agoadd a header placeholder
Stefan Csomor [Mon, 6 Nov 2006 10:18:13 +0000 (10:18 +0000)] 
add a header placeholder

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

17 years agoadd a source placeholder
Stefan Csomor [Mon, 6 Nov 2006 10:16:54 +0000 (10:16 +0000)] 
add a source placeholder

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

17 years agofixed misspelling
Benjamin Williams [Mon, 6 Nov 2006 10:12:27 +0000 (10:12 +0000)] 
fixed misspelling

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

17 years agoadapting to new inheritance of wxMemoryDC (under MSW only at the moment)
Stefan Csomor [Mon, 6 Nov 2006 09:47:20 +0000 (09:47 +0000)] 
adapting to new inheritance of wxMemoryDC (under MSW only at the moment)

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

17 years agowxGraphicsContext always is using clipping regions in user coordinates
Stefan Csomor [Mon, 6 Nov 2006 09:09:32 +0000 (09:09 +0000)] 
wxGraphicsContext always is using clipping regions in user coordinates

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

17 years agofixing region clipping
Stefan Csomor [Mon, 6 Nov 2006 08:11:57 +0000 (08:11 +0000)] 
fixing region clipping

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

17 years agotranslate the wxRegion from device to user coordinates, swap angles for the arc drawing
Stefan Csomor [Mon, 6 Nov 2006 08:06:09 +0000 (08:06 +0000)] 
translate the wxRegion from device to user coordinates, swap angles for the arc drawing

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

17 years agofixing origin
Stefan Csomor [Mon, 6 Nov 2006 07:49:14 +0000 (07:49 +0000)] 
fixing origin

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

17 years agoaui sample can now create extra notebooks
Benjamin Williams [Mon, 6 Nov 2006 07:46:01 +0000 (07:46 +0000)] 
aui sample can now create extra notebooks

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

17 years agoapi uniformity between tabart and dockart
Benjamin Williams [Mon, 6 Nov 2006 07:09:56 +0000 (07:09 +0000)] 
api uniformity between tabart and dockart

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

17 years agoupdate window before changing the scrolling position and really scrolling it to avoid...
Vadim Zeitlin [Mon, 6 Nov 2006 01:45:03 +0000 (01:45 +0000)] 
update window before changing the scrolling position and really scrolling it to avoid redraw problems in wxUniv

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

17 years agogeneric animation sources are used under all platforms so put them in ADVANCED_CMN_SR...
Vadim Zeitlin [Mon, 6 Nov 2006 01:40:40 +0000 (01:40 +0000)] 
generic animation sources are used under all platforms so put them in ADVANCED_CMN_SRC/HDR instead of listing them for each platform; this fixes double inclusion (and resulting link problems) of animateg.cpp in wxUniv builds

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

17 years agocommented out some test code
Robin Dunn [Mon, 6 Nov 2006 01:15:35 +0000 (01:15 +0000)] 
commented out some test code

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

17 years agoRebaked after addition of mediactrl_qt.cpp
Robin Dunn [Mon, 6 Nov 2006 01:14:04 +0000 (01:14 +0000)] 
Rebaked after addition of mediactrl_qt.cpp

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

17 years agoRe-add the wxQTMediaBackend class, by copying the code for it from the
Robin Dunn [Mon, 6 Nov 2006 01:12:11 +0000 (01:12 +0000)] 
Re-add the wxQTMediaBackend class, by copying the code for it from the
old mediactrl.cpp to mediactrl_qt.cpp

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

17 years agofix compilation error when wxUSE_DYNLIB_CLASS == 0
Vadim Zeitlin [Mon, 6 Nov 2006 00:59:50 +0000 (00:59 +0000)] 
fix compilation error when wxUSE_DYNLIB_CLASS == 0

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

17 years agomove WX_GL_XXX constants from wx/*/glcanvas.h to wx/glcanvas.h (this makes them avail...
Vadim Zeitlin [Mon, 6 Nov 2006 00:57:46 +0000 (00:57 +0000)] 
move WX_GL_XXX constants from wx/*/glcanvas.h to wx/glcanvas.h (this makes them available for wxCocoa too); also only include <windows.h> via wx/msw/wrapwin.h and not directly for wxMSW

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

17 years agoreSWIGged
Robin Dunn [Sun, 5 Nov 2006 22:47:39 +0000 (22:47 +0000)] 
reSWIGged

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

17 years agoDisown the preview object when calling wxPyPreviewFrame ctor
Robin Dunn [Sun, 5 Nov 2006 22:47:00 +0000 (22:47 +0000)] 
Disown the preview object when calling wxPyPreviewFrame ctor

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

17 years agodosctring for DrawRotatedText
Robin Dunn [Sun, 5 Nov 2006 22:46:15 +0000 (22:46 +0000)] 
dosctring for DrawRotatedText

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

17 years agoreSWIGged
Robin Dunn [Sun, 5 Nov 2006 22:07:02 +0000 (22:07 +0000)] 
reSWIGged

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

17 years agoPatch from F. Oliver Gathmann to observer enabled/disabled state of
Robin Dunn [Sun, 5 Nov 2006 22:03:45 +0000 (22:03 +0000)] 
Patch from F. Oliver Gathmann to observer enabled/disabled state of
the control by changing text fg color.

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

17 years agoNew DrawText methods
Robin Dunn [Sun, 5 Nov 2006 21:37:32 +0000 (21:37 +0000)] 
New DrawText methods

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

17 years agoFix default value for wxFontPickerCtrl's initial font parameter
Robin Dunn [Sun, 5 Nov 2006 21:29:40 +0000 (21:29 +0000)] 
Fix default value for wxFontPickerCtrl's initial font parameter

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

17 years agoPatch from Dj Gilcrease adding the FNB_HIDE_ON_SINGLE_TAB flag for
Robin Dunn [Sun, 5 Nov 2006 21:28:36 +0000 (21:28 +0000)] 
Patch from Dj Gilcrease adding the FNB_HIDE_ON_SINGLE_TAB flag for
wx.lib.flatnotebook.

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

17 years agoRevert reentrancy patch (#1573619)
Robin Dunn [Sun, 5 Nov 2006 21:27:48 +0000 (21:27 +0000)] 
Revert reentrancy patch (#1573619)

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

17 years agoRevert reentrancy patch (#1573619)
Robin Dunn [Sun, 5 Nov 2006 21:22:10 +0000 (21:22 +0000)] 
Revert reentrancy patch (#1573619)

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

17 years agoAdd DLL export macros
Robin Dunn [Sun, 5 Nov 2006 21:20:51 +0000 (21:20 +0000)] 
Add DLL export macros

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

17 years ago #if wxUSE_CARET guard.
Robert Roebling [Sun, 5 Nov 2006 21:07:18 +0000 (21:07 +0000)] 
  #if wxUSE_CARET guard.

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

17 years agobug fixed for mdi parent frames
Benjamin Williams [Sun, 5 Nov 2006 20:22:49 +0000 (20:22 +0000)] 
bug fixed for mdi parent frames

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