]>
git.saurik.com Git - wxWidgets.git/log
Vadim Zeitlin [Fri, 21 Apr 2006 01:50:46 +0000 (01:50 +0000)]
added operator=(unsigned int) overload (should help djgpp compilation)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38867
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 21 Apr 2006 01:30:50 +0000 (01:30 +0000)]
always use V5 OPENFILENAME struct first and fall back on V4 if it doesn't work (replaces patch
1472018 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38866
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 21 Apr 2006 00:53:59 +0000 (00:53 +0000)]
made wxCommandEvent::GetInt() return int, not long (patch
1473771 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38865
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 20 Apr 2006 22:58:03 +0000 (22:58 +0000)]
Keep wxPalmOS buildable after changes in wxConvAuto.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38864
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Thu, 20 Apr 2006 18:36:22 +0000 (18:36 +0000)]
fix for prior commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38863
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Surovell [Thu, 20 Apr 2006 18:23:01 +0000 (18:23 +0000)]
cleanup - reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38862
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Thu, 20 Apr 2006 16:47:15 +0000 (16:47 +0000)]
remove unneeded gdiobj.h files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38861
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 20 Apr 2006 16:25:13 +0000 (16:25 +0000)]
LaTeX syntax error in wxRenameFile fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38860
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 20 Apr 2006 12:22:52 +0000 (12:22 +0000)]
fixed typo: SelectItem doesn't have return value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38859
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Thu, 20 Apr 2006 07:39:54 +0000 (07:39 +0000)]
Typo fixes (precompilatixon)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38858
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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