wxWidgets.git
20 years agoapplied patch 890642: wxRE_ADVANCED flag and docs
Václav Slavík [Thu, 19 Feb 2004 16:57:15 +0000 (16:57 +0000)] 
applied patch 890642: wxRE_ADVANCED flag and docs

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

20 years agoreverted to TCL version of regex library
Václav Slavík [Thu, 19 Feb 2004 16:47:02 +0000 (16:47 +0000)] 
reverted to TCL version of regex library

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

20 years agoGetSubcontrols now const
Julian Smart [Thu, 19 Feb 2004 15:26:03 +0000 (15:26 +0000)] 
GetSubcontrols now const

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

20 years agoRemove crash due to reference being kept after object destroyed
Julian Smart [Thu, 19 Feb 2004 15:04:54 +0000 (15:04 +0000)] 
Remove crash due to reference being kept after object destroyed

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

20 years agoRemoved obsolete file
Julian Smart [Thu, 19 Feb 2004 14:06:47 +0000 (14:06 +0000)] 
Removed obsolete file

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

20 years agoChanged default namespace of Shell to __main__.__dict__, instead of an
Patrick K. O'Brien [Thu, 19 Feb 2004 13:53:20 +0000 (13:53 +0000)] 
Changed default namespace of Shell to __main__.__dict__, instead of an
empty dictionary.

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

20 years agoUse one wxNSWindowDelegate instance per wxCocoaNSWindow instance
David Elliott [Thu, 19 Feb 2004 06:32:34 +0000 (06:32 +0000)] 
Use one wxNSWindowDelegate instance per wxCocoaNSWindow instance

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

20 years agoRemoved the SaveBG hack. The real incompatibility is that the MemoryDC
Ron Lee [Thu, 19 Feb 2004 06:23:01 +0000 (06:23 +0000)] 
Removed the SaveBG hack.  The real incompatibility is that the MemoryDC
is not automatically cleared to the BG colour of the window when a
temporary bitmap is used.

Inlined the rest of the methods, there really is no reason for them not
to be.  (will remove dcbuffer.cpp as soon as I figure out the bakefiles)

Do device to logical transforms in UnMask.

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

20 years agocorrect boundaries for carbon
Stefan Csomor [Thu, 19 Feb 2004 05:32:09 +0000 (05:32 +0000)] 
correct boundaries for carbon

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

20 years agoAllow comparrisons with None
Robin Dunn [Thu, 19 Feb 2004 02:33:28 +0000 (02:33 +0000)] 
Allow comparrisons with None

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

20 years agoMade finding the bakefile related tech note easier.
Dimitri Schoolwerth [Thu, 19 Feb 2004 00:34:53 +0000 (00:34 +0000)] 
Made finding the bakefile related tech note easier.

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

20 years agowxCleanup; Added accelerators for navigation (Alt+left, Alt+right).
Dimitri Schoolwerth [Thu, 19 Feb 2004 00:24:06 +0000 (00:24 +0000)] 
wxCleanup; Added accelerators for navigation (Alt+left, Alt+right).

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

20 years agoRemoved warning
Julian Smart [Wed, 18 Feb 2004 17:24:12 +0000 (17:24 +0000)] 
Removed warning

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

20 years agoVC++ correction
Julian Smart [Wed, 18 Feb 2004 16:21:27 +0000 (16:21 +0000)] 
VC++ correction

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

20 years agoApplied [ 897450 ] Patch for WXDEBUG_NEW docs
Julian Smart [Wed, 18 Feb 2004 11:44:11 +0000 (11:44 +0000)] 
Applied [ 897450 ] Patch for WXDEBUG_NEW docs

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

20 years agoAdded wxDIALOG_NO_PARENT style to XRC
Julian Smart [Wed, 18 Feb 2004 09:35:46 +0000 (09:35 +0000)] 
Added wxDIALOG_NO_PARENT style to XRC

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

20 years agofixed a compile warning
Robin Dunn [Wed, 18 Feb 2004 02:23:01 +0000 (02:23 +0000)] 
fixed a compile warning

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

20 years agoreSWIGged
Robin Dunn [Wed, 18 Feb 2004 02:17:35 +0000 (02:17 +0000)] 
reSWIGged

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

20 years agoAdded some more docstrings, and also a few little tweaks along the way.
Robin Dunn [Wed, 18 Feb 2004 02:12:12 +0000 (02:12 +0000)] 
Added some more docstrings, and also a few little tweaks along the way.

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

20 years agoFixed typo causing multiple file selections to always return the same single name.
Dimitri Schoolwerth [Tue, 17 Feb 2004 18:11:16 +0000 (18:11 +0000)] 
Fixed typo causing multiple file selections to always return the same single name.

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

20 years agocorrected %addtofunc for BufferedDC constructor
Robin Dunn [Tue, 17 Feb 2004 16:00:03 +0000 (16:00 +0000)] 
corrected %addtofunc for BufferedDC constructor

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

20 years agoFixed a bug in DoGetBestSize that would make wxSpinCtrl too tall
Julian Smart [Tue, 17 Feb 2004 14:44:22 +0000 (14:44 +0000)] 
Fixed a bug in DoGetBestSize that would make wxSpinCtrl too tall

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

20 years agoregenerated
Václav Slavík [Tue, 17 Feb 2004 11:53:01 +0000 (11:53 +0000)] 
regenerated

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

20 years agoTweaked the WinCE readme
Julian Smart [Tue, 17 Feb 2004 11:19:41 +0000 (11:19 +0000)] 
Tweaked the WinCE readme

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

20 years agoFixed source for WinCE compatibility
Julian Smart [Tue, 17 Feb 2004 10:06:26 +0000 (10:06 +0000)] 
Fixed source for WinCE compatibility

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

20 years agoFixed invalid background colour of controls on a notebookpage when using certain...
Dimitri Schoolwerth [Tue, 17 Feb 2004 04:21:41 +0000 (04:21 +0000)] 
Fixed invalid background colour of controls on a notebookpage when using certain XP themes/WindowBlinds skins (bug 897965).

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

20 years agoImplemented wxExecute (minimal flags support).
Dimitri Schoolwerth [Tue, 17 Feb 2004 03:41:25 +0000 (03:41 +0000)] 
Implemented wxExecute (minimal flags support).

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

20 years agoFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TOOLBAR.
Dimitri Schoolwerth [Mon, 16 Feb 2004 23:27:54 +0000 (23:27 +0000)] 
Fixed compilation for !wxUSE_IMAGE as well as !wxUSE_TOOLBAR.

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

20 years agoAdded config checks for wxUSE_IMAGE = 0.
Dimitri Schoolwerth [Mon, 16 Feb 2004 23:24:23 +0000 (23:24 +0000)] 
Added config checks for wxUSE_IMAGE = 0.

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

20 years ago Added better visual feedback for tree control
Robert Roebling [Mon, 16 Feb 2004 23:12:33 +0000 (23:12 +0000)] 
  Added better visual feedback for tree control
    triangles. They now have a sort of prelight
    status like they have under GTK2.

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

20 years agoRemoved c++ style comments.
Dimitri Schoolwerth [Mon, 16 Feb 2004 22:38:43 +0000 (22:38 +0000)] 
Removed c++ style comments.

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

20 years agoIncluded required wx/image.h and added wxUSE_IMAGE guard.
Dimitri Schoolwerth [Mon, 16 Feb 2004 21:35:54 +0000 (21:35 +0000)] 
Included required wx/image.h and added wxUSE_IMAGE guard.

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

20 years agoFixed unreferenced function 'CutEmptyBorders' warning (MSVC6).
Dimitri Schoolwerth [Mon, 16 Feb 2004 20:57:17 +0000 (20:57 +0000)] 
Fixed unreferenced function 'CutEmptyBorders' warning (MSVC6).

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

20 years agofixed IsOk() for root directory paths
Vadim Zeitlin [Mon, 16 Feb 2004 18:30:18 +0000 (18:30 +0000)] 
fixed IsOk() for root directory paths

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

20 years agoAdded instructions for running Applescript scripts.
Julian Smart [Mon, 16 Feb 2004 17:41:58 +0000 (17:41 +0000)] 
Added instructions for running Applescript scripts.

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

20 years agoRemove superfluous call to CocoaRemoveFromParent (it's done in ~wxWindow)
David Elliott [Mon, 16 Feb 2004 03:40:26 +0000 (03:40 +0000)] 
Remove superfluous call to CocoaRemoveFromParent (it's done in ~wxWindow)

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

20 years agoCosmetic cleanup (TRUE/FALSE, tabs, ...).
Dimitri Schoolwerth [Sun, 15 Feb 2004 21:56:40 +0000 (21:56 +0000)] 
Cosmetic cleanup (TRUE/FALSE, tabs, ...).

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

20 years agoExtended maximum tooltip length (in non-Unicode comctl32 4.70+ mode) from (MSW limite...
Dimitri Schoolwerth [Sun, 15 Feb 2004 21:38:22 +0000 (21:38 +0000)] 
Extended maximum tooltip length (in non-Unicode comctl32 4.70+ mode) from (MSW limited) 39 chars to 512 chars (customizable).

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

20 years agouse correct way to get a pointer to vector elements in DoGetPartialTextExtents()
Vadim Zeitlin [Sun, 15 Feb 2004 19:12:54 +0000 (19:12 +0000)] 
use correct way to get a pointer to vector elements in DoGetPartialTextExtents()

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

20 years ago Fix warning.
Robert Roebling [Sun, 15 Feb 2004 18:38:36 +0000 (18:38 +0000)] 
  Fix warning.

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

20 years agoAdded accelerator handling for buttons and infrastructure to do the same for
Stefan Neis [Sun, 15 Feb 2004 18:00:27 +0000 (18:00 +0000)] 
Added accelerator handling for buttons and infrastructure to do the same for
        other controls (patch 893580).

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

20 years agoFixed separator handling for menus.
Stefan Neis [Sun, 15 Feb 2004 17:33:26 +0000 (17:33 +0000)] 
Fixed separator handling for menus.
Extracted common code for handling translation of labels containing
        accelerators from wxWindows representation to native representation.

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

20 years agoremoved unused variable
Vadim Zeitlin [Sun, 15 Feb 2004 16:56:15 +0000 (16:56 +0000)] 
removed unused variable

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

20 years agofail WC2MB conversion in wxCSConv if we can't be sure that we don't lose information
Vadim Zeitlin [Sun, 15 Feb 2004 15:44:07 +0000 (15:44 +0000)] 
fail WC2MB conversion in wxCSConv if we can't be sure that we don't lose information

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

20 years agoadded tech note about writing unit tests
Vadim Zeitlin [Sun, 15 Feb 2004 15:43:42 +0000 (15:43 +0000)] 
added tech note about writing unit tests

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

20 years agoadded (draft of) a unit test for wxMBConv
Vadim Zeitlin [Sun, 15 Feb 2004 15:43:21 +0000 (15:43 +0000)] 
added (draft of) a unit test for wxMBConv

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

20 years ago wxGPE updates to HEAD.
Robert Roebling [Sun, 15 Feb 2004 15:31:39 +0000 (15:31 +0000)] 
  wxGPE updates to HEAD.

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

20 years agoDo a configure test whether or not to include -I/usr/local/include in
Stefan Neis [Sun, 15 Feb 2004 14:14:03 +0000 (14:14 +0000)] 
Do a configure test whether or not to include -I/usr/local/include in
        wx-config --c*flags instead of never doing it for gcc.

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

20 years agoDo _not_ test for strcasecmp on OS/2 (where stricmp is the function to be used).
Stefan Neis [Sun, 15 Feb 2004 14:09:59 +0000 (14:09 +0000)] 
Do _not_ test for strcasecmp on OS/2 (where stricmp is the function to be used).

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

20 years ago This should work on SuSE and Mandrake icon themes.
Robert Roebling [Sun, 15 Feb 2004 13:15:50 +0000 (13:15 +0000)] 
  This should work on SuSE and Mandrake icon themes.

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

20 years ago Slightly less hacky way to get the KDE icon theme name.
Robert Roebling [Sun, 15 Feb 2004 12:57:23 +0000 (12:57 +0000)] 
 Slightly less hacky way to get the KDE icon theme name.

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

20 years ago This allows white space to be in the name
Robert Roebling [Sun, 15 Feb 2004 12:55:35 +0000 (12:55 +0000)] 
 This allows white space to be in the name
  of a key (as KDE ini files allow it).

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

20 years agoadded wrapper header for CppUnit headers
Vadim Zeitlin [Sun, 15 Feb 2004 02:58:56 +0000 (02:58 +0000)] 
added wrapper header for CppUnit headers

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

20 years agoinclude stdlib.h to get malloc/free decl
Vadim Zeitlin [Sun, 15 Feb 2004 02:57:43 +0000 (02:57 +0000)] 
include stdlib.h to get malloc/free decl

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

20 years agoBakefile 0.1.3
David Elliott [Sun, 15 Feb 2004 02:14:15 +0000 (02:14 +0000)] 
Bakefile 0.1.3

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

20 years ago Updates to MIME-types and wxFileDialog code for better
Robert Roebling [Sun, 15 Feb 2004 00:35:16 +0000 (00:35 +0000)] 
 Updates to MIME-types and wxFileDialog code for better
   native looking image handling.

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

20 years ago InitAsNeeded no longer inline in the header.
Robert Roebling [Sun, 15 Feb 2004 00:32:45 +0000 (00:32 +0000)] 
  InitAsNeeded no longer inline in the header.

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

20 years ago Updated exefile and default file icons to newer look.
Robert Roebling [Sun, 15 Feb 2004 00:31:47 +0000 (00:31 +0000)] 
  Updated exefile and default file icons to newer look.

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

20 years ago The file dialog needs to be able to read images (mostly PNG).
Robert Roebling [Sun, 15 Feb 2004 00:30:44 +0000 (00:30 +0000)] 
  The file dialog needs to be able to read images (mostly PNG).

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

20 years agoNow sends an exit command to the app so Quit behaves as it should
Julian Smart [Sat, 14 Feb 2004 23:19:53 +0000 (23:19 +0000)] 
Now sends an exit command to the app so Quit behaves as it should

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

20 years ago Updated italian translation.
Mattia Barbon [Sat, 14 Feb 2004 14:25:14 +0000 (14:25 +0000)] 
  Updated italian translation.

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

20 years agodon't truncate filenames by default (why?)
Vadim Zeitlin [Sat, 14 Feb 2004 11:35:26 +0000 (11:35 +0000)] 
don't truncate filenames by default (why?)

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

20 years agocorrected system condition for panther
Stefan Csomor [Sat, 14 Feb 2004 05:22:14 +0000 (05:22 +0000)] 
corrected system condition for panther

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

20 years agoOops, used the wrong script to generate the metadata...
Robin Dunn [Sat, 14 Feb 2004 03:24:18 +0000 (03:24 +0000)] 
Oops, used the wrong script to generate the metadata...

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

20 years agoreSWIGged
Robin Dunn [Sat, 14 Feb 2004 03:17:53 +0000 (03:17 +0000)] 
reSWIGged

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

20 years agoAdded some docstrings.
Robin Dunn [Sat, 14 Feb 2004 03:11:36 +0000 (03:11 +0000)] 
Added some docstrings.
Added wx.DefaultDateTime.
Fixed CalendarCtrl.HitTest

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

20 years agoSimplified OS X Panther detection code.
Dimitri Schoolwerth [Sat, 14 Feb 2004 02:40:59 +0000 (02:40 +0000)] 
Simplified OS X Panther detection code.

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

20 years agoOops, took out too much...
Robin Dunn [Sat, 14 Feb 2004 02:29:01 +0000 (02:29 +0000)] 
Oops, took out too much...

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

20 years agoFix the off-by-one a little differently, and correct a refresh problem
Robin Dunn [Sat, 14 Feb 2004 02:22:03 +0000 (02:22 +0000)] 
Fix the off-by-one a little differently, and correct a refresh problem
on wxMac

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

20 years agoFixed an off-by-one error
Robin Dunn [Fri, 13 Feb 2004 23:05:20 +0000 (23:05 +0000)] 
Fixed an off-by-one error

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

20 years agoDMC compilation fix
Vadim Zeitlin [Fri, 13 Feb 2004 22:33:02 +0000 (22:33 +0000)] 
DMC compilation fix

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

20 years agoreSWIGged
Robin Dunn [Fri, 13 Feb 2004 21:30:56 +0000 (21:30 +0000)] 
reSWIGged

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

20 years agoGave wxWindow.GetHandle something to do on wxMac, although it won't
Robin Dunn [Fri, 13 Feb 2004 20:24:47 +0000 (20:24 +0000)] 
Gave wxWindow.GetHandle something to do on wxMac, although it won't
have exactly the same meaning as the other platforms.

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

20 years agoFixed a compile error on wxMac
Robin Dunn [Fri, 13 Feb 2004 20:23:40 +0000 (20:23 +0000)] 
Fixed a compile error on wxMac

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

20 years agoreSWIGged
Robin Dunn [Fri, 13 Feb 2004 20:23:25 +0000 (20:23 +0000)] 
reSWIGged

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

20 years agoAdd some ownerdraw methods to ListBox for MSW
Robin Dunn [Fri, 13 Feb 2004 20:21:47 +0000 (20:21 +0000)] 
Add some ownerdraw methods to ListBox for MSW

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

20 years agoMake all wxMask constructors use the C++ (bitmap, colour) ctor, and
Robin Dunn [Fri, 13 Feb 2004 20:09:55 +0000 (20:09 +0000)] 
Make all wxMask constructors use the C++ (bitmap, colour) ctor, and
then just default in BLACK to simulate the default (monobitmap)
behaviour.  It's too tricky to make true monochome bitmaps in a
platform independent way from the Python wrappers.

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

20 years agoTweaks for when using some new tex2rtf options
Robin Dunn [Fri, 13 Feb 2004 19:07:41 +0000 (19:07 +0000)] 
Tweaks for when using some new tex2rtf options

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

20 years agoTypo fixed
Robin Dunn [Fri, 13 Feb 2004 19:06:55 +0000 (19:06 +0000)] 
Typo fixed

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

20 years agoCall Skip from the focus handlers so wxGTK can still do it's internal housekeeping
Robin Dunn [Fri, 13 Feb 2004 19:06:02 +0000 (19:06 +0000)] 
Call Skip from the focus handlers so wxGTK can still do it's internal housekeeping

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

20 years agoFix test broken by change in package name from PyCrust to py.
Patrick K. O'Brien [Fri, 13 Feb 2004 02:52:06 +0000 (02:52 +0000)] 
Fix test broken by change in package name from PyCrust to py.

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

20 years agoThe truth is out there.
Patrick K. O'Brien [Fri, 13 Feb 2004 02:47:59 +0000 (02:47 +0000)] 
The truth is out there.

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

20 years agoadded /usr/lib and lib32 to SEARCH_LIB (trying to fix IRIX compilation)
Vadim Zeitlin [Fri, 13 Feb 2004 00:03:46 +0000 (00:03 +0000)] 
added /usr/lib and lib32 to SEARCH_LIB (trying to fix IRIX compilation)

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

20 years agoadded description of environment variables that affect wxWin programs
Václav Slavík [Thu, 12 Feb 2004 22:50:18 +0000 (22:50 +0000)] 
added description of environment variables that affect wxWin programs

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

20 years agofixed bug in .hhp's FILES section creation introduced in previous revision
Václav Slavík [Thu, 12 Feb 2004 20:13:28 +0000 (20:13 +0000)] 
fixed bug in .hhp's FILES section creation introduced in previous revision

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

20 years agoDMC doesn't have #warning
Julian Smart [Thu, 12 Feb 2004 19:47:58 +0000 (19:47 +0000)] 
DMC doesn't have #warning

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

20 years agoFixed to use wxNcPaintEvent types where needed
Robin Dunn [Thu, 12 Feb 2004 19:45:40 +0000 (19:45 +0000)] 
Fixed to use wxNcPaintEvent types where needed

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

20 years agodon't use numbers in URLs if truncateFilenames=no
Václav Slavík [Thu, 12 Feb 2004 19:29:48 +0000 (19:29 +0000)] 
don't use numbers in URLs if truncateFilenames=no

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

20 years agoSome more string concatenations
Julian Smart [Thu, 12 Feb 2004 19:19:29 +0000 (19:19 +0000)] 
Some more string concatenations

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

20 years agoset argc/argv properly in Unicode build (fixes bug 878002)
Vadim Zeitlin [Thu, 12 Feb 2004 18:42:39 +0000 (18:42 +0000)] 
set argc/argv properly in Unicode build (fixes bug 878002)

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

20 years agodon't override GetSize(), this doesn't work (bug 732758)
Vadim Zeitlin [Thu, 12 Feb 2004 18:19:12 +0000 (18:19 +0000)] 
don't override GetSize(), this doesn't work (bug 732758)

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

20 years agohopefully fixed strings.h mess completely now by not including it unless really neede...
Vadim Zeitlin [Thu, 12 Feb 2004 18:10:33 +0000 (18:10 +0000)] 
hopefully fixed strings.h mess completely now by not including it unless really needed (should fix bug 689456)

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

20 years agofix yet another assert when the initial combo box value was empty (replaces patch...
Vadim Zeitlin [Thu, 12 Feb 2004 16:45:28 +0000 (16:45 +0000)] 
fix yet another assert when the initial combo box value was empty (replaces patch 895470)

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

20 years agosuppress triple clicks generation completely for GTK2 as it makes long click series...
Vadim Zeitlin [Thu, 12 Feb 2004 16:41:59 +0000 (16:41 +0000)] 
suppress triple clicks generation completely for GTK2 as it makes long click series generate exactly the same events as under other ports (patch 895564)

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

20 years agoadded Select() test
Vadim Zeitlin [Thu, 12 Feb 2004 16:35:36 +0000 (16:35 +0000)] 
added Select() test

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

20 years agocorrected wxTreeCtrl::Select() broken by previously applied patch in single select...
Vadim Zeitlin [Thu, 12 Feb 2004 16:33:33 +0000 (16:33 +0000)] 
corrected wxTreeCtrl::Select() broken by previously applied patch in single select mode

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

20 years agoString corrections
Julian Smart [Thu, 12 Feb 2004 13:29:55 +0000 (13:29 +0000)] 
String corrections

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

20 years agoInfinite recursion fix
Julian Smart [Thu, 12 Feb 2004 09:29:19 +0000 (09:29 +0000)] 
Infinite recursion fix
Viktor Voroshylo:
I did not put it in __WXWINCE__ defines as it looks like just another safeguard that will work on regular windows as well. The problem was that wxWindowMSW::MSWOnScroll is calling itself forever under winCE for wxListCtrl object.

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

20 years agopatch applied for clearing m_data object upon closing
Stefan Csomor [Thu, 12 Feb 2004 07:16:44 +0000 (07:16 +0000)] 
patch applied for clearing m_data object upon closing

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

20 years agoA little tweak
Robin Dunn [Thu, 12 Feb 2004 02:22:42 +0000 (02:22 +0000)] 
A little tweak

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