]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

19 years ago GTK+ 2.0 compilation.
Robert Roebling [Fri, 11 Mar 2005 20:47:45 +0000 (20:47 +0000)] 
  GTK+ 2.0 compilation.

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

19 years agocompilation fix for non PCH build
Vadim Zeitlin [Fri, 11 Mar 2005 18:59:31 +0000 (18:59 +0000)] 
compilation fix for non PCH build

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

19 years ago Compilo.
Robert Roebling [Fri, 11 Mar 2005 18:56:05 +0000 (18:56 +0000)] 
  Compilo.

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

19 years agodon't use private URL in the sample
Vadim Zeitlin [Fri, 11 Mar 2005 15:44:37 +0000 (15:44 +0000)] 
don't use private URL in the sample

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

19 years agoBase for wxMessageDialog with common checks for style.
Włodzimierz Skiba [Fri, 11 Mar 2005 15:34:42 +0000 (15:34 +0000)] 
Base for wxMessageDialog with common checks for style.

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

19 years agoWarning and build fixes focused with Borland and Watcom.
Włodzimierz Skiba [Fri, 11 Mar 2005 15:12:57 +0000 (15:12 +0000)] 
Warning and build fixes focused with Borland and Watcom.

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

19 years agocall wxOle[Un]Initialize() in wxClipboard ctor/dtor to ensure that when wxTheClipboar...
Vadim Zeitlin [Fri, 11 Mar 2005 11:49:44 +0000 (11:49 +0000)] 
call wxOle[Un]Initialize() in wxClipboard ctor/dtor to ensure that when wxTheClipboard is destroyed at program shutdown and its Clear() method is called OLE is still initialized

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

19 years agoextracted code calling {Ole|Co}[Un]Initialize() to wxOle[Un]Initialize() functions...
Vadim Zeitlin [Fri, 11 Mar 2005 11:47:13 +0000 (11:47 +0000)] 
extracted code calling {Ole|Co}[Un]Initialize() to wxOle[Un]Initialize() functions in oleutils.h

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

19 years agoUnix compilation warning fixes
Vadim Zeitlin [Fri, 11 Mar 2005 11:19:03 +0000 (11:19 +0000)] 
Unix compilation warning fixes

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

19 years ago Committing in .
Jouk Jansen [Fri, 11 Mar 2005 09:33:29 +0000 (09:33 +0000)] 
 Committing in .

 OPenVMS updates

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/src/unix/stdpaths.cpp
 ----------------------------------------------------------------------

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

19 years agoborder handling streamlined
Stefan Csomor [Fri, 11 Mar 2005 09:15:01 +0000 (09:15 +0000)] 
border handling streamlined

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

19 years agoUse empty check consistent with other parts.
Włodzimierz Skiba [Fri, 11 Mar 2005 07:35:51 +0000 (07:35 +0000)] 
Use empty check consistent with other parts.

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

19 years agoBring back help turned off as in previous WinCE setup.h. Perhaps it should be !__SMAR...
Włodzimierz Skiba [Fri, 11 Mar 2005 07:32:27 +0000 (07:32 +0000)] 
Bring back help turned off as in previous WinCE setup.h. Perhaps it should be !__SMARTPHONE__.

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

19 years agochkconf.h of wince has to be included in files.bkl
Włodzimierz Skiba [Fri, 11 Mar 2005 07:21:36 +0000 (07:21 +0000)] 
chkconf.h of wince has to be included in files.bkl

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

19 years agoadded debugrpt.cpp and dbgrptg.cpp
Vadim Zeitlin [Fri, 11 Mar 2005 03:03:35 +0000 (03:03 +0000)] 
added debugrpt.cpp and dbgrptg.cpp

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

19 years agotest background bitmap
Vadim Zeitlin [Fri, 11 Mar 2005 03:02:44 +0000 (03:02 +0000)] 
test background bitmap

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

19 years agodo use PCH with gsocket.cpp
Vadim Zeitlin [Fri, 11 Mar 2005 03:01:22 +0000 (03:01 +0000)] 
do use PCH with gsocket.cpp

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

19 years agoadded wxDebugReport
Vadim Zeitlin [Fri, 11 Mar 2005 02:55:21 +0000 (02:55 +0000)] 
added wxDebugReport

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

19 years agogave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses...
Vadim Zeitlin [Fri, 11 Mar 2005 02:13:30 +0000 (02:13 +0000)] 
gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses anything else for it anyhow

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

19 years agoadded wxSizerFlags::Left/Right()
Vadim Zeitlin [Fri, 11 Mar 2005 01:55:23 +0000 (01:55 +0000)] 
added wxSizerFlags::Left/Right()

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

19 years agocorrect relative paths for headers
Vadim Zeitlin [Fri, 11 Mar 2005 01:15:47 +0000 (01:15 +0000)] 
correct relative paths for headers

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

19 years agoregenerated with /EHsc instead of /GX (this requires cvs bakefile, please don't overw...
Vadim Zeitlin [Fri, 11 Mar 2005 00:26:53 +0000 (00:26 +0000)] 
regenerated with /EHsc instead of /GX (this requires cvs bakefile, please don't overwrite these changes with previous bakefile versions)

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

19 years agoadded wxUSE_DEBUGREPORT
Vadim Zeitlin [Fri, 11 Mar 2005 00:19:17 +0000 (00:19 +0000)] 
added wxUSE_DEBUGREPORT

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

19 years agocosmetic fix to a message
Vadim Zeitlin [Fri, 11 Mar 2005 00:19:09 +0000 (00:19 +0000)] 
cosmetic fix to a message

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

19 years agocorrected wxLogErrors() in Clear() and Flush()
Vadim Zeitlin [Fri, 11 Mar 2005 00:02:27 +0000 (00:02 +0000)] 
corrected wxLogErrors() in Clear() and Flush()

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

19 years agoreSWIGged
Robin Dunn [Thu, 10 Mar 2005 23:55:12 +0000 (23:55 +0000)] 
reSWIGged

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

19 years agoadd default action methods
Robin Dunn [Thu, 10 Mar 2005 23:54:14 +0000 (23:54 +0000)] 
add default action methods

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

19 years ago Reenable dead keys under GTK2.
Robert Roebling [Thu, 10 Mar 2005 23:06:48 +0000 (23:06 +0000)] 
  Reenable dead keys under GTK2.

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

19 years agoWhen drawing a solid page background, don't use theme painting
Julian Smart [Thu, 10 Mar 2005 22:02:05 +0000 (22:02 +0000)] 
When drawing a solid page background, don't use theme painting

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

19 years agoMissing API of wxMenuItem. const corrections. PalmOS specific note.
Włodzimierz Skiba [Thu, 10 Mar 2005 20:51:37 +0000 (20:51 +0000)] 
Missing API of wxMenuItem. const corrections. PalmOS specific note.

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

19 years agoWarning fix.
Włodzimierz Skiba [Thu, 10 Mar 2005 20:14:14 +0000 (20:14 +0000)] 
Warning fix.

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

19 years agoDisable wxID_EXIT on PalmOS with all consequences in content of menu (separators...
Włodzimierz Skiba [Thu, 10 Mar 2005 19:59:01 +0000 (19:59 +0000)] 
Disable wxID_EXIT on PalmOS with all consequences in content of menu (separators). Remove msw related code in wxPalmOS.

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

19 years agodisable drag and drop
Vadim Zeitlin [Thu, 10 Mar 2005 19:37:21 +0000 (19:37 +0000)] 
disable drag and drop

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

19 years agoUse initial book from available controls. Select it in menu correctly.
Włodzimierz Skiba [Thu, 10 Mar 2005 19:34:58 +0000 (19:34 +0000)] 
Use initial book from available controls. Select it in menu correctly.

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

19 years agowxGetEnv() should return wxChar *, even if it's a macro and not a function
Vadim Zeitlin [Thu, 10 Mar 2005 19:23:33 +0000 (19:23 +0000)] 
wxGetEnv() should return wxChar *, even if it's a macro and not a function

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