]>
git.saurik.com Git - wxWidgets.git/log
David Elliott [Mon, 14 Jul 2003 14:14:11 +0000 (14:14 +0000)]
wxCocoa: allow sash, splitter, and startup tips
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21956
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 14 Jul 2003 14:11:52 +0000 (14:11 +0000)]
Use generic MDI with wxCocoa until a real implementation is done
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21955
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 14 Jul 2003 13:59:20 +0000 (13:59 +0000)]
Added (Start|End)DrawingOnTop stubs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21954
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 14 Jul 2003 13:19:50 +0000 (13:19 +0000)]
Commented out wxAutoNSAutoreleasePool in CallOnInit()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21953
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 14 Jul 2003 13:10:32 +0000 (13:10 +0000)]
Put wxAutoNSAutoreleasePool in methods that may be used outside the run loop.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21952
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 14 Jul 2003 13:05:19 +0000 (13:05 +0000)]
Use the new wx/cocoa/autorelease.h header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21951
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 14 Jul 2003 13:03:18 +0000 (13:03 +0000)]
Place wxAutoNSAutoreleasePool in this header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21950
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 14 Jul 2003 09:09:00 +0000 (09:09 +0000)]
SendIdleEvents -> ProcessIdle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21949
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 14 Jul 2003 08:41:08 +0000 (08:41 +0000)]
Rationalised OnIdle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21948
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 14 Jul 2003 03:48:20 +0000 (03:48 +0000)]
Put OnIdle() back. Without deleting pending objects, frames that have
been Destroy()ed (e.g. by the default close implementation) never actually
get deleted and thus the program never terminates because the
wxTopLevelWindowBase destructor is never called to do ExitMainLoop()
FIXME: Why isn't this OnIdle stuff simply in wxAppBase?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21947
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 14 Jul 2003 03:04:37 +0000 (03:04 +0000)]
In the object destructor, Disassociate the object from its Cocoa counterpart
but leave m_cocoaNSWindow intact so base class destructor can use it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21946
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 14 Jul 2003 03:02:04 +0000 (03:02 +0000)]
In destructor, pass the NSView ownership to the base class
Avoid extra if tests now that Associate/Disassociate do the test themselves
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21945
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Mon, 14 Jul 2003 02:46:12 +0000 (02:46 +0000)]
Call -[NSApplication stop] instead of terminate. The stop message will
return to the caller allowing processing to continue until all events
have been processed. Make sure that no more idle events are installed
by checking -[NSApplication isRunning].
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21944
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 14 Jul 2003 00:50:57 +0000 (00:50 +0000)]
removed OnIdle() which didn't compile any longer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21943
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Jul 2003 22:53:49 +0000 (22:53 +0000)]
ugly fix for warnings when wxUSE_STL==0 not breaking compilation when wxUSE_STL==1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21942
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Jul 2003 21:33:56 +0000 (21:33 +0000)]
mention wxCrashReport
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21941
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Jul 2003 21:31:23 +0000 (21:31 +0000)]
added crashrpt.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21940
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Jul 2003 21:31:11 +0000 (21:31 +0000)]
wxGlobalSEHandler() takes PEXCEPTION_POINTERS now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21939
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Jul 2003 21:29:37 +0000 (21:29 +0000)]
moved SEH stuff to crashrpt.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21938
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Jul 2003 21:19:26 +0000 (21:19 +0000)]
added wxHAS_ICON_LOCATION and wxHAS_CRASH_REPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21937
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Jul 2003 21:18:04 +0000 (21:18 +0000)]
wxSEHReport renamed to wxCrashReport enhanced and debugged; seems to work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21936
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sun, 13 Jul 2003 20:07:45 +0000 (20:07 +0000)]
Move #inclusion of wx/msw/winundef.h for MinGW to afterstd.h.
Fix WX_DEFINE_TYPEARRAY assert to refer to base array's elemnt type
rather than to void*.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21935
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 13 Jul 2003 16:59:30 +0000 (16:59 +0000)]
Improvements to OnIdle processing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21934
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Jul 2003 02:28:11 +0000 (02:28 +0000)]
first version of crash reporting code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21933
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 12 Jul 2003 23:09:04 +0000 (23:09 +0000)]
Use WM_INITMENUPOPUP
Added wxMenu member to wxMenuEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21930
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 12 Jul 2003 20:36:50 +0000 (20:36 +0000)]
Warning fixes for wxUSE_STL=1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21929
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Jul 2003 20:36:48 +0000 (20:36 +0000)]
warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21928
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Jul 2003 20:36:31 +0000 (20:36 +0000)]
set the containing sizer to NULL when destroying the sizer; this fixes a crash (don't ask me how could it work before)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21927
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 12 Jul 2003 20:34:34 +0000 (20:34 +0000)]
Readd wxStringList::Add when wxUSE_STL=1, for compatibility with
wxUSE_STL=0. Fixed wxPathList double-free reported by Devid Elliot.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21926
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 12 Jul 2003 20:11:51 +0000 (20:11 +0000)]
Added and documented wxColourDatabase::AddColour.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21925
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 12 Jul 2003 20:11:24 +0000 (20:11 +0000)]
Added wxWinceHelpController
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21924
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 12 Jul 2003 17:58:22 +0000 (17:58 +0000)]
Added net stuff, some fixes to gsock code for WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21923
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Jul 2003 16:08:54 +0000 (16:08 +0000)]
fixed wxTempFile::Commit() broken by last check in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21922
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 12 Jul 2003 15:11:00 +0000 (15:11 +0000)]
Fixed menubar on WinCE
Removed some obsolete files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21921
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Jul 2003 14:18:04 +0000 (14:18 +0000)]
fixed incorrect RegOpenKeyEx() usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21920
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Jul 2003 14:07:01 +0000 (14:07 +0000)]
fixed a crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21919
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 12 Jul 2003 13:39:32 +0000 (13:39 +0000)]
Removed obsolete file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21918
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Jul 2003 12:39:33 +0000 (12:39 +0000)]
font is only non default if it has non default field values
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21917
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Jul 2003 11:28:39 +0000 (11:28 +0000)]
fix for a warning when wxUSE_STL == 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21916
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Jul 2003 11:17:14 +0000 (11:17 +0000)]
fixed class/struct mismatch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21915
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Jul 2003 11:11:01 +0000 (11:11 +0000)]
fix for a warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21914
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 12 Jul 2003 07:06:32 +0000 (07:06 +0000)]
Compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21913
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 12 Jul 2003 02:27:53 +0000 (02:27 +0000)]
Fix some leaks cause by removing list.DeleteContents calls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21912
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 12 Jul 2003 02:24:21 +0000 (02:24 +0000)]
Remove duplicate colour entries.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21911
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 12 Jul 2003 02:22:22 +0000 (02:22 +0000)]
Multilib linking fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21910
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 12 Jul 2003 01:04:47 +0000 (01:04 +0000)]
In the object destructor, leave m_cocoaNSView intact for base class destructors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21909
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 12 Jul 2003 00:52:50 +0000 (00:52 +0000)]
In the object destructor, Disassociate the object from its Cocoa counterpart
but leave m_cocoaNSView intact so base class destructors can use it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21908
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 11 Jul 2003 23:10:35 +0000 (23:10 +0000)]
More WinCE mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21907
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 11 Jul 2003 23:04:34 +0000 (23:04 +0000)]
More WinCE mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21906
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Jul 2003 22:29:40 +0000 (22:29 +0000)]
[attempt to] fix a warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21905
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Jul 2003 22:28:39 +0000 (22:28 +0000)]
fix for a warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21904
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 11 Jul 2003 22:06:00 +0000 (22:06 +0000)]
Fixed some duff #ifdefs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21903
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 11 Jul 2003 21:50:07 +0000 (21:50 +0000)]
More WinCE mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21902
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 11 Jul 2003 21:43:57 +0000 (21:43 +0000)]
More WinCE mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21901
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 11 Jul 2003 20:17:15 +0000 (20:17 +0000)]
apptraits in line for carbon and mach-o
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21900
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 11 Jul 2003 20:16:05 +0000 (20:16 +0000)]
out of memory for strdup handled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21899
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 11 Jul 2003 20:12:43 +0000 (20:12 +0000)]
codewarrior fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21898
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 11 Jul 2003 19:52:14 +0000 (19:52 +0000)]
style creation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21897
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Jul 2003 19:33:10 +0000 (19:33 +0000)]
fixed using arrays as nested classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21896
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Jul 2003 19:01:55 +0000 (19:01 +0000)]
removed a :: from WX_CLEAR_HASHMAP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21895
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Fri, 11 Jul 2003 17:47:57 +0000 (17:47 +0000)]
Associate/Disassociate now check for non-NULL pointer instead of requiring
the caller to do so.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21894
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Fri, 11 Jul 2003 13:43:57 +0000 (13:43 +0000)]
Implement SetValue() and GetValue()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21893
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Fri, 11 Jul 2003 13:19:48 +0000 (13:19 +0000)]
* Removed BASE_AND_GUI_MAC_SRC. At the moment DARWIN/MAC are identical
(they both have only utilsunx.cpp) and Bakefile needs some work to allow
more complex conditions before having this separate will be easy.
* Allow wxGTK to be built on OS X.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21892
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 11 Jul 2003 11:28:11 +0000 (11:28 +0000)]
Oops, no such function as wxIsascii
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21891
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 11 Jul 2003 11:21:47 +0000 (11:21 +0000)]
More WinCE mods.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21890
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 11 Jul 2003 11:15:59 +0000 (11:15 +0000)]
Further WinCE mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21889
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Fri, 11 Jul 2003 10:50:28 +0000 (10:50 +0000)]
Committing in .
OpenVMS compile issues
Modified Files:
wxWindows/setup.h_vms wxWindows/src/generic/listctrl.cpp
wxWindows/utils/dialoged/src/winprop.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21888
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Thu, 10 Jul 2003 23:33:39 +0000 (23:33 +0000)]
Removed Auto3D variable following other ports.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21887
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 23:15:17 +0000 (23:15 +0000)]
restored old wxCOMPILE_TIME_ASSERT2 definition as the new one doesn't work with VC6 E&C
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21886
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 22:55:28 +0000 (22:55 +0000)]
VC++ warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21885
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 22:52:43 +0000 (22:52 +0000)]
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21884
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 22:32:52 +0000 (22:32 +0000)]
corrected bug with alignment of static labels with GTK 2 (replaces patch 760066; closes bug 759375)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21883
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 10 Jul 2003 21:14:50 +0000 (21:14 +0000)]
Some WinCE fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21882
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 10 Jul 2003 21:14:14 +0000 (21:14 +0000)]
wxUSE_STL compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21881
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 10 Jul 2003 21:12:25 +0000 (21:12 +0000)]
Compilation fix for wxUSE_STL.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21880
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 10 Jul 2003 21:10:50 +0000 (21:10 +0000)]
Use correct export directive for multilib.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21879
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Thu, 10 Jul 2003 21:01:06 +0000 (21:01 +0000)]
Add support for foreground and background colors to DoDrawText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21878
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Thu, 10 Jul 2003 20:59:27 +0000 (20:59 +0000)]
Implement SetBackgroundMode()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21877
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 10 Jul 2003 19:55:12 +0000 (19:55 +0000)]
STL-ification patch for wxMSW and wxGTK.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21876
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 10 Jul 2003 19:32:04 +0000 (19:32 +0000)]
wxSortedArray::Add must return the index of the newly
inserted item.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21875
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 10 Jul 2003 19:29:55 +0000 (19:29 +0000)]
Missing CHARSET_HANGUL fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21874
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 10 Jul 2003 19:18:06 +0000 (19:18 +0000)]
Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21873
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 17:10:16 +0000 (17:10 +0000)]
Wait() doesn't cancel the thread any longer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21872
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 16:34:45 +0000 (16:34 +0000)]
trying to fix the bug which results in blocking forever inside Delete()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21871
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 16:23:42 +0000 (16:23 +0000)]
fix for IsAlive() called after Kill() or Exit()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21870
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 15:51:47 +0000 (15:51 +0000)]
allow adding/removing columns dynamically (based on patch 763540)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21869
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 10 Jul 2003 15:49:57 +0000 (15:49 +0000)]
added release event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21868
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 14:50:25 +0000 (14:50 +0000)]
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21867
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 14:06:44 +0000 (14:06 +0000)]
GTK_TOOLBAR_BOTH_HORIZ is GTK 2 only (it would have been nice if the patch mentioned this...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21866
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 13:03:30 +0000 (13:03 +0000)]
fixes to allow dragging in multiselection tree ctrl (patch 759421)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21865
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 12:46:48 +0000 (12:46 +0000)]
added state image support (patch 530155)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21864
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Thu, 10 Jul 2003 12:39:13 +0000 (12:39 +0000)]
include "wx/toolbar.h" instead of tbar(base|smpl).h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21863
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 12:36:05 +0000 (12:36 +0000)]
added wxThreadHelper class (patch 756906)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21862
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Thu, 10 Jul 2003 12:27:26 +0000 (12:27 +0000)]
Use wxGetEmptyString() so the types in the ?: statement are both wxString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21861
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 12:24:15 +0000 (12:24 +0000)]
more Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21860
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 12:13:49 +0000 (12:13 +0000)]
set string length properly in wxString(p, conv, len) ctor (patch 755593)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21859
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 12:07:53 +0000 (12:07 +0000)]
make string at least empty (instead of containing garbage) if malloc() failed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21858
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 12:01:15 +0000 (12:01 +0000)]
correction to the separators in vertical toolbar after patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21857
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 11:47:27 +0000 (11:47 +0000)]
added functions to read/write several elements at once (patch 754986)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21856
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Jul 2003 11:44:49 +0000 (11:44 +0000)]
Unicode fixes (patch 754930)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21855
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775