wxWidgets.git
16 years ago1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to...
Václav Slavík [Thu, 29 Nov 2007 17:00:58 +0000 (17:00 +0000)] 
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK
2. use HandleWindowEvent() everywhere as more obvious and convenient shortcut for GetEventHandler()->ProcessEvent(); also for consistency with wxGTK where it's required

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

16 years agocleanup
Stefan Csomor [Thu, 29 Nov 2007 14:12:23 +0000 (14:12 +0000)] 
cleanup

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

16 years agocleanup
Stefan Csomor [Thu, 29 Nov 2007 14:10:14 +0000 (14:10 +0000)] 
cleanup

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

16 years agocleanup
Stefan Csomor [Thu, 29 Nov 2007 12:37:36 +0000 (12:37 +0000)] 
cleanup

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

16 years agocleanup
Stefan Csomor [Thu, 29 Nov 2007 12:34:54 +0000 (12:34 +0000)] 
cleanup

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

16 years agotranslate the descriptions in SetDesc(wxCmdLineEntryDesc)
Vadim Zeitlin [Thu, 29 Nov 2007 12:34:39 +0000 (12:34 +0000)] 
translate the descriptions in SetDesc(wxCmdLineEntryDesc)

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

16 years agothat part would have to be removed before, as its condition became always false under...
Stefan Csomor [Thu, 29 Nov 2007 10:02:32 +0000 (10:02 +0000)] 
that part would have to be removed before, as its condition became always false under 10.4

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

16 years agoporting forward 10.5 focus fix
Stefan Csomor [Thu, 29 Nov 2007 08:29:08 +0000 (08:29 +0000)] 
porting forward 10.5 focus fix

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

16 years agoporting forward scrolling fix
Stefan Csomor [Thu, 29 Nov 2007 08:28:12 +0000 (08:28 +0000)] 
porting forward scrolling fix

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

16 years agoImplement wxBitmap::GetSubBitmap.
David Elliott [Thu, 29 Nov 2007 07:28:17 +0000 (07:28 +0000)] 
Implement wxBitmap::GetSubBitmap.
Patch authored by Software 2000 Ltd.

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

16 years agoImplement wxIcon::LoadFile by defering to wxBitmap implementation instead of creating...
David Elliott [Thu, 29 Nov 2007 07:24:19 +0000 (07:24 +0000)] 
Implement wxIcon::LoadFile by defering to wxBitmap implementation instead of creating a dummy 5x5 image.
Patch authored by Software 2000 Ltd.

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

16 years agodefine AW_XXX constants if SDK doesn't (fixes VC6 compilation, patch 1840451)
Vadim Zeitlin [Wed, 28 Nov 2007 19:03:07 +0000 (19:03 +0000)] 
define AW_XXX constants if SDK doesn't (fixes VC6 compilation, patch 1840451)

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

16 years agoFixed bug in border style translation
Julian Smart [Wed, 28 Nov 2007 18:56:39 +0000 (18:56 +0000)] 
Fixed bug in border style translation

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

16 years agofixing region and using default background colour
Stefan Csomor [Wed, 28 Nov 2007 14:13:20 +0000 (14:13 +0000)] 
fixing region and using default background colour

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

16 years agoUse wxStdDialogButtonSizer
Julian Smart [Wed, 28 Nov 2007 14:10:25 +0000 (14:10 +0000)] 
Use wxStdDialogButtonSizer

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

16 years agoadded wx/mac/dataview.h to ADVANCED_MAC_HDR (bug 1840231); also moved wx/mac/joystick...
Vadim Zeitlin [Wed, 28 Nov 2007 14:01:49 +0000 (14:01 +0000)] 
added wx/mac/dataview.h to ADVANCED_MAC_HDR (bug 1840231); also moved wx/mac/joystick.h and wx/mac/sound.h to it from MAC_CMN_HDR

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

16 years agotypo fix
Vadim Zeitlin [Wed, 28 Nov 2007 13:57:10 +0000 (13:57 +0000)] 
typo fix

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

16 years agocleanup, going private with platform specific that is only needed at one place
Stefan Csomor [Wed, 28 Nov 2007 10:51:16 +0000 (10:51 +0000)] 
cleanup, going private with platform specific that is only needed at one place

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

16 years agocleanup
Stefan Csomor [Wed, 28 Nov 2007 10:42:13 +0000 (10:42 +0000)] 
cleanup

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

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