]>
git.saurik.com Git - wxWidgets.git/log
Vadim Zeitlin [Sat, 6 May 2006 22:34:24 +0000 (22:34 +0000)]
send wxWindowCreateEvent from SubclassWin(), not WM_CREATE handler as we don't get WM_CREATEs for the windows of standard classes (last version of patch
1411774 ; closes bug
1349291 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39091
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 22:27:30 +0000 (22:27 +0000)]
don't generate duplicate event for numpad keys with numlock on (patch
1448853 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39090
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 21:59:15 +0000 (21:59 +0000)]
use wxGtkString instead of manual g_free()s (also fixed free/g_free mismatch)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39089
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 6 May 2006 21:57:09 +0000 (21:57 +0000)]
GetXRCID has a new parameter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39088
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 6 May 2006 21:56:15 +0000 (21:56 +0000)]
Added wxDD_CHANGE_DIR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39087
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 6 May 2006 21:55:27 +0000 (21:55 +0000)]
minor wx.DirDialog updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39086
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Sat, 6 May 2006 21:51:49 +0000 (21:51 +0000)]
Include wx/dcclient.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39085
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 21:48:02 +0000 (21:48 +0000)]
pango_font_description_get_family() can return NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39084
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 20:32:46 +0000 (20:32 +0000)]
compilation fix for the last check in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39083
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 20:23:36 +0000 (20:23 +0000)]
clamp the point size of the font to a reaosnable range (second part of patch
1481722 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39082
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 20:15:06 +0000 (20:15 +0000)]
docs for Get/SetNativeFontInfoUserDesc() (part of patch
1481722 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39081
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 20:12:28 +0000 (20:12 +0000)]
cache best size in DoGetBestSize()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39080
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 20:10:11 +0000 (20:10 +0000)]
misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag (patch
1478051 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39079
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 19:17:22 +0000 (19:17 +0000)]
simplify the client data/non standard images handling code by unconditionally using wxTreeItemParam struct instead of using indirect data only sometimes; also extend it to contain the id which allows to always sort the items correctly (closes bug
1447419 ) (patch
1449096 from Ryan)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39078
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 19:05:50 +0000 (19:05 +0000)]
added InitCommandEventWithItems() and call it from wxChoice and wxComboBox code to ensure that per item client data is set correctly in the generated events (replaces patch
1476171 ; closes bug
1470505 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39077
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 18:53:43 +0000 (18:53 +0000)]
corrected last change to cWC2MB() to also work for encoding with NUL length > 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39076
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 18:49:47 +0000 (18:49 +0000)]
don't allocate 0-sized buffer in cWC2MB() even if input size is 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39075
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 18:48:48 +0000 (18:48 +0000)]
removed wxIsLoggingEnabled() as it could create the log target as an unwanted side effect and just use wxLog::IsEnabled() instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39074
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 18:45:13 +0000 (18:45 +0000)]
typo: PrintfInLogBug() was probably supposed to be called PrintfInLogBuf()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39073
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 18:44:03 +0000 (18:44 +0000)]
delete the old log target if one had been created somehow even before DoCommonPreInit() was called
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39072
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 17:47:35 +0000 (17:47 +0000)]
added ConversionEmpty() test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39071
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 17:29:16 +0000 (17:29 +0000)]
mention that Wait() relocks the mutex before returning (patch
1482390 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39070
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 17:27:52 +0000 (17:27 +0000)]
added wxString::EndsWith() (patch
1483049 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39069
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 16:59:59 +0000 (16:59 +0000)]
allow to specify the value for unknown ids in GetXRCID() (patch
1448981 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39068
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Sat, 6 May 2006 16:57:00 +0000 (16:57 +0000)]
call static functions directly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39067
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 16:16:25 +0000 (16:16 +0000)]
added wxTextAttr::Merge (modified patch
1482719 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39066
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 16:07:29 +0000 (16:07 +0000)]
don't give an error when editing of the items label is cancelled (patch
1482176 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39065
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 15:48:27 +0000 (15:48 +0000)]
added InitCommandEventWithItems() and call it from wxChoice and wxComboBox code to ensure that per item client data is set correctly in the generated events (replaces patch
1476171 ; closes bug
1470505 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39064
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 15:33:23 +0000 (15:33 +0000)]
blank lines were ignored in multiline cell labels (replaces patch
1476165 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39063
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 15:28:27 +0000 (15:28 +0000)]
code cleanup in DrawTextRectangle()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39062
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 15:26:41 +0000 (15:26 +0000)]
signed/unsigned warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39061
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 15:17:08 +0000 (15:17 +0000)]
re-reversed SB_TOP/BOTTOM undoing rev 1.21 change (still no idea why was it done)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39060
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 6 May 2006 04:34:45 +0000 (04:34 +0000)]
must be AnyState , not NoState to get all elements (error in apple's doc, reported)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39058
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Sat, 6 May 2006 04:33:43 +0000 (04:33 +0000)]
don't include scrollbar area in client size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39057
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 6 May 2006 00:04:26 +0000 (00:04 +0000)]
removed TTN_NEEDTEXT handlers, we don't use tooltips on demand
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39056
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 5 May 2006 23:58:22 +0000 (23:58 +0000)]
corrected wording of application shutdown logic description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39055
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 5 May 2006 22:58:39 +0000 (22:58 +0000)]
Include wx/dc.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39054
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 5 May 2006 19:37:41 +0000 (19:37 +0000)]
mention that timestamp is in ms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39053
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 5 May 2006 19:09:04 +0000 (19:09 +0000)]
fix a typo causing the wrong method to be called.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39052
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 5 May 2006 17:38:58 +0000 (17:38 +0000)]
CSS colour compatibility after #
1473731 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39051
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 5 May 2006 17:28:33 +0000 (17:28 +0000)]
Helper for clipping to range.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39050
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 5 May 2006 17:24:00 +0000 (17:24 +0000)]
[
1482626 ] Fix widgets sample build on unicode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39049
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Fri, 5 May 2006 17:04:48 +0000 (17:04 +0000)]
correct access for virtuals
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39048
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 5 May 2006 12:23:38 +0000 (12:23 +0000)]
Tinderbox build fix for wxUnivGTK build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39047
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 5 May 2006 09:42:21 +0000 (09:42 +0000)]
!wxUSE_TOOLTIPS build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39046
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 5 May 2006 08:10:55 +0000 (08:10 +0000)]
Include wx/frame.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39045
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 5 May 2006 07:10:24 +0000 (07:10 +0000)]
Misplaced #ifdef ... #endif fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39044
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 23:40:06 +0000 (23:40 +0000)]
implemented SetItemToolTip()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39042
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 23:34:10 +0000 (23:34 +0000)]
added static Apply(GtkWidget, tip) method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39041
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 23:31:47 +0000 (23:31 +0000)]
mention that SetItemToolTip() is for wxMSW and wxGTK2 only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39040
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 23:05:19 +0000 (23:05 +0000)]
renamed ss_tooltips to gs_tooltips to follow the standard naming convention (and it could have been a typo in the first place)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39039
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 23:00:34 +0000 (23:00 +0000)]
renamed m_boxes to m_buttons because, well, it contains the radio buttons and not boxes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39038
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 22:55:49 +0000 (22:55 +0000)]
renamed local variable named m_radio as the m_ prefix was very confusing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39037
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 22:54:17 +0000 (22:54 +0000)]
added support for radiobox items tooltips in XRC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39036
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 19:42:17 +0000 (19:42 +0000)]
Added Get/SetItemToolTip
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39035
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 4 May 2006 18:10:27 +0000 (18:10 +0000)]
Include wx/panel.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39034
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 16:19:31 +0000 (16:19 +0000)]
made GetRowCount() return size_t to avoid signed/unsigned warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39033
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 16:17:55 +0000 (16:17 +0000)]
added brief wxRadioBox description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39032
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 16:12:18 +0000 (16:12 +0000)]
only take into account visible children in DoLayout()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39031
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 16:08:56 +0000 (16:08 +0000)]
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
Vadim Zeitlin [Thu, 4 May 2006 16:07:15 +0000 (16:07 +0000)]
relay mouse move events to the tooltips even when the window itself doesn't have a tooltip -- but its subwindow does
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39029
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 15:58:29 +0000 (15:58 +0000)]
made RelayEvent() static
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39028
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 15:51:38 +0000 (15:51 +0000)]
added Remove(HWND); removed unused wParam parameter from SendTooltipMessage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39027
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 15:50:09 +0000 (15:50 +0000)]
allow entering multiline tooltips directly; allow removing tooltip by entering empty string
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39026
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 15:01:37 +0000 (15:01 +0000)]
implemented declared but never defined resize() method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39025
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 4 May 2006 12:12:01 +0000 (12:12 +0000)]
fixed python-related files names after they had been apparently renamed in the cvs 4 months ago; fixed broken sed command syntax
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39024
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Thu, 4 May 2006 12:02:10 +0000 (12:02 +0000)]
Committing in .
improvement of the previous commit
fixes OpenVMS support for wxGTK1
Modified Files:
wxWidgets/include/wx/dirdlg.h wxWidgets/src/gtk1/descrip.mms
Removed Files:
wxWidgets/src/gtk1/dirdlg.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39023
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Thu, 4 May 2006 09:20:13 +0000 (09:20 +0000)]
Committing in .
Update of OpenVMS compile support.
-I had to add dirdlg.cpp to src/gtk1 to get the dialog sample linking
Note that it is just a copy of the verion in the src/gtk directory.
Modified Files:
wxWidgets/src/common/descrip.mms
wxWidgets/src/gtk1/descrip.mms
Added Files:
wxWidgets/src/gtk1/dirdlg.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39022
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 4 May 2006 07:57:04 +0000 (07:57 +0000)]
Include wx/window.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39021
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Thu, 4 May 2006 04:47:50 +0000 (04:47 +0000)]
docopydocs is not needed for this script.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39020
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:18:25 +0000 (02:18 +0000)]
Ensure the button still exists after the Notify before doing anything
with it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39019
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:16:52 +0000 (02:16 +0000)]
Handle object ownership of wxTreeListColumnInfo and wxPyTreeItemData properly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39018
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:15:48 +0000 (02:15 +0000)]
wx.ProgressDialog.Update now returns two values.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39017
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:09:24 +0000 (02:09 +0000)]
Font size adjustment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39016
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:08:47 +0000 (02:08 +0000)]
Use SetBackgroundStyle for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39015
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:08:09 +0000 (02:08 +0000)]
Add test for a stock button
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39014
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:07:41 +0000 (02:07 +0000)]
Add GetAsString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39013
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:07:00 +0000 (02:07 +0000)]
Amazingly GetInt returns an integer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39012
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:06:37 +0000 (02:06 +0000)]
IsAlwaysMaximized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39011
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:05:58 +0000 (02:05 +0000)]
Expose UpdateScrollbar and RemoveScrollbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39010
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:04:22 +0000 (02:04 +0000)]
Docstring updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39009
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:03:39 +0000 (02:03 +0000)]
Redo (again) how the stock objects are initialized in wxPython.
Factor out the wxPyTwoIntItem_helper template function so it can be
used in other extension modules.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39008
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:02:40 +0000 (02:02 +0000)]
Ignore Destroy calls on wx.BusyInfo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39007
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:01:51 +0000 (02:01 +0000)]
3 parameter wx.ImageList.Replace is now available everywhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39006
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:00:51 +0000 (02:00 +0000)]
Main now takes a list of args
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39005
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 4 May 2006 02:00:13 +0000 (02:00 +0000)]
DrawCheckButton -- > DrawCheckBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39004
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 May 2006 22:22:23 +0000 (22:22 +0000)]
moved wx/msw/helpbest.h to HTML_HDR from MSW_DESKTOP_HDR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39003
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 May 2006 22:19:06 +0000 (22:19 +0000)]
compilation fix when not using PCH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39002
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 3 May 2006 21:50:35 +0000 (21:50 +0000)]
Include wx/stream.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39001
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 May 2006 17:10:29 +0000 (17:10 +0000)]
remove non existing AM_OPTIONS_WXRC: it results in an error with aclocal 1.4, even though it's inside a comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39000
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 May 2006 16:18:37 +0000 (16:18 +0000)]
fixed printf format warning on 64 bit platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38999
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 May 2006 13:12:41 +0000 (13:12 +0000)]
documented GetPathWithSep()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38998
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 3 May 2006 13:11:18 +0000 (13:11 +0000)]
include volume in path returned by GetPathWithSep()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38997
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Wed, 3 May 2006 04:36:17 +0000 (04:36 +0000)]
Initial implementation of wxWidgets build scripts for Mac and Unix. To run tests, just run dobuilds in mac and unix dirs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38996
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Wed, 3 May 2006 04:30:13 +0000 (04:30 +0000)]
Include and use the shared docopydocs function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38995
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Wed, 3 May 2006 04:28:00 +0000 (04:28 +0000)]
Make sure to include the current values for INCLUDE, LIB, PATH.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38994
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Wed, 3 May 2006 04:25:44 +0000 (04:25 +0000)]
Move the copying of docs that are included in several tarballs into its own function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38993
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Wed, 3 May 2006 04:12:48 +0000 (04:12 +0000)]
wxASSERT(false) --> wxFAIL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38992
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Wed, 3 May 2006 02:44:33 +0000 (02:44 +0000)]
minor cleanup - reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38984
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 3 May 2006 01:47:57 +0000 (01:47 +0000)]
Patch from Eli Golovinsky. Adds generation of _() code for gettext
and other tweaks.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38982
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775