]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
16 years agocatch unhandled exceptions in POSIX threads implementation the same way wxMSW does
Václav Slavík [Mon, 26 Nov 2007 19:41:34 +0000 (19:41 +0000)] 
catch unhandled exceptions in POSIX threads implementation the same way wxMSW does

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

16 years agosimplifying
Stefan Csomor [Mon, 26 Nov 2007 17:23:40 +0000 (17:23 +0000)] 
simplifying

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

16 years agocleanup / adding effects
Stefan Csomor [Mon, 26 Nov 2007 07:46:54 +0000 (07:46 +0000)] 
cleanup / adding effects

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

16 years agocleanup / adding effects
Stefan Csomor [Mon, 26 Nov 2007 07:45:07 +0000 (07:45 +0000)] 
cleanup / adding effects

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

16 years agouniversal fixes
Stefan Csomor [Mon, 26 Nov 2007 07:43:06 +0000 (07:43 +0000)] 
universal fixes

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

16 years agoavoiding menu id = 0 , adding rotating through direction each time an effect is called
Stefan Csomor [Mon, 26 Nov 2007 07:39:53 +0000 (07:39 +0000)] 
avoiding menu id = 0 , adding rotating through direction each time an effect is called

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

16 years agoremoved extraneous backslash
Vadim Zeitlin [Sun, 25 Nov 2007 23:59:15 +0000 (23:59 +0000)] 
removed extraneous backslash

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

16 years agowxStr[c]spn_String fixes: use size_t, not int, as return type; use WX_STR_FUNC_NO_INV...
Vadim Zeitlin [Sun, 25 Nov 2007 14:34:23 +0000 (14:34 +0000)] 
wxStr[c]spn_String fixes: use size_t, not int, as return type; use WX_STR_FUNC_NO_INVERT for wrappers declarations as they're not symmetric; also corrected mistaken use of int instead of rettype in WX_STR_FUNC_NO_INVERT itself

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

16 years agouse size_t instead of unsigned int to avoid MSVC warnings about converting the former...
Vadim Zeitlin [Sun, 25 Nov 2007 14:28:54 +0000 (14:28 +0000)] 
use size_t instead of unsigned int to avoid MSVC warnings about converting the former to the latter when compiling with /Wp64

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

16 years agono real changes, just updated bakefile URL and fixed some spelling errors
Vadim Zeitlin [Sun, 25 Nov 2007 13:01:28 +0000 (13:01 +0000)] 
no real changes, just updated bakefile URL and fixed some spelling errors

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

16 years agoremoved ANSI configs from VisualC++ project files
Václav Slavík [Sun, 25 Nov 2007 11:14:40 +0000 (11:14 +0000)] 
removed ANSI configs from VisualC++ project files

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

16 years agoremove unused/unneeded stuff from gtk/private.h
Paul Cornett [Sun, 25 Nov 2007 03:33:26 +0000 (03:33 +0000)] 
remove unused/unneeded stuff from gtk/private.h

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

16 years agoBlind compilation fix for Watcom.
Stefan Neis [Sat, 24 Nov 2007 22:09:05 +0000 (22:09 +0000)] 
Blind compilation fix for Watcom.

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

16 years agoremove check for missing gtk_icon_size_lookup, since it is for GTK+ 2.1, and 2.4...
Paul Cornett [Sat, 24 Nov 2007 19:11:19 +0000 (19:11 +0000)] 
remove check for missing gtk_icon_size_lookup, since it is for GTK+ 2.1, and 2.4 is required now

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

16 years agoquickdraw fixes
Stefan Csomor [Sat, 24 Nov 2007 18:34:41 +0000 (18:34 +0000)] 
quickdraw fixes

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

16 years agoensure that wxGrid::AutoSizeColumn/Row() never sets column/row size smaller than...
Václav Slavík [Sat, 24 Nov 2007 17:53:06 +0000 (17:53 +0000)] 
ensure that wxGrid::AutoSizeColumn/Row() never sets column/row size smaller than the minimal size

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

16 years ago64 bit clean implementation
Stefan Csomor [Sat, 24 Nov 2007 16:56:24 +0000 (16:56 +0000)] 
64 bit clean implementation

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

16 years agoflags moved to chkconf
Stefan Csomor [Sat, 24 Nov 2007 16:55:33 +0000 (16:55 +0000)] 
flags moved to chkconf

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

16 years agomake renderer independent of windowing system
Stefan Csomor [Sat, 24 Nov 2007 16:54:56 +0000 (16:54 +0000)] 
make renderer independent of windowing system

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

16 years ago64 bit clean printing
Stefan Csomor [Sat, 24 Nov 2007 16:54:05 +0000 (16:54 +0000)] 
64 bit clean printing

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

16 years agomac more native types
Stefan Csomor [Sat, 24 Nov 2007 16:51:36 +0000 (16:51 +0000)] 
mac more native types

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

16 years agomac more native types
Stefan Csomor [Sat, 24 Nov 2007 16:50:06 +0000 (16:50 +0000)] 
mac more native types

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

16 years agoadded Show/HideWithEffect() and implemented them using AnimateWindow() for Win32
Vadim Zeitlin [Sat, 24 Nov 2007 16:15:08 +0000 (16:15 +0000)] 
added Show/HideWithEffect() and implemented them using AnimateWindow() for Win32

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

16 years agorewrite the sample to use a main frame to make it more understandable and also make...
Vadim Zeitlin [Sat, 24 Nov 2007 15:31:43 +0000 (15:31 +0000)] 
rewrite the sample to use a main frame to make it more understandable and also make it easier to add new commands to it

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

16 years ago64 bit fixes
Stefan Csomor [Sat, 24 Nov 2007 09:41:14 +0000 (09:41 +0000)] 
64 bit fixes

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

16 years agoadding assign
Stefan Csomor [Sat, 24 Nov 2007 09:39:31 +0000 (09:39 +0000)] 
adding assign

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

16 years agobringing wxmac in line using cflocale
Stefan Csomor [Sat, 24 Nov 2007 09:38:57 +0000 (09:38 +0000)] 
bringing wxmac in line using cflocale

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

16 years ago64bit mac adaptions
Stefan Csomor [Sat, 24 Nov 2007 09:38:08 +0000 (09:38 +0000)] 
64bit mac adaptions

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

16 years agoone additional assign
Stefan Csomor [Sat, 24 Nov 2007 09:36:56 +0000 (09:36 +0000)] 
one additional assign

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

16 years agoAdded new files for console event loop on OS/2.
Stefan Neis [Sat, 24 Nov 2007 08:45:27 +0000 (08:45 +0000)] 
Added new files for console event loop on OS/2.

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

16 years agoadded wxNotificationMessage and implemented it generically and natively for Maemo
Vadim Zeitlin [Sat, 24 Nov 2007 01:56:13 +0000 (01:56 +0000)] 
added wxNotificationMessage and implemented it generically and natively for Maemo

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

16 years agocompilation fix for wxUSE_STL==1 in DoGetSibling()
Vadim Zeitlin [Fri, 23 Nov 2007 21:34:10 +0000 (21:34 +0000)] 
compilation fix for wxUSE_STL==1 in DoGetSibling()

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

16 years agoTeX files are not executables
Václav Slavík [Fri, 23 Nov 2007 20:45:24 +0000 (20:45 +0000)] 
TeX files are not executables

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

16 years agoremove pict support for 64bit
Stefan Csomor [Fri, 23 Nov 2007 19:41:54 +0000 (19:41 +0000)] 
remove pict support for 64bit

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

16 years agomac cleanup, cgcolor changes
Stefan Csomor [Fri, 23 Nov 2007 19:31:10 +0000 (19:31 +0000)] 
mac cleanup, cgcolor changes

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

16 years agomac cleanup
Stefan Csomor [Fri, 23 Nov 2007 19:30:26 +0000 (19:30 +0000)] 
mac cleanup

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

16 years agomac cleanup
Stefan Csomor [Fri, 23 Nov 2007 19:25:21 +0000 (19:25 +0000)] 
mac cleanup

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

16 years agomac cleanup
Stefan Csomor [Fri, 23 Nov 2007 19:18:38 +0000 (19:18 +0000)] 
mac cleanup

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

16 years agomac cleanup
Stefan Csomor [Fri, 23 Nov 2007 19:16:05 +0000 (19:16 +0000)] 
mac cleanup

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

16 years agouse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
Vadim Zeitlin [Fri, 23 Nov 2007 14:13:50 +0000 (14:13 +0000)] 
use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)

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

16 years agomac cleanup, pure cgcolor
Stefan Csomor [Fri, 23 Nov 2007 09:58:10 +0000 (09:58 +0000)] 
mac cleanup, pure cgcolor

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

16 years agomac cleanup, pure cgcolor
Stefan Csomor [Fri, 23 Nov 2007 09:23:54 +0000 (09:23 +0000)] 
mac cleanup, pure cgcolor

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

16 years agoreturn int from wxGetWindowId(), not WORD, to ensure comparing it with wxWindowID...
Vadim Zeitlin [Fri, 23 Nov 2007 02:03:15 +0000 (02:03 +0000)] 
return int from wxGetWindowId(), not WORD, to ensure comparing it with wxWindowID elsewhere works correctly even for negative ids

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

16 years agocleanup and cgcolor changeds
Stefan Csomor [Thu, 22 Nov 2007 18:15:16 +0000 (18:15 +0000)] 
cleanup and cgcolor changeds

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

16 years agomac cgcolor changes & cleanup
Stefan Csomor [Thu, 22 Nov 2007 17:47:10 +0000 (17:47 +0000)] 
mac cgcolor changes & cleanup

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

16 years agomac cgcolor changes
Stefan Csomor [Thu, 22 Nov 2007 17:45:58 +0000 (17:45 +0000)] 
mac cgcolor changes

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

16 years agomac cgcolor changes
Stefan Csomor [Thu, 22 Nov 2007 17:45:07 +0000 (17:45 +0000)] 
mac cgcolor changes

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

16 years agomac cgcolor changes
Stefan Csomor [Thu, 22 Nov 2007 17:41:35 +0000 (17:41 +0000)] 
mac cgcolor changes

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

16 years agofix mac universal
Stefan Csomor [Thu, 22 Nov 2007 17:41:03 +0000 (17:41 +0000)] 
fix mac universal

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

16 years agowarning fix
Paul Cornett [Thu, 22 Nov 2007 17:07:44 +0000 (17:07 +0000)] 
warning fix

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

16 years agostore size of WM decorations separately for each TLW, so changes to one do not affect...
Paul Cornett [Thu, 22 Nov 2007 17:07:27 +0000 (17:07 +0000)] 
store size of WM decorations separately for each TLW, so changes to one do not affect others

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

16 years agofixing non-precomp headers build
Stefan Csomor [Thu, 22 Nov 2007 15:37:31 +0000 (15:37 +0000)] 
fixing non-precomp headers build

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

16 years agorebaked after timer/socket changes
Vadim Zeitlin [Thu, 22 Nov 2007 15:34:05 +0000 (15:34 +0000)] 
rebaked after timer/socket changes

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

16 years agodefine wxUSE_UNICODE=0 in non-Unicode build to prevent it from getting automatically...
Vadim Zeitlin [Thu, 22 Nov 2007 15:29:51 +0000 (15:29 +0000)] 
define wxUSE_UNICODE=0 in non-Unicode build to prevent it from getting automatically defined as 1 by setup.h

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

16 years agowxCRIT_SECT_* macros compilation fixes for wxUSE_THREADS=0 case
Václav Slavík [Thu, 22 Nov 2007 15:17:37 +0000 (15:17 +0000)] 
wxCRIT_SECT_* macros compilation fixes for wxUSE_THREADS=0 case

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

16 years agouse WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT
Vadim Zeitlin [Thu, 22 Nov 2007 15:13:27 +0000 (15:13 +0000)] 
use WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT

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

16 years agocorrected wx_pango_version_check() comment
Václav Slavík [Thu, 22 Nov 2007 15:04:52 +0000 (15:04 +0000)] 
corrected wx_pango_version_check() comment

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

16 years agocleanup mac
Stefan Csomor [Thu, 22 Nov 2007 14:22:39 +0000 (14:22 +0000)] 
cleanup mac

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

16 years agocleanup mac
Stefan Csomor [Thu, 22 Nov 2007 14:21:36 +0000 (14:21 +0000)] 
cleanup mac

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

16 years agocleanup mac
Stefan Csomor [Thu, 22 Nov 2007 13:59:24 +0000 (13:59 +0000)] 
cleanup mac

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

16 years agoadded checks for more wxUSE_SVG dependencies: wxUSE_IMAGE and wxUSE_LIBPNG
Václav Slavík [Thu, 22 Nov 2007 13:41:57 +0000 (13:41 +0000)] 
added checks for more wxUSE_SVG dependencies: wxUSE_IMAGE and wxUSE_LIBPNG

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

16 years agodon't add new PNG handler instance every time wxSVGFileImplDC::DoDrawBitmap() is...
Václav Slavík [Thu, 22 Nov 2007 13:39:26 +0000 (13:39 +0000)] 
don't add new PNG handler instance every time wxSVGFileImplDC::DoDrawBitmap() is called, do it only if the handler isn't installed yet

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

16 years agouse NULL for NULL pointers, not 0
Václav Slavík [Thu, 22 Nov 2007 13:34:34 +0000 (13:34 +0000)] 
use NULL for NULL pointers, not 0

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

16 years agomake DoSetSizeHints protected, remove parameter defaults
Paul Cornett [Thu, 22 Nov 2007 06:12:56 +0000 (06:12 +0000)] 
make DoSetSizeHints protected, remove parameter defaults

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

16 years agouse a GtkAlignment to position m_mainWidget, avoiding need to re-size_allocate it
Paul Cornett [Thu, 22 Nov 2007 05:15:13 +0000 (05:15 +0000)] 
use a GtkAlignment to position m_mainWidget, avoiding need to re-size_allocate it

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

16 years agonon-pch build fix for wxUSE_DISPLAY==0
Paul Cornett [Thu, 22 Nov 2007 02:52:10 +0000 (02:52 +0000)] 
non-pch build fix for wxUSE_DISPLAY==0

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

16 years agoAlso use unix timer implementation for ConsoleApp.
Stefan Neis [Thu, 22 Nov 2007 01:11:08 +0000 (01:11 +0000)] 
Also use unix timer implementation for ConsoleApp.

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

16 years agoAdded files for console event loop.
Stefan Neis [Wed, 21 Nov 2007 18:14:41 +0000 (18:14 +0000)] 
Added files for console event loop.

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

16 years agoremoved AC_TYPE_UID_T check, we don't need it (and gid_t/uid_t it defines may conflic...
Vadim Zeitlin [Wed, 21 Nov 2007 14:24:40 +0000 (14:24 +0000)] 
removed AC_TYPE_UID_T check, we don't need it (and gid_t/uid_t it defines may conflict with the definitions from other packages used in wx programs)

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

16 years agoCompilation fix for OS/2.
Stefan Neis [Wed, 21 Nov 2007 14:17:05 +0000 (14:17 +0000)] 
Compilation fix for OS/2.

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

16 years agoMoved wxConsoleAppTraits::CreateEventLoop from baseunix.cpp to evtloopunix.cpp,
Stefan Neis [Wed, 21 Nov 2007 14:12:16 +0000 (14:12 +0000)] 
Moved wxConsoleAppTraits::CreateEventLoop from baseunix.cpp to evtloopunix.cpp,
        so Unix' wxConsoleEventLoop can also be shared by platforms not having
        the complete ConsoleAppTraits of Unix (e.g. OS/2).

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

16 years agofix for AUI pane shrinking each time it is floated
Paul Cornett [Wed, 21 Nov 2007 06:40:25 +0000 (06:40 +0000)] 
fix for AUI pane shrinking each time it is floated

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

16 years agoAdded cfdataref.h and cfref.h to CoreFoundation headers list.
David Elliott [Tue, 20 Nov 2007 23:07:25 +0000 (23:07 +0000)] 
Added cfdataref.h and cfref.h to CoreFoundation headers list.
Rebaked (removes EXTRALIBS_MEDIA as well.. assume this is intentional).

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

16 years agoremove support for configarg.cache, use config.status or extract the last used config...
Vadim Zeitlin [Tue, 20 Nov 2007 22:39:54 +0000 (22:39 +0000)] 
remove support for configarg.cache, use config.status or extract the last used configure command line from config.log instead

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

16 years agoremoved gstreamer dependency from all libraries except for wxMedia, not only from...
Václav Slavík [Tue, 20 Nov 2007 22:35:40 +0000 (22:35 +0000)] 
removed gstreamer dependency from all libraries except for wxMedia, not only from wxBase

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

16 years agouse FindWindowEx() instead of ChildWindowFromPoint() in wxComboBox::GetEditHWNDIfAvai...
Vadim Zeitlin [Tue, 20 Nov 2007 22:34:20 +0000 (22:34 +0000)] 
use FindWindowEx() instead of ChildWindowFromPoint() in wxComboBox::GetEditHWNDIfAvailable(), this should find the child edit control whatever is the combobox size

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

16 years agoadd gstreamer libraries to EXTRALIBS_MEDIA which is only used for GUI programs, but...
Vadim Zeitlin [Tue, 20 Nov 2007 22:03:01 +0000 (22:03 +0000)] 
add gstreamer libraries to EXTRALIBS_MEDIA which is only used for GUI programs, but not for wxBase (which avoids dependency on a whole bunch of GUI libraries in console applications)

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

16 years agobuild fixes
Paul Cornett [Tue, 20 Nov 2007 16:55:36 +0000 (16:55 +0000)] 
build fixes

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

16 years agomac cleanup
Stefan Csomor [Tue, 20 Nov 2007 16:21:04 +0000 (16:21 +0000)] 
mac cleanup

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

16 years agocleanup
Stefan Csomor [Tue, 20 Nov 2007 16:08:12 +0000 (16:08 +0000)] 
cleanup

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

16 years agoswitch to cf implementation
Stefan Csomor [Tue, 20 Nov 2007 16:07:43 +0000 (16:07 +0000)] 
switch to cf implementation

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

16 years agoadded wxWindow::GetPrev/NextSibling()
Vadim Zeitlin [Tue, 20 Nov 2007 15:57:51 +0000 (15:57 +0000)] 
added wxWindow::GetPrev/NextSibling()

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

16 years agocleanup
Stefan Csomor [Tue, 20 Nov 2007 14:10:09 +0000 (14:10 +0000)] 
cleanup

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

16 years agocommon xcode support
Stefan Csomor [Tue, 20 Nov 2007 09:25:39 +0000 (09:25 +0000)] 
common xcode support

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

16 years agosupporting -1 as 'to' parameter for selections
Stefan Csomor [Tue, 20 Nov 2007 09:22:05 +0000 (09:22 +0000)] 
supporting -1 as 'to' parameter for selections

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

16 years agoreadding trace constant
Stefan Csomor [Tue, 20 Nov 2007 08:21:05 +0000 (08:21 +0000)] 
readding trace constant

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

16 years agocleanup mac
Stefan Csomor [Tue, 20 Nov 2007 08:02:56 +0000 (08:02 +0000)] 
cleanup mac

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

16 years agocleanup mac
Stefan Csomor [Tue, 20 Nov 2007 07:35:53 +0000 (07:35 +0000)] 
cleanup mac

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

16 years agocleanup mac
Stefan Csomor [Tue, 20 Nov 2007 07:35:13 +0000 (07:35 +0000)] 
cleanup mac

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

16 years agocleanup mac
Stefan Csomor [Tue, 20 Nov 2007 07:20:58 +0000 (07:20 +0000)] 
cleanup mac

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

16 years agocleanup mac
Stefan Csomor [Tue, 20 Nov 2007 07:19:33 +0000 (07:19 +0000)] 
cleanup mac

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

16 years agoMove src/mac/carbon/utilsexc.cpp to the CarbonLib-only (not OS X) files list.
David Elliott [Mon, 19 Nov 2007 21:37:35 +0000 (21:37 +0000)] 
Move src/mac/carbon/utilsexc.cpp to the CarbonLib-only (not OS X) files list.
Remove src/mac/carbon/macnotify.cpp from the build since it's empty.
Rebake (includes some OS/2 changes made in an earlier commit)

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

16 years agoDon't define __WXOSX__ when building the wxCocoa base library.
David Elliott [Mon, 19 Nov 2007 19:54:36 +0000 (19:54 +0000)] 
Don't define __WXOSX__ when building the wxCocoa base library.

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

16 years agoDocument the cfstring.h/cfstring.cpp as being used by all Darwin ports (it's
David Elliott [Mon, 19 Nov 2007 19:23:29 +0000 (19:23 +0000)] 
Document the cfstring.h/cfstring.cpp as being used by all Darwin ports (it's
now part of the common base library).
Use the CFLocale-based code on all Darwin systems instead of testing
__WXOSX__ in base-library code which is NEVER appropriate.

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

16 years agoDon't initialize argv member of wxApp in unicode mode where it's no longer a primitiv...
David Elliott [Mon, 19 Nov 2007 19:13:24 +0000 (19:13 +0000)] 
Don't initialize argv member of wxApp in unicode mode where it's no longer a primitive array.

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

16 years agoFix wxCocoa build by including the relevant headers for the __WXOSX__ case.
David Elliott [Mon, 19 Nov 2007 19:09:20 +0000 (19:09 +0000)] 
Fix wxCocoa build by including the relevant headers for the __WXOSX__ case.

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

16 years agoRemove wxDialogNameStr definition which should have been removed in r49873.
David Elliott [Mon, 19 Nov 2007 19:06:21 +0000 (19:06 +0000)] 
Remove wxDialogNameStr definition which should have been removed in r49873.

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

16 years agotypo
Robert Roebling [Mon, 19 Nov 2007 14:34:56 +0000 (14:34 +0000)] 
typo

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

16 years agoAdd short-cut for wxDataViewListIndexModel for generic code
Robert Roebling [Mon, 19 Nov 2007 14:21:08 +0000 (14:21 +0000)] 
Add short-cut for wxDataViewListIndexModel for generic code

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

16 years agoFree memory of m_root
Robert Roebling [Mon, 19 Nov 2007 13:42:01 +0000 (13:42 +0000)] 
Free memory of m_root

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