wxWidgets.git
17 years agopost 2.7.1 fixes
Chris Elliott [Thu, 12 Oct 2006 19:47:12 +0000 (19:47 +0000)] 
post 2.7.1 fixes

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

17 years agomention that wxBufferedDC doesn't inherit from wxMemoryDC any more
Vadim Zeitlin [Thu, 12 Oct 2006 12:34:58 +0000 (12:34 +0000)] 
mention that wxBufferedDC doesn't inherit from wxMemoryDC any more

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

17 years agoonly need a (1,1) bitmap for measuring
Robin Dunn [Thu, 12 Oct 2006 08:58:05 +0000 (08:58 +0000)] 
only need a (1,1) bitmap for measuring

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

17 years agoreSWIGged
Robin Dunn [Thu, 12 Oct 2006 08:37:14 +0000 (08:37 +0000)] 
reSWIGged

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

17 years agoGive up on trying to fix all the buffered dc problems and just
Robin Dunn [Thu, 12 Oct 2006 08:35:24 +0000 (08:35 +0000)] 
Give up on trying to fix all the buffered dc problems and just
check-in the FlatNotebook update from Andrea using self-buffering
instead of wx.BufferedPaintDC.

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

17 years agotypo
Robin Dunn [Thu, 12 Oct 2006 08:32:54 +0000 (08:32 +0000)] 
typo

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

17 years agofixing rectangle drawing when offsetting 0.5, correcting rounded rectangle drawing
Stefan Csomor [Thu, 12 Oct 2006 07:59:49 +0000 (07:59 +0000)] 
fixing rectangle drawing when offsetting 0.5, correcting rounded rectangle drawing

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

17 years agosetting font when using core graphics on a memory dc
Stefan Csomor [Thu, 12 Oct 2006 07:53:44 +0000 (07:53 +0000)] 
setting font when using core graphics on a memory dc

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

17 years agosupport 1 bit deep bitmaps as masks
Stefan Csomor [Thu, 12 Oct 2006 06:46:42 +0000 (06:46 +0000)] 
support 1 bit deep bitmaps as masks

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

17 years agosupport CGGraphics Masks, switch xbm interpretation to be in line with msw
Stefan Csomor [Thu, 12 Oct 2006 06:43:47 +0000 (06:43 +0000)] 
support CGGraphics Masks, switch xbm interpretation to be in line with msw

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

17 years agoFixup Blit so it can be used with a source that is a wxBufferedDC,
Robin Dunn [Thu, 12 Oct 2006 06:23:52 +0000 (06:23 +0000)] 
Fixup Blit so it can be used with a source that is a wxBufferedDC,
since wxBufferedDC doesn't derive from wxMemoryDC any more.

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

17 years agoadjust so that mono bitmaps don't get an alpha channel
Stefan Csomor [Thu, 12 Oct 2006 05:15:47 +0000 (05:15 +0000)] 
adjust so that mono bitmaps don't get an alpha channel

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

17 years agoSome additions to the wxRichTextCtrl overview.
Julian Smart [Thu, 12 Oct 2006 04:27:35 +0000 (04:27 +0000)] 
Some additions to the wxRichTextCtrl overview.

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

17 years agoonly change the bitmap size for the borderless controls
Vadim Zeitlin [Thu, 12 Oct 2006 01:51:39 +0000 (01:51 +0000)] 
only change the bitmap size for the borderless controls

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

17 years agoDon't use the window position as the x offset when painting the full
Robin Dunn [Wed, 11 Oct 2006 23:54:08 +0000 (23:54 +0000)] 
Don't use the window position as the x offset when painting the full
row highlight, always use zero.

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

17 years agoa little whitespace cleanup
Robin Dunn [Wed, 11 Oct 2006 23:52:09 +0000 (23:52 +0000)] 
a little whitespace cleanup

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

17 years agoGive some more specific info if PyWin can't be imported when frozen in
Robin Dunn [Wed, 11 Oct 2006 23:51:03 +0000 (23:51 +0000)] 
Give some more specific info if PyWin can't be imported when frozen in
a py2exe exexcutable

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

17 years agoa couple new generic methods
Robin Dunn [Wed, 11 Oct 2006 23:49:59 +0000 (23:49 +0000)] 
a couple new generic methods

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

17 years agoconvert unicode filename to file system encoding
Robin Dunn [Wed, 11 Oct 2006 23:48:59 +0000 (23:48 +0000)] 
convert unicode filename to file system encoding

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

17 years agoSize property conflicts with Size() method
Robin Dunn [Wed, 11 Oct 2006 23:48:21 +0000 (23:48 +0000)] 
Size property conflicts with Size() method

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

17 years agouse "StrokeLineSegements" for the second overload of StrokeLines
Robin Dunn [Wed, 11 Oct 2006 23:47:41 +0000 (23:47 +0000)] 
use "StrokeLineSegements" for the second overload of StrokeLines

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

17 years agodocstring update
Robin Dunn [Wed, 11 Oct 2006 23:46:47 +0000 (23:46 +0000)] 
docstring update

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

17 years agoDon't include platform headers from public wx headers
Robin Dunn [Wed, 11 Oct 2006 23:46:02 +0000 (23:46 +0000)] 
Don't include platform headers from public wx headers

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

17 years agomoved GetLayoutDirection() to GUI wxApp, it has nothing to do in wxAppConsole
Vadim Zeitlin [Wed, 11 Oct 2006 22:34:53 +0000 (22:34 +0000)] 
moved GetLayoutDirection() to GUI wxApp, it has nothing to do in wxAppConsole

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

17 years agomention more changes done by Francesco
Vadim Zeitlin [Wed, 11 Oct 2006 22:15:57 +0000 (22:15 +0000)] 
mention more changes done by Francesco

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

17 years ago Fix [ 1574240 ] wx.RadioButton doesn't navigate correctly
Robert Roebling [Wed, 11 Oct 2006 20:54:21 +0000 (20:54 +0000)] 
  Fix [ 1574240 ] wx.RadioButton doesn't navigate correctly

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

17 years agoImplementing column click event handler and SortItems function for native list ctrl.
Kevin Ollivier [Wed, 11 Oct 2006 20:04:29 +0000 (20:04 +0000)] 
Implementing column click event handler and SortItems function for native list ctrl.

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

17 years ago Anim doesn't depend on GIF, remove wxUSE_GIF.
Robert Roebling [Wed, 11 Oct 2006 19:24:33 +0000 (19:24 +0000)] 
 Anim doesn't depend on GIF, remove wxUSE_GIF.

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

17 years ago [ 1574592 ] Documentation for wxBufferedDC improvements
Robert Roebling [Wed, 11 Oct 2006 19:06:21 +0000 (19:06 +0000)] 
  [ 1574592 ] Documentation for wxBufferedDC improvements

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

17 years ago Use native version of wxAnimateCtrl only for
Robert Roebling [Wed, 11 Oct 2006 17:59:40 +0000 (17:59 +0000)] 
 Use native version of wxAnimateCtrl only for
   GTK >= 2

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

17 years agoadd sections to advanced library for each unix-based platform
Paul Cornett [Wed, 11 Oct 2006 17:02:26 +0000 (17:02 +0000)] 
add sections to advanced library for each unix-based platform

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

17 years agoanimatectrl typo
Paul Cornett [Wed, 11 Oct 2006 17:00:24 +0000 (17:00 +0000)] 
animatectrl typo

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

17 years agobringing up to date with new files
Stefan Csomor [Wed, 11 Oct 2006 16:36:31 +0000 (16:36 +0000)] 
bringing up to date with new files

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

17 years agoAdded back necessary defines 'cleaned' away. If folks could resist the urge to delete
Julian Smart [Wed, 11 Oct 2006 16:28:35 +0000 (16:28 +0000)] 
Added back necessary defines 'cleaned' away. If folks could resist the urge to delete
them again, I'd be much obliged. We can change the symbol name if necessary.

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

17 years agowhile gcc 4 works under xcode, 3.3. builds don't, therefore this workaround for sourc...
Stefan Csomor [Wed, 11 Oct 2006 16:10:12 +0000 (16:10 +0000)] 
while gcc 4 works under xcode, 3.3. builds don't, therefore this workaround for source relative includes

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

17 years ago Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv library
Robert Roebling [Wed, 11 Oct 2006 16:09:39 +0000 (16:09 +0000)] 
  Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv library

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

17 years agofixing changing text colors
Stefan Csomor [Wed, 11 Oct 2006 13:54:03 +0000 (13:54 +0000)] 
fixing changing text colors

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

17 years agoImplement left indentation and tab stops support in wxTextCtrl, patch #1518114 -...
Mart Raudsepp [Wed, 11 Oct 2006 13:45:44 +0000 (13:45 +0000)] 
Implement left indentation and tab stops support in wxTextCtrl, patch #1518114 - Tim Kosse

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

17 years agoadding the 0.5 offset for odd pen widths
Stefan Csomor [Wed, 11 Oct 2006 12:29:57 +0000 (12:29 +0000)] 
adding the 0.5 offset for odd pen widths

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

17 years agoadding events on kill-focus (Robert's Patch)
Stefan Csomor [Wed, 11 Oct 2006 09:20:34 +0000 (09:20 +0000)] 
adding events on kill-focus (Robert's Patch)

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

17 years agoallow customization of individual grid lines appearance (patch 1496015)
Vadim Zeitlin [Mon, 24 Jul 2006 23:16:37 +0000 (23:16 +0000)] 
allow customization of individual grid lines appearance (patch 1496015)

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

17 years agofixed typos in last check in
Vadim Zeitlin [Mon, 24 Jul 2006 18:30:43 +0000 (18:30 +0000)] 
fixed typos in last check in

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

17 years agoprotect gs_allThreads with a mutex (modified patch 1518719)
Vadim Zeitlin [Mon, 24 Jul 2006 18:26:26 +0000 (18:26 +0000)] 
protect gs_allThreads with a mutex (modified patch 1518719)

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

17 years agodocumentation for wxAppTraits (patch 1518295 from Francesco)
Vadim Zeitlin [Mon, 24 Jul 2006 18:20:18 +0000 (18:20 +0000)] 
documentation for wxAppTraits (patch 1518295 from Francesco)

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

17 years agodistrib changes to enable graphics context and add gdiplus.dll
Robin Dunn [Wed, 11 Oct 2006 06:44:51 +0000 (06:44 +0000)] 
distrib changes to enable graphics context and add gdiplus.dll

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

17 years agoreSWIGged
Robin Dunn [Wed, 11 Oct 2006 04:44:52 +0000 (04:44 +0000)] 
reSWIGged

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

17 years agohelpers and typemaps for new GraphicsContext methods
Robin Dunn [Wed, 11 Oct 2006 04:42:49 +0000 (04:42 +0000)] 
helpers and typemaps for new GraphicsContext methods

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

17 years agobetter comments
Robin Dunn [Wed, 11 Oct 2006 04:18:35 +0000 (04:18 +0000)] 
better comments

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

17 years agoreentrance methods
Robin Dunn [Wed, 11 Oct 2006 04:16:33 +0000 (04:16 +0000)] 
reentrance methods

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

17 years ago~wxPoint2D
Robin Dunn [Wed, 11 Oct 2006 04:10:36 +0000 (04:10 +0000)] 
~wxPoint2D

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

17 years agoGet/Set LayoutDirection
Robin Dunn [Wed, 11 Oct 2006 04:09:58 +0000 (04:09 +0000)] 
Get/Set LayoutDirection

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

17 years agoAdd wxOverlay
Robin Dunn [Wed, 11 Oct 2006 04:07:14 +0000 (04:07 +0000)] 
Add wxOverlay

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

17 years agoDon't call BeginDrawing/EndDrawing, they're deprecated.
Robin Dunn [Wed, 11 Oct 2006 04:01:29 +0000 (04:01 +0000)] 
Don't call BeginDrawing/EndDrawing, they're deprecated.

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

17 years agodon't build the animate contrib
Robin Dunn [Wed, 11 Oct 2006 03:56:40 +0000 (03:56 +0000)] 
don't build the animate contrib

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

17 years agouse wx.SAVE style for the save dialog
Robin Dunn [Wed, 11 Oct 2006 03:53:11 +0000 (03:53 +0000)] 
use wx.SAVE style for the save dialog

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

17 years agomove animate from contrib to core, and migrate to new API
Robin Dunn [Wed, 11 Oct 2006 03:51:27 +0000 (03:51 +0000)] 
move animate from contrib to core, and migrate to new API

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

17 years agoRestore a use case that was lost with the last set of updates, using a
Robin Dunn [Wed, 11 Oct 2006 03:45:08 +0000 (03:45 +0000)] 
Restore a use case that was lost with the last set of updates, using a
wxBufferedDC without a real DC, just a buffer.

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

17 years agobuild fix
Paul Cornett [Wed, 11 Oct 2006 03:00:07 +0000 (03:00 +0000)] 
build fix

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

17 years agoand more inlines called before defined
Paul Cornett [Wed, 11 Oct 2006 02:41:07 +0000 (02:41 +0000)] 
and more inlines called before defined

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

17 years agoremove targets before cp, mv and ln, otherwise ambiguous links and
Robin Dunn [Tue, 10 Oct 2006 19:17:54 +0000 (19:17 +0000)] 
remove targets before cp, mv and ln, otherwise ambiguous links and
make errors can result.

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

17 years agoadding overlay implementation for core graphics
Stefan Csomor [Tue, 10 Oct 2006 19:09:01 +0000 (19:09 +0000)] 
adding overlay implementation for core graphics

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

17 years agosimpler implementation
Stefan Csomor [Tue, 10 Oct 2006 19:06:19 +0000 (19:06 +0000)] 
simpler implementation

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

17 years agoresetting when necessary
Stefan Csomor [Tue, 10 Oct 2006 19:04:21 +0000 (19:04 +0000)] 
resetting when necessary

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

17 years agoswitching to newer API
Stefan Csomor [Tue, 10 Oct 2006 19:02:44 +0000 (19:02 +0000)] 
switching to newer API

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

17 years agotemporary fix for motif, univ, gtk
Chris Elliott [Tue, 10 Oct 2006 18:59:48 +0000 (18:59 +0000)] 
temporary fix for motif, univ, gtk

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

17 years agousing separate window groups per window helps keeping overlays with the window
Stefan Csomor [Tue, 10 Oct 2006 18:51:55 +0000 (18:51 +0000)] 
using separate window groups per window helps keeping overlays with the window

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

17 years agoAdded newlines to end of files to avoid RTF-for-PDF index getting messed up
Julian Smart [Tue, 10 Oct 2006 17:46:49 +0000 (17:46 +0000)] 
Added newlines to end of files to avoid RTF-for-PDF index getting messed up

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

17 years ago Move reentrance guard down.
Robert Roebling [Tue, 10 Oct 2006 17:45:57 +0000 (17:45 +0000)] 
 Move reentrance guard down.

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

17 years agodon't include missing.h before windows headers
Paul Cornett [Tue, 10 Oct 2006 17:37:02 +0000 (17:37 +0000)] 
don't include missing.h before windows headers

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

17 years agocorrect DLL attributes
Paul Cornett [Tue, 10 Oct 2006 17:35:49 +0000 (17:35 +0000)] 
correct DLL attributes

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

17 years agomore inlines called before defined
Paul Cornett [Tue, 10 Oct 2006 17:33:49 +0000 (17:33 +0000)] 
more inlines called before defined

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

17 years agoMinor correction
Julian Smart [Tue, 10 Oct 2006 17:02:34 +0000 (17:02 +0000)] 
Minor correction

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

17 years agoReturn type change
Julian Smart [Tue, 10 Oct 2006 17:01:36 +0000 (17:01 +0000)] 
Return type change
Added support for help button to formatting dialog

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

17 years agoAdded some missing newlines to ends of files (necessary for linear RTF)
Julian Smart [Tue, 10 Oct 2006 16:48:47 +0000 (16:48 +0000)] 
Added some missing newlines to ends of files (necessary for linear RTF)
Added rich text control formatting and symbol dialogs
API changes for wxRichTextCtrl

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

17 years agosetting clipping correctly
Stefan Csomor [Tue, 10 Oct 2006 13:57:19 +0000 (13:57 +0000)] 
setting clipping correctly

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

17 years agoreal LaTeX fix to last commit
Vadim Zeitlin [Tue, 10 Oct 2006 13:53:37 +0000 (13:53 +0000)] 
real LaTeX fix to last commit

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

17 years agoattempt to correct bogus tex2rtf warning about unmatched brackets in htprintmacros.inc
Vadim Zeitlin [Tue, 10 Oct 2006 13:49:17 +0000 (13:49 +0000)] 
attempt to correct bogus tex2rtf warning about unmatched brackets in htprintmacros.inc

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

17 years agoWinCE build fix.
Włodzimierz Skiba [Tue, 10 Oct 2006 13:46:23 +0000 (13:46 +0000)] 
WinCE build fix.

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

17 years agoLaTeX fix to last commit
Vadim Zeitlin [Tue, 10 Oct 2006 13:46:18 +0000 (13:46 +0000)] 
LaTeX fix to last commit

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

17 years agoescape more underscores (we need a pre-commit check for those...)
Vadim Zeitlin [Tue, 10 Oct 2006 13:45:12 +0000 (13:45 +0000)] 
escape more underscores (we need a pre-commit check for those...)

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

17 years agoadded discussion of user-generated vs programmatic events
Vadim Zeitlin [Tue, 10 Oct 2006 13:42:04 +0000 (13:42 +0000)] 
added discussion of user-generated vs programmatic events

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

17 years agomaking sure the overlay moves with its parent on OSX
Stefan Csomor [Tue, 10 Oct 2006 13:36:05 +0000 (13:36 +0000)] 
making sure the overlay moves with its parent on OSX

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

17 years ago!__WX_DC_BLIT_FIXED__ case
Stefan Csomor [Tue, 10 Oct 2006 13:00:44 +0000 (13:00 +0000)] 
!__WX_DC_BLIT_FIXED__ case

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

17 years agogetting the wxWindow* on GTK
Stefan Csomor [Tue, 10 Oct 2006 12:43:58 +0000 (12:43 +0000)] 
getting the wxWindow* on GTK

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

17 years agoadding includes for non-precomp
Stefan Csomor [Tue, 10 Oct 2006 12:37:15 +0000 (12:37 +0000)] 
adding includes for non-precomp

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

17 years agoturning around defines, using a graphics context enables testing
Stefan Csomor [Tue, 10 Oct 2006 12:21:59 +0000 (12:21 +0000)] 
turning around defines, using a graphics context enables testing

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

17 years agoWarning fixes and minor source cleaning.
Włodzimierz Skiba [Tue, 10 Oct 2006 12:08:52 +0000 (12:08 +0000)] 
Warning fixes and minor source cleaning.

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

17 years agoFollow changes in wxRenderer interface.
Włodzimierz Skiba [Tue, 10 Oct 2006 12:07:17 +0000 (12:07 +0000)] 
Follow changes in wxRenderer interface.

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

17 years agoFollow CreateButtonSizer interface change.
Włodzimierz Skiba [Tue, 10 Oct 2006 12:06:09 +0000 (12:06 +0000)] 
Follow CreateButtonSizer interface change.

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

17 years agoAdded help provider
Julian Smart [Tue, 10 Oct 2006 11:11:59 +0000 (11:11 +0000)] 
Added help provider

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

17 years agofix for Borland - which never likes ?
Chris Elliott [Tue, 10 Oct 2006 11:09:44 +0000 (11:09 +0000)] 
fix for Borland - which never likes ?

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

17 years agoremove stray ; which broke compilation
Chris Elliott [Tue, 10 Oct 2006 11:05:10 +0000 (11:05 +0000)] 
remove stray ; which broke compilation

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

17 years agomoving to correct position
Stefan Csomor [Tue, 10 Oct 2006 10:47:40 +0000 (10:47 +0000)] 
moving to correct position

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

17 years ago#incldue fix.
Włodzimierz Skiba [Tue, 10 Oct 2006 10:39:46 +0000 (10:39 +0000)] 
#incldue fix.

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

17 years agooverlay implementation
Stefan Csomor [Tue, 10 Oct 2006 10:39:29 +0000 (10:39 +0000)] 
overlay implementation

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

17 years agoremoved spaces; added WXDLLEXPORTs; make overlay classes non copiable
Vadim Zeitlin [Tue, 10 Oct 2006 10:29:41 +0000 (10:29 +0000)] 
removed spaces; added WXDLLEXPORTs; make overlay classes non copiable

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

17 years agooverlay implementation
Stefan Csomor [Tue, 10 Oct 2006 10:28:04 +0000 (10:28 +0000)] 
overlay implementation

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

17 years ago Added part of patch
Robert Roebling [Tue, 10 Oct 2006 10:28:00 +0000 (10:28 +0000)] 
  Added part of patch
  [ 1573619 ] Fix for Reentrance problems in events
  in slightly modified form.

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

17 years agoUpdated makefile.
Włodzimierz Skiba [Tue, 10 Oct 2006 10:06:57 +0000 (10:06 +0000)] 
Updated makefile.

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

17 years agogenerate makefile.unx files using bakefile
Václav Slavík [Tue, 10 Oct 2006 10:04:10 +0000 (10:04 +0000)] 
generate makefile.unx files using bakefile

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