wxWidgets.git
17 years agouse wxSizerFlags and updated CreateButtonSizer() in all generic dialogs
Vadim Zeitlin [Mon, 9 Oct 2006 21:08:45 +0000 (21:08 +0000)] 
use wxSizerFlags and updated CreateButtonSizer() in all generic dialogs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoforgot to commit during last regeneration
Vadim Zeitlin [Mon, 9 Oct 2006 20:49:01 +0000 (20:49 +0000)] 
forgot to commit during last regeneration

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago IsExposed() needs to reverse the direction in RTL.
Robert Roebling [Mon, 9 Oct 2006 20:32:12 +0000 (20:32 +0000)] 
  IsExposed() needs to reverse the direction in RTL.
    I actually wonder if not the calling code is wrong,
    but this fixes wxListCtrl and wxTreeCtrl for the
    time being.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago [ 1573855 ] Improved appearance of wxComboCtrl's wxTextCtrl
Robert Roebling [Mon, 9 Oct 2006 20:12:19 +0000 (20:12 +0000)] 
  [ 1573855 ] Improved appearance of wxComboCtrl's wxTextCtrl

 More work needs to be done for the version with
 images.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago Compilation.
Robert Roebling [Mon, 9 Oct 2006 20:10:02 +0000 (20:10 +0000)] 
 Compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoRC file is not needed and not used
Vadim Zeitlin [Mon, 9 Oct 2006 19:54:35 +0000 (19:54 +0000)] 
RC file is not needed and not used

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago Compile fix.
Robert Roebling [Mon, 9 Oct 2006 19:33:13 +0000 (19:33 +0000)] 
  Compile fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded wxSizerFlags::GetDefaultBorder()
Vadim Zeitlin [Mon, 9 Oct 2006 19:32:46 +0000 (19:32 +0000)] 
added wxSizerFlags::GetDefaultBorder()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoextended wxSizerFlags docs
Vadim Zeitlin [Mon, 9 Oct 2006 19:29:16 +0000 (19:29 +0000)] 
extended wxSizerFlags docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't crash on weird line endings like \r\r\n
Václav Slavík [Mon, 9 Oct 2006 19:28:46 +0000 (19:28 +0000)] 
don't crash on weird line endings like \r\r\n

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocheck that the bitmap is valid before getting its size to avoid asserts
Vadim Zeitlin [Mon, 9 Oct 2006 18:58:06 +0000 (18:58 +0000)] 
check that the bitmap is valid before getting its size to avoid asserts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomenu id 0 doesn't work under Mac
Vadim Zeitlin [Mon, 9 Oct 2006 18:57:07 +0000 (18:57 +0000)] 
menu id 0 doesn't work under Mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodouble buffer changes
Robin Dunn [Mon, 9 Oct 2006 18:56:41 +0000 (18:56 +0000)] 
double buffer changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdded wx.AboutBox()
Robin Dunn [Mon, 9 Oct 2006 18:55:10 +0000 (18:55 +0000)] 
Added wx.AboutBox()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixed the check in previous commit
Václav Slavík [Mon, 9 Oct 2006 18:47:20 +0000 (18:47 +0000)] 
fixed the check in previous commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoassert if wxString(void* pStart,void *pEnd) ctor is used incorrectly
Václav Slavík [Mon, 9 Oct 2006 18:37:33 +0000 (18:37 +0000)] 
assert if wxString(void* pStart,void *pEnd) ctor is used incorrectly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agouse sample icon, not mondrian one
Vadim Zeitlin [Mon, 9 Oct 2006 18:10:00 +0000 (18:10 +0000)] 
use sample icon, not mondrian one

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoregenaretd after samples/animate addition
Vadim Zeitlin [Mon, 9 Oct 2006 17:56:09 +0000 (17:56 +0000)] 
regenaretd after samples/animate addition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agobaked the standard makefiles
Vadim Zeitlin [Mon, 9 Oct 2006 17:55:20 +0000 (17:55 +0000)] 
baked the standard makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded wxAnimationCtrl (patch 1570325)
Vadim Zeitlin [Mon, 9 Oct 2006 17:51:07 +0000 (17:51 +0000)] 
added wxAnimationCtrl (patch 1570325)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocompilation fix after last change (GTK1 doesn't have g_signal_stop_emission_by_name...
Vadim Zeitlin [Mon, 9 Oct 2006 17:14:31 +0000 (17:14 +0000)] 
compilation fix after last change (GTK1 doesn't have g_signal_stop_emission_by_name(), only gtk_signal_emit_stop_by_name())

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agono changes, just replaced C comment with a C++ one
Vadim Zeitlin [Mon, 9 Oct 2006 17:11:10 +0000 (17:11 +0000)] 
no changes, just replaced C comment with a C++ one

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoDon't use precompiled header directives in included files
Julian Smart [Mon, 9 Oct 2006 17:10:58 +0000 (17:10 +0000)] 
Don't use precompiled header directives in included files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded references to XML classes
Vadim Zeitlin [Mon, 9 Oct 2006 17:09:20 +0000 (17:09 +0000)] 
added references to XML classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoreturn false from IsDoubleBuffered() if the first top level parent is not double...
Vadim Zeitlin [Mon, 9 Oct 2006 16:57:06 +0000 (16:57 +0000)] 
return false from IsDoubleBuffered() if the first top level parent is not double buffered

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoDLL build fixes
Robin Dunn [Mon, 9 Oct 2006 16:56:18 +0000 (16:56 +0000)] 
DLL build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoregenerated after adding dcbufcmn.cpp
Vadim Zeitlin [Mon, 9 Oct 2006 16:52:42 +0000 (16:52 +0000)] 
regenerated after adding dcbufcmn.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix the sample icon (patch 1570974)
Vadim Zeitlin [Mon, 9 Oct 2006 16:50:05 +0000 (16:50 +0000)] 
fix the sample icon (patch 1570974)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded wxWindow::IsDoubleBuffered() and improve wxBufferedDC (patch 1565330)
Vadim Zeitlin [Mon, 9 Oct 2006 16:39:34 +0000 (16:39 +0000)] 
added wxWindow::IsDoubleBuffered() and improve wxBufferedDC (patch 1565330)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocopying as much values from the dc as possible
Stefan Csomor [Mon, 9 Oct 2006 16:06:29 +0000 (16:06 +0000)] 
copying as much values from the dc as possible

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadding angle conversion
Stefan Csomor [Mon, 9 Oct 2006 16:05:08 +0000 (16:05 +0000)] 
adding angle conversion

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded static wxPlatformInfo::Get() and use it (patch 1549176)
Vadim Zeitlin [Mon, 9 Oct 2006 15:58:56 +0000 (15:58 +0000)] 
added static wxPlatformInfo::Get() and use it (patch 1549176)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomaking pens behave as on other platforms when scaling
Stefan Csomor [Mon, 9 Oct 2006 15:53:36 +0000 (15:53 +0000)] 
making pens behave as on other platforms when scaling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoset anti-aliasing ON by default
Stefan Csomor [Mon, 9 Oct 2006 15:51:22 +0000 (15:51 +0000)] 
set anti-aliasing ON by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix DoSetSelection(): it did nothing when there was no old selection
Vadim Zeitlin [Mon, 9 Oct 2006 15:50:02 +0000 (15:50 +0000)] 
fix DoSetSelection(): it did nothing when there was no old selection

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoRemoved dependence on wxClientDC and blitting from a window,
Julian Smart [Mon, 9 Oct 2006 15:15:13 +0000 (15:15 +0000)] 
Removed dependence on wxClientDC and blitting from a window,
for compatibility with Mac OS X in Core Graphics mode.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoUse wxBookCtrl wrapper rather than wxNotebook in common code for native book (Smartph...
Włodzimierz Skiba [Mon, 9 Oct 2006 14:37:53 +0000 (14:37 +0000)] 
Use wxBookCtrl wrapper rather than wxNotebook in common code for native book (Smartphone fix).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoUse CreateButtonSizer in wxAboutBox() to make OK button look native.
Włodzimierz Skiba [Mon, 9 Oct 2006 14:28:52 +0000 (14:28 +0000)] 
Use CreateButtonSizer in wxAboutBox() to make OK button look native.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoWinCE build fix.
Włodzimierz Skiba [Mon, 9 Oct 2006 13:23:33 +0000 (13:23 +0000)] 
WinCE build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoWinCE build fix.
Włodzimierz Skiba [Mon, 9 Oct 2006 12:56:26 +0000 (12:56 +0000)] 
WinCE build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agouse native toolbar, font dialog and CG by default
Vadim Zeitlin [Mon, 9 Oct 2006 12:10:24 +0000 (12:10 +0000)] 
use native toolbar, font dialog and CG by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agochange UpdateSelection() parameter type to int from size_t; also replaced remaining...
Vadim Zeitlin [Mon, 9 Oct 2006 12:10:01 +0000 (12:10 +0000)] 
change UpdateSelection() parameter type to int from size_t; also replaced remaining -1s with wxNOT_FOUND

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodocument IsEmpty()
Vadim Zeitlin [Mon, 9 Oct 2006 12:08:44 +0000 (12:08 +0000)] 
document IsEmpty()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoWarnings, build errors, headers, licence, prefered api and non-PCH support cleaning...
Włodzimierz Skiba [Mon, 9 Oct 2006 10:26:18 +0000 (10:26 +0000)] 
Warnings, build errors, headers, licence, prefered api and non-PCH support cleaning of fresh richtext code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocase sensitive bug
Chris Elliott [Mon, 9 Oct 2006 10:21:01 +0000 (10:21 +0000)] 
case sensitive bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoBuild fix.
Włodzimierz Skiba [Mon, 9 Oct 2006 09:32:08 +0000 (09:32 +0000)] 
Build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoOk()->IsOk() replacement.
Włodzimierz Skiba [Mon, 9 Oct 2006 09:01:55 +0000 (09:01 +0000)] 
Ok()->IsOk() replacement.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoUpdated makefiles.
Włodzimierz Skiba [Mon, 9 Oct 2006 08:23:41 +0000 (08:23 +0000)] 
Updated makefiles.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoWarning fixes.
Włodzimierz Skiba [Mon, 9 Oct 2006 08:11:10 +0000 (08:11 +0000)] 
Warning fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoUpdated makefiles.
Włodzimierz Skiba [Mon, 9 Oct 2006 07:52:36 +0000 (07:52 +0000)] 
Updated makefiles.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoDon't use toolbook for formatting dialog until we have icons
Julian Smart [Mon, 9 Oct 2006 07:41:03 +0000 (07:41 +0000)] 
Don't use toolbook for formatting dialog until we have icons
Select first page

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowarning fixes/minor cleanup
Paul Cornett [Mon, 9 Oct 2006 07:37:25 +0000 (07:37 +0000)] 
warning fixes/minor cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agonon-pch build fixes
Paul Cornett [Mon, 9 Oct 2006 07:36:26 +0000 (07:36 +0000)] 
non-pch build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agobuild fixes for WXWIN_COMPATIBILITY_2_6=0
Paul Cornett [Mon, 9 Oct 2006 07:35:36 +0000 (07:35 +0000)] 
build fixes for WXWIN_COMPATIBILITY_2_6=0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoWarning fixes in 'todo' part just to make build log more readable.
Włodzimierz Skiba [Mon, 9 Oct 2006 07:15:56 +0000 (07:15 +0000)] 
Warning fixes in 'todo' part just to make build log more readable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoFix wxOS2 compilation, as reported by Lauri Nurmi. Hopefully no other ports are simil...
Mart Raudsepp [Mon, 9 Oct 2006 07:09:20 +0000 (07:09 +0000)] 
Fix wxOS2 compilation, as reported by Lauri Nurmi. Hopefully no other ports are similarly affected from the constification changes to wxBitmap..

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoUpdated setup for univ build.
Włodzimierz Skiba [Mon, 9 Oct 2006 06:30:12 +0000 (06:30 +0000)] 
Updated setup for univ build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremove unused stuff
Paul Cornett [Mon, 9 Oct 2006 05:14:39 +0000 (05:14 +0000)] 
remove unused stuff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agotest wxLC_SINGLE_SEL flag properly
Paul Cornett [Mon, 9 Oct 2006 05:12:36 +0000 (05:12 +0000)] 
test wxLC_SINGLE_SEL flag properly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agonon-pch build fix
Paul Cornett [Mon, 9 Oct 2006 05:12:08 +0000 (05:12 +0000)] 
non-pch build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix width/height typo in DoSetClientSize, remove unused stuff
Paul Cornett [Mon, 9 Oct 2006 05:12:00 +0000 (05:12 +0000)] 
fix width/height typo in DoSetClientSize, remove unused stuff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agonew changes
Robin Dunn [Mon, 9 Oct 2006 02:38:38 +0000 (02:38 +0000)] 
new changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoVarous changes and tweaks to match some of Julian's new code
Robin Dunn [Mon, 9 Oct 2006 02:38:10 +0000 (02:38 +0000)] 
Varous changes and tweaks to match some of Julian's new code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoIsEmpty, ChangeValue, etc.
Robin Dunn [Mon, 9 Oct 2006 02:37:33 +0000 (02:37 +0000)] 
IsEmpty, ChangeValue, etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdd IsOk's
Robin Dunn [Mon, 9 Oct 2006 02:36:38 +0000 (02:36 +0000)] 
Add IsOk's

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomake sure the cleanup happens
Robin Dunn [Mon, 9 Oct 2006 02:35:50 +0000 (02:35 +0000)] 
make sure the cleanup happens

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoinstall bitmaps/*.ico files too
Robin Dunn [Mon, 9 Oct 2006 02:34:43 +0000 (02:34 +0000)] 
install bitmaps/*.ico files too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoupdate to latest from Andrea
Robin Dunn [Mon, 9 Oct 2006 02:34:05 +0000 (02:34 +0000)] 
update to latest from Andrea

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodefault ID value
Robin Dunn [Mon, 9 Oct 2006 02:32:08 +0000 (02:32 +0000)] 
default ID value

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoVersion number bump
Robin Dunn [Mon, 9 Oct 2006 02:24:51 +0000 (02:24 +0000)] 
Version number bump

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdd CustomTreeCtrl from Andrea Gavana
Robin Dunn [Mon, 9 Oct 2006 02:23:32 +0000 (02:23 +0000)] 
Add CustomTreeCtrl from Andrea Gavana

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoBumping the version number also requires that version.h be modified,
Robin Dunn [Mon, 9 Oct 2006 01:20:56 +0000 (01:20 +0000)] 
Bumping the version number also requires that version.h be modified,
and also rebaking the makeifles.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodefine ChangeSelection() (fixes wxMotif build)
Vadim Zeitlin [Sun, 8 Oct 2006 23:53:34 +0000 (23:53 +0000)] 
define ChangeSelection() (fixes wxMotif build)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoanother Ok() changed to IsOk()
Vadim Zeitlin [Sun, 8 Oct 2006 23:45:33 +0000 (23:45 +0000)] 
another Ok() changed to IsOk()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded SendPageChanging/ChangedEvent() functions; fixed wxCocoa build broken by wxNote...
Vadim Zeitlin [Sun, 8 Oct 2006 23:41:52 +0000 (23:41 +0000)] 
added SendPageChanging/ChangedEvent() functions; fixed wxCocoa build broken by wxNotebook::ChangePage() change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agorestored sending events from Replace/Remove/Write/AppendText() methods
Vadim Zeitlin [Sun, 8 Oct 2006 23:16:53 +0000 (23:16 +0000)] 
restored sending events from Replace/Remove/Write/AppendText() methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix format mismatch warnings
Vadim Zeitlin [Sun, 8 Oct 2006 23:15:42 +0000 (23:15 +0000)] 
fix format mismatch warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoneed to include wx/imaglist.h even when using PCH
Vadim Zeitlin [Sun, 8 Oct 2006 23:14:29 +0000 (23:14 +0000)] 
need to include wx/imaglist.h even when using PCH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't define g_UnicodeSubsetTable in non-Unicode build (fixes gcc warning)
Vadim Zeitlin [Sun, 8 Oct 2006 23:14:02 +0000 (23:14 +0000)] 
don't define g_UnicodeSubsetTable in non-Unicode build (fixes gcc warning)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved default argument in the function definition
Vadim Zeitlin [Sun, 8 Oct 2006 23:07:34 +0000 (23:07 +0000)] 
removed default argument in the function definition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoset focus to the Ok button initially
Vadim Zeitlin [Sun, 8 Oct 2006 22:47:10 +0000 (22:47 +0000)] 
set focus to the Ok button initially

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoSetOverflow() should be called with a bool argument, not m_overflow
Vadim Zeitlin [Sun, 8 Oct 2006 22:46:15 +0000 (22:46 +0000)] 
SetOverflow() should be called with a bool argument, not m_overflow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix compilation after recent wxTextCtrl changes
Vadim Zeitlin [Sun, 8 Oct 2006 22:42:20 +0000 (22:42 +0000)] 
fix compilation after recent wxTextCtrl changes

notice that it has become unfortunately impossible (or at least much more
difficult) to maintain compilation when wxRICHTEXT_DERIVES_FROM_TEXTCTRLBASE
is unset so I simply removed it as the code wouldn't compile anyhow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomoved DoSetValue() to wxTextCtrlBase instead of having it in almost, but not quite...
Vadim Zeitlin [Sun, 8 Oct 2006 22:40:14 +0000 (22:40 +0000)] 
moved DoSetValue() to wxTextCtrlBase instead of having it in almost, but not quite all, derived classes; linking fixes for wxCocoa/wxX11/wxMotif

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoVC compilation fix after last commit
Vadim Zeitlin [Sun, 8 Oct 2006 22:33:46 +0000 (22:33 +0000)] 
VC compilation fix after last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoInitialize m_overflow in wxGridCellAttr::Clone.
Stefan Neis [Sun, 8 Oct 2006 22:22:24 +0000 (22:22 +0000)] 
Initialize m_overflow in wxGridCellAttr::Clone.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadd IsOk() to all classes having Ok() method (patch 1570985)
Vadim Zeitlin [Sun, 8 Oct 2006 21:56:55 +0000 (21:56 +0000)] 
add IsOk() to all classes having Ok() method (patch 1570985)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoUse "cdecl" linkage mode for all ports with OpenWatcom (particularly WXPM).
Stefan Neis [Sun, 8 Oct 2006 21:42:39 +0000 (21:42 +0000)] 
Use "cdecl" linkage mode for all ports with OpenWatcom (particularly WXPM).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoUse system colours for ownerdrawn highlighting (patch #1555426).
Stefan Neis [Sun, 8 Oct 2006 21:30:36 +0000 (21:30 +0000)] 
Use system colours for ownerdrawn highlighting (patch #1555426).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agosmall code simplification in DoSetValue() after the last change
Vadim Zeitlin [Sun, 8 Oct 2006 21:01:25 +0000 (21:01 +0000)] 
small code simplification in DoSetValue() after the last change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago Compile fix.
Robert Roebling [Sun, 8 Oct 2006 21:00:36 +0000 (21:00 +0000)] 
  Compile fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocompilation fix after last commit (apparently patch was misapplied)
Vadim Zeitlin [Sun, 8 Oct 2006 20:52:21 +0000 (20:52 +0000)] 
compilation fix after last commit (apparently patch was misapplied)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomoved wxUSE_MS_HTML_HELP back into setup_inc.h (undoing change of rev 1.41) as it...
Vadim Zeitlin [Sun, 8 Oct 2006 20:48:48 +0000 (20:48 +0000)] 
moved wxUSE_MS_HTML_HELP back into setup_inc.h (undoing change of rev 1.41) as it's needed for configure builds too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadd test for ChangeValue()
Vadim Zeitlin [Sun, 8 Oct 2006 20:38:14 +0000 (20:38 +0000)] 
add test for ChangeValue()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agotesting whether signed char is greater than 127 is always false, cast it to unsigned...
Vadim Zeitlin [Sun, 8 Oct 2006 20:28:05 +0000 (20:28 +0000)] 
testing whether signed char is greater than 127 is always false, cast it to unsigned first

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago Bump version.
Robert Roebling [Sun, 8 Oct 2006 19:49:24 +0000 (19:49 +0000)] 
 Bump version.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoCompile fix.
Robert Roebling [Sun, 8 Oct 2006 19:39:14 +0000 (19:39 +0000)] 
Compile fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded wxTextCtrl::IsEmpty()
Vadim Zeitlin [Sun, 8 Oct 2006 17:52:39 +0000 (17:52 +0000)] 
added wxTextCtrl::IsEmpty()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded wxTextCtrl::ChangeValue() which is the same as SetValue() but doesn't send...
Vadim Zeitlin [Sun, 8 Oct 2006 17:46:12 +0000 (17:46 +0000)] 
added wxTextCtrl::ChangeValue() which is the same as SetValue() but doesn't send the text changed event (first part of patch 1553551)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn...
Vadim Zeitlin [Sun, 8 Oct 2006 17:37:23 +0000 (17:37 +0000)] 
added wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn't send the page change events (second part of patch 1553551)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775