Commit Graph

33737 Commits

Author SHA1 Message Date
Kevin Ollivier
528656884c Make sure to include the current values for INCLUDE, LIB, PATH.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-03 04:28:00 +00:00
Kevin Ollivier
b519f7d462 Move the copying of docs that are included in several tarballs into its own function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-03 04:25:44 +00:00
Paul Cornett
4362c7052b wxASSERT(false) --> wxFAIL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-03 04:12:48 +00:00
David Surovell
c2f5b920ca minor cleanup - reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-03 02:44:33 +00:00
Robin Dunn
7e05216cce Patch from Eli Golovinsky. Adds generation of _() code for gettext
and other tweaks.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-03 01:47:57 +00:00
Vadim Zeitlin
a717bd116a update the sizes of all pages when the control size changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-03 00:43:44 +00:00
Vadim Zeitlin
26e95a246b don't invalidate the tree size when pages are added/removed, we don't want the tree size to jump on its own ad the programmer should call FitTree() explicitely if this is desired
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-03 00:42:33 +00:00
Vadim Zeitlin
6bd02a4367 fixed setting selection when there are NULL pages in the tree
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-03 00:36:57 +00:00
Vadim Zeitlin
a16a4ab156 mention that FindToolForPosition() is not implemented under wxGTK; general cleanup (\arg instead of \it, \NULL instead of NULL)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-02 23:43:55 +00:00
Paul Cornett
8b64a7e24b correct access specifier for virtuals
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-02 17:23:04 +00:00
Paul Cornett
27ed553558 remove definitions which are already in wx/app.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-02 17:21:30 +00:00
Włodzimierz Skiba
e19ac18a71 DMC warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-02 16:28:22 +00:00
Włodzimierz Skiba
de6185e212 Include wx/utils.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-02 10:39:23 +00:00
Paul Cornett
a8461d3170 & operator should be &&
virtual OnDismiss() access should match base
extraneous semicolon


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-01 17:39:19 +00:00
Stefan Csomor
c881da964f use cleaner OSX version (10.3 upwards)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-01 14:40:35 +00:00
Włodzimierz Skiba
90b903c263 Renamed DrawCheckButton due to conflict with existing and public api of wxUniversal port.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 23:54:26 +00:00
Włodzimierz Skiba
3cdcf4d444 eVC3 (older WinCE) build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 21:20:44 +00:00
Włodzimierz Skiba
4ff2699952 Be nice to eVC++ build process and don't include not existing files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 21:16:56 +00:00
Włodzimierz Skiba
1fb351fada Warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 12:32:29 +00:00
Robert Roebling
5b9003ae32 Applied patch to add n bitmaps at once to an image
list of the bitmap is n times as wide as the
    image width of the image list. This was the case
    in the MSW image list before.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 11:58:40 +00:00
Robert Roebling
781945ea41 Patch 1476076 about negative wxImage size when
copying (or something).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 11:44:14 +00:00
Robert Roebling
1219d8a408 wxListBox default cstr doc patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 11:40:56 +00:00
Robert Roebling
434cf5a448 Commit XML doc patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 11:37:12 +00:00
Robert Roebling
f644bc116b Blindly added wxImageList::replace( int, bitmap, mask )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 10:38:32 +00:00
Robert Roebling
3f8fba02a2 Added gtk dirdlg
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 10:10:09 +00:00
Robert Roebling
1a090517cf int -> unsigned int in wxListBox docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 09:59:07 +00:00
Robert Roebling
4d5beb1c33 Committed bakefile correction.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 09:52:27 +00:00
Robert Roebling
85deaacd30 Fix mem leak.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 09:50:36 +00:00
Robert Roebling
b50747ea53 Trying to commit wxDirDialog patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 09:44:29 +00:00
Robin Dunn
dd70f7a2ad some tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 05:18:44 +00:00
Włodzimierz Skiba
f43255e838 No more avoiding wxSizer::Fit in wxWinCE builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 00:20:54 +00:00
Włodzimierz Skiba
6aa68c25a4 Build fix for SmartPhoneCE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 00:04:37 +00:00
Dimitri Schoolwerth
a166eb645e changed calls to wxMac's private wxColour::Set to use the renamed function wxColour::FromRGBColor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-29 19:19:58 +00:00
Stefan Csomor
af182d461f obsolete ref to checklistbox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-29 05:51:49 +00:00
Stefan Csomor
2a0155df72 switching implementation to current base technologies
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-29 05:37:31 +00:00
Stefan Csomor
753d02e833 switching implementation new core system (ATS)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-29 05:30:33 +00:00
Mart Raudsepp
d95c5149ad Add virtual keyword where applicable.
Rearrange declarations to match the order in base classes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-29 00:46:05 +00:00
Włodzimierz Skiba
7d01c54d7f Final touch for wxColour <-> wxString and wxColourBase by Francesco Montorsi.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-28 17:59:28 +00:00
Włodzimierz Skiba
33cf9a1922 Warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-28 17:07:14 +00:00
Włodzimierz Skiba
670f993563 Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-28 12:44:37 +00:00
Włodzimierz Skiba
6f26f98eb5 Simplify wxWinCE #ifdefs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-28 10:19:41 +00:00
Włodzimierz Skiba
268c20fa31 Be nice to eVC++ build process and don't include not existing files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-28 10:14:27 +00:00
Włodzimierz Skiba
979a0320b0 wxTLW::IsAlwaysMaximized() introduction.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-27 17:18:46 +00:00
Włodzimierz Skiba
30ab80d646 Unicode build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-27 16:39:30 +00:00
Vadim Zeitlin
6206893050 use wxDelegateRendererNative as base class instead of wxRendererNative to not have to reimplement all pure virtuals
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-27 13:50:20 +00:00
Włodzimierz Skiba
d5da0ce7cb Include wx/event.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-27 12:47:14 +00:00
Włodzimierz Skiba
07b6378fcb Be nice to eVC++ build process and don't include not existing files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-27 11:33:56 +00:00
Vadim Zeitlin
5b53617d42 correction to exception handling in threads: call wxThread::OnExit() always
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-27 11:31:21 +00:00
Włodzimierz Skiba
120b9b056e Refresh(row) should be RefreshRow(row), otherwise it's whole window refreshing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-27 11:25:42 +00:00
Vadim Zeitlin
114c220f2d undid last commit, it was accidental and the commit message was wrong
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-27 10:21:52 +00:00