wxWidgets.git
15 years agoHold a reference on m_widget for the life of the associated wxWindow object.
Paul Cornett [Tue, 26 Aug 2008 16:19:23 +0000 (16:19 +0000)] 
Hold a reference on m_widget for the life of the associated wxWindow object.
This allows removing some ugly hacks, and leaking of GtkWidgets by wxNotebook.

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

15 years agoAlso make make dist for wxMac work
Robert Roebling [Tue, 26 Aug 2008 14:06:42 +0000 (14:06 +0000)] 
Also make make dist for wxMac work

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

15 years agopch-less compilation fix for r55285
Václav Slavík [Tue, 26 Aug 2008 13:29:38 +0000 (13:29 +0000)] 
pch-less compilation fix for r55285

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

15 years agofixed writing to wxUniCharRef after its 'parent' iterator was destroyed
Václav Slavík [Tue, 26 Aug 2008 13:02:38 +0000 (13:02 +0000)] 
fixed writing to wxUniCharRef after its 'parent' iterator was destroyed

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

15 years agoUpdate <make dist> for wxGTK (and probably other ports, too)
Robert Roebling [Tue, 26 Aug 2008 11:13:12 +0000 (11:13 +0000)] 
Update <make dist> for wxGTK (and probably other ports, too)

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

15 years agoUpdate <make dist> for wxGTK
Robert Roebling [Tue, 26 Aug 2008 11:03:49 +0000 (11:03 +0000)] 
Update <make dist> for wxGTK

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

15 years agomove wxIconArray declaration out of header, remove unneccessary copy ctor and assignm...
Paul Cornett [Tue, 26 Aug 2008 06:34:34 +0000 (06:34 +0000)] 
move wxIconArray declaration out of header, remove unneccessary copy ctor and assignment operator

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

15 years agodon't use deprecated toolbar API
Paul Cornett [Tue, 26 Aug 2008 06:34:14 +0000 (06:34 +0000)] 
don't use deprecated toolbar API

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

15 years agouncomment line accidentally left commented out in last commit
Paul Cornett [Tue, 26 Aug 2008 05:28:53 +0000 (05:28 +0000)] 
uncomment line accidentally left commented out in last commit

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

15 years agofix for GTK assertion `info->icon_pixmap == NULL' failed, #9905
Paul Cornett [Tue, 26 Aug 2008 05:10:45 +0000 (05:10 +0000)] 
fix for GTK assertion `info->icon_pixmap == NULL' failed, #9905

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

15 years agoescape '@' symbols in the docs
Vadim Zeitlin [Mon, 25 Aug 2008 23:25:51 +0000 (23:25 +0000)] 
escape '@' symbols in the docs

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

15 years agouse UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot...
Vadim Zeitlin [Mon, 25 Aug 2008 23:20:09 +0000 (23:20 +0000)] 
use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot since this file addition; fix some weird "else" indentation; use empty() instead of Length() > 0 tests

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

15 years agoadded UnsetToolTip() which is also provided (as empty function) in wxUSE_TOOLTIPS...
Vadim Zeitlin [Mon, 25 Aug 2008 23:19:04 +0000 (23:19 +0000)] 
added UnsetToolTip() which is also provided (as empty function) in wxUSE_TOOLTIPS==0 case unlike SetToolTip(NULL)

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

15 years agocompilation fixes for minimal build
Vadim Zeitlin [Mon, 25 Aug 2008 19:28:26 +0000 (19:28 +0000)] 
compilation fixes for minimal build

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

15 years agocompilation fixes for wxUSE_CONSOLE_EVENTLOOP==0
Vadim Zeitlin [Mon, 25 Aug 2008 19:23:26 +0000 (19:23 +0000)] 
compilation fixes for wxUSE_CONSOLE_EVENTLOOP==0

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

15 years agoadd parentheses for && inside || to fix g++ 4.3 warning
Vadim Zeitlin [Mon, 25 Aug 2008 14:39:48 +0000 (14:39 +0000)] 
add parentheses for && inside || to fix g++ 4.3 warning

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

15 years agoDocs corrections from Tim Stahlhut
Robert Roebling [Mon, 25 Aug 2008 09:12:15 +0000 (09:12 +0000)] 
Docs corrections from Tim Stahlhut

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

15 years agoCompilation fix, didn't realize initialization order of events is different on trunk.
Kevin Ollivier [Mon, 25 Aug 2008 05:32:03 +0000 (05:32 +0000)] 
Compilation fix, didn't realize initialization order of events is different on trunk.

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

15 years agoRespect the wxNO_BORDER flag for tool windows without a titlebar.
Kevin Ollivier [Mon, 25 Aug 2008 04:28:40 +0000 (04:28 +0000)] 
Respect the wxNO_BORDER flag for tool windows without a titlebar.

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

15 years agoFix memory leak.
Kevin Ollivier [Mon, 25 Aug 2008 03:03:54 +0000 (03:03 +0000)] 
Fix memory leak.

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

15 years agosometimes unused parameter warnings are really worth paying attention to
Vadim Zeitlin [Mon, 25 Aug 2008 00:36:00 +0000 (00:36 +0000)] 
sometimes unused parameter warnings are really worth paying attention to

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

15 years agodon't use deprecated wxMenuItem ctor and don't use an unnecessary #ifdef
Vadim Zeitlin [Mon, 25 Aug 2008 00:31:32 +0000 (00:31 +0000)] 
don't use deprecated wxMenuItem ctor and don't use an unnecessary #ifdef

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

15 years agochanged wxAuiBlendColour() to work with unsigned chars instead of doubles as it's...
Vadim Zeitlin [Mon, 25 Aug 2008 00:30:23 +0000 (00:30 +0000)] 
changed wxAuiBlendColour() to work with unsigned chars instead of doubles as it's always used with them [forward port of rr55210 from 2.8]

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

15 years agofix undefined variable color to colour
Benjamin Williams [Sun, 24 Aug 2008 12:00:09 +0000 (12:00 +0000)] 
fix undefined variable color to colour

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

15 years agodon't use MacSetTheme()
Benjamin Williams [Sun, 24 Aug 2008 10:56:51 +0000 (10:56 +0000)] 
don't use MacSetTheme()

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

15 years agofixed include problem
Benjamin Williams [Sun, 24 Aug 2008 10:21:57 +0000 (10:21 +0000)] 
fixed include problem

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

15 years agorebake because of new auibar.*
Benjamin Williams [Sun, 24 Aug 2008 09:29:58 +0000 (09:29 +0000)] 
rebake because of new auibar.*

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

15 years agoupdated aui sample
Benjamin Williams [Sun, 24 Aug 2008 09:28:26 +0000 (09:28 +0000)] 
updated aui sample

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

15 years agoadded wxAuiToolBar
Benjamin Williams [Sun, 24 Aug 2008 09:28:07 +0000 (09:28 +0000)] 
added wxAuiToolBar

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

15 years agofixing typo
Stefan Csomor [Sat, 23 Aug 2008 14:14:35 +0000 (14:14 +0000)] 
fixing typo

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

15 years agococoa implementation files
Stefan Csomor [Sat, 23 Aug 2008 12:55:54 +0000 (12:55 +0000)] 
cocoa implementation files

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

15 years agocommon implementation files
Stefan Csomor [Sat, 23 Aug 2008 12:43:44 +0000 (12:43 +0000)] 
common implementation files

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

15 years agowxComboCtrlBase::Enable() does not refresh the control #9900
Robert Roebling [Sat, 23 Aug 2008 08:19:42 +0000 (08:19 +0000)] 
wxComboCtrlBase::Enable() does not refresh the control #9900

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

15 years agofix a couple of spelling errors
Vadim Zeitlin [Fri, 22 Aug 2008 22:27:03 +0000 (22:27 +0000)] 
fix a couple of spelling errors

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

15 years agofix 2 doxygen errors
Vadim Zeitlin [Fri, 22 Aug 2008 22:22:50 +0000 (22:22 +0000)] 
fix 2 doxygen errors

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

15 years agoImproved auto list numbering
Julian Smart [Fri, 22 Aug 2008 15:21:50 +0000 (15:21 +0000)] 
Improved auto list numbering
Fixed selection bugs

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

15 years agoCleanup of previous fix
Julian Smart [Fri, 22 Aug 2008 11:32:23 +0000 (11:32 +0000)] 
Cleanup of previous fix

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

15 years agoGeneric carent no longer invisible on a dark background
Julian Smart [Fri, 22 Aug 2008 10:34:14 +0000 (10:34 +0000)] 
Generic carent no longer invisible on a dark background

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

15 years ago#9854 (AddPendingEvent - protect during wxEvtHandler destruction)
Robert Roebling [Fri, 22 Aug 2008 09:18:30 +0000 (09:18 +0000)] 
#9854 (AddPendingEvent - protect during wxEvtHandler destruction)

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

15 years agoosx-cocoa event loop
Stefan Csomor [Fri, 22 Aug 2008 06:47:58 +0000 (06:47 +0000)] 
osx-cocoa event loop

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

15 years agomake ellipses drawn by wxDC more consistent with wxGC ones (closes #9887)
Vadim Zeitlin [Thu, 21 Aug 2008 22:51:31 +0000 (22:51 +0000)] 
make ellipses drawn by wxDC more consistent with wxGC ones (closes #9887)

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

15 years agouse Pango to draw rotated text if possible (this supports text background and should...
Vadim Zeitlin [Thu, 21 Aug 2008 22:31:36 +0000 (22:31 +0000)] 
use Pango to draw rotated text if possible (this supports text background and should be more efficient), fall back to the old method for old libraries (closes #9861)

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

15 years agoremove unneeded dependencies from bakefiles and regenerate the make/project files...
Vadim Zeitlin [Thu, 21 Aug 2008 22:18:31 +0000 (22:18 +0000)] 
remove unneeded dependencies from bakefiles and regenerate the make/project files (closes #9850)

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

15 years agocompilation fix for wxUniv/GTK (closes #9849)
Vadim Zeitlin [Thu, 21 Aug 2008 22:12:43 +0000 (22:12 +0000)] 
compilation fix for wxUniv/GTK (closes #9849)

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

15 years agoadd a radio box to select the combobox type (#9845)
Vadim Zeitlin [Thu, 21 Aug 2008 21:37:22 +0000 (21:37 +0000)] 
add a radio box to select the combobox type (#9845)

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

15 years agodocument that text drawing is not affected by the current logical function and update...
Vadim Zeitlin [Thu, 21 Aug 2008 21:14:58 +0000 (21:14 +0000)] 
document that text drawing is not affected by the current logical function and update the sample to not imply that it is (#9842)

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

15 years agohonour useMask parameter in DrawBitmap() and StretchBlit() (#9841)
Vadim Zeitlin [Thu, 21 Aug 2008 21:12:44 +0000 (21:12 +0000)] 
honour useMask parameter in DrawBitmap() and StretchBlit() (#9841)

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

15 years agocontinue even if the bitmaps can't be found; look for them in argv[0] directory too...
Vadim Zeitlin [Thu, 21 Aug 2008 21:06:21 +0000 (21:06 +0000)] 
continue even if the bitmaps can't be found; look for them in argv[0] directory too; use more clear name for ROP screen in the menu (#9839)

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

15 years agodon't always create DIBs in wxBitmap(wxImage) ctor
Vadim Zeitlin [Thu, 21 Aug 2008 20:43:48 +0000 (20:43 +0000)] 
don't always create DIBs in wxBitmap(wxImage) ctor

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

15 years agoFixed default margin sizes
Julian Smart [Thu, 21 Aug 2008 16:08:32 +0000 (16:08 +0000)] 
Fixed default margin sizes

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

15 years ago#9876 (GC: added sanity check to wxGraphicsPathData::AddEllipse())
Robert Roebling [Thu, 21 Aug 2008 12:21:14 +0000 (12:21 +0000)] 
#9876 (GC: added sanity check to wxGraphicsPathData::AddEllipse())

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

15 years agoTicket #9858 gtk wxDC::DrawText() - draw text background natively
Robert Roebling [Thu, 21 Aug 2008 12:06:11 +0000 (12:06 +0000)] 
Ticket #9858 gtk wxDC::DrawText() - draw text background natively

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

15 years agoupdating the comment as well
Stefan Csomor [Thu, 21 Aug 2008 08:58:32 +0000 (08:58 +0000)] 
updating the comment as well

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

15 years agousing the 'new' bottleneck methods, fixing bugreport from Bengt Nilsson <bengt.nilsso...
Stefan Csomor [Thu, 21 Aug 2008 08:49:42 +0000 (08:49 +0000)] 
using the 'new' bottleneck methods, fixing bugreport from Bengt Nilsson <bengt.nilsson11@spray.se>

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

15 years agomimetype common implementation
Stefan Csomor [Thu, 21 Aug 2008 07:30:33 +0000 (07:30 +0000)] 
mimetype common implementation

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

15 years agococoa specific implementations
Stefan Csomor [Thu, 21 Aug 2008 07:29:07 +0000 (07:29 +0000)] 
cocoa specific implementations

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

15 years agonew common code files
Stefan Csomor [Thu, 21 Aug 2008 07:28:04 +0000 (07:28 +0000)] 
new common code files

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

15 years agomention DoPrepareDC() relative origin offsetting
Vadim Zeitlin [Thu, 21 Aug 2008 00:13:41 +0000 (00:13 +0000)] 
mention DoPrepareDC() relative origin offsetting

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

15 years agofixed scaling of print preview if there's not enough RAM for the full page
Václav Slavík [Wed, 20 Aug 2008 21:58:31 +0000 (21:58 +0000)] 
fixed scaling of print preview if there's not enough RAM for the full page

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

15 years agore-fix MinGW DLL compilation
Václav Slavík [Wed, 20 Aug 2008 21:35:55 +0000 (21:35 +0000)] 
re-fix MinGW DLL compilation

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

15 years agoremove text field from page data, add much more useful image widget pointer, lots...
Paul Cornett [Tue, 19 Aug 2008 16:28:40 +0000 (16:28 +0000)] 
remove text field from page data, add much more useful image widget pointer, lots of code simplification and cleanup

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

15 years agonon-pch build fix
Paul Cornett [Tue, 19 Aug 2008 16:28:21 +0000 (16:28 +0000)] 
non-pch build fix

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

15 years agofix MSVC warning about int->bool conversion introduced by r55113 [forward port from...
Vadim Zeitlin [Mon, 18 Aug 2008 20:05:51 +0000 (20:05 +0000)] 
fix MSVC warning about int->bool conversion introduced by r55113 [forward port from 2.8 branch]

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

15 years agodon't use WXDLLIMPEXP_BASE_DATA() around member data, this results in an error in...
Vadim Zeitlin [Mon, 18 Aug 2008 19:52:00 +0000 (19:52 +0000)] 
don't use WXDLLIMPEXP_BASE_DATA() around member data, this results in an error in MSVC DLL build

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

15 years agodon't use the same tool ids for multiple tools, this is bad idea under Windows and...
Vadim Zeitlin [Mon, 18 Aug 2008 13:40:18 +0000 (13:40 +0000)] 
don't use the same tool ids for multiple tools, this is bad idea under Windows and breaks tool commands handling

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

15 years agoadd support for using bitmap2 for checked menu item bitmap in XRC (#9878)
Vadim Zeitlin [Mon, 18 Aug 2008 13:27:58 +0000 (13:27 +0000)] 
add support for using bitmap2 for checked menu item bitmap in XRC (#9878)

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

15 years agopaint the space remaining after the columns too in wxListHeaderWindow::OnPaint()...
Vadim Zeitlin [Mon, 18 Aug 2008 12:02:01 +0000 (12:02 +0000)] 
paint the space remaining after the columns too in wxListHeaderWindow::OnPaint() (#9855)

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

15 years agouse CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in CreateInstance() (#9868)
Vadim Zeitlin [Mon, 18 Aug 2008 11:57:55 +0000 (11:57 +0000)] 
use CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in CreateInstance() (#9868)

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

15 years agodon't terminate the event loop in EndModal() if it was already terminated because...
Vadim Zeitlin [Mon, 18 Aug 2008 11:51:53 +0000 (11:51 +0000)] 
don't terminate the event loop in EndModal() if it was already terminated because of an exception thrown inside it (#9838)

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

15 years agodocument wxSpinCtrlDouble (#9834)
Vadim Zeitlin [Mon, 18 Aug 2008 11:41:27 +0000 (11:41 +0000)] 
document wxSpinCtrlDouble (#9834)

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

15 years agoadd comparison operators for UUID class (#9871)
Vadim Zeitlin [Mon, 18 Aug 2008 11:30:10 +0000 (11:30 +0000)] 
add comparison operators for UUID class (#9871)

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

15 years agofix spurious assert failure in DestroyGripper() which happened if the dialog hadn...
Vadim Zeitlin [Sat, 16 Aug 2008 10:53:02 +0000 (10:53 +0000)] 
fix spurious assert failure in DestroyGripper() which happened if the dialog hadn't been shown at all (#9824)

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

15 years agocompilation fix for wxUSE_STL build after r54926 (#9810)
Vadim Zeitlin [Fri, 15 Aug 2008 23:04:31 +0000 (23:04 +0000)] 
compilation fix for wxUSE_STL build after r54926 (#9810)

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

15 years agocompilation fix for wxUniv/MSW after r54937 (#9866)
Vadim Zeitlin [Fri, 15 Aug 2008 23:01:28 +0000 (23:01 +0000)] 
compilation fix for wxUniv/MSW after r54937 (#9866)

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

15 years agofix for page change not working after veto, #3808
Paul Cornett [Fri, 15 Aug 2008 04:52:13 +0000 (04:52 +0000)] 
fix for page change not working after veto, #3808

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

15 years agoadded wxString benchmark using 2.8's HTML parser
Václav Slavík [Wed, 13 Aug 2008 15:48:09 +0000 (15:48 +0000)] 
added wxString benchmark using 2.8's HTML parser

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

15 years agoHAVE_BOOST_THREAD should be off by default
Václav Slavík [Wed, 13 Aug 2008 15:47:20 +0000 (15:47 +0000)] 
HAVE_BOOST_THREAD should be off by default

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

15 years agoadding generic BUNDLE_RESOURCES for copying any special resources into the bundle...
Stefan Csomor [Wed, 13 Aug 2008 15:20:57 +0000 (15:20 +0000)] 
adding generic BUNDLE_RESOURCES for copying any special resources into the bundle, renaming BUNDLE_ICONS to BUNDLE_ICON = the path of the app icon

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

15 years agofixing remainder of bug #3776, clean activateAndIgnoreClick behaviour for DataBrowser
Stefan Csomor [Wed, 13 Aug 2008 15:14:31 +0000 (15:14 +0000)] 
fixing remainder of bug #3776, clean activateAndIgnoreClick behaviour for DataBrowser

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

15 years agomove notebook event definition to common code
Paul Cornett [Wed, 13 Aug 2008 14:56:42 +0000 (14:56 +0000)] 
move notebook event definition to common code

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

15 years agofix typo in __WWXMAC__
Vadim Zeitlin [Wed, 13 Aug 2008 12:31:13 +0000 (12:31 +0000)] 
fix typo in __WWXMAC__

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

15 years agoadd assert checking that GetCapture() and ms_winCaptureCurrentare in sync
Václav Slavík [Wed, 13 Aug 2008 09:00:36 +0000 (09:00 +0000)] 
add assert checking that GetCapture() and ms_winCaptureCurrentare in sync

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

15 years agoapply Stefan's fix for wxHtmlDCRenderer clipping
Václav Slavík [Tue, 12 Aug 2008 16:03:17 +0000 (16:03 +0000)] 
apply Stefan's fix for wxHtmlDCRenderer clipping

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

15 years agomade wxCharTypeBuffer<T>::release() const again, for compatibility
Václav Slavík [Tue, 12 Aug 2008 15:10:57 +0000 (15:10 +0000)] 
made wxCharTypeBuffer<T>::release() const again, for compatibility

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

15 years agoadded microbenchmark for wxCharBuffer performance
Václav Slavík [Mon, 11 Aug 2008 19:31:23 +0000 (19:31 +0000)] 
added microbenchmark for wxCharBuffer performance

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

15 years agoUse WXUNUSED and give more explaination for the handler
Robin Dunn [Sun, 10 Aug 2008 20:54:35 +0000 (20:54 +0000)] 
Use WXUNUSED and give more explaination for the handler

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

15 years agodon't modify position for default border if button is in a native widget
Paul Cornett [Sun, 10 Aug 2008 20:45:06 +0000 (20:45 +0000)] 
don't modify position for default border if button is in a native widget

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

15 years agoadd control items from child inserter, so that correct style is set early enough
Paul Cornett [Sun, 10 Aug 2008 20:44:51 +0000 (20:44 +0000)] 
add control items from child inserter, so that correct style is set early enough

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

15 years agoDLLs linking fix wxCharTypeBuffer<T>::NullData
Václav Slavík [Sun, 10 Aug 2008 20:41:10 +0000 (20:41 +0000)] 
DLLs linking fix wxCharTypeBuffer<T>::NullData

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

15 years agopch-less compilation fix
Václav Slavík [Sun, 10 Aug 2008 20:40:48 +0000 (20:40 +0000)] 
pch-less compilation fix

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

15 years agocompilation fix: wxUString uses it's own wxCharTypeBuffer<T> specializations and...
Václav Slavík [Sun, 10 Aug 2008 20:29:11 +0000 (20:29 +0000)] 
compilation fix: wxUString uses it's own wxCharTypeBuffer<T> specializations and so needs NullData definitions for them too

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

15 years agoradically simplified declarations of wxUString-specific char buffers: there are no...
Václav Slavík [Sun, 10 Aug 2008 20:28:20 +0000 (20:28 +0000)] 
radically simplified declarations of wxUString-specific char buffers: there are no compatibility concerns, so they can simply be typedefs for wxCharTypeBuffer<T>

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

15 years agoadded refcounting to wxCharBuffer to fix passing of wxCharBuffer to printf-like functions
Václav Slavík [Sun, 10 Aug 2008 19:37:51 +0000 (19:37 +0000)] 
added refcounting to wxCharBuffer to fix passing of wxCharBuffer to printf-like functions

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

15 years agosome code cleanup
Paul Cornett [Sun, 10 Aug 2008 18:26:33 +0000 (18:26 +0000)] 
some code cleanup

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

15 years agoset extra widget from child inserter, so that correct style is set early enough
Paul Cornett [Sun, 10 Aug 2008 18:24:21 +0000 (18:24 +0000)] 
set extra widget from child inserter, so that correct style is set early enough

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

15 years agoAvoid default child window focus behavior in generic wxListCtrl. Fixes #9563
Robin Dunn [Sun, 10 Aug 2008 00:26:53 +0000 (00:26 +0000)] 
Avoid default child window focus behavior in generic wxListCtrl.  Fixes #9563

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

15 years agofix previous commit to respect minimum width
Paul Cornett [Sun, 10 Aug 2008 00:19:56 +0000 (00:19 +0000)] 
fix previous commit to respect minimum width

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

15 years agofixed typo
Václav Slavík [Sun, 10 Aug 2008 00:14:27 +0000 (00:14 +0000)] 
fixed typo

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

15 years agoinitialize the button label correctly if the same wizard is ran again
Vadim Zeitlin [Sat, 9 Aug 2008 22:44:35 +0000 (22:44 +0000)] 
initialize the button label correctly if the same wizard is ran again

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

15 years agomore strict UTF-8 validity checks, as it should be (patch #9847)
Václav Slavík [Sat, 9 Aug 2008 21:38:21 +0000 (21:38 +0000)] 
more strict UTF-8 validity checks, as it should be (patch #9847)

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