]>
git.saurik.com Git - wxWidgets.git/log
Włodzimierz Skiba [Tue, 10 Oct 2006 06:48:26 +0000 (06:48 +0000)]
New animate sample described.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41857
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 10 Oct 2006 06:47:14 +0000 (06:47 +0000)]
More .rsp files needs updating after new sample addition.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41856
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 10 Oct 2006 06:40:00 +0000 (06:40 +0000)]
Add new animate sample to the distribution (probably more steps from technote #1 needed).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41855
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 10 Oct 2006 06:29:36 +0000 (06:29 +0000)]
Add new animate sample to the distribution (probably more steps from technote #1 needed).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41854
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Tue, 10 Oct 2006 04:49:22 +0000 (04:49 +0000)]
remove extraneous semicolons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41853
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Tue, 10 Oct 2006 04:27:54 +0000 (04:27 +0000)]
wxAnimationCtrl cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41852
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 10 Oct 2006 03:45:05 +0000 (03:45 +0000)]
Add missing header files so they'll get installed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41851
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 10 Oct 2006 03:30:33 +0000 (03:30 +0000)]
Disown using .this.own(False) instead of .thisown = False
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41850
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 10 Oct 2006 03:27:50 +0000 (03:27 +0000)]
CreateButtonSizer changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41849
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Oct 2006 23:44:00 +0000 (23:44 +0000)]
fixed crash in wxColour ctor after RGBA-ization
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41848
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 9 Oct 2006 23:13:45 +0000 (23:13 +0000)]
DLL build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41847
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Oct 2006 22:56:48 +0000 (22:56 +0000)]
use native toolbar, font dialog and CG by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41846
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Oct 2006 22:26:25 +0000 (22:26 +0000)]
swap wxANIHeader bytes on big endian architectures
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41845
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Oct 2006 21:59:46 +0000 (21:59 +0000)]
replaced Ok() with IsOk(), no real changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41844
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Oct 2006 21:29:12 +0000 (21:29 +0000)]
avoid conflict between wxBookCtrlBase::DoSetSelection() and the derived classes; refactor more common code into the base class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41843
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Oct 2006 21:15:52 +0000 (21:15 +0000)]
added CreateSeparatedButtonSizer(), changed signature and semantics of CreateButtonSizer()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41842
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Oct 2006 21:15:00 +0000 (21:15 +0000)]
call Refresh() to make animation work under Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41841
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Oct 2006 21:11:37 +0000 (21:11 +0000)]
added more helper functions for setting borders in wxSizerFlags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41840
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 9 Oct 2006 21:10:22 +0000 (21:10 +0000)]
added CreateSeparatedButtonSizer(), changed signature and semantics of CreateButtonSizer()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41839
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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