]>
git.saurik.com Git - wxWidgets.git/log
Robert Roebling [Tue, 20 Jan 2009 11:58:52 +0000 (11:58 +0000)]
Simplified event based Drag API for wxDataViewCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58238
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 20 Jan 2009 11:42:01 +0000 (11:42 +0000)]
Docuement wxDataObject::IsSupported()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58237
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 19 Jan 2009 22:27:06 +0000 (22:27 +0000)]
New eventb based Drag interface for wxDataViewCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58236
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Mon, 19 Jan 2009 20:29:32 +0000 (20:29 +0000)]
Update compile support for OpenVMS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58234
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 19 Jan 2009 16:28:18 +0000 (16:28 +0000)]
no changes, just added a clarifying comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58233
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 19 Jan 2009 14:49:41 +0000 (14:49 +0000)]
remove comment recommending (wxWindow*) NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58232
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 19 Jan 2009 14:44:47 +0000 (14:44 +0000)]
Rename XxxxCol() -> XxxxColumn() and resolve inheritance problems from it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58231
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 19 Jan 2009 14:43:09 +0000 (14:43 +0000)]
use basetsd.h for non-MSVC compilers (including mingw32 too), replaces the previous fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58230
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 19 Jan 2009 14:40:13 +0000 (14:40 +0000)]
compilation fix after NULL cast removal; also used it to get rid of an ugly OnTimerEvent(*(wxTimerEvent *)NULL) call
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58229
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 19 Jan 2009 13:55:55 +0000 (13:55 +0000)]
return true from HasPending() if we have at least 1 event, not exactly 1 (closes #10397)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58228
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 19 Jan 2009 13:55:27 +0000 (13:55 +0000)]
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58227
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 19 Jan 2009 13:39:25 +0000 (13:39 +0000)]
don't use annoying and unneeded in C++ casts of NULL to "T *"
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58226
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 19 Jan 2009 13:30:34 +0000 (13:30 +0000)]
correct Id tags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58225
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 19 Jan 2009 13:23:45 +0000 (13:23 +0000)]
add wx/generic/private/*.h files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58224
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 19 Jan 2009 11:53:34 +0000 (11:53 +0000)]
Forgot DeleteChildren()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58223
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 19 Jan 2009 11:42:54 +0000 (11:42 +0000)]
Move model notification code of tree store from the store to the control, implement Insert() methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58222
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 19 Jan 2009 11:42:03 +0000 (11:42 +0000)]
fix OS/2 compilation of wxDoGetCwd()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58221
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 19 Jan 2009 11:05:20 +0000 (11:05 +0000)]
Added missing public: statement to docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58219
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Mon, 19 Jan 2009 06:20:52 +0000 (06:20 +0000)]
Update compile support for OpenVMS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58218
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Mon, 19 Jan 2009 00:21:31 +0000 (00:21 +0000)]
fix some wording and a typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58217
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 18 Jan 2009 23:28:18 +0000 (23:28 +0000)]
no real change: divide in groups the wxEvtHandler methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58216
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 18 Jan 2009 23:27:41 +0000 (23:27 +0000)]
document some wxID_* constants
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58215
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 18 Jan 2009 23:00:06 +0000 (23:00 +0000)]
use correct value for MTU - sizeof(TCP header)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58214
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 18 Jan 2009 21:46:46 +0000 (21:46 +0000)]
remove usage of wxT() macro; it makes example code a bit harder to read
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58212
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 18 Jan 2009 21:35:21 +0000 (21:35 +0000)]
added include/wx/generic/private files to distribution
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58211
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 18 Jan 2009 21:33:21 +0000 (21:33 +0000)]
destroy the abort dialog when done with it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58210
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 18 Jan 2009 20:37:31 +0000 (20:37 +0000)]
Really set standard cursor when over title bar and decos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58204
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jaakko Salli [Sun, 18 Jan 2009 19:57:23 +0000 (19:57 +0000)]
Translate keycode(s) into character more consistenly in wxVListBoxComboPopup::HandleKey() (fixes #10395)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58202
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Sun, 18 Jan 2009 19:43:32 +0000 (19:43 +0000)]
patch by Utensil Candel: implementation of the new interface and some bug fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58201
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 18 Jan 2009 19:30:23 +0000 (19:30 +0000)]
Applied Peter Most's EVT_SPIN crash fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58200
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 18 Jan 2009 18:49:23 +0000 (18:49 +0000)]
move ClassRegInfo out from anonymous namespace to work around mingw32 4.3 bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58199
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 18 Jan 2009 16:10:46 +0000 (16:10 +0000)]
mouse and cursor additions for cocoa, see #10361
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58198
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 18 Jan 2009 15:09:52 +0000 (15:09 +0000)]
compilation fix for old SDKs (VC6...) which don't define HDM_SETBITMAPMARGIN/Header_SetBitmapMargin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58197
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 18 Jan 2009 14:23:19 +0000 (14:23 +0000)]
reduce the margins around bitmaps to avoid truncating the label unnecessarily
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58196
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 18 Jan 2009 12:59:21 +0000 (12:59 +0000)]
Trying to make wxDataViewListCtrl docs appear
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58195
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 18 Jan 2009 12:34:23 +0000 (12:34 +0000)]
Workaround for GTK+ sensitivity bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58194
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 18 Jan 2009 12:30:40 +0000 (12:30 +0000)]
added forward declaration of FrameSite apparently needed by mingw32 4.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58193
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jaakko Salli [Sun, 18 Jan 2009 08:20:04 +0000 (08:20 +0000)]
Fixed bug: splitter was not drawn for nested categories
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58190
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 17 Jan 2009 21:42:17 +0000 (21:42 +0000)]
Fix scrolled window bug when reducing the virtual size when being scrolled maximally down corrupted the display due to excess scrolling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58189
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 18:58:05 +0000 (18:58 +0000)]
fixing screen coordinate transformation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58187
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 18:57:20 +0000 (18:57 +0000)]
fixing include style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58186
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jaakko Salli [Sat, 17 Jan 2009 17:50:57 +0000 (17:50 +0000)]
Fix wxEnumProperty unspecified value by taking it into account in GetIndex()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58185
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 17:32:53 +0000 (17:32 +0000)]
missing commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58184
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 16:24:40 +0000 (16:24 +0000)]
fixing dangling includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58183
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 13:38:04 +0000 (13:38 +0000)]
fixing dangling includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58182
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jaakko Salli [Sat, 17 Jan 2009 13:29:27 +0000 (13:29 +0000)]
Fixed relaying of wxEVT_MOUSEWHEEL to popup control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58181
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 13:25:10 +0000 (13:25 +0000)]
reverting to former mimetype routing to core
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58180
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 17 Jan 2009 13:22:59 +0000 (13:22 +0000)]
remove MSVC solution files from svn
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58179
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 13:21:02 +0000 (13:21 +0000)]
wrong move
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58178
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 17 Jan 2009 13:16:25 +0000 (13:16 +0000)]
implement wxTreeCtrl::ItemHasChildren() properly for virtual root item; added unit test for it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58177
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 17 Jan 2009 13:01:47 +0000 (13:01 +0000)]
compilation fix for VC7 which seems to somehow lose the default value for PopEventHandler() parameter inside scope guard templates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58176
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 17 Jan 2009 12:02:19 +0000 (12:02 +0000)]
added missing textfile test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58174
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 17 Jan 2009 11:52:59 +0000 (11:52 +0000)]
define [us]ptr_t properly for mingw64 compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58173
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 17 Jan 2009 11:38:32 +0000 (11:38 +0000)]
add wx/app.h for PCH-less compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58172
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 11:26:04 +0000 (11:26 +0000)]
printing adjustment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58171
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 11:10:39 +0000 (11:10 +0000)]
printing adjustment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58170
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 10:54:40 +0000 (10:54 +0000)]
headermove osx - building
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58169
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 10:43:43 +0000 (10:43 +0000)]
headermove osx - header files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58168
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 09:05:32 +0000 (09:05 +0000)]
testing header replace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58167
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 09:05:00 +0000 (09:05 +0000)]
testing header replace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58166
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 08:46:31 +0000 (08:46 +0000)]
adding NSPrintInfo support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58165
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 08:46:00 +0000 (08:46 +0000)]
streamlining printing support, adding printing support on osx-cocoa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58164
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 Jan 2009 08:45:05 +0000 (08:45 +0000)]
avoiding warning for unused var in cocoa build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58163
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 23:01:04 +0000 (23:01 +0000)]
add wx/window.h for MSVC compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58161
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 16 Jan 2009 21:22:29 +0000 (21:22 +0000)]
fix sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58160
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 16 Jan 2009 20:46:20 +0000 (20:46 +0000)]
use enumerations instead of integers for wxFont style/weight/family
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58159
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 16 Jan 2009 20:09:51 +0000 (20:09 +0000)]
fix typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58158
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 19:03:26 +0000 (19:03 +0000)]
use wcs(n)casecmp() if available; use wxStricmp() to implement wxString::CmpNoCase() as it's significantly more efficient than wx code (closes #10375)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58155
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 18:49:04 +0000 (18:49 +0000)]
make the preview frame float on parent by default as otherwise it is hidden when the parent is a modal dialog, at least under wxGTK (#10341)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58154
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 18:03:00 +0000 (18:03 +0000)]
implement SetTimes() for directories too under MSW (#10250)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58153
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 17:48:59 +0000 (17:48 +0000)]
calling wcsnlen(NULL) does crash (under Debian and, according to the docs, should also crash with MSVC), contrary to what the comment claimed so don't do this
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58152
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 17:44:16 +0000 (17:44 +0000)]
export wxActiveX stuff from core (not media) DLL (closes #8991)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58151
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 17:41:25 +0000 (17:41 +0000)]
compilation fixes for 64 bit platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58150
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 17:19:16 +0000 (17:19 +0000)]
forward declare wxEvent before using it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58149
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 16:37:44 +0000 (16:37 +0000)]
add missing header for mingw32 PCH-less build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58148
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 16 Jan 2009 16:21:59 +0000 (16:21 +0000)]
remove also wxT(); it's confusing, too; do load wxstd.mo catalog after calling wxLocale::Init as to show a localized error message when opening NOTEXIST.ING; add some notes about the logic of the program
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58147
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 16:21:50 +0000 (16:21 +0000)]
add a unit test checking that events are really propagated as they're supposed to
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58146
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 16:07:16 +0000 (16:07 +0000)]
ensure that ProcessEvent() is called for all the event handlers, not just the first one in event handlers list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58144
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 16 Jan 2009 15:50:53 +0000 (15:50 +0000)]
Illustrate usage of wxDataViewListCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58143
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 16 Jan 2009 15:48:14 +0000 (15:48 +0000)]
Mention wxDataViewListCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58142
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 16 Jan 2009 15:44:12 +0000 (15:44 +0000)]
Document wxDataViewListCtrl, minor corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58141
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 16 Jan 2009 15:32:59 +0000 (15:32 +0000)]
remove usage of _T(); it's just confusing and it's not needed anymore; use wxTRANSLATE instead of wxGetTranslation for the 'Bad luck...' literal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58140
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 16 Jan 2009 15:31:55 +0000 (15:31 +0000)]
fixing infinite recursion for rotated text, introduced in cleanup r57915
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58139
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 16 Jan 2009 15:20:42 +0000 (15:20 +0000)]
Document wxDataViewListStore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58138
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 16 Jan 2009 15:08:13 +0000 (15:08 +0000)]
Move SetDefaultTimeout to wxProtocol and set it to 60 seconds for both wxHTTP and wxFTP
Move SetPassword and SetUser implementations to wxProtocol to avoid code redundancy
Make const-correct various getters
Reorganize wxFTP docs
Move wxStringToStringHashMap to hashmap.h and document its existance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58137
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 16 Jan 2009 15:04:00 +0000 (15:04 +0000)]
Added wxDataViewListCtrl, use it in the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58136
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 16 Jan 2009 15:03:03 +0000 (15:03 +0000)]
document predefined array types
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58135
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Fri, 16 Jan 2009 14:35:19 +0000 (14:35 +0000)]
Add combo sample to compile list of OpenVMS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58134
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 14:19:05 +0000 (14:19 +0000)]
include wx/generic/grideditors.h for compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58133
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 16 Jan 2009 13:54:06 +0000 (13:54 +0000)]
fix motif combobox for Motif < 2.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58132
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 16 Jan 2009 13:40:05 +0000 (13:40 +0000)]
fix wxMotif build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58131
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 16 Jan 2009 13:34:44 +0000 (13:34 +0000)]
make wxSocketBase::SetTimeout virtual and make it protected in wxFTP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58130
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Fri, 16 Jan 2009 13:33:14 +0000 (13:33 +0000)]
no real change; just reorder functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58129
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 13:24:25 +0000 (13:24 +0000)]
don't use wxString::FromASCII() with possibly non-ASCII strings (fixes asserts when testing Japanese locale in the internat sample)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58128
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 16 Jan 2009 13:09:44 +0000 (13:09 +0000)]
add VC6 and command line VC makefile too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58127
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 16 Jan 2009 12:07:47 +0000 (12:07 +0000)]
silence gcc warnings in "vararg" functions such as wxPrintf when compiling with -Wformat-security
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58126
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 16 Jan 2009 11:23:37 +0000 (11:23 +0000)]
Change GetValue() and SetValue() to GetValueByRow() and SetValueByRow() in row based interface, Add wxDataViewListStore (WIP)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58124
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 15 Jan 2009 20:57:06 +0000 (20:57 +0000)]
Use paint handler instead of wxClientDC to draw DnD visual effects within wxTreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58123
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 15 Jan 2009 20:49:57 +0000 (20:49 +0000)]
make sure group boxes don't get the big font
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58122
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Thu, 15 Jan 2009 18:56:15 +0000 (18:56 +0000)]
Initialize m_action_window to NULL in wxAuiManager ctor (fixes #10383).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58120
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775