]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
16 years agoSolaris /usr/bin/tr requires [] around character ranges
Paul Cornett [Wed, 28 Nov 2007 06:46:25 +0000 (06:46 +0000)] 
Solaris /usr/bin/tr requires [] around character ranges

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

16 years agocleanup, fixing exports
Stefan Csomor [Wed, 28 Nov 2007 05:57:43 +0000 (05:57 +0000)] 
cleanup, fixing exports

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

16 years agocleanup, fixing exports
Stefan Csomor [Wed, 28 Nov 2007 05:52:02 +0000 (05:52 +0000)] 
cleanup, fixing exports

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

16 years agocleanup, fixing exports
Stefan Csomor [Wed, 28 Nov 2007 05:48:15 +0000 (05:48 +0000)] 
cleanup, fixing exports

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

16 years agofix typo in an example (patch 1837973)
Vadim Zeitlin [Wed, 28 Nov 2007 02:56:19 +0000 (02:56 +0000)] 
fix typo in an example (patch 1837973)

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

16 years agodon't keep dangling m_prevRadio pointer (2nd part of patch 1836644)
Vadim Zeitlin [Wed, 28 Nov 2007 02:54:14 +0000 (02:54 +0000)] 
don't keep dangling m_prevRadio pointer (2nd part of patch 1836644)

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

16 years agoinitialize m_ownsConv (part of patch 1836644)
Vadim Zeitlin [Wed, 28 Nov 2007 02:50:31 +0000 (02:50 +0000)] 
initialize m_ownsConv (part of patch 1836644)

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

16 years agoset disposition to OPEN_ALWAYS for write and read-write modes (replaces patch 1836605)
Vadim Zeitlin [Wed, 28 Nov 2007 02:46:34 +0000 (02:46 +0000)] 
set disposition to OPEN_ALWAYS for write and read-write modes (replaces patch 1836605)

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

16 years agoalways call GTKSetActivatesDefault(), not only if wxTE_PROCESS_ENTER style was given...
Vadim Zeitlin [Wed, 28 Nov 2007 02:10:32 +0000 (02:10 +0000)] 
always call GTKSetActivatesDefault(), not only if wxTE_PROCESS_ENTER style was given (patch 1835260)

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

16 years agoreturn immediately after processing TaskbarCreated message instead of asserting ...
Vadim Zeitlin [Wed, 28 Nov 2007 01:59:59 +0000 (01:59 +0000)] 
return immediately after processing TaskbarCreated message instead of asserting (the accepted part of patch 1835507)

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

16 years agoremoved ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl.h ad dataview.h) are used...
Vadim Zeitlin [Wed, 28 Nov 2007 00:25:48 +0000 (00:25 +0000)] 
removed ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl.h ad dataview.h) are used in all ports, not just native ones

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

16 years agoPatch from Bo to show missing lines again
Robert Roebling [Tue, 27 Nov 2007 20:57:57 +0000 (20:57 +0000)] 
Patch from Bo to show missing lines again

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

16 years agofixed linking with visibility enabled on Ubuntu and some other systems (any gcc 4...
Václav Slavík [Tue, 27 Nov 2007 20:37:06 +0000 (20:37 +0000)] 
fixed linking with visibility enabled on Ubuntu and some other systems (any gcc 4.2 amd64?) by removing superfluous virtual wxColour::Ok() (already in wxColourBase) -- do this in all ports, not just wxGTK

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

16 years agoonce again removed #ifdefs that conditionally included the exact same code on Mac...
Václav Slavík [Tue, 27 Nov 2007 20:28:47 +0000 (20:28 +0000)] 
once again removed #ifdefs that conditionally included the exact same code on Mac and non-Mac, instead of having just one copy of it

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

16 years agoremoved trailing whitespace
Václav Slavík [Tue, 27 Nov 2007 19:00:50 +0000 (19:00 +0000)] 
removed trailing whitespace

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

16 years agocleanup
Stefan Csomor [Tue, 27 Nov 2007 16:39:59 +0000 (16:39 +0000)] 
cleanup

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

16 years agocleanup
Stefan Csomor [Tue, 27 Nov 2007 16:38:44 +0000 (16:38 +0000)] 
cleanup

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

16 years agofixing switches
Stefan Csomor [Tue, 27 Nov 2007 15:26:24 +0000 (15:26 +0000)] 
fixing switches

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

16 years agoadding wxPartRegion and catching errors
Stefan Csomor [Tue, 27 Nov 2007 15:20:02 +0000 (15:20 +0000)] 
adding wxPartRegion and catching errors

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

16 years agoguard code for mac / quickdraw
Stefan Csomor [Tue, 27 Nov 2007 11:03:40 +0000 (11:03 +0000)] 
guard code for mac / quickdraw

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

16 years agoguard code for mac / quickdraw
Stefan Csomor [Tue, 27 Nov 2007 11:02:42 +0000 (11:02 +0000)] 
guard code for mac / quickdraw

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

16 years agofixing cases for mac / quickdraw
Stefan Csomor [Tue, 27 Nov 2007 10:59:57 +0000 (10:59 +0000)] 
fixing cases for mac / quickdraw

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

16 years agofixing the usage of hishape
Stefan Csomor [Tue, 27 Nov 2007 10:00:15 +0000 (10:00 +0000)] 
fixing the usage of hishape

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

16 years agomoving to gcc 4.0 exclusively, 10.4 minimum system
Stefan Csomor [Tue, 27 Nov 2007 08:35:09 +0000 (08:35 +0000)] 
moving to gcc 4.0 exclusively, 10.4 minimum system

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

16 years agomoving to gcc 4.0 exclusively, 10.4 minimum system
Stefan Csomor [Tue, 27 Nov 2007 07:59:59 +0000 (07:59 +0000)] 
moving to gcc 4.0 exclusively, 10.4 minimum system

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

16 years agounload msimg32.dll earlier (before static cleanup time) to avoid lockups when wx...
Vadim Zeitlin [Mon, 26 Nov 2007 21:27:17 +0000 (21:27 +0000)] 
unload msimg32.dll earlier (before static cleanup time) to avoid lockups when wx is used as DLL; don't use wxOnceOnlyDLLLoader for gdi32.dll as we don't need to keep this DLL loaded, it will stay in memory anyhow as we link to it statically

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

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