| 
							
							
								 Vadim Zeitlin | 764471557e | added wxMemoryInputStream(wxInputStream&, size_t) ctor (modified patch 1680108) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-17 15:28:28 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | e6733873f5 | multiple fixes to wxJoystick under Unix and new index-based API for accessing joystick buttons and axes (patch 1678497) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-16 00:51:43 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 733f486aac | added support for wxGRID_AUTOSIZE in wxGrid::SetRow/ColLabelSize() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-15 17:44:41 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | b62f94ff48 | added wxGridUpdateLocker helper class wrapping Begin/EndBatch() calls in a more convenient and safe way git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-15 17:25:15 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 4215a4386e | corrected example; minor fixes to the text; uncommented insertion of the bitmaps git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-13 15:08:30 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 09b86e698c | added support for wxTE_NO_VSCROLL (patch 1588605) and documented its behaviour git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-11 02:45:48 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | c4ec0ce820 | derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-10 18:16:10 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 6b06226335 | added GetTextExtent() overload returning wxSize (patch 1631508) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-10 17:25:36 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 696d13ee0e | added wxMutex::LockTimeout() (modified patch 1671637) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-08 00:22:11 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 63e0279662 | add a note about changing selection background colour git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-07 20:59:24 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 24ad931818 | deprecated wxString::GetWriteBuf() and friends in favour of wxStringBuffer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-07 19:41:05 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | d71789cc5b | remove inexistent wxGetMultipleChoice() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-04 21:11:13 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | e960c20e38 | changes wxDirExists() to accept wxString instead of wxChar*, so that it can be used with any string literals git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-02 12:44:52 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | bdee9d109c | Doc corrections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-19 18:30:26 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 4a11340a1c | [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-17 09:16:35 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 9390546335 | clarify Wait() semantics (see patch 1652076) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-12 19:17:18 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 45d23373e0 | fixed syntax errors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-12 13:59:37 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 9f556d1dd6 | added support for colour cursors in wxGTK (patch 1655576) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-11 03:02:34 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | fab86f26bf | miscellaneous minor corrections (patch 1652327) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-11 02:53:05 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | d12dce0f7f | made AddPendingEvent() virtual (patch 1652077) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-11 02:42:40 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | bb596005f5 | wxTopLevelWindow::GetClientSize() returns 0x0 when the window is minimized under wxGTK too now; documented this behaviour git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-11 00:27:26 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | d43eb2a0d5 | return the restored window size from GetSize() when window is minimized (for consistency with wxGTK and also for convenience) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-11 00:21:06 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 1e93d59553 | changed GetFromWindow() to take const pointer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-11 00:13:22 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | a61c912241 | Reverted renderer changes and just use window variant within renderer functions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-09 14:05:11 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | f8e1a81f3e | Added size constants to allow drawn control parts to match the window variant, initially on Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-08 17:16:24 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | f9b5691a1b | added const overload of GetChildren() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-08 14:27:25 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | aeb6ebe2a5 | Added flag for removing attributes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-07 12:24:17 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | 4f767c1e8f | Set version number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-06 21:13:44 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | bbd321ffc2 | Added SetToolNormalBitmap and SetToolDisabledBitmap (ported from 2.8 branch)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-06 21:13:03 +00:00 |  | 
			
				
					| 
							
							
								 Paul Cornett | d6c11fa975 | simplify wxGTK DoSetSizeHints logic, respect size increments git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-06 04:59:29 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | ef316e23c9 | made (many) more wxGrid methods const git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-05 19:10:09 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 58e8013e82 | Typo correction git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-05 11:46:52 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 28f15a1f70 | add accessors using wxFileName to wxFile/DirPickerCtrl (patch 1622534) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-04 00:22:47 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | c4fa5aa7b0 | added wxEventBlocker class (patch 1622444) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-04 00:12:50 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 15c6269f89 | document wxNewId() as being deprecated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-01 00:26:28 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | f77bbb455f | document Next/PrevControlId git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-01 00:22:56 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 0d3abce0d8 | COrrected style doc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-31 14:27:31 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | ccee328e0b | Added wxSizerFlags::Top() and Bottom() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-31 03:26:31 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | f262b25c93 | Added extra hit test style for more accurate reporting git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-28 16:57:07 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 8299991033 | document that the parent window gets EVT_LEAVE_WINDOW when the mouse enters one of its children git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-24 22:32:44 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | df794ecc9f | Corrections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-19 12:36:54 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 9aaca412e2 | Added missing functions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-19 12:17:27 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 04af2f5ce3 | added wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch 1620876) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-18 22:38:21 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 0f0298b10c | added wxCSConv::IsOk() (patch 1637944) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-18 20:39:10 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | fb96cf856e | added wxDateTime::GetDateOnly() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-18 14:06:37 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 2207fd2168 | Spacing corrections, removed duplicate functions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-17 15:26:53 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | df0468c73a | Corrected typos git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-17 14:51:11 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 652dbdc0ab | Documented Set/GetBaseId git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-17 09:07:32 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | d95527de9a | added wxSizerFlags::Shaped() and FixedMinSize() methods git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-14 16:52:55 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 21de14b331 | use wxNO_LEN and wxCONV_FAILED symbolic constants instead of -1 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-01-11 16:41:43 +00:00 |  |