| 
							
							
								 Vadim Zeitlin | 9a83f86094 | Globally replace _T() with wxT(). Standardize on using a single macro across all wxWidgets sources and solve the name clash with Sun CC standard headers (see #10660).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2009-07-23 20:30:22 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 43b2d5e7c3 | Put braces around all calls to wxLogFunctions() inside an if statement. This suppresses all the remaining g++ -Wparentheses warnings and uses consistent style everywhere.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2009-07-20 16:47:54 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 3998c74b9b | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated and confusing wxRA_HORIZONTAL/VERTICAL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2009-06-03 22:33:32 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | be8b43858c | added (wxMSW-only) wxToolTip::SetMaxWidth() and improve its default behaviour (#2817) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2009-01-23 13:26:20 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 81d3348a9b | replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-11-02 02:43:11 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 837b01e2f8 | use wxIconizeEvent::IsIconized() instead of deprecated Iconized() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-06-27 21:07:42 +00:00 |  | 
			
				
					| 
							
							
								 Paul Cornett | b8c57d7f0e | don't include private header in a sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-06-20 16:57:51 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 6695f8f826 | Give spin button the same height as the associated text control git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-06-20 08:20:55 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 0f252d1171 | Update controls sample to follow documented logic git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-05-23 11:04:37 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 92c01615ec | remove/replace redundant SetAutoLayout() and Fit() calls, leave just SetSizer[AndFit]() ones (patch 1905759) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-03-15 02:08:02 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | da603a6786 | fix the code to not use dangling pointers resulting in asserts about invalid Unicode strings mentioned in the bug 1880411 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-01-26 22:20:45 +00:00 |  | 
			
				
					| 
							
							
								 Chris Elliott | 1583600031 | fixes as per http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/92325 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-10-10 07:44:34 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 5cb837400e | compilation fix (misplaced comma in OnIdle) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-04-19 22:13:21 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 2dd8d2d7f0 | update status bar display when we don't have focus too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-25 13:43:30 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 47a8a4d5cc | make IsEnabled() return false even if the window parent, and not the window itself, is disabled and added IsThisEnabled() implementing the old IsEnabled() behaviour; also significantly simplify the window state management code in all ports by factoring out the common parts in wxWindowBase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-03-23 14:01:53 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | ddaa6e899b | fix unused variable warning with wxUSE_TOOLTIPS==0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-07 17:04:02 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 69199aad02 | rebaked with baefile rev 928 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-11-04 20:39:49 +00:00 |  | 
			
				
					| 
							
							
								 Jamie Gadd | 90d05e9b6e | Don't set background of wxMemoryDC before selecting bitmap into it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-13 00:41:55 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 3126a4ee61 | removed wxHyperlinkCtrl from this sample, it's not in the widgets one git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-03 12:41:00 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | c4ef14c263 | make the frame big enough to show all controls initially git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-03 12:39:27 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 45262a3415 | avoid asserts by not using GetSelection() with multi selection listbox git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-06-30 23:25:18 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 1a8b677e3b | added wxHyperLink and context help testing code (not sure if either of them should actually be here...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-06-30 23:16:55 +00:00 |  | 
			
				
					| 
							
							
								 Stefan Neis | 7c2151fa69 | Avoid problems with events that might be sent during creation of controls. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-06-18 11:45:30 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 25e19bdf01 | Check for null pointers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-05-23 20:32:00 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 00dff4d222 | Combobox may not be fully created at this point git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-05-17 08:59:36 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | c670c85582 | added Get/SetItemToolTip() (and implemented them for MSW) to allow setting tooltips for the individual radiobox items git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-05-04 16:08:56 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 33cf9a1922 | Warning fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-04-28 17:07:14 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 8e13c1ec4e | Make wxPASSWORD and wxPROCESS_ENTER really deprecated. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-03-28 11:02:37 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 7891b4d450 | don't send weird colours for different controls, this looks really bad under some platforms (such as Mac) and makes the text unreadable under the others; there is widgets sample now for testing whether the colour setting works interactively git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-03-12 20:58:21 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 361484a8db | create a non readonly combobox git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-03-12 20:55:12 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | bc50a2ae95 | log wxChoice events in the same format as wxComboBox ones to make it simpler to compare them git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-03-12 19:16:35 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 9ae1959972 | use the sizer to layout the main window/panel (this allows to give more size to the log window by resizing the main frame while before it was pretty difficult to see anything in it) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-03-12 17:04:23 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | cc7e9e2083 | Added test for wxComboBox::SetString git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-02-20 17:12:07 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 9d8b1d2f3e | Somebody forgot to restore from testing phase. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-12-19 11:09:19 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | a71d815bbe | __WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-12-19 10:47:44 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | d6bbc10c94 | also added a check of choice selection in idle time (similar to last check in for combobox) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-08-17 13:13:42 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 0d29fecd2e | Warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-08-16 20:50:02 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | f226be17ad | added code showing that at least under Windows wxCombobox::GetSelection() return value changes even before EVT_COMBOBOX is sent git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-08-16 12:13:56 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 91b073576e | Use standard ids git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-06-02 12:04:48 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 1a84e759bc | Add test for wxChoice's focus events. (no fix yet). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-04-25 19:35:42 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | fe1bc2853c | unused param warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-04-10 16:45:12 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 1dd815f363 | Add better test for wxStaticTexts to controls sample. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-04-07 22:50:57 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 376c0148ef | Better correction to the wxListBox misbehaviour. Strangely, the listbox sends out 2 events upon
   the first selection.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-02-22 22:45:32 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 1e2cb856c4 | Show that the GTK+ listbox doesn't deselect any item in MULTIPLE mode when clicked upon.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-02-21 22:46:34 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | bebc503c78 | compilation fix for wxUSE_TOGGLEBTN == 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-12-12 18:32:26 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 516ab39908 | wxUSE_GAUGE/PROGRESSDLG condition. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-11-25 18:05:12 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 6bb44116c2 | wxUSE_SLIDER=0 fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-11-24 16:08:12 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 61c083e781 | wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-11-23 11:45:07 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 35960bbf22 | added tests for EVT_ICONIZE/MAXIMIZE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-09-15 22:36:01 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 422d0ff0be | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-07-20 10:09:47 +00:00 |  |