]>
git.saurik.com Git - wxWidgets.git/log
David Elliott [Fri, 11 Mar 2005 21:48:10 +0000 (21:48 +0000)]
Add BASE_MACOSX_HDR and use it from BASE_PLATFORM_HDR like BASE_MACOSX_SRC
is used from BASE_PLATFORM_SRC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32765
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Fri, 11 Mar 2005 21:42:46 +0000 (21:42 +0000)]
Rename BASE_MAC_OSX_(SRC|HDR) to BASE_MACOSX_WXMAC_(SRC|HDR).
Put $BASE_MAC_(SRC|HDR) inside of these definitions since they're
always needed for these cases anyway.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32764
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Fri, 11 Mar 2005 21:34:00 +0000 (21:34 +0000)]
Renamed BASE_DARWIN_(SRC|HDR) to BASE_MACOSX_NOTWXMAC_(SRC|HDR)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32763
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 11 Mar 2005 21:03:10 +0000 (21:03 +0000)]
GTK compilation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32762
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 11 Mar 2005 20:47:45 +0000 (20:47 +0000)]
GTK+ 2.0 compilation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32761
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 18:59:31 +0000 (18:59 +0000)]
compilation fix for non PCH build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32760
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 11 Mar 2005 18:56:05 +0000 (18:56 +0000)]
Compilo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32759
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 15:44:37 +0000 (15:44 +0000)]
don't use private URL in the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32758
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 11 Mar 2005 15:34:42 +0000 (15:34 +0000)]
Base for wxMessageDialog with common checks for style.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32757
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 11 Mar 2005 15:12:57 +0000 (15:12 +0000)]
Warning and build fixes focused with Borland and Watcom.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32756
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 11:49:44 +0000 (11:49 +0000)]
call wxOle[Un]Initialize() in wxClipboard ctor/dtor to ensure that when wxTheClipboard is destroyed at program shutdown and its Clear() method is called OLE is still initialized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32755
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 11:47:13 +0000 (11:47 +0000)]
extracted code calling {Ole|Co}[Un]Initialize() to wxOle[Un]Initialize() functions in oleutils.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32754
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 11:19:03 +0000 (11:19 +0000)]
Unix compilation warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32753
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Fri, 11 Mar 2005 09:33:29 +0000 (09:33 +0000)]
Committing in .
OPenVMS updates
Modified Files:
wxWidgets/setup.h_vms wxWidgets/src/unix/stdpaths.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32752
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 11 Mar 2005 09:15:01 +0000 (09:15 +0000)]
border handling streamlined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32751
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 11 Mar 2005 07:35:51 +0000 (07:35 +0000)]
Use empty check consistent with other parts.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32750
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 11 Mar 2005 07:32:27 +0000 (07:32 +0000)]
Bring back help turned off as in previous WinCE setup.h. Perhaps it should be !__SMARTPHONE__.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32749
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 11 Mar 2005 07:21:36 +0000 (07:21 +0000)]
chkconf.h of wince has to be included in files.bkl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32748
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 03:03:35 +0000 (03:03 +0000)]
added debugrpt.cpp and dbgrptg.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32747
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 03:02:44 +0000 (03:02 +0000)]
test background bitmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32746
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 03:01:22 +0000 (03:01 +0000)]
do use PCH with gsocket.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32745
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 02:55:21 +0000 (02:55 +0000)]
added wxDebugReport
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32744
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 02:13:30 +0000 (02:13 +0000)]
gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses anything else for it anyhow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32743
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 01:55:23 +0000 (01:55 +0000)]
added wxSizerFlags::Left/Right()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32742
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 01:15:47 +0000 (01:15 +0000)]
correct relative paths for headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32741
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 00:26:53 +0000 (00:26 +0000)]
regenerated with /EHsc instead of /GX (this requires cvs bakefile, please don't overwrite these changes with previous bakefile versions)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32740
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 00:19:17 +0000 (00:19 +0000)]
added wxUSE_DEBUGREPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32739
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 00:19:09 +0000 (00:19 +0000)]
cosmetic fix to a message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32738
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Mar 2005 00:02:27 +0000 (00:02 +0000)]
corrected wxLogErrors() in Clear() and Flush()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32737
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 10 Mar 2005 23:55:12 +0000 (23:55 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32736
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 10 Mar 2005 23:54:14 +0000 (23:54 +0000)]
add default action methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32735
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 10 Mar 2005 23:06:48 +0000 (23:06 +0000)]
Reenable dead keys under GTK2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32734
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 10 Mar 2005 22:02:05 +0000 (22:02 +0000)]
When drawing a solid page background, don't use theme painting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32733
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 10 Mar 2005 20:51:37 +0000 (20:51 +0000)]
Missing API of wxMenuItem. const corrections. PalmOS specific note.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32732
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 10 Mar 2005 20:14:14 +0000 (20:14 +0000)]
Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32731
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 10 Mar 2005 19:59:01 +0000 (19:59 +0000)]
Disable wxID_EXIT on PalmOS with all consequences in content of menu (separators). Remove msw related code in wxPalmOS.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32730
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Mar 2005 19:37:21 +0000 (19:37 +0000)]
disable drag and drop
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32729
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 10 Mar 2005 19:34:58 +0000 (19:34 +0000)]
Use initial book from available controls. Select it in menu correctly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32728
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Mar 2005 19:23:33 +0000 (19:23 +0000)]
wxGetEnv() should return wxChar *, even if it's a macro and not a function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32727
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 10 Mar 2005 19:22:46 +0000 (19:22 +0000)]
Apart smartphones use choicebook when notebook is not available (like testing smartphone layout using desktop build).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32726
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 10 Mar 2005 19:20:32 +0000 (19:20 +0000)]
use dummy.cpp with eVC, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32725
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 10 Mar 2005 19:20:16 +0000 (19:20 +0000)]
use dummy.cpp with eVC, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32724
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Mar 2005 19:20:04 +0000 (19:20 +0000)]
define wxGetEnv() as macro, not inline function, for WinCE as otherwise extended.c compilation fails
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32723
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Mar 2005 19:19:09 +0000 (19:19 +0000)]
Unicode fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32722
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Mar 2005 19:16:07 +0000 (19:16 +0000)]
ignore build files for stuff which is not in the cvs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32721
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Mar 2005 19:14:53 +0000 (19:14 +0000)]
define wxGetenv() for WinCE which doesn't have _tgetenv() to always return NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32720
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Mar 2005 19:14:04 +0000 (19:14 +0000)]
use wxGetenv() instead of getenv() which doesn't exist under WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32719
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Mar 2005 19:11:57 +0000 (19:11 +0000)]
moved WinCE-specific part into wx/msw/wince/chkconf.h; added more stuff to it (partly moved from wince/setup.h)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32718
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 10 Mar 2005 19:07:15 +0000 (19:07 +0000)]
Give the wxChoice an explicit width so the min size of the panel won't
be too large, preventing the splitter from resizing it back down to a
manageble size.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32717
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Mar 2005 19:06:26 +0000 (19:06 +0000)]
disable wxUSE_EXCEPTIONS when compiling with VC++ but without /GX (a.k.a. /EHsc) switch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32716
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Mar 2005 18:54:53 +0000 (18:54 +0000)]
unused param warning with wxUSE_OLE=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32715
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Mar 2005 18:26:29 +0000 (18:26 +0000)]
generate (common part of) include/wx/msw/wince/setup.h automatically, as for MSW, Mac and Unix setup.h versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32714
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 10 Mar 2005 15:47:43 +0000 (15:47 +0000)]
cursor setting corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32713
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 10 Mar 2005 15:46:31 +0000 (15:46 +0000)]
make sure we don't have two associations pointing to the same control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32712
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Mar 2005 14:49:52 +0000 (14:49 +0000)]
check that wxYES and wxNO are always used together as the native msg box can't use them separately (related to bug
1160422 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32711
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 10 Mar 2005 14:18:42 +0000 (14:18 +0000)]
Smartphone adjustements to generic log dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32710
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 10 Mar 2005 00:45:31 +0000 (00:45 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32709
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 10 Mar 2005 00:41:44 +0000 (00:41 +0000)]
Catch possible exception from getdefaultlocale
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32708
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 9 Mar 2005 23:17:01 +0000 (23:17 +0000)]
Added some missing samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32707
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 9 Mar 2005 23:01:35 +0000 (23:01 +0000)]
fixed wxrc's dependencies
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32706
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 9 Mar 2005 22:52:07 +0000 (22:52 +0000)]
AddFile usage clarifications
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32705
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 9 Mar 2005 22:49:23 +0000 (22:49 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32704
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 9 Mar 2005 22:31:00 +0000 (22:31 +0000)]
Added some missing files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32703
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 9 Mar 2005 22:30:18 +0000 (22:30 +0000)]
User newer APIs for setting up scrolling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32702
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 9 Mar 2005 22:28:52 +0000 (22:28 +0000)]
Use the PyGILState_* APIs on Python >= 2.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32701
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 9 Mar 2005 19:04:46 +0000 (19:04 +0000)]
Compilo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32700
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 9 Mar 2005 18:54:52 +0000 (18:54 +0000)]
cgimagecreate from wxbitmap crashes 10.2 - turn off. Put in right click handler to avoid double-creation of the menus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32699
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 9 Mar 2005 18:53:45 +0000 (18:53 +0000)]
Don't pass empty string to wxFileNameFSSpec or you get a crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32698
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Wed, 9 Mar 2005 18:12:27 +0000 (18:12 +0000)]
Automatic use of MSG_NOSIGNAL or SO_NOSIGPIPE (checked at compile time); moved enabling of connection events on Darwin after connection has been accepted in WaitConnection; in Connect, enable events only after connection has succeeded rather than unconditionally before; do not close connection when a socket call results in EWOULDBLOCK, EAGAIN or EINTR, as these do not indicate a closed connection; loop around calls to send and recv so that socket calls returning EINTR can be immediately retried; check for invalid socket pointer in Detected_Read
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32697
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Wed, 9 Mar 2005 16:37:36 +0000 (16:37 +0000)]
minor cleanup (doc typos fixed, removed tabs)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32696
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 9 Mar 2005 16:29:59 +0000 (16:29 +0000)]
Missing casts to event handling functions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32695
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 9 Mar 2005 15:23:49 +0000 (15:23 +0000)]
made wxStaticCast more backwards compatible by allowing it to cast away const as well (in release build)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32694
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 9 Mar 2005 07:36:34 +0000 (07:36 +0000)]
WinCE fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32693
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 9 Mar 2005 07:29:27 +0000 (07:29 +0000)]
Missing flags.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32692
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 9 Mar 2005 00:02:55 +0000 (00:02 +0000)]
slightly clarified msw.window.no-clip-children test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32691
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 8 Mar 2005 22:55:26 +0000 (22:55 +0000)]
Applied dir control token patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32690
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 8 Mar 2005 22:50:46 +0000 (22:50 +0000)]
Applied DnD patch, adding a field for setting a default action.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32689
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 8 Mar 2005 22:37:46 +0000 (22:37 +0000)]
Override OnSize in the scrollsub sample to disable
sizer and scrollarea interferance.
Made some code in wxScrolledWindow slightly clearer
and removed a hack for something that shouldn't
happen any more.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32688
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 8 Mar 2005 21:05:39 +0000 (21:05 +0000)]
Fix crash when using a proxy (m_protocol already gets cleaned up via CleanData())
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32687
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 8 Mar 2005 20:53:16 +0000 (20:53 +0000)]
Casting fix for events. Needs check by ARM eVC4 users.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32686
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 8 Mar 2005 20:43:57 +0000 (20:43 +0000)]
More cleaning and wxFileOffset usage.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32685
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 8 Mar 2005 20:43:27 +0000 (20:43 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32684
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 8 Mar 2005 20:16:44 +0000 (20:16 +0000)]
return name and extension by const ref, not by value, to prevent bugs as the one just fixed by patch
1159289 from compiling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32683
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 8 Mar 2005 20:13:58 +0000 (20:13 +0000)]
fixed wrong use of = instead of == (patch
1159289 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32682
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 8 Mar 2005 20:11:06 +0000 (20:11 +0000)]
removed unused wxDirToWinStyle() (part of patch
1159289 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32681
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Tue, 8 Mar 2005 20:02:51 +0000 (20:02 +0000)]
GTK1 compilation fix from Mart R., followup to patch
1157735
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32680
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Tue, 8 Mar 2005 19:37:38 +0000 (19:37 +0000)]
Removed descriptions of now-private m_ variables and moved the detailed information about the event information for each field to the appropriate Get() method descriptions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32679
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 8 Mar 2005 15:18:36 +0000 (15:18 +0000)]
Correct header filename (part of bug #
1154011 ).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32678
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 8 Mar 2005 13:12:21 +0000 (13:12 +0000)]
don't need AC_CXX_DYNAMIC_CAST for now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32677
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 8 Mar 2005 13:09:25 +0000 (13:09 +0000)]
use static_cast<> for wxStaticCast; updated comment in front of wxDynamicCast()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32676
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 8 Mar 2005 11:17:48 +0000 (11:17 +0000)]
mention Linux/AMD64 build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32675
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 8 Mar 2005 11:17:01 +0000 (11:17 +0000)]
removed wx_dynamic_cast(), it can't be implemented properly without real dynamic_cast<>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32674
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 8 Mar 2005 10:56:46 +0000 (10:56 +0000)]
set wxDIALOG_UNIT_COMPATIBILITY to 0 by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32673
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 8 Mar 2005 10:44:38 +0000 (10:44 +0000)]
Allow forward declaration of wxSlider in wxMSW (bug
1157614 ). Remove unused header from wxSliderMSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32672
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 8 Mar 2005 10:37:35 +0000 (10:37 +0000)]
fixed loop deleting the old filters in SetWildcard() after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32671
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 8 Mar 2005 10:04:24 +0000 (10:04 +0000)]
Missing flags.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32670
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 8 Mar 2005 09:51:20 +0000 (09:51 +0000)]
XTI has own wxObjectEventFunction and has to follow event.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32669
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 8 Mar 2005 01:47:45 +0000 (01:47 +0000)]
Workaround for toolbartool tooltip not getting written to the XRC file.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32668
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 8 Mar 2005 01:16:49 +0000 (01:16 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32667
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 8 Mar 2005 01:14:33 +0000 (01:14 +0000)]
Fix compilation error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32666
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775