| 
							
							
								 Vadim Zeitlin | bc735a68b1 | declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-06-17 17:28:26 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 231b9591aa | add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-03-28 16:47:58 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 53a2db124c | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-03-26 15:06:00 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | ac3688c0d8 | make the Pen/Brush code backward compatible as discussed on wx-dev; marked the blocks of code to deprecate in future with FUTURE_WXWIN_COMPATIBILITY_3_0; add wxCHECK_MSG in all ports to block Get*() calls on invalid objects (as already is for all other refcounted objects and for most ports) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-03-20 15:08:51 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 82cddbd97a | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-03-16 21:11:12 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 8f884a0dcc | Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added wxGDIObject::Create/CloneGDIRefData() and implemented them for (almost) all
ports
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-12-15 17:54:20 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | b5dbe15d0b | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-07-09 10:09:52 +00:00 |  | 
			
				
					| 
							
							
								 David Elliott | 4799f3baab | Make wxCocoa compile in 64-bit mode. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-07-06 00:18:28 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | b7cacb43db | add IsOk() to all classes having Ok() method (patch 1570985) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-08 21:56:55 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | d3c7fc996a | mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-05 20:47:48 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | f8855e4725 | great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-02-09 00:51:23 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 1a1498c08b | Fix for mistake with const for non pointer/reference with corrections in documentation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-10-04 18:14:41 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 46562151eb | wxBrush::SetColour and wxPen::SetColour unified. Source cleaning. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-10-04 16:13:42 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | fbfb8bcc3f | added missing consts and pass objects by const reference instead of by value (patch 1205869) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-09-24 21:43:15 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 655719367a | Use old licence name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-05-23 20:53:33 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 77ffb5937e | Name and version changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-05-23 14:56:36 +00:00 |  | 
			
				
					| 
							
							
								 David Elliott | 1f631557e0 | Added dash support git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2003-08-04 06:16:15 +00:00 |  | 
			
				
					| 
							
							
								 David Elliott | 8e51701313 | wxPen implementation (no dash support yet) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2003-08-04 03:10:23 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | cfbef359d6 | added default parameters to wxBrush/wxPen ctors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2003-07-21 23:13:15 +00:00 |  | 
			
				
					| 
							
							
								 David Elliott | a24aff654f | FIXME: Complete stubs or other cruft necessary to make wxCocoa build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2003-03-22 02:56:04 +00:00 |  |