wxWidgets.git
19 years agoFixed strange situation when we had wxPathExists and wxDirExists with the same fincti...
Włodzimierz Skiba [Thu, 17 Mar 2005 17:46:32 +0000 (17:46 +0000)] 
Fixed strange situation when we had wxPathExists and wxDirExists with the same finctionality. Using wxPathExists instead wxFileExists (fixes bug #865628). Minor source cleaning.

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

19 years agoUpdated configure and aclocal.m4 for new 0.1.8 Bakefile on account of
David Elliott [Thu, 17 Mar 2005 17:38:51 +0000 (17:38 +0000)] 
Updated configure and aclocal.m4 for new 0.1.8 Bakefile on account of
the recent commit to autoconf_inc.m4 using Bakefile 0.1.8 (CVS).

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

19 years agoSmall fixes for compiling Cygwin (with --disable-sockets)
Julian Smart [Thu, 17 Mar 2005 12:43:15 +0000 (12:43 +0000)] 
Small fixes for compiling Cygwin (with --disable-sockets)

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

19 years agoCorrect compilo for non-WinCE
Julian Smart [Thu, 17 Mar 2005 09:54:20 +0000 (09:54 +0000)] 
Correct compilo for non-WinCE

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

19 years agostopwatch.h needed for wxGetLocalTimeMillis
Julian Smart [Thu, 17 Mar 2005 09:10:35 +0000 (09:10 +0000)] 
stopwatch.h needed for wxGetLocalTimeMillis

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

19 years ago Committing in .
Jouk Jansen [Thu, 17 Mar 2005 08:05:04 +0000 (08:05 +0000)] 
 Committing in .

 setup.h_vms : updated VMS configuration
 msgdlg.cpp : corrected include file path

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/src/motif/msgdlg.cpp
 ----------------------------------------------------------------------

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

19 years agoDrop the "rc"
Robin Dunn [Wed, 16 Mar 2005 22:54:41 +0000 (22:54 +0000)] 
Drop the "rc"

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

19 years agoThe --enable-rpath configure option doesn't work the same way it did
Robin Dunn [Wed, 16 Mar 2005 22:53:59 +0000 (22:53 +0000)] 
The --enable-rpath configure option doesn't work the same way it did
before.  Work around that by specifying the rpath option myself on the
setup.py command-line.

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

19 years agoImplemented PocketPC menubar/toolbar as wxToolMenuBar derived
Julian Smart [Wed, 16 Mar 2005 17:51:41 +0000 (17:51 +0000)] 
Implemented PocketPC menubar/toolbar as wxToolMenuBar derived
from wxToolBar, solving the problem of how normal toolbars
can co-exist with combined ones. Tidied up WinCE toolbar code.
Implemented wxToolBar as 'dummy' toolbar under Smartphone.
Dialogs now show an empty menubar to hide inactive one
underneath.

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

19 years agoUse defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check ...
Włodzimierz Skiba [Wed, 16 Mar 2005 16:18:31 +0000 (16:18 +0000)] 
Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141).

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

19 years agoUnlike the preferences item which should only be enabled if it exists and is enabled...
Kevin Hock [Wed, 16 Mar 2005 16:03:17 +0000 (16:03 +0000)] 
Unlike the preferences item which should only be enabled if it exists and is enabled, the quit item should be enabled unless it both exists and is disabled, otherwise Quit will not be enabled unless the application specifically adds wxID_EXIT.  This should fix David's bug but still retain the old functionality. [ modified previously committed patch 1160343 ]

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

19 years agoNot forgetting PalmOS
Julian Smart [Wed, 16 Mar 2005 10:20:20 +0000 (10:20 +0000)] 
Not forgetting PalmOS

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

19 years agoAdded wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE
Julian Smart [Wed, 16 Mar 2005 10:18:13 +0000 (10:18 +0000)] 
Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE

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

19 years agoRemoved checklistbox test
Julian Smart [Wed, 16 Mar 2005 09:09:01 +0000 (09:09 +0000)] 
Removed checklistbox test

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

19 years agoAllow using negative angles with DrawRotatedText. [ patch 1162771 ]
Kevin Hock [Wed, 16 Mar 2005 05:31:13 +0000 (05:31 +0000)] 
Allow using negative angles with DrawRotatedText. [ patch 1162771 ]

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

19 years agoQuit application menu item needs special handling like the Preferences item. [ patch...
Kevin Hock [Wed, 16 Mar 2005 05:16:55 +0000 (05:16 +0000)] 
Quit application menu item needs special handling like the Preferences item. [ patch 1160343 ]

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

19 years agoAdded comments explaining more about the changes in my last commit. Also, removed...
Kevin Hock [Wed, 16 Mar 2005 05:11:37 +0000 (05:11 +0000)] 
Added comments explaining more about the changes in my last commit. Also, removed __DARWIN__ check for enabling CONNECTION events, always wait to enable them until after the connect() call.

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

19 years agoset wxUSE_DEBUGREPORT to 0 by default; fixed a couple of typos
Vadim Zeitlin [Tue, 15 Mar 2005 23:20:47 +0000 (23:20 +0000)] 
set wxUSE_DEBUGREPORT to 0 by default; fixed a couple of typos

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

19 years agoUPdated notes
Julian Smart [Tue, 15 Mar 2005 21:51:14 +0000 (21:51 +0000)] 
UPdated notes

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

19 years agoChose different set of buttons for toolbar
Julian Smart [Tue, 15 Mar 2005 21:50:22 +0000 (21:50 +0000)] 
Chose different set of buttons for toolbar

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

19 years agoFixed wxToolBar for WinCE so normal bitmaps can be used;
Julian Smart [Tue, 15 Mar 2005 21:48:20 +0000 (21:48 +0000)] 
Fixed wxToolBar for WinCE so normal bitmaps can be used;
no longer uses standard buttons.
wxToolBar under Smartphone no longer tries to create
buttons since a toolbar makes no sense on this platform.

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

19 years agoRegenerated files
Julian Smart [Tue, 15 Mar 2005 21:22:24 +0000 (21:22 +0000)] 
Regenerated files

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

19 years agoWinCE doesn't have wxCheckListBox, and doesn't like wxRmDir
Julian Smart [Tue, 15 Mar 2005 21:18:06 +0000 (21:18 +0000)] 
WinCE doesn't have wxCheckListBox, and doesn't like wxRmDir

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

19 years agoSetLeft|RightMenu is supposed to be API for all smartphones. TODO comment.
Włodzimierz Skiba [Tue, 15 Mar 2005 21:10:18 +0000 (21:10 +0000)] 
SetLeft|RightMenu is supposed to be API for all smartphones. TODO comment.

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

19 years agoFixed wxPropertySheetDialog for Smartphone
Julian Smart [Tue, 15 Mar 2005 20:55:59 +0000 (20:55 +0000)] 
Fixed wxPropertySheetDialog for Smartphone

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

19 years agoMore wxWidgets in poem demo.
Włodzimierz Skiba [Tue, 15 Mar 2005 20:33:42 +0000 (20:33 +0000)] 
More wxWidgets in poem demo.

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

19 years agoFix
Julian Smart [Tue, 15 Mar 2005 17:40:42 +0000 (17:40 +0000)] 
Fix

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

19 years agoNo zero id
Julian Smart [Tue, 15 Mar 2005 11:56:58 +0000 (11:56 +0000)] 
No zero id

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

19 years agoDon't start ids at zero
Julian Smart [Tue, 15 Mar 2005 11:29:14 +0000 (11:29 +0000)] 
Don't start ids at zero

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

19 years agoAdded wxPropertySheetDialog for implementing settings dialogs
Julian Smart [Mon, 14 Mar 2005 22:40:44 +0000 (22:40 +0000)] 
Added wxPropertySheetDialog for implementing settings dialogs
in the appropriate way on small devices and desktop platforms
(abstracting is the only way to unify the API)

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

19 years agosimplified code (removed 2 unnecessary tests) in CalcMin(), no real changes
Vadim Zeitlin [Mon, 14 Mar 2005 22:26:56 +0000 (22:26 +0000)] 
simplified code (removed 2 unnecessary tests) in CalcMin(), no real changes

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

19 years agoImprove standard button spacing on Windows
Julian Smart [Mon, 14 Mar 2005 22:24:09 +0000 (22:24 +0000)] 
Improve standard button spacing on Windows

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

19 years ago Remove wrong clasing bracket.
Mattia Barbon [Mon, 14 Mar 2005 21:55:29 +0000 (21:55 +0000)] 
  Remove wrong clasing bracket.

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

19 years ago Blind fix for VC6 compilation when wxUSE_STL == 1.
Mattia Barbon [Mon, 14 Mar 2005 21:52:57 +0000 (21:52 +0000)] 
  Blind fix for VC6 compilation when wxUSE_STL == 1.

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

19 years agodisable debug report for now
Vadim Zeitlin [Mon, 14 Mar 2005 20:40:24 +0000 (20:40 +0000)] 
disable debug report for now

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

19 years ago'Dummy' warning fixes (might be used uninitialized).
Włodzimierz Skiba [Mon, 14 Mar 2005 20:00:42 +0000 (20:00 +0000)] 
'Dummy' warning fixes (might be used uninitialized).

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

19 years agoUnicode fix.
Włodzimierz Skiba [Mon, 14 Mar 2005 19:52:52 +0000 (19:52 +0000)] 
Unicode fix.

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

19 years agoUpdated symbols
Julian Smart [Mon, 14 Mar 2005 19:13:45 +0000 (19:13 +0000)] 
Updated symbols

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

19 years agoFrames have Ctrl+Q accelerator set automatically, as per the
Julian Smart [Mon, 14 Mar 2005 17:15:06 +0000 (17:15 +0000)] 
Frames have Ctrl+Q accelerator set automatically, as per the
PocketPC guidelines
Documented issues in manual under wxWinCE topic.
wxDEFAULT_DIALOG_STYLES rationalised so we can make use of
styles such as wxCLOSE_BOX in future (OK button on titlebar)
Added Set/GetAffirmativeId and DoOK so that titlebar OK button
can be customised

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

19 years agoDon't call Layout
Julian Smart [Mon, 14 Mar 2005 17:10:32 +0000 (17:10 +0000)] 
Don't call Layout

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

19 years agoREADME scrolling fix
Roman Rolinsky [Mon, 14 Mar 2005 17:09:40 +0000 (17:09 +0000)] 
README scrolling fix

fix for Mac (opts inside try/except)

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

19 years agoIf the parents are nothing but a panel and a frame then
Robin Dunn [Mon, 14 Mar 2005 17:09:00 +0000 (17:09 +0000)] 
If the parents are nothing but a panel and a frame then
MSWGetBgBrushForChild will still return NULL.  Fallback to a solid
background colour in this case.

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

19 years agoMore PocketPC adaptations
Julian Smart [Mon, 14 Mar 2005 16:37:02 +0000 (16:37 +0000)] 
More PocketPC adaptations

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

19 years agomade GetDataDir() return the directory where the program is installed under MSW
Vadim Zeitlin [Mon, 14 Mar 2005 16:05:52 +0000 (16:05 +0000)] 
made GetDataDir() return the directory where the program is installed under MSW

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

19 years agoDefine Ctrl+Q accelerator on PocketPC for quitting the application, as
Julian Smart [Mon, 14 Mar 2005 14:50:18 +0000 (14:50 +0000)] 
Define Ctrl+Q accelerator on PocketPC for quitting the application, as
per guidelines

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

19 years agoAdded support (barely tested) for MaxDB from MySQL
George Tasker [Mon, 14 Mar 2005 14:41:12 +0000 (14:41 +0000)] 
Added support (barely tested) for MaxDB from MySQL
Added dbmsFutureX to the database enumerations to allow for adding support for new databases between releases of wxWidgets

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

19 years agoFixed unicode builds that were not on MSW
George Tasker [Mon, 14 Mar 2005 14:40:05 +0000 (14:40 +0000)] 
Fixed unicode builds that were not on MSW
Added dbmsFutureX to the database enumerations to allow for adding support for new databases between releases of wxWidgets

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

19 years agoRemoved unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ]
Kevin Hock [Mon, 14 Mar 2005 14:38:48 +0000 (14:38 +0000)] 
Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ]

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

19 years agorefactored scrollbar creation code to use CreateControl, MSWCreateControl, and MSWGet...
Dimitri Schoolwerth [Mon, 14 Mar 2005 13:31:11 +0000 (13:31 +0000)] 
refactored scrollbar creation code to use CreateControl, MSWCreateControl, and MSWGetStyle: fixes default colour inheriting from parent and allows the scrollbar to be hidden initially (with 2-step creation)

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

19 years agoIncomplete setup build fix (wxPalmOS).
Włodzimierz Skiba [Mon, 14 Mar 2005 10:19:26 +0000 (10:19 +0000)] 
Incomplete setup build fix (wxPalmOS).

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

19 years agofix bug which was trashing gifs
Chris Elliott [Mon, 14 Mar 2005 09:08:50 +0000 (09:08 +0000)] 
fix bug which was trashing gifs

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

19 years agoMake wxCocoa compile on Tiger.
David Elliott [Mon, 14 Mar 2005 04:47:28 +0000 (04:47 +0000)] 
Make wxCocoa compile on Tiger.

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

19 years ago"test" for testing a [fixed] proxy crash (from last commit)
Ryan Norton [Mon, 14 Mar 2005 03:33:50 +0000 (03:33 +0000)] 
"test" for testing a [fixed] proxy crash (from last commit)

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

19 years agoDammit, try it again this time actually removing it instead of adding it
David Elliott [Mon, 14 Mar 2005 02:15:41 +0000 (02:15 +0000)] 
Dammit, try it again this time actually removing it instead of adding it
again (forgot to give patch the -R).

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

19 years agoReverted 1.32. This breaks my Tiger builds which is part of the reason
David Elliott [Mon, 14 Mar 2005 02:12:15 +0000 (02:12 +0000)] 
Reverted 1.32.  This breaks my Tiger builds which is part of the reason
I reverted the last incarnation of this in the first place!!!

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

19 years agoRebaked (changes to proper WXMAC/NOTWXMAC handling from the other day)
David Elliott [Mon, 14 Mar 2005 01:45:36 +0000 (01:45 +0000)] 
Rebaked (changes to proper WXMAC/NOTWXMAC handling from the other day)

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

19 years agoUpdate to include recent acinclude.m4 changes.
David Elliott [Mon, 14 Mar 2005 01:42:56 +0000 (01:42 +0000)] 
Update to include recent acinclude.m4 changes.
Yes, they aren't any longer used by configure but they're still in
acinclude.m4 so now they're here too.

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

19 years agoThe DLL version of Watcom's C runtime doesn't have fileno, but the static
Michael Wetherell [Mon, 14 Mar 2005 01:24:40 +0000 (01:24 +0000)] 
The DLL version of Watcom's C runtime doesn't have fileno, but the static
version does

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

19 years agoTemporary fix for Watcom link error 'fileno'
Michael Wetherell [Sun, 13 Mar 2005 21:01:37 +0000 (21:01 +0000)] 
Temporary fix for Watcom link error 'fileno'

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

19 years ago Query for "default_border" not "default_outside_border" since
Robert Roebling [Sun, 13 Mar 2005 18:57:10 +0000 (18:57 +0000)] 
  Query for "default_border" not "default_outside_border" since
    that is what is done in the gtk code.
  Correct wrong pos in scrolled window.

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

19 years agoAdd wxTempFileOutputStream, patch 1152042 by Stas Sergeev
Michael Wetherell [Sun, 13 Mar 2005 18:23:20 +0000 (18:23 +0000)] 
Add wxTempFileOutputStream, patch 1152042 by Stas Sergeev

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

19 years agoAdded wxNB_FLAT for WinCE property sheet tabs
Julian Smart [Sun, 13 Mar 2005 17:46:23 +0000 (17:46 +0000)] 
Added wxNB_FLAT for WinCE property sheet tabs
Titlebar OK button on PocketPC now looks for OK, Cancel, Close buttons.
Dialog size now takes into account SIP or menubar.
Panels more naturally white on PocketPC.
wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes
with correct titlebar style.

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

19 years agoPocketPC adaptations
Julian Smart [Sun, 13 Mar 2005 17:32:40 +0000 (17:32 +0000)] 
PocketPC adaptations

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

19 years agoAdded wxNB_FLAT for WinCE property sheet tabs
Julian Smart [Sun, 13 Mar 2005 17:31:23 +0000 (17:31 +0000)] 
Added wxNB_FLAT for WinCE property sheet tabs
Titlebar OK button on PocketPC now looks for OK, Cancel, Close buttons.
Dialog size now takes into account SIP or menubar.
Panels more naturally white on PocketPC.
wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes
with correct titlebar style.

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

19 years ago Fixed compilation for GCC 3.4 when wxUSE_STL == 1.
Mattia Barbon [Sun, 13 Mar 2005 17:08:43 +0000 (17:08 +0000)] 
  Fixed compilation for GCC 3.4 when wxUSE_STL == 1.
Should be compatible with VC6.

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

19 years agoAdd wxTempFileOutputStream
Michael Wetherell [Sun, 13 Mar 2005 16:20:51 +0000 (16:20 +0000)] 
Add wxTempFileOutputStream

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

19 years agoBetter margin on Smartphone.
Włodzimierz Skiba [Sun, 13 Mar 2005 15:35:33 +0000 (15:35 +0000)] 
Better margin on Smartphone.

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

19 years agoCorrect sending of wxW event from wxChoice on MS Smartphone.
Włodzimierz Skiba [Sun, 13 Mar 2005 15:32:30 +0000 (15:32 +0000)] 
Correct sending of wxW event from wxChoice on MS Smartphone.

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

19 years agoMake Smartphone buildable with current flags.
Włodzimierz Skiba [Sun, 13 Mar 2005 15:26:54 +0000 (15:26 +0000)] 
Make Smartphone buildable with current flags.

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

19 years agoregenerated ReST docs
Robin Dunn [Sat, 12 Mar 2005 22:04:54 +0000 (22:04 +0000)] 
regenerated ReST docs

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

19 years agoDon't use the PyGILState_* APIs with Python 2.3, it causes a problem
Robin Dunn [Sat, 12 Mar 2005 21:03:18 +0000 (21:03 +0000)] 
Don't use the PyGILState_* APIs with Python 2.3, it causes a problem
with Boa's debugger.  :-(

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

19 years agoreSWIGged
Robin Dunn [Sat, 12 Mar 2005 21:01:55 +0000 (21:01 +0000)] 
reSWIGged

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

19 years agoAdd a note about a few other wxGTK changes that were made
Robin Dunn [Sat, 12 Mar 2005 21:01:03 +0000 (21:01 +0000)] 
Add a note about a few other wxGTK changes that were made

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

19 years agodisable debugreport option
Robin Dunn [Sat, 12 Mar 2005 21:00:19 +0000 (21:00 +0000)] 
disable debugreport option

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

19 years agosome demo tweaks
Robin Dunn [Sat, 12 Mar 2005 20:59:15 +0000 (20:59 +0000)] 
some demo tweaks

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

19 years agoBumped up rc number
Robin Dunn [Sat, 12 Mar 2005 20:58:38 +0000 (20:58 +0000)] 
Bumped up rc number

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

19 years ago"As is" means the current size (or position) not the best size.
Robin Dunn [Sat, 12 Mar 2005 20:57:14 +0000 (20:57 +0000)] 
"As is" means the current size (or position) not the best size.
Factored out AsIs size calculations to an inline so it can be
experimented with further if desired.

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

19 years agoensure that either RTLD_LAZY or RTLD_NOW is always used as calling dlopen() with...
Vadim Zeitlin [Sat, 12 Mar 2005 20:43:58 +0000 (20:43 +0000)] 
ensure that either RTLD_LAZY or RTLD_NOW is always used as calling dlopen() with flags == 0 fails withrecent glibc versions

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

19 years agochanged wxDL_DEFAULT to be same as wxDL_NOW as this makes more sense for portable...
Vadim Zeitlin [Sat, 12 Mar 2005 20:37:53 +0000 (20:37 +0000)] 
changed wxDL_DEFAULT to be same as wxDL_NOW as this makes more sense for portable programs because wxDL_NOW is the only flag supported by Win32

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

19 years agoreSWIGged
Robin Dunn [Sat, 12 Mar 2005 20:33:57 +0000 (20:33 +0000)] 
reSWIGged

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

19 years agoreSWIGged
Robin Dunn [Sat, 12 Mar 2005 20:26:57 +0000 (20:26 +0000)] 
reSWIGged

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

19 years agoAllow wxStaticText to have a custom fg without a custom bg
Robin Dunn [Sat, 12 Mar 2005 20:25:19 +0000 (20:25 +0000)] 
Allow wxStaticText to have a custom fg without a custom bg

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

19 years agoFix compilation of generic message dialog.
David Elliott [Sat, 12 Mar 2005 19:35:44 +0000 (19:35 +0000)] 
Fix compilation of generic message dialog.

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

19 years agoAdded trailing newline.
David Elliott [Sat, 12 Mar 2005 19:24:19 +0000 (19:24 +0000)] 
Added trailing newline.

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

19 years agoAdded back trailing newline. Please be more careful when using dumb editors like...
David Elliott [Sat, 12 Mar 2005 19:20:52 +0000 (19:20 +0000)] 
Added back trailing newline. Please be more careful when using dumb editors like Xcode's.

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

19 years agoreadded back wxUSE_OLE and wxUSE_WXDIB
Vadim Zeitlin [Sat, 12 Mar 2005 19:11:09 +0000 (19:11 +0000)] 
readded back wxUSE_OLE and wxUSE_WXDIB

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

19 years agoOops
Robin Dunn [Sat, 12 Mar 2005 18:09:19 +0000 (18:09 +0000)] 
Oops

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

19 years agoGetSize --> GetSizeHint
Robin Dunn [Sat, 12 Mar 2005 18:07:04 +0000 (18:07 +0000)] 
GetSize --> GetSizeHint

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

19 years agocorrected typo in comment
Gilles Depeyrot [Sat, 12 Mar 2005 14:16:28 +0000 (14:16 +0000)] 
corrected typo in comment

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

19 years ago gtk updates
Robert Roebling [Sat, 12 Mar 2005 12:26:01 +0000 (12:26 +0000)] 
  gtk updates

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

19 years ago Correct orientation of splitter sash again.
Robert Roebling [Sat, 12 Mar 2005 12:24:10 +0000 (12:24 +0000)] 
  Correct orientation of splitter sash again.
  Query splitter sash size at runtime.

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

19 years ago Make tree control more GTK-is in the HTML help system.
Robert Roebling [Sat, 12 Mar 2005 10:44:25 +0000 (10:44 +0000)] 
  Make tree control more GTK-is in the HTML help system.

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

19 years ago Applied patch for ArtProvider.
Robert Roebling [Sat, 12 Mar 2005 10:33:00 +0000 (10:33 +0000)] 
  Applied patch for ArtProvider.

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

19 years ago There shouldn't be any need to draw the backgound
Robert Roebling [Sat, 12 Mar 2005 10:30:47 +0000 (10:30 +0000)] 
  There shouldn't be any need to draw the backgound
    under a sash.

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

19 years agoignore vc_dll directory
Dimitri Schoolwerth [Fri, 11 Mar 2005 22:49:34 +0000 (22:49 +0000)] 
ignore vc_dll directory

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

19 years agoAdd samples mobile and ownerdrw. Make sample richedit available on all
Michael Wetherell [Fri, 11 Mar 2005 22:13:23 +0000 (22:13 +0000)] 
Add samples mobile and ownerdrw. Make sample richedit available on all
platforms for fixing.

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

19 years agoAdd BASE_MACOSX_HDR and use it from BASE_PLATFORM_HDR like BASE_MACOSX_SRC
David Elliott [Fri, 11 Mar 2005 21:48:10 +0000 (21:48 +0000)] 
Add BASE_MACOSX_HDR and use it from BASE_PLATFORM_HDR like BASE_MACOSX_SRC
is used from BASE_PLATFORM_SRC.

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

19 years agoRename BASE_MAC_OSX_(SRC|HDR) to BASE_MACOSX_WXMAC_(SRC|HDR).
David Elliott [Fri, 11 Mar 2005 21:42:46 +0000 (21:42 +0000)] 
Rename BASE_MAC_OSX_(SRC|HDR) to BASE_MACOSX_WXMAC_(SRC|HDR).
Put $BASE_MAC_(SRC|HDR) inside of these definitions since they're
always needed for these cases anyway.

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

19 years agoRenamed BASE_DARWIN_(SRC|HDR) to BASE_MACOSX_NOTWXMAC_(SRC|HDR)
David Elliott [Fri, 11 Mar 2005 21:34:00 +0000 (21:34 +0000)] 
Renamed BASE_DARWIN_(SRC|HDR) to BASE_MACOSX_NOTWXMAC_(SRC|HDR)

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

19 years ago GTK compilation.
Robert Roebling [Fri, 11 Mar 2005 21:03:10 +0000 (21:03 +0000)] 
  GTK compilation.

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