]>
git.saurik.com Git - wxWidgets.git/log
Kevin Ollivier [Mon, 29 May 2006 04:44:04 +0000 (04:44 +0000)]
Exit on error was too strict.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39415
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Mon, 29 May 2006 03:05:02 +0000 (03:05 +0000)]
Stop building on a platform as soon as a tarball build error is encountered.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39414
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 29 May 2006 00:32:16 +0000 (00:32 +0000)]
regenerated after the recent changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39413
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 29 May 2006 00:24:05 +0000 (00:24 +0000)]
use CFLAGS for GTK tests, not CXXFLAGS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39412
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 29 May 2006 00:03:36 +0000 (00:03 +0000)]
miscellaneous wxFont enhancements (patch
1496606 ):
- made SetFaceName() bool and return false if the face name is not available
- corrected To/FromUserString() to complement each other
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39411
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 29 May 2006 00:01:30 +0000 (00:01 +0000)]
oops, typo in last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39410
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 23:56:51 +0000 (23:56 +0000)]
spelling fixes (patch
1495562 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39409
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 23:54:28 +0000 (23:54 +0000)]
added CollapsePath() (patch
1494638 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39408
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 23:51:23 +0000 (23:51 +0000)]
implemented notifications of the child process termination (patch
1494439 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39407
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 23:47:59 +0000 (23:47 +0000)]
don't offset the position for toplevel windows in wxFindWindowAtPoint() (patch
1491559 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39406
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 23:45:39 +0000 (23:45 +0000)]
correct painting of the items with custom colours in TVIS_DROPHILITED state (patch
1491478 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39405
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 23:38:11 +0000 (23:38 +0000)]
don't crash when destroying a not initialized socket (patch
1489095 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39404
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 23:34:47 +0000 (23:34 +0000)]
readded back wxDD_NEW_DIR_BUTTON removed by last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39403
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 23:32:12 +0000 (23:32 +0000)]
File/dir dialog styles and other changes (patch
1488371 ):
- check invalid combinations of styles in wxFileDialogBase::Create()
- use wxFD_XXX naming convention for wxFileDialog styles
- replaces wxDD_NEW_DIR_BUTTON with wxDD_DIR_MUST_EXIST
- removes #ifdef __WXGTK24__ / #endif blocks from wxGTK code
- removes wxFileDialogBase::Get/SetStyle and wxFileDialogBase::m_fileName
- renames wxDirDialogGTK to wxDirDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39402
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 23:31:38 +0000 (23:31 +0000)]
more wxFD_XXX renamings (patch
1488371 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39401
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 23:15:01 +0000 (23:15 +0000)]
don't strip &s from tooltips (patch
1488318 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39400
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Sun, 28 May 2006 23:08:31 +0000 (23:08 +0000)]
Build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39399
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 23:07:02 +0000 (23:07 +0000)]
allow specifying the style for wxHtmlHelpController used as fallback by wxBestHelpController (patch
1485669 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39398
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 23:01:21 +0000 (23:01 +0000)]
fix the bug which prevented the same wxFile/DirDialog object from being used twice (patch
1485127 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39397
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 22:56:28 +0000 (22:56 +0000)]
use dynamic array for the page breaks positions (patch
1483976 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39396
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 22:44:04 +0000 (22:44 +0000)]
use GetPath() instead of GetFullPath() in the directory-oriented functions (patch
1482016 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39395
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 22:40:37 +0000 (22:40 +0000)]
check for ERROR_NO_MORE_FILES error code from FindFirstFile() as it's not really an error (patch
1481895 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39394
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 22:37:04 +0000 (22:37 +0000)]
added British spellings of the alignment flags (patch
1486478 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39393
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 20:08:39 +0000 (20:08 +0000)]
added support for CMYK JPEGs loading (patch
1476078 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39392
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 20:00:56 +0000 (20:00 +0000)]
use wxBitmap objects instead of pointers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39391
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 19:35:56 +0000 (19:35 +0000)]
document that GetSubItemRect() is new since 2.7.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39390
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sun, 28 May 2006 19:23:44 +0000 (19:23 +0000)]
Take account of the numlock when mapping mgl virtual keycodes to wx ones.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39389
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 28 May 2006 19:20:45 +0000 (19:20 +0000)]
Allow for non-ascii text in resources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39388
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sun, 28 May 2006 19:05:26 +0000 (19:05 +0000)]
Regenerate to add the new file toucan.png.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39387
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sun, 28 May 2006 18:58:12 +0000 (18:58 +0000)]
Use the posix S_ISREG instead of S_IFREG if it is defined. Fixes wxFileExists
on DJGPP where S_IFREG is defined as 0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39386
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 18:10:10 +0000 (18:10 +0000)]
added wxListCtrl::GetSubItemRect() and subitem hit testing (patch
1476971 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39385
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 17:41:09 +0000 (17:41 +0000)]
added wxHyperlinkCtrl (patch
1476781 from Francesco)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39384
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sun, 28 May 2006 17:40:20 +0000 (17:40 +0000)]
Export the event types.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39383
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sun, 28 May 2006 17:36:30 +0000 (17:36 +0000)]
Compile fixes: gcc seems to need pbt.h including, and PBT_APMRESUMEAUTOMATIC
isn't in the headers for most compilers (the other PBT_* macros are there).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39382
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 17:27:40 +0000 (17:27 +0000)]
allow partial read/writes (patch
1476893 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39381
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 17:24:12 +0000 (17:24 +0000)]
delete the associated wxStaticBox in wxStaticBoxSizer dtor (patch
1473769 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39380
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 17:17:02 +0000 (17:17 +0000)]
added wxTB_NO_TOOLTIPS (heavily modified patch
1458009 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39379
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 15:20:32 +0000 (15:20 +0000)]
fix crashes in the calctl sample under OS/2 (patch
1495898 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39378
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 15:18:15 +0000 (15:18 +0000)]
wxVsnprintf() implementation with positional parameters support (patch
1462778 ); disabled for now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39377
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 15:06:14 +0000 (15:06 +0000)]
added assertion_traits<> specialization for wxString and convenient CPPUNIT_ASSERT_STR_EQUAL macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39376
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 14:33:56 +0000 (14:33 +0000)]
explicitly call base class ctor to silent gcc warning (patch
1492701 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39375
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 14:30:08 +0000 (14:30 +0000)]
added SetDoubleBuffered() (patch
1491093 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39374
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 14:19:18 +0000 (14:19 +0000)]
wizards not using sizers for the page layout now work again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39373
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 14:17:48 +0000 (14:17 +0000)]
no changes (spaces only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39372
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 13:51:34 +0000 (13:51 +0000)]
wxFontEnumerator::GetFacenames/Encodings() now return arrays and not pointers to them (patch
1483341 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39371
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 28 May 2006 13:08:02 +0000 (13:08 +0000)]
update from Adrián González
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39370
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Sun, 28 May 2006 10:53:00 +0000 (10:53 +0000)]
The following methods appear to be new since 2.7.0 (from 64-bit stream patch):
wxLongLong& operator operator=(wxULongLong_t ll)
wxLongLong& operator operator=(long l)
wxLongLong& operator operator=(unsigned long l)
wxLongLong& operator operator=(const wxULongLong & ll)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39369
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Sun, 28 May 2006 10:19:23 +0000 (10:19 +0000)]
wxStringTokenizer::GetLastDelimiter is new since 2.7.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39368
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Sun, 28 May 2006 10:12:57 +0000 (10:12 +0000)]
GetDocumentsDir, GetResourcesDir and GetLocalizedResourcesDir are new since 2.7.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39367
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Sun, 28 May 2006 10:03:03 +0000 (10:03 +0000)]
Underscore escaping fix from Angel Vidal Veiga
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39366
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Sun, 28 May 2006 09:47:08 +0000 (09:47 +0000)]
\newsince{2.7.0} for GetMouseCursor with a note to GetCursor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39365
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Sun, 28 May 2006 09:41:52 +0000 (09:41 +0000)]
newsince for ProcessMouseClick with a note to OnMouseClick in earlier versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39364
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Sun, 28 May 2006 09:29:53 +0000 (09:29 +0000)]
Add \newsince{2.7.0} to GetAsString and Set(wxString&)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39363
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Sun, 28 May 2006 09:12:42 +0000 (09:12 +0000)]
Fix underscore escaping again (one obscure one left in wxmsw.tex)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39362
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sun, 28 May 2006 09:05:10 +0000 (09:05 +0000)]
Missing header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39361
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 27 May 2006 14:29:30 +0000 (14:29 +0000)]
moved power functions for MSW from utils.cpp to (new) power.cpp and implemented them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39360
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 27 May 2006 14:09:40 +0000 (14:09 +0000)]
added wxPowerEvent; moved power functions stubs to common/powercmn.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39359
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 27 May 2006 12:24:03 +0000 (12:24 +0000)]
added more directories
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39358
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Sat, 27 May 2006 00:03:27 +0000 (00:03 +0000)]
More small devices adjustements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39357
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 26 May 2006 23:58:39 +0000 (23:58 +0000)]
Correct dll usage for wxDatePickerCtrl under WinCE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39356
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 26 May 2006 19:02:57 +0000 (19:02 +0000)]
Fixes for the DLL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39355
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 26 May 2006 18:47:45 +0000 (18:47 +0000)]
Include wx/wx/bmpbuttn.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39354
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 26 May 2006 18:36:37 +0000 (18:36 +0000)]
Some tweaks to reflect changes in wxWidgets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39353
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 26 May 2006 17:27:22 +0000 (17:27 +0000)]
Fixed unicode reference file writing under some builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39352
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Fri, 26 May 2006 16:44:49 +0000 (16:44 +0000)]
fix incomplete change in previous commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39351
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 26 May 2006 16:43:24 +0000 (16:43 +0000)]
Another stab (hopefully the last) at how to handle the delayed
initialization of the stock objects. Go ahead and create an
uninitialized instance using __new__, and then just set the .this
attribute when the app is initialized.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39350
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 26 May 2006 16:35:36 +0000 (16:35 +0000)]
Use MustHaveApp for wx.RendererNative.Get and others
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39349
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Fri, 26 May 2006 16:12:31 +0000 (16:12 +0000)]
move some data definitions to more appropriate places
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39348
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 26 May 2006 14:56:11 +0000 (14:56 +0000)]
Fixed OpenWatcom (strange) scope related crash.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39346
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 26 May 2006 14:09:50 +0000 (14:09 +0000)]
wxToggleButton for wxUniv already implemented.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39345
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 26 May 2006 14:07:47 +0000 (14:07 +0000)]
Small devices adjustements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39344
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 26 May 2006 10:15:44 +0000 (10:15 +0000)]
Include wx/control.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39343
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 26 May 2006 02:23:24 +0000 (02:23 +0000)]
show help for the page under mouse when the [?] button is used to request help
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39342
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 26 May 2006 02:22:24 +0000 (02:22 +0000)]
moved wxNotebook::HitTest() to the base book control class; implemented it for wxList/Treebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39341
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 26 May 2006 02:21:38 +0000 (02:21 +0000)]
added help event origin field: indicates if the help was requested using the mouse or from keyboard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39340
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 26 May 2006 02:09:44 +0000 (02:09 +0000)]
moved wxNotebook::HitTest() to the base book control class; implemented it for wxList/Treebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39339
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 26 May 2006 01:12:30 +0000 (01:12 +0000)]
mention the addition of the clipboard events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39338
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 25 May 2006 21:08:11 +0000 (21:08 +0000)]
Include wx/cmndata.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39337
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 25 May 2006 19:03:16 +0000 (19:03 +0000)]
using new method for implementing Maximize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39336
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Thu, 25 May 2006 15:46:00 +0000 (15:46 +0000)]
unused declarations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39334
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 25 May 2006 15:41:53 +0000 (15:41 +0000)]
wx.lib.mixins.listctrl.TextEditMixin: Fixed the double END_LABEL_EDIT
event problem in TextEditMixin by checking if the editor was already
hidden before continuing with the CloseEditor method. Also added code
to OpenEditor to send the BEGIN_LABEL_EDIT event and to not allow the
opening of the editor to continue if the event handler doesn't allow
it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39333
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 25 May 2006 14:45:39 +0000 (14:45 +0000)]
src/mac/carbon/pnghand.cpp removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39332
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 25 May 2006 14:03:59 +0000 (14:03 +0000)]
Adjustement to wxCheckListBox under WinCE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39331
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 25 May 2006 13:59:24 +0000 (13:59 +0000)]
Better screen usage on smaller devices.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39330
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 25 May 2006 13:57:04 +0000 (13:57 +0000)]
__WXHANDHELD__ introduction.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39329
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 25 May 2006 11:39:51 +0000 (11:39 +0000)]
[
1494429 ] Fix for wxOwnerDrawnComboBox::Clear() crash.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39328
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 25 May 2006 10:03:56 +0000 (10:03 +0000)]
Removed some references to unused files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39327
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 25 May 2006 07:07:23 +0000 (07:07 +0000)]
Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39326
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Thu, 25 May 2006 02:40:58 +0000 (02:40 +0000)]
don't crash on zero length string in DoDrawRotatedText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39325
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Wed, 24 May 2006 23:23:19 +0000 (23:23 +0000)]
Typo fix (age -> page) and \texttt{NULL} -> \NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39323
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Wed, 24 May 2006 22:55:28 +0000 (22:55 +0000)]
Use wx_static_cast instead of static_cast.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39322
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Wed, 24 May 2006 17:17:27 +0000 (17:17 +0000)]
derive univ toggle button from button
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39320
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 24 May 2006 17:03:11 +0000 (17:03 +0000)]
Missing app.h include.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39319
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 24 May 2006 15:13:23 +0000 (15:13 +0000)]
wx/debug.h is always unconditionally included by wx/defs.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39318
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 24 May 2006 14:56:15 +0000 (14:56 +0000)]
wxToggleButton page added to widgets sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39317
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Wed, 24 May 2006 14:39:52 +0000 (14:39 +0000)]
Map between int page ids and page pointers using hashes so that it works when
pointers are 64-bits.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39316
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 24 May 2006 13:41:12 +0000 (13:41 +0000)]
Don't unselect if setting string that's not found
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39315
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 24 May 2006 09:44:56 +0000 (09:44 +0000)]
[
1493780 ] wxOwnerDrawnComboBox warnings fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39313
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 24 May 2006 09:42:25 +0000 (09:42 +0000)]
wxToggleButton for wxUniv already introduced.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39312
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 24 May 2006 09:29:06 +0000 (09:29 +0000)]
[
1493802 ] Allow multiple wxComboCtrl::SetPopupControl calls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39311
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775