]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoNeed wxUSE_LIBMSPACK
Julian Smart [Tue, 30 Mar 2004 14:43:15 +0000 (14:43 +0000)] 
Need wxUSE_LIBMSPACK

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

20 years agosince we are not getting the kEventDraw messages for everything we handle UserPanes...
Stefan Csomor [Tue, 30 Mar 2004 14:43:06 +0000 (14:43 +0000)] 
since we are not getting the kEventDraw messages for everything we handle UserPanes via a proper draw proc and only dispatch the kEventDraw for the native OS controls

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

20 years agouse -lcma for a build with threads under HP-UX using native compiler
Vadim Zeitlin [Tue, 30 Mar 2004 14:38:10 +0000 (14:38 +0000)] 
use -lcma for a build with threads under HP-UX using native compiler

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

20 years agodefine _INCLUDE__STDC_A1_SOURCE for HP-UX, it is apparently needed to get mbtowcs...
Vadim Zeitlin [Tue, 30 Mar 2004 14:28:00 +0000 (14:28 +0000)] 
define _INCLUDE__STDC_A1_SOURCE for HP-UX, it is apparently needed to get mbtowcs() &c

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

20 years agomixed height and width
Stefan Csomor [Tue, 30 Mar 2004 12:55:21 +0000 (12:55 +0000)] 
mixed height and width

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

20 years agocommented that redraw workaround as it was causing more harm than benefit
Stefan Csomor [Tue, 30 Mar 2004 12:44:42 +0000 (12:44 +0000)] 
commented that redraw workaround as it was causing more harm than benefit

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

20 years agoRemoved redundant lines
Julian Smart [Tue, 30 Mar 2004 10:26:17 +0000 (10:26 +0000)] 
Removed redundant lines

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

20 years agoAdded Ryan Wilcox's creator type setting script
Julian Smart [Tue, 30 Mar 2004 08:11:16 +0000 (08:11 +0000)] 
Added Ryan Wilcox's creator type setting script

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

20 years agoreSWIGged
Robin Dunn [Tue, 30 Mar 2004 02:18:51 +0000 (02:18 +0000)] 
reSWIGged

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

20 years agoreSWIGed
Robin Dunn [Tue, 30 Mar 2004 02:18:00 +0000 (02:18 +0000)] 
reSWIGed

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

20 years agoTypos
Robin Dunn [Tue, 30 Mar 2004 01:52:16 +0000 (01:52 +0000)] 
Typos

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

20 years agoForward declare wxPyScrolledWindow
Robin Dunn [Tue, 30 Mar 2004 01:52:07 +0000 (01:52 +0000)] 
Forward declare wxPyScrolledWindow

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

20 years agofixed GetFirstChild/GetNextChild to make a copy of the wxTreeItemId
Robin Dunn [Tue, 30 Mar 2004 01:51:36 +0000 (01:51 +0000)] 
fixed GetFirstChild/GetNextChild to make a copy of the wxTreeItemId

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

20 years agoDo not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_ has not been defined
David Elliott [Tue, 30 Mar 2004 01:50:58 +0000 (01:50 +0000)] 
Do not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_ has not been defined
(to an OS implementation).  Instead, check when delcaring the wxSnprintf
and wxVsnprintf wrappers and only define them if wxVsnprintf_ has been defined.

This allows HAVE_VSWPRINTF to be false yet still allow other OS wchar
functions to be used which will be needed to work around FreeBSD/Darwin.

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

20 years agoGetMenuBar() now traverses up the hierarchy so it no longer has to be done here.
David Elliott [Tue, 30 Mar 2004 00:56:09 +0000 (00:56 +0000)] 
GetMenuBar() now traverses up the hierarchy so it no longer has to be done here.

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

20 years agowxMenuBase changes:
David Elliott [Tue, 30 Mar 2004 00:49:21 +0000 (00:49 +0000)] 
wxMenuBase changes:
1. GetMenuBar() tries GetParent()->GetMenuBar() first (traverse up hierarchy).
2. IsAttached() returns true if GetMenuBar() returns a menubar.
3. AddSubMenu() does not call Attach() on added submenus.

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

20 years agoInstead of m_menuBar use GetMenuBar() which will be modified (with next patch)
David Elliott [Tue, 30 Mar 2004 00:43:16 +0000 (00:43 +0000)] 
Instead of m_menuBar use GetMenuBar() which will be modified (with next patch)
to traverse up the menu hierarchy to return the menu bar.

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

20 years agoRegenerated ReST docs, removed the config setting that outputs the
Robin Dunn [Tue, 30 Mar 2004 00:15:45 +0000 (00:15 +0000)] 
Regenerated ReST docs, removed the config setting that outputs the
generated date so these will change less often.

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

20 years agoUpdated version number
Robin Dunn [Tue, 30 Mar 2004 00:14:04 +0000 (00:14 +0000)] 
Updated version number

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

20 years agoGenerate pywrap as a console tool.
Robin Dunn [Tue, 30 Mar 2004 00:10:15 +0000 (00:10 +0000)] 
Generate pywrap as a console tool.

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

20 years agoOops. Put @echo off line back in. Only needed to change pythonw.exe to python.exe.
Patrick K. O'Brien [Mon, 29 Mar 2004 20:59:29 +0000 (20:59 +0000)] 
Oops.  Put @echo off line back in.  Only needed to change pythonw.exe to python.exe.

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

20 years agoMade more useable from the command-line, since that is its primary purpose.
Patrick K. O'Brien [Mon, 29 Mar 2004 20:54:26 +0000 (20:54 +0000)] 
Made more useable from the command-line, since that is its primary purpose.

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

20 years agoCheck that the file successfully loaded, use the length read for the conversion.
Robin Dunn [Mon, 29 Mar 2004 20:01:16 +0000 (20:01 +0000)] 
Check that the file successfully loaded, use the length read for the conversion.

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

20 years agoattempt to work around SDK specific problems
Stefan Csomor [Mon, 29 Mar 2004 19:04:41 +0000 (19:04 +0000)] 
attempt to work around SDK specific problems

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

20 years agoapplied patch 923858 (fixes crash in zlib streams)
Václav Slavík [Mon, 29 Mar 2004 18:46:00 +0000 (18:46 +0000)] 
applied patch 923858 (fixes crash in zlib streams)

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

20 years agoBestSize is ok for built-ins
Stefan Csomor [Mon, 29 Mar 2004 18:34:33 +0000 (18:34 +0000)] 
BestSize is ok for built-ins

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

20 years agoanother attempt to export
Stefan Csomor [Mon, 29 Mar 2004 18:17:45 +0000 (18:17 +0000)] 
another attempt to export

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

20 years ago Applied SetForegorund colour patch for GTK2.
Robert Roebling [Mon, 29 Mar 2004 18:07:31 +0000 (18:07 +0000)] 
  Applied SetForegorund colour patch for GTK2.

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

20 years ago Applied patches.
Robert Roebling [Mon, 29 Mar 2004 18:02:59 +0000 (18:02 +0000)] 
  Applied patches.

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

20 years agoadded tlw include
Stefan Csomor [Mon, 29 Mar 2004 16:23:34 +0000 (16:23 +0000)] 
added tlw include

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

20 years agobest size calculations based on bitmap size
Stefan Csomor [Mon, 29 Mar 2004 16:06:54 +0000 (16:06 +0000)] 
best size calculations based on bitmap size

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

20 years agoif basePath is empty use '.'
Robin Dunn [Mon, 29 Mar 2004 15:54:00 +0000 (15:54 +0000)] 
if basePath is empty use '.'

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

20 years agoUse "&Help" so wxMac doesn't make an extra help menu
Robin Dunn [Mon, 29 Mar 2004 15:52:47 +0000 (15:52 +0000)] 
Use "&Help" so wxMac doesn't make an extra help menu

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

20 years agoUpdate Region is not always correct, we use the visible region therefore
Stefan Csomor [Mon, 29 Mar 2004 14:56:22 +0000 (14:56 +0000)] 
Update Region is not always correct, we use the visible region therefore

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

20 years agoUMADrawControl is not to be used anymore
Stefan Csomor [Mon, 29 Mar 2004 14:54:50 +0000 (14:54 +0000)] 
UMADrawControl is not to be used anymore

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

20 years agoCleanup
Stefan Csomor [Mon, 29 Mar 2004 14:49:20 +0000 (14:49 +0000)] 
Cleanup

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

20 years agoSetSize with all -1 was returning too soon in some cases
Stefan Csomor [Mon, 29 Mar 2004 12:46:41 +0000 (12:46 +0000)] 
SetSize with all -1 was returning too soon in some cases

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

20 years agofixed multiline wrap-around
Stefan Csomor [Mon, 29 Mar 2004 12:12:15 +0000 (12:12 +0000)] 
fixed multiline wrap-around

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

20 years agoadded a howto for adding a new encoding to wxWin
Vadim Zeitlin [Mon, 29 Mar 2004 12:02:41 +0000 (12:02 +0000)] 
added a howto for adding a new encoding to wxWin

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

20 years agocleanup in toplevel activation, and switching to native carbon event notification...
Stefan Csomor [Mon, 29 Mar 2004 11:35:04 +0000 (11:35 +0000)] 
cleanup in toplevel activation, and switching to native carbon event notification for window visibility etc.

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

20 years agostarted for unicode text control, in case we will not be able to get the MLTE EchoMod...
Stefan Csomor [Mon, 29 Mar 2004 11:33:16 +0000 (11:33 +0000)] 
started for unicode text control, in case we will not be able to get the MLTE EchoMode working

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

20 years agoadded port state save class
Stefan Csomor [Mon, 29 Mar 2004 11:28:08 +0000 (11:28 +0000)] 
added port state save class

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

20 years agoremoved separate wxSYS_ICONTITLE_FONT; made it the same as wxSYS_DEFAULT_GUI_FONT
Vadim Zeitlin [Mon, 29 Mar 2004 11:11:59 +0000 (11:11 +0000)] 
removed separate wxSYS_ICONTITLE_FONT; made it the same as wxSYS_DEFAULT_GUI_FONT

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

20 years agomade wxADJUST_MINSIZE default
Vadim Zeitlin [Mon, 29 Mar 2004 10:18:38 +0000 (10:18 +0000)] 
made wxADJUST_MINSIZE default

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

20 years agoadded hilite change notification
Stefan Csomor [Mon, 29 Mar 2004 08:39:31 +0000 (08:39 +0000)] 
added hilite change notification

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

20 years agoWince fix
Julian Smart [Mon, 29 Mar 2004 08:12:04 +0000 (08:12 +0000)] 
Wince fix

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

20 years agoadded new notifications to be added, corrected DoGetBestSize
Stefan Csomor [Mon, 29 Mar 2004 07:43:20 +0000 (07:43 +0000)] 
added new notifications to be added, corrected DoGetBestSize

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

20 years agosupport metal appearance
Stefan Csomor [Mon, 29 Mar 2004 06:51:29 +0000 (06:51 +0000)] 
support metal appearance

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

20 years agocorrect include for OSX only
Stefan Csomor [Mon, 29 Mar 2004 06:51:16 +0000 (06:51 +0000)] 
correct include for OSX only

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

20 years agoexpose metal appearance
Stefan Csomor [Mon, 29 Mar 2004 06:49:37 +0000 (06:49 +0000)] 
expose metal appearance

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

20 years agoexpose metal appearance
Stefan Csomor [Mon, 29 Mar 2004 06:43:37 +0000 (06:43 +0000)] 
expose metal appearance

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

20 years agoadded wxFileSystem test
Václav Slavík [Sun, 28 Mar 2004 20:44:26 +0000 (20:44 +0000)] 
added wxFileSystem test

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

20 years agofix for get best size when having empty labels
Stefan Csomor [Sun, 28 Mar 2004 19:44:50 +0000 (19:44 +0000)] 
fix for get best size when having empty labels

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

20 years agoadded native alignement support
Stefan Csomor [Sun, 28 Mar 2004 19:42:18 +0000 (19:42 +0000)] 
added native alignement support

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

20 years agoClear does nothing if we have a non valid brush (ie wxNullBrush)
Stefan Csomor [Sun, 28 Mar 2004 19:26:21 +0000 (19:26 +0000)] 
Clear does nothing if we have a non valid brush (ie wxNullBrush)

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

20 years agoreSWIGged
Robin Dunn [Sun, 28 Mar 2004 18:10:11 +0000 (18:10 +0000)] 
reSWIGged

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

20 years agotypos fixed
Robin Dunn [Sun, 28 Mar 2004 18:05:58 +0000 (18:05 +0000)] 
typos fixed

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

20 years agobackground drawing uncommented again
Stefan Csomor [Sun, 28 Mar 2004 17:57:03 +0000 (17:57 +0000)] 
background drawing uncommented again

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

20 years agoadded first bare bones implementation for PositionToXY and friends
Stefan Csomor [Sun, 28 Mar 2004 17:52:10 +0000 (17:52 +0000)] 
added first bare bones implementation for PositionToXY and friends

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

20 years agotoplevel event handler exposed
Stefan Csomor [Sun, 28 Mar 2004 17:50:04 +0000 (17:50 +0000)] 
toplevel event handler exposed

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

20 years agoglcanvas fix and toplevel event handler exposed
Stefan Csomor [Sun, 28 Mar 2004 17:47:01 +0000 (17:47 +0000)] 
glcanvas fix and toplevel event handler exposed

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

20 years agoreSWIGged
Robin Dunn [Sun, 28 Mar 2004 17:42:37 +0000 (17:42 +0000)] 
reSWIGged

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

20 years agoAllow overriding ApplyParentThemeBackground
Robin Dunn [Sun, 28 Mar 2004 17:06:47 +0000 (17:06 +0000)] 
Allow overriding ApplyParentThemeBackground

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

20 years agoinstall activex too
Robin Dunn [Sun, 28 Mar 2004 17:03:38 +0000 (17:03 +0000)] 
install activex too

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

20 years agodemo tweaks
Robin Dunn [Sun, 28 Mar 2004 17:02:16 +0000 (17:02 +0000)] 
demo tweaks

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

20 years agoAllow overriding ApplyParentThemeBackground
Robin Dunn [Sun, 28 Mar 2004 17:01:21 +0000 (17:01 +0000)] 
Allow overriding ApplyParentThemeBackground

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

20 years agoDon't use PyThreadState_Swap to get the current tstate, block threads
Robin Dunn [Sun, 28 Mar 2004 16:59:56 +0000 (16:59 +0000)] 
Don't use PyThreadState_Swap to get the current tstate, block threads
only if the current tstate is not the one expected.

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

20 years agoreverted previous commit, it broke URLs parsing
Václav Slavík [Sun, 28 Mar 2004 15:58:00 +0000 (15:58 +0000)] 
reverted previous commit, it broke URLs parsing

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

20 years agoCorrected wxFileSystemHandler::GetRightLocation for the case
Julian Smart [Sun, 28 Mar 2004 13:52:42 +0000 (13:52 +0000)] 
Corrected wxFileSystemHandler::GetRightLocation for the case
where a DOS drive is specified. Otherwise, the value
returned for e.g. file://c:\temp\thing.txt is \temp\thing.txt,
because the test for twos colon doesn't handle this case.

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

20 years agoremoved Win16 code (patch 905241), last version with remains of Win16 support tagged...
Vadim Zeitlin [Sun, 28 Mar 2004 13:10:14 +0000 (13:10 +0000)] 
removed Win16 code (patch 905241), last version with remains of Win16 support tagged with BEFORE_WIN16_REMOVAL

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

20 years agovisibility changed code fixed
Stefan Csomor [Sun, 28 Mar 2004 07:30:01 +0000 (07:30 +0000)] 
visibility changed code fixed

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

20 years agomouse handling fixed, skipping if we have no native control handling
Stefan Csomor [Sun, 28 Mar 2004 07:18:48 +0000 (07:18 +0000)] 
mouse handling fixed, skipping if we have no native control handling

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

20 years agoextending calculation of visible region
Stefan Csomor [Sun, 28 Mar 2004 07:06:27 +0000 (07:06 +0000)] 
extending calculation of visible region

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

20 years agotypo in mouse event handler
Stefan Csomor [Sun, 28 Mar 2004 07:06:09 +0000 (07:06 +0000)] 
typo in mouse event handler

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

20 years agoshowing a bevel button for a multiline label (is not multline on the OS level, but...
Stefan Csomor [Sun, 28 Mar 2004 07:05:51 +0000 (07:05 +0000)] 
showing a bevel button for a multiline label (is not multline on the OS level, but shows a different button type)

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

20 years agoRemoved extraneous m_items (the real one is in wxMenuBase)
David Elliott [Sun, 28 Mar 2004 04:35:52 +0000 (04:35 +0000)] 
Removed extraneous m_items (the real one is in wxMenuBase)

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

20 years agouse best size instead of hard coded 80*26 in SetSize(wxSIZE_AUTO)
Vadim Zeitlin [Sat, 27 Mar 2004 20:46:58 +0000 (20:46 +0000)] 
use best size instead of hard coded 80*26 in SetSize(wxSIZE_AUTO)

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

20 years agojust an unused var warnings
Vadim Zeitlin [Sat, 27 Mar 2004 20:06:36 +0000 (20:06 +0000)] 
just an unused var warnings

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

20 years agoprintf() format mismatch warning fixed
Vadim Zeitlin [Sat, 27 Mar 2004 14:38:27 +0000 (14:38 +0000)] 
printf() format mismatch warning fixed

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

20 years agocorrected Info.plist.in location
Stefan Csomor [Sat, 27 Mar 2004 12:14:34 +0000 (12:14 +0000)] 
corrected Info.plist.in location

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

20 years agocorrected Info.plist.in location
Stefan Csomor [Sat, 27 Mar 2004 10:54:30 +0000 (10:54 +0000)] 
corrected Info.plist.in location

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

20 years agocorrected Info.plist.in location
Stefan Csomor [Sat, 27 Mar 2004 10:38:21 +0000 (10:38 +0000)] 
corrected Info.plist.in location

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

20 years agomoving GUI function to proper place
Stefan Csomor [Sat, 27 Mar 2004 09:56:36 +0000 (09:56 +0000)] 
moving GUI function to proper place

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

20 years agonew control based view architecture
Stefan Csomor [Sat, 27 Mar 2004 09:44:31 +0000 (09:44 +0000)] 
new control based view architecture

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

20 years agomac fixes
Stefan Csomor [Sat, 27 Mar 2004 08:51:10 +0000 (08:51 +0000)] 
mac fixes

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

20 years agocorrected binhex commit
Stefan Csomor [Sat, 27 Mar 2004 08:44:55 +0000 (08:44 +0000)] 
corrected binhex  commit

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

20 years agoproper theme fonts
Stefan Csomor [Sat, 27 Mar 2004 08:29:51 +0000 (08:29 +0000)] 
proper theme fonts

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

20 years agomake construct simpler
Stefan Csomor [Sat, 27 Mar 2004 08:22:16 +0000 (08:22 +0000)] 
make construct simpler

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

20 years agomerge of new wxMac code
Stefan Csomor [Sat, 27 Mar 2004 08:11:05 +0000 (08:11 +0000)] 
merge of new wxMac code

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

20 years agomerge of new wxMac code
Stefan Csomor [Sat, 27 Mar 2004 07:15:02 +0000 (07:15 +0000)] 
merge of new wxMac code

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

20 years agotype safe proxy typedefs
Stefan Csomor [Sat, 27 Mar 2004 06:47:41 +0000 (06:47 +0000)] 
type safe proxy typedefs

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

20 years agomake things simpler, no default variant
Stefan Csomor [Sat, 27 Mar 2004 06:43:09 +0000 (06:43 +0000)] 
make things simpler, no default variant

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

20 years agomacos native debug levels
Stefan Csomor [Sat, 27 Mar 2004 06:40:58 +0000 (06:40 +0000)] 
macos native debug levels

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

20 years agoworkaround to get things compiling properly under CW 8.3 Mach-O
Stefan Csomor [Sat, 27 Mar 2004 05:39:00 +0000 (05:39 +0000)] 
workaround to get things compiling properly under CW 8.3 Mach-O

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

20 years agoNO_BORDER support backported into carbon subdir
Stefan Csomor [Sat, 27 Mar 2004 05:37:31 +0000 (05:37 +0000)] 
NO_BORDER support backported into carbon subdir

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

20 years agoexport var that is sought for afterwards from shared lib
Stefan Csomor [Sat, 27 Mar 2004 05:36:20 +0000 (05:36 +0000)] 
export var that is sought for afterwards from shared lib

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

20 years agocompiler warning fixed
Stefan Csomor [Sat, 27 Mar 2004 05:34:37 +0000 (05:34 +0000)] 
compiler warning fixed

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

20 years agoget keys support
Stefan Csomor [Sat, 27 Mar 2004 05:33:46 +0000 (05:33 +0000)] 
get keys support

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

20 years agounicode support
Stefan Csomor [Sat, 27 Mar 2004 05:32:52 +0000 (05:32 +0000)] 
unicode support

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

20 years agomach-o shared libs support for cw
Stefan Csomor [Sat, 27 Mar 2004 05:27:48 +0000 (05:27 +0000)] 
mach-o shared libs support for cw

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