wxWidgets.git
18 years agoInclude wx/list.h according to precompiled headers of wx/wx.h (with other minor clean...
Włodzimierz Skiba [Thu, 20 Apr 2006 07:31:44 +0000 (07:31 +0000)] 
Include wx/list.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoCoverity CID117: Ignore returned_null here, because we know it can't happen because...
Mart Raudsepp [Thu, 20 Apr 2006 07:08:55 +0000 (07:08 +0000)] 
Coverity CID117: Ignore returned_null here, because we know it can't happen because the Matches() above succeeded

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

18 years agoDocView and ActiveGrid IDE updates from Morgan Hua:
Robin Dunn [Thu, 20 Apr 2006 06:34:04 +0000 (06:34 +0000)] 
DocView and ActiveGrid IDE updates from Morgan Hua:
    New Features: In Tab-View mode, Ctrl-number will take the user to
    the numbered tab view.  Modified files now show an '*' astrisk in
    the view title.  Debugger framework can now support PHP debugging.
    Not important for python development, but at least that means the
    debugger framework is more generalized.

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

18 years agoDocView and ActiveGrid IDE updates from Morgan Hua:
Robin Dunn [Thu, 20 Apr 2006 06:26:03 +0000 (06:26 +0000)] 
DocView and ActiveGrid IDE updates from Morgan Hua:
    New Features: In Tab-View mode, Ctrl-number will take the user to
    the numbered tab view.  Modified files now show an '*' astrisk in
    the view title.  Debugger framework can now support PHP debugging.
    Not important for python development, but at least that means the
    debugger framework is more generalized.

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

18 years agoAdd code to remove the selection (if any) in wxTextCtrl::WriteText for multi-line...
Robin Dunn [Thu, 20 Apr 2006 04:23:36 +0000 (04:23 +0000)] 
Add code to remove the selection (if any) in wxTextCtrl::WriteText for multi-line controls

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

18 years agoFixed line-endings
Robin Dunn [Wed, 19 Apr 2006 19:14:17 +0000 (19:14 +0000)] 
Fixed line-endings

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

18 years agofixing two unicode compile errors
Stefan Csomor [Wed, 19 Apr 2006 16:43:08 +0000 (16:43 +0000)] 
fixing two unicode compile errors

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

18 years agocleanup - reformatting
David Surovell [Wed, 19 Apr 2006 15:38:26 +0000 (15:38 +0000)] 
cleanup - reformatting

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

18 years agofixing sign conversion warning
Stefan Csomor [Wed, 19 Apr 2006 14:42:55 +0000 (14:42 +0000)] 
fixing sign conversion warning

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

18 years agomb2wc fixes
Stefan Csomor [Wed, 19 Apr 2006 14:37:08 +0000 (14:37 +0000)] 
mb2wc fixes

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

18 years agoInclude wx/dynarray.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Wed, 19 Apr 2006 14:18:39 +0000 (14:18 +0000)] 
Include wx/dynarray.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoBuild fix after recent changes in wxRendererNative class.
Włodzimierz Skiba [Wed, 19 Apr 2006 12:15:44 +0000 (12:15 +0000)] 
Build fix after recent changes in wxRendererNative class.

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

18 years agoInclude wx/object.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Wed, 19 Apr 2006 10:02:20 +0000 (10:02 +0000)] 
Include wx/object.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agofix off by one error in CharToString(); also simplified the conversion code a bit
Vadim Zeitlin [Wed, 19 Apr 2006 09:38:54 +0000 (09:38 +0000)] 
fix off by one error in CharToString(); also simplified the conversion code a bit

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

18 years ago renderer::DrawHeaderButton() seems to need space
Robert Roebling [Wed, 19 Apr 2006 08:32:55 +0000 (08:32 +0000)] 
  renderer::DrawHeaderButton() seems to need space
    which should be corrected in a general way.

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

18 years ago Added style flags for selection mode.
Robert Roebling [Wed, 19 Apr 2006 08:31:35 +0000 (08:31 +0000)] 
  Added style flags for selection mode.

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

18 years ago Fix Refresh() problem.
Robert Roebling [Wed, 19 Apr 2006 08:20:42 +0000 (08:20 +0000)] 
  Fix Refresh() problem.

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

18 years agolistbox rewrite, cleanup
Stefan Csomor [Wed, 19 Apr 2006 07:53:02 +0000 (07:53 +0000)] 
listbox rewrite, cleanup

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

18 years agolistbox rewrite
Stefan Csomor [Wed, 19 Apr 2006 07:25:08 +0000 (07:25 +0000)] 
listbox rewrite

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

18 years agofixing 'id' objc.h collisions, listbox rewrite
Stefan Csomor [Wed, 19 Apr 2006 06:42:21 +0000 (06:42 +0000)] 
fixing 'id' objc.h collisions, listbox rewrite

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

18 years agofixing 'id' objc.h collisions
Stefan Csomor [Wed, 19 Apr 2006 06:39:43 +0000 (06:39 +0000)] 
fixing 'id' objc.h collisions

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

18 years agodon't convert false to a pointer
Paul Cornett [Wed, 19 Apr 2006 03:07:42 +0000 (03:07 +0000)] 
don't convert false to a pointer

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

18 years agoimplemented DrawCheckButton() for XP renderer; code cleanup
Vadim Zeitlin [Wed, 19 Apr 2006 02:15:30 +0000 (02:15 +0000)] 
implemented DrawCheckButton() for XP renderer; code cleanup

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

18 years agodon't duplicate wxDCBase::DoDrawCheckMark() code in wxDC
Vadim Zeitlin [Wed, 19 Apr 2006 01:22:30 +0000 (01:22 +0000)] 
don't duplicate wxDCBase::DoDrawCheckMark() code in wxDC

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

18 years agouse wxDC::DrawCheckMark() to draw the checkbox button; also simplified the code
Vadim Zeitlin [Wed, 19 Apr 2006 01:20:42 +0000 (01:20 +0000)] 
use wxDC::DrawCheckMark() to draw the checkbox button; also simplified the code

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

18 years agofixed unused param warning
Vadim Zeitlin [Wed, 19 Apr 2006 01:07:10 +0000 (01:07 +0000)] 
fixed unused param warning

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

18 years agoregenerated using build/update-setup-h to have wxUSE_DISPLAY and wxUSE_DATAVIEWCTRL...
Vadim Zeitlin [Wed, 19 Apr 2006 01:03:10 +0000 (01:03 +0000)] 
regenerated using build/update-setup-h to have wxUSE_DISPLAY and wxUSE_DATAVIEWCTRL changes in all versions

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

18 years agoset wxUSE_DISPLAY to 1 by default
Vadim Zeitlin [Wed, 19 Apr 2006 01:00:51 +0000 (01:00 +0000)] 
set wxUSE_DISPLAY to 1 by default

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

18 years agoput wxUSE_DATAVIEWCTRL in alphabetical order
Vadim Zeitlin [Wed, 19 Apr 2006 00:58:44 +0000 (00:58 +0000)] 
put wxUSE_DATAVIEWCTRL in alphabetical order

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

18 years agoremove unneeded gdiobj.h files
Paul Cornett [Wed, 19 Apr 2006 00:25:30 +0000 (00:25 +0000)] 
remove unneeded gdiobj.h files

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

18 years agoreSWIGged
Robin Dunn [Wed, 19 Apr 2006 00:22:55 +0000 (00:22 +0000)] 
reSWIGged

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

18 years ago Added some column width contrl code.
Robert Roebling [Tue, 18 Apr 2006 23:14:36 +0000 (23:14 +0000)] 
  Added some column width contrl code.

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

18 years ago Fix code when making scrollwindow bigger so that
Robert Roebling [Tue, 18 Apr 2006 23:11:50 +0000 (23:11 +0000)] 
  Fix code when making scrollwindow bigger so that
    the scroll bars will finally disappear. The
    code forgot to scroll the window back to 0.

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

18 years agoreSWIGged
Robin Dunn [Tue, 18 Apr 2006 23:00:39 +0000 (23:00 +0000)] 
reSWIGged

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

18 years agoSome minor tweaks
Robin Dunn [Tue, 18 Apr 2006 22:59:14 +0000 (22:59 +0000)] 
Some minor tweaks

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

18 years agodefine constfunc in terms of func, this helps tex2rtf to create automatic links for...
Vadim Zeitlin [Tue, 18 Apr 2006 22:56:06 +0000 (22:56 +0000)] 
define constfunc in terms of func, this helps tex2rtf to create automatic links for the types used as constfunc arguments

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

18 years agowxSizerItem can be used by user code
Vadim Zeitlin [Tue, 18 Apr 2006 22:54:48 +0000 (22:54 +0000)] 
wxSizerItem can be used by user code

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

18 years agodon't use the return result of wxLocaltime_r, we receive the output in second paramet...
Vadim Zeitlin [Tue, 18 Apr 2006 22:28:02 +0000 (22:28 +0000)] 
don't use the return result of wxLocaltime_r, we receive the output in second parameter anyhow (simplifies the code and also suppresses warning about tm being not used if WX_GMTOFF_IN_TM is not defined)

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

18 years agoFixes after stock gdi changes within core library
Paul Cornett [Tue, 18 Apr 2006 22:26:26 +0000 (22:26 +0000)] 
Fixes after stock gdi changes within core library

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

18 years agouse CXXFLAGS instead of CFLAGS in several places now that the tests are done using...
Vadim Zeitlin [Tue, 18 Apr 2006 22:06:57 +0000 (22:06 +0000)] 
use CXXFLAGS instead of CFLAGS in several places now that the tests are done using C++ compiler

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

18 years agoAdd AppendSubMenu
Robin Dunn [Tue, 18 Apr 2006 21:56:56 +0000 (21:56 +0000)] 
Add AppendSubMenu

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

18 years agoRemoved GetVisible and SetVisible
Robin Dunn [Tue, 18 Apr 2006 21:56:24 +0000 (21:56 +0000)] 
Removed GetVisible and SetVisible

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

18 years agoAdded wx.RendererNative.DrawCheckButton.
Robin Dunn [Tue, 18 Apr 2006 21:55:25 +0000 (21:55 +0000)] 
Added wx.RendererNative.DrawCheckButton.

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

18 years agoAdded wx.StandardPaths.GetDocumentsDir
Robin Dunn [Tue, 18 Apr 2006 21:54:14 +0000 (21:54 +0000)] 
Added wx.StandardPaths.GetDocumentsDir

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

18 years agoChanged how the stock objects (wx.RED, wx.RED_PEN, wx.RED_BRUSH, etc.)
Robin Dunn [Tue, 18 Apr 2006 21:49:48 +0000 (21:49 +0000)] 
Changed how the stock objects (wx.RED, wx.RED_PEN, wx.RED_BRUSH, etc.)
are initialized.  They are now created as a wrapper object that
initializes itself on first use (when an attribute of the object is
requested.)  This was needed because of similar delayed initialization
functionality that was implemented in wxWidgets, but the end result is
cleaner for wxPython as well, and allowed me to remove some ugly code
under the covers.

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

18 years agoregenaretd configure after AC_LANG changes
Vadim Zeitlin [Tue, 18 Apr 2006 21:07:06 +0000 (21:07 +0000)] 
regenaretd configure after AC_LANG changes

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

18 years agodon't include GNOME FS header if we don't use it (and might not have it at all)
Vadim Zeitlin [Tue, 18 Apr 2006 21:06:25 +0000 (21:06 +0000)] 
don't include GNOME FS header if we don't use it (and might not have it at all)

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

18 years agocompile GTK+ test program using C compiler, not C++ one, otherwise it always fails...
Vadim Zeitlin [Tue, 18 Apr 2006 21:03:57 +0000 (21:03 +0000)] 
compile GTK+ test program using C compiler, not C++ one, otherwise it always fails as it uses undeclared functions

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

18 years agoremoved extra semicolon
Vadim Zeitlin [Tue, 18 Apr 2006 21:03:15 +0000 (21:03 +0000)] 
removed extra semicolon

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

18 years agodo all tests using C++ compiler, this should fix all problems due to testing with...
Vadim Zeitlin [Tue, 18 Apr 2006 20:50:24 +0000 (20:50 +0000)] 
do all tests using C++ compiler, this should fix all problems due to testing with C compiler and compiling the real code later with the C++ one (such as bug 1472458); in case of problems, the last version using C for (most) tests is tagged BEFORE_LANG_CXX

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

18 years agoWarning fix.
Włodzimierz Skiba [Tue, 18 Apr 2006 19:37:10 +0000 (19:37 +0000)] 
Warning fix.

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

18 years agoAvoid deleting 'const' object.
Włodzimierz Skiba [Tue, 18 Apr 2006 19:34:23 +0000 (19:34 +0000)] 
Avoid deleting 'const' object.

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

18 years ago Add wxRenderer::DrawCheckButton for use inside
Robert Roebling [Tue, 18 Apr 2006 16:14:12 +0000 (16:14 +0000)] 
  Add wxRenderer::DrawCheckButton for use inside
    wxDataViewCtrl.

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

18 years agoBlind build fix for night wxOS2 build.
Włodzimierz Skiba [Tue, 18 Apr 2006 12:30:57 +0000 (12:30 +0000)] 
Blind build fix for night wxOS2 build.

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

18 years agoFixes after stock gdi changes within core library.
Włodzimierz Skiba [Tue, 18 Apr 2006 10:01:38 +0000 (10:01 +0000)] 
Fixes after stock gdi changes within core library.

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

18 years agowx/wxprec.h already includes wx/defs.h (with other minor cleaning).
Włodzimierz Skiba [Tue, 18 Apr 2006 09:56:17 +0000 (09:56 +0000)] 
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).

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

18 years agowx/wxprec.h already includes wx/defs.h (with other minor cleaning).
Włodzimierz Skiba [Tue, 18 Apr 2006 09:05:00 +0000 (09:05 +0000)] 
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).

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

18 years ago[#1472076] Fixes after stock gdi changes within core library.
Włodzimierz Skiba [Tue, 18 Apr 2006 08:29:15 +0000 (08:29 +0000)] 
[#1472076] Fixes after stock gdi changes within core library.

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

18 years agowx/wxprec.h already includes wx/defs.h (with other minor cleaning).
Włodzimierz Skiba [Tue, 18 Apr 2006 08:11:26 +0000 (08:11 +0000)] 
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).

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

18 years agowx/wxprec.h already includes wx/defs.h (with other minor cleaning).
Włodzimierz Skiba [Tue, 18 Apr 2006 07:24:35 +0000 (07:24 +0000)] 
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).

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

18 years agocompilation fix for !WX_PRECOMP
Vadim Zeitlin [Mon, 17 Apr 2006 18:04:58 +0000 (18:04 +0000)] 
compilation fix for !WX_PRECOMP

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

18 years agodocument that Remove(index) doesn't delete the window neither (replaces patch 1470834)
Vadim Zeitlin [Mon, 17 Apr 2006 17:01:16 +0000 (17:01 +0000)] 
document that Remove(index) doesn't delete the window neither (replaces patch 1470834)

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

18 years agocorrected ancient event type constant in an example
Vadim Zeitlin [Mon, 17 Apr 2006 11:43:41 +0000 (11:43 +0000)] 
corrected ancient event type constant in an example

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

18 years agoimplement Layout() so that sizers work correctly when the window is scrolled (1st...
Vadim Zeitlin [Mon, 17 Apr 2006 02:00:48 +0000 (02:00 +0000)] 
implement Layout() so that sizers work correctly when the window is scrolled (1st part of the patch 1439905)

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

18 years agodon't use COMPRESSION_LZW by default, it's not implemented in our own libtiff (patch...
Vadim Zeitlin [Mon, 17 Apr 2006 01:54:10 +0000 (01:54 +0000)] 
don't use COMPRESSION_LZW by default, it's not implemented in our own libtiff (patch 1434275)

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

18 years agoadded insert_at property for the object nodes (patch 1185138)
Vadim Zeitlin [Mon, 17 Apr 2006 01:35:22 +0000 (01:35 +0000)] 
added insert_at property for the object nodes (patch 1185138)

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

18 years agoadded wxStandardPaths::GetDocumentsDir() (patch 1214360)
Vadim Zeitlin [Mon, 17 Apr 2006 01:12:04 +0000 (01:12 +0000)] 
added wxStandardPaths::GetDocumentsDir() (patch 1214360)

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

18 years agodon't eat activation events (replaces patch 1465849)
Vadim Zeitlin [Mon, 17 Apr 2006 00:00:58 +0000 (00:00 +0000)] 
don't eat activation events (replaces patch 1465849)

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

18 years agoadded a menu allowing to quickly switch to any page
Vadim Zeitlin [Sun, 16 Apr 2006 23:57:57 +0000 (23:57 +0000)] 
added a menu allowing to quickly switch to any page

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

18 years agono changes, just removed some commented out code
Vadim Zeitlin [Sun, 16 Apr 2006 23:43:49 +0000 (23:43 +0000)] 
no changes, just removed some commented out code

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

18 years agodon't return items which are not visible from DoHitTest() (patch 1448508)
Vadim Zeitlin [Sun, 16 Apr 2006 23:41:52 +0000 (23:41 +0000)] 
don't return items which are not visible from DoHitTest() (patch 1448508)

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

18 years agoadded a menu allowing to change the border style used by the widget
Vadim Zeitlin [Sun, 16 Apr 2006 23:39:11 +0000 (23:39 +0000)] 
added a menu allowing to change the border style used by the widget

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

18 years agocentralized the handling of border styles; added borders support for wxListBox and...
Vadim Zeitlin [Sun, 16 Apr 2006 23:38:26 +0000 (23:38 +0000)] 
centralized the handling of border styles; added borders support for wxListBox and support of other kinds of borders (patch 1448088)

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

18 years agoadded wxMenu::AppendSubMenu() to avoid having to specify a dummy id when adding a...
Vadim Zeitlin [Sun, 16 Apr 2006 23:25:21 +0000 (23:25 +0000)] 
added wxMenu::AppendSubMenu() to avoid having to specify a dummy id when adding a submenu

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

18 years agoclarified the rules for determining whether the path is absolute or relative (patch...
Vadim Zeitlin [Sun, 16 Apr 2006 22:44:19 +0000 (22:44 +0000)] 
clarified the rules for determining whether the path is absolute or relative (patch 1451229 and bug 1438196)

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

18 years agoadded virtual dtor to wxHtmlWindowMouseHelper to avoid gcc warnings
Vadim Zeitlin [Sun, 16 Apr 2006 22:41:15 +0000 (22:41 +0000)] 
added virtual dtor to wxHtmlWindowMouseHelper to avoid gcc warnings

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

18 years agosimplify/cleanup wxTheXXXList and wxGDIObject code (patch 1452023 from Paul Cornett)
Vadim Zeitlin [Sun, 16 Apr 2006 22:33:24 +0000 (22:33 +0000)] 
simplify/cleanup wxTheXXXList and wxGDIObject code (patch 1452023 from Paul Cornett)

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

18 years agobuild fixes for wxUSE_LOG==0 (modified patch 1450207)
Vadim Zeitlin [Sun, 16 Apr 2006 22:29:47 +0000 (22:29 +0000)] 
build fixes for wxUSE_LOG==0 (modified patch 1450207)

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

18 years agocreate stock GDI objects on demand; use const with GDI objects appropriately (patch...
Vadim Zeitlin [Sun, 16 Apr 2006 22:18:29 +0000 (22:18 +0000)] 
create stock GDI objects on demand; use const with GDI objects appropriately (patch 1445355)

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

18 years agodocumented Set/GetBitmapSelected() (patch 1339028)
Vadim Zeitlin [Sun, 16 Apr 2006 22:10:45 +0000 (22:10 +0000)] 
documented Set/GetBitmapSelected() (patch 1339028)

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

18 years agoshow effects of mirroring toucan image with alpha (modified part of patch 1469817)
Vadim Zeitlin [Sun, 16 Apr 2006 21:41:59 +0000 (21:41 +0000)] 
show effects of mirroring toucan image with alpha (modified part of patch 1469817)

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

18 years agoHandle alpha channel in wxImage::Mirror() and GetSubImage() (patch 1469817)
Vadim Zeitlin [Sun, 16 Apr 2006 21:37:39 +0000 (21:37 +0000)] 
Handle alpha channel in wxImage::Mirror() and GetSubImage() (patch 1469817)

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

18 years agoimplement wxFileModificationTime() in terms of wxFileName::GetTimes() (replaces broke...
Vadim Zeitlin [Sun, 16 Apr 2006 21:24:22 +0000 (21:24 +0000)] 
implement wxFileModificationTime() in terms of wxFileName::GetTimes() (replaces broken patch 1468592)

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

18 years agoadded overwrite parameter to wxRenameFile (patch 1467041)
Vadim Zeitlin [Sun, 16 Apr 2006 21:14:00 +0000 (21:14 +0000)] 
added overwrite parameter to wxRenameFile (patch 1467041)

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

18 years agoadded missing methods documentation (patch 1466949); also use \arg instead of \it
Vadim Zeitlin [Sun, 16 Apr 2006 21:09:12 +0000 (21:09 +0000)] 
added missing methods documentation (patch 1466949); also use \arg instead of \it

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

18 years agoMake an image block beore writing it, if there's no data in the block
Julian Smart [Sun, 16 Apr 2006 18:37:09 +0000 (18:37 +0000)] 
Make an image block beore writing it, if there's no data in the block

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

18 years agodefine WX_DIR as WXWIN env var for Unix and not only Win32
Vadim Zeitlin [Sun, 16 Apr 2006 15:47:11 +0000 (15:47 +0000)] 
define WX_DIR as WXWIN env var for Unix and not only Win32

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

18 years agoallow specifying non default libraries for gnu output format (patch 1469464)
Vadim Zeitlin [Sun, 16 Apr 2006 15:42:00 +0000 (15:42 +0000)] 
allow specifying non default libraries for gnu output format (patch 1469464)

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

18 years agoChanged the wxPlatform syntax as per Vadim's suggestions
Julian Smart [Sun, 16 Apr 2006 09:31:06 +0000 (09:31 +0000)] 
Changed the wxPlatform syntax as per Vadim's suggestions

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

18 years agoHitTest() seems to be implemented on most platforms now (replaces patch 1467212)
Vadim Zeitlin [Sun, 16 Apr 2006 01:24:32 +0000 (01:24 +0000)] 
HitTest() seems to be implemented on most platforms now (replaces patch 1467212)

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

18 years agofixed typo in EVT_SCROLLWIN_BOTTOM documentation (patch 1463429)
Vadim Zeitlin [Sun, 16 Apr 2006 01:16:16 +0000 (01:16 +0000)] 
fixed typo in EVT_SCROLLWIN_BOTTOM documentation (patch 1463429)

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

18 years agoset up scrollbars correctly when we don't need them (fixes the problems reported...
Vadim Zeitlin [Sun, 16 Apr 2006 01:14:28 +0000 (01:14 +0000)] 
set up scrollbars correctly when we don't need them (fixes the problems reported by the patches 1460482 and 1456060)

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

18 years agoremoved unnecessary (the problem is due to a bug elsewhere) test for vertical scroll...
Vadim Zeitlin [Sun, 16 Apr 2006 01:10:28 +0000 (01:10 +0000)] 
removed unnecessary (the problem is due to a bug elsewhere) test for vertical scroll position in OnScroll() introduced in rev 1.400

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

18 years agoa tentatively better fix for the problem of patch 1456060: don't use m_linesPerPage...
Vadim Zeitlin [Sun, 16 Apr 2006 00:48:34 +0000 (00:48 +0000)] 
a tentatively better fix for the problem of patch 1456060: don't use m_linesPerPage directly as it's initialized on demand by GetCountPerPage(); also removed some stray tabs

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

18 years agoTypo correction
Julian Smart [Sat, 15 Apr 2006 19:34:18 +0000 (19:34 +0000)] 
Typo correction

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

18 years agoremoved unneeded reverse_iterator::operator->() which provokes VC6 warnings
Vadim Zeitlin [Sat, 15 Apr 2006 18:39:56 +0000 (18:39 +0000)] 
removed unneeded reverse_iterator::operator->() which provokes VC6 warnings

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

18 years agoEasier platform testing class and function
Julian Smart [Sat, 15 Apr 2006 17:40:13 +0000 (17:40 +0000)] 
Easier platform testing class and function

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

18 years agomade width computation in GetTextExtent() more precise, especially for italics fonts...
Vadim Zeitlin [Sat, 15 Apr 2006 15:08:43 +0000 (15:08 +0000)] 
made width computation in GetTextExtent() more precise, especially for italics fonts (based on the code from Wlodek Szafran)

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

18 years agoadded wxString::rbegin() and rend()
Vadim Zeitlin [Sat, 15 Apr 2006 15:03:57 +0000 (15:03 +0000)] 
added wxString::rbegin() and rend()

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

18 years agoReplaced "uint" (which may be or may not be defined depending on platform)
Stefan Neis [Sat, 15 Apr 2006 10:01:21 +0000 (10:01 +0000)] 
Replaced "uint" (which may be or may not be defined depending on platform)
        by "guint".

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