Robin Dunn
|
11a9b49de9
|
GetData can only be called within the DnD operation, so don't make it
a property to protect it from beign called by object browsers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 20:04:18 +00:00 |
|
Robin Dunn
|
3a9f64b77e
|
fixed wrong pathnames for wxPIA samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 20:03:02 +00:00 |
|
Robin Dunn
|
0a49a38609
|
pass sys.argv to glutInit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 20:02:42 +00:00 |
|
Robin Dunn
|
1870f50ba9
|
fix for unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 20:01:55 +00:00 |
|
Stefan Csomor
|
01294df09b
|
adding reverse orientation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 19:48:18 +00:00 |
|
Robin Dunn
|
4d5364211d
|
Alwayas use SetValue in Create so m_date will be in sync
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 18:00:48 +00:00 |
|
Robin Dunn
|
1cb311851d
|
Correct names of some event binders
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 17:58:27 +00:00 |
|
Benjamin Williams
|
ea53a6014a
|
flicker reduction on gtk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 16:42:01 +00:00 |
|
Vadim Zeitlin
|
55e345713a
|
shave 30KB off configure size by using a single AC_CHECK_HEADER() for multiple headers instead of 6 different AC_CHECK_HEADER() calls which are strictly quivalent but expand the macro 5 times unnecessarily
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 15:44:02 +00:00 |
|
Vadim Zeitlin
|
a49ffb32e2
|
include widec.h if it's available, it contains declarations of [f]putws() under Solaris
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 15:35:09 +00:00 |
|
Vadim Zeitlin
|
fd5199d66b
|
use C compiler for tests again, it's useless to use the C++ one for AC_CHECK_FUNCS() test anyhow; do use WX_CHECK_FUNCS() instead of several AC_CHECK_FUNCS() where we need to make sure that the function declaration is available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 15:30:37 +00:00 |
|
Jouk Jansen
|
83bef83edd
|
Committing in .
Update OpenVMS makefile
Modified Files:
wxWidgets/src/xrc/descrip.mms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 13:18:32 +00:00 |
|
Vadim Zeitlin
|
31a41ee891
|
regenerated with bakefile rev 938: use -Wl,--out-implib=foo now instead of -Wl,--out-implib,foo which exposes a bug in mingw32/cygwin option parsing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 13:13:49 +00:00 |
|
Vadim Zeitlin
|
2dbd07cb7a
|
don't create version-script file if it's not used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 12:08:51 +00:00 |
|
Vadim Zeitlin
|
077c78808f
|
don't use version script under cygwin/mingw32, it's useless and breaks the link after latest autoconf-2.60-related bakefile 0.2.1 changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 12:03:54 +00:00 |
|
Vadim Zeitlin
|
ab3165fb0d
|
replaces some lists with trees (bug 1593248 and more)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 11:20:30 +00:00 |
|
Julian Smart
|
8e981b4885
|
Adding rich text dialogs file so anyone can modify/regenerate the UI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 11:05:03 +00:00 |
|
Julian Smart
|
75a3537ac6
|
Don't compile rich text handler unless wxUSE_RICHTEXT_XML_HANDLER is 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 10:40:41 +00:00 |
|
Benjamin Williams
|
1750e8e256
|
mild gradients for the glossy theme
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 06:49:53 +00:00 |
|
Michael Wetherell
|
b95d098489
|
Additional tests for wxVsnprintf, originally to test the copy from the scratch,
but actually shows up problems elsewhere.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 01:25:23 +00:00 |
|
Michael Wetherell
|
5d6f17a5b9
|
Forgot to remove wxBackingFile from the changes.txt. It was kept internal
as it's api will change for read/write and it may be integrated into
wxStreamBuffer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 01:15:26 +00:00 |
|
Vadim Zeitlin
|
09f43fd361
|
override wxUSE_MS_HTML_HELP setting and set it to 0 under platforms other than MSW to fix compilation/linking problems in src/common/cshelp.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 00:59:27 +00:00 |
|
Vadim Zeitlin
|
a0680daf77
|
regenerated after the last change of setup_inc.h (changes in comments only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 00:55:08 +00:00 |
|
Vadim Zeitlin
|
a1584ea142
|
just a change in comment for wxUSE_MS_HTML_HELP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 00:49:10 +00:00 |
|
Vadim Zeitlin
|
c969b007c2
|
define wxUSE_XML as wxUSE_XRC directly instead of using an #ifdef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 00:46:20 +00:00 |
|
Vadim Zeitlin
|
5c6538bcf0
|
don't check whether wxUSE_MS_HTML_HELP is defined here, this is the job of wx/chkconf.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 00:41:18 +00:00 |
|
Vadim Zeitlin
|
87c2432d22
|
temporarily disable XRC richtext handler to avoid breaking the build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-09 00:34:56 +00:00 |
|
Kevin Ollivier
|
b20907ef2d
|
Fix for incorrect error message report that caused wxMediaCtrl not to play MPEGs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 22:26:44 +00:00 |
|
Benjamin Williams
|
7564225f8b
|
missing header file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 19:16:40 +00:00 |
|
Vadim Zeitlin
|
ab8576b4ac
|
fix Normalize() test by using dummy working directory allowing the test to work even when it's ran from the root directory or its subdirectory (this message also applies to the previous, accidental, commit of this file)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 19:09:13 +00:00 |
|
Benjamin Williams
|
e0dc13d470
|
wxAuiMDI* patches through images to wxAuiNotebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 19:07:52 +00:00 |
|
Vadim Zeitlin
|
c217396535
|
use CPPUNIT_ASSERT_MESSAGE() to show which test exactly failed; use more CPPUNIT_ASSERT_EQUAL()s instead of simple CPPUNIT_ASSERT()s for the same purpose
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 19:06:32 +00:00 |
|
Vadim Zeitlin
|
2264775b8a
|
use CPPUNIT_ASSERT_MESSAGE() to show which test exactly failed; use more CPPUNIT_ASSERT_EQUAL()s instead of simple CPPUNIT_ASSERT()s for the same purpose
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 19:02:56 +00:00 |
|
Vadim Zeitlin
|
9129836e62
|
wxArrayString::Alloc() shouldn't clear the array contents
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 18:52:43 +00:00 |
|
Julian Smart
|
4e8d95587c
|
Add ctor parameters to match wxTextCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 18:51:03 +00:00 |
|
Vadim Zeitlin
|
fd2ce1d1c1
|
rebaked after addition of XRC handler for richtext control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 16:57:52 +00:00 |
|
Benjamin Williams
|
4abf84fb01
|
another ghost button bug fixed in wxAuiNotebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 16:47:09 +00:00 |
|
Julian Smart
|
fd4344d64d
|
Added wxRichTextCtrl XRC handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 15:45:11 +00:00 |
|
Benjamin Williams
|
2b9aac3387
|
wxAuiNotebook bitmaps working now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 15:19:38 +00:00 |
|
Julian Smart
|
42688aea2d
|
Added a couple of text effects
Added style description
Fixed some bugs in style comparison
Fixed extra newline when loading
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 14:05:50 +00:00 |
|
Vadim Zeitlin
|
bc971e307d
|
fix crash in wxLogTrace() in Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 13:58:59 +00:00 |
|
Robert Roebling
|
0ccf004304
|
Commit [ 1592301 ] [wxgtk] Fix wxCollapsiblePane to be flicker-free
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 13:39:35 +00:00 |
|
Michael Wetherell
|
91e9bcc905
|
Restore the max printf arguments to 64.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 13:34:13 +00:00 |
|
Václav Slavík
|
b97dc9c8bc
|
more efficient version of the wxUniv scrolling fix: don't call Update() in cases when ScrollWindow() wouldn't be called
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 12:20:21 +00:00 |
|
Václav Slavík
|
4ca64d4137
|
fixed wxOverlay to handle wxWindowDC/wxClientDC in the same way wxMac does
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 12:17:56 +00:00 |
|
Benjamin Williams
|
a9eeb510dd
|
crash fixes for wxAuiNotebook on gtk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 10:36:16 +00:00 |
|
Benjamin Williams
|
f39fddcd9e
|
accessor functions for wxAuiMDIParentFrame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 10:31:52 +00:00 |
|
Benjamin Williams
|
ba6ce5fbdb
|
vertically centered miniframe close button
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 10:12:20 +00:00 |
|
Benjamin Williams
|
87e5fe6990
|
wxAuiNotebook tab drag-drop bug fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 09:54:05 +00:00 |
|
Jouk Jansen
|
fe4ed5ebff
|
synchronizing setup.h_vms with setup.h.in
Modified Files:
wxWidgets/setup.h_vms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-08 09:03:58 +00:00 |
|