wxWidgets.git
20 years agonewer DigitalMars is required
Václav Slavík [Wed, 25 Feb 2004 09:57:18 +0000 (09:57 +0000)] 
newer DigitalMars is required

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

20 years agoOops!
Robin Dunn [Wed, 25 Feb 2004 01:39:25 +0000 (01:39 +0000)] 
Oops!

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

20 years agoAdded docstrings
Robin Dunn [Wed, 25 Feb 2004 00:42:30 +0000 (00:42 +0000)] 
Added docstrings

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

20 years agoCorrected dependency
Robin Dunn [Tue, 24 Feb 2004 02:44:10 +0000 (02:44 +0000)] 
Corrected dependency

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

20 years agoAdded docstrings
Robin Dunn [Tue, 24 Feb 2004 02:09:17 +0000 (02:09 +0000)] 
Added docstrings

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

20 years agoAddFile isn't just for wxMSW
Robin Dunn [Tue, 24 Feb 2004 02:08:38 +0000 (02:08 +0000)] 
AddFile isn't just for wxMSW

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

20 years agoSome more demo tweaks
Robin Dunn [Tue, 24 Feb 2004 02:01:04 +0000 (02:01 +0000)] 
Some more demo tweaks

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

20 years agocreate wxPrintData instance on demand
Václav Slavík [Mon, 23 Feb 2004 22:38:30 +0000 (22:38 +0000)] 
create wxPrintData instance on demand

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

20 years agoThe UseAntiAliasing is off by default on wxMac. Add a menu item to
Robin Dunn [Mon, 23 Feb 2004 22:36:24 +0000 (22:36 +0000)] 
The UseAntiAliasing is off by default on wxMac.  Add a menu item to
the Py* Apps for experimenting with it.

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

20 years agoTurn off UseAntiAliasing by default on wxMac
Robin Dunn [Mon, 23 Feb 2004 22:10:19 +0000 (22:10 +0000)] 
Turn off UseAntiAliasing by default on wxMac

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

20 years agoCan't use NameError to check for NotIMplemented anymore. Just
Robin Dunn [Mon, 23 Feb 2004 21:23:26 +0000 (21:23 +0000)] 
Can't use NameError to check for NotIMplemented anymore.  Just
explicitly check platforms until I figure out a better way to do it.

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

20 years agoCan do wx.ToggleButton on wxMac now
Robin Dunn [Mon, 23 Feb 2004 21:22:09 +0000 (21:22 +0000)] 
Can do wx.ToggleButton on wxMac now

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

20 years agoBuild tglbtn.cpp and install tglbtn.h on wxMac
Robin Dunn [Mon, 23 Feb 2004 21:05:04 +0000 (21:05 +0000)] 
Build tglbtn.cpp and install tglbtn.h on wxMac

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

20 years agoUse a regular ID for the menu
Robin Dunn [Mon, 23 Feb 2004 20:22:14 +0000 (20:22 +0000)] 
Use a regular ID for the menu

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

20 years agoWas missing glcanvas.cpp/h copy
Julian Smart [Mon, 23 Feb 2004 14:12:36 +0000 (14:12 +0000)] 
Was missing glcanvas.cpp/h copy

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

20 years agoFix for compilation under GTK+ 2.0
Julian Smart [Sun, 22 Feb 2004 22:04:22 +0000 (22:04 +0000)] 
Fix for compilation under GTK+ 2.0

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

20 years agoadded reference to the bug in case somebody wanted to remove this
Václav Slavík [Sun, 22 Feb 2004 21:05:54 +0000 (21:05 +0000)] 
added reference to the bug in case somebody wanted to remove this

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

20 years agoFixed file lists
Julian Smart [Sun, 22 Feb 2004 19:03:05 +0000 (19:03 +0000)] 
Fixed file lists

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

20 years ago I don't understand what the original author
Robert Roebling [Sun, 22 Feb 2004 18:12:13 +0000 (18:12 +0000)] 
  I don't understand what the original author
    of the current list ctrl header button code
    under Mac meant with "CORNER", but the whole
    thing is off by 1.

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

20 years ago The list ctrl doesn't draw any focus
Robert Roebling [Sun, 22 Feb 2004 18:10:24 +0000 (18:10 +0000)] 
  The list ctrl doesn't draw any focus
    item under Mac at all.

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

20 years ago Upported menu bitmaps from 2.4.2
Robert Roebling [Sun, 22 Feb 2004 17:29:34 +0000 (17:29 +0000)] 
 Upported menu bitmaps from 2.4.2

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

20 years ago Small correction to radio box look.
Robert Roebling [Sun, 22 Feb 2004 17:28:25 +0000 (17:28 +0000)] 
 Small correction to radio box look.

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

20 years ago Don't hide the last TLW immediately as this
Robert Roebling [Sun, 22 Feb 2004 16:40:40 +0000 (16:40 +0000)] 
  Don't hide the last TLW immediately as this
    will prevent any idle events from coming
    anywhere and the last TLW we stay there
    as a ghost.

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

20 years ago Draw bug.
Robert Roebling [Sun, 22 Feb 2004 14:30:14 +0000 (14:30 +0000)] 
  Draw bug.

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

20 years ago MacOS Carbon now has a toggle button.
Robert Roebling [Sun, 22 Feb 2004 12:58:50 +0000 (12:58 +0000)] 
  MacOS Carbon now has a toggle button.

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

20 years ago Commit mentioned fix/hack to enable controls
Robert Roebling [Sun, 22 Feb 2004 11:51:23 +0000 (11:51 +0000)] 
 Commit mentioned fix/hack to enable controls
   inside a notebook to calculate the right size.

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

20 years ago Fixed some probs in wxRadioBox
Robert Roebling [Sun, 22 Feb 2004 11:50:09 +0000 (11:50 +0000)] 
  Fixed some probs in wxRadioBox

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

20 years agoTweaks for WinHelp RTF - a few spacing problems remain
Julian Smart [Sun, 22 Feb 2004 11:29:39 +0000 (11:29 +0000)] 
Tweaks for WinHelp RTF - a few spacing problems remain

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

20 years agoTweak
Julian Smart [Sun, 22 Feb 2004 01:25:51 +0000 (01:25 +0000)] 
Tweak

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

20 years agoAdded tex2rtf doc targets
Julian Smart [Sun, 22 Feb 2004 01:18:14 +0000 (01:18 +0000)] 
Added tex2rtf doc targets

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

20 years agoDoc corrections
Julian Smart [Sun, 22 Feb 2004 01:16:32 +0000 (01:16 +0000)] 
Doc corrections

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

20 years agoLargely successful attempts to get better spacing
Julian Smart [Sat, 21 Feb 2004 23:37:01 +0000 (23:37 +0000)] 
Largely successful attempts to get better spacing
in RTF. This may temporarily break WinHelp RTF but the priority
right now is Word RTF.

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

20 years agoRemoved zipped-up version of OS/2-specific configure files (no longer needed).
Stefan Neis [Sat, 21 Feb 2004 22:36:59 +0000 (22:36 +0000)] 
Removed zipped-up version of OS/2-specific configure files (no longer needed).
Moved precompiled resourced from said zip-File to include/wx/os2.

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

20 years agoFixed typo
Robin Dunn [Sat, 21 Feb 2004 19:21:26 +0000 (19:21 +0000)] 
Fixed typo

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

20 years agoUse the standard wxBufferedDC again
Robin Dunn [Sat, 21 Feb 2004 19:20:46 +0000 (19:20 +0000)] 
Use the standard wxBufferedDC again

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

20 years agoRestored old wxBufferedDC functionality until it can be decided how to
Robin Dunn [Sat, 21 Feb 2004 19:09:59 +0000 (19:09 +0000)] 
Restored old wxBufferedDC functionality until it can be decided how to
correct the current issues without making things worse.  Updated docs.

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

20 years agoworkaround for blocking behaviour under carbon when running in classic
Stefan Csomor [Sat, 21 Feb 2004 18:11:14 +0000 (18:11 +0000)] 
workaround for blocking behaviour under carbon when running in classic

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

20 years agomissing headers for non mach
Stefan Csomor [Sat, 21 Feb 2004 18:10:07 +0000 (18:10 +0000)] 
missing headers for non mach

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

20 years agoUpdated CW project file
Julian Smart [Sat, 21 Feb 2004 17:04:21 +0000 (17:04 +0000)] 
Updated CW project file

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

20 years agomwerks addition
Stefan Csomor [Sat, 21 Feb 2004 16:39:22 +0000 (16:39 +0000)] 
mwerks addition

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

20 years agoimplementation for mac added
Stefan Csomor [Sat, 21 Feb 2004 16:38:23 +0000 (16:38 +0000)] 
implementation for mac added

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

20 years agousing Large System font for Buttons needs more space
Stefan Csomor [Sat, 21 Feb 2004 16:35:24 +0000 (16:35 +0000)] 
using Large System font for Buttons needs more space

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

20 years agoOk tests pixmap and bitmap now
Julian Smart [Sat, 21 Feb 2004 14:50:13 +0000 (14:50 +0000)] 
Ok tests pixmap and bitmap now

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

20 years agoSome doc spacing fixes; removed references to
Julian Smart [Sat, 21 Feb 2004 09:06:36 +0000 (09:06 +0000)] 
Some doc spacing fixes; removed references to
deprecated classes

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

20 years agoNew SWIG runtime files
Robin Dunn [Sat, 21 Feb 2004 03:26:31 +0000 (03:26 +0000)] 
New SWIG runtime files

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

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

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

20 years agoFix compile error on wxMac
Robin Dunn [Sat, 21 Feb 2004 02:17:23 +0000 (02:17 +0000)] 
Fix compile error on wxMac

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

20 years agoreSWIGged
Robin Dunn [Sat, 21 Feb 2004 02:04:26 +0000 (02:04 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Sat, 21 Feb 2004 01:58:17 +0000 (01:58 +0000)] 
reSWIGged

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

20 years agoAdded docstrings
Robin Dunn [Sat, 21 Feb 2004 01:54:41 +0000 (01:54 +0000)] 
Added docstrings

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

20 years agoUse a local copy of the old wxBufferedDC classes until the ones in the
Robin Dunn [Sat, 21 Feb 2004 01:53:46 +0000 (01:53 +0000)] 
Use a local copy of the old wxBufferedDC classes until the ones in the
C++ library are fixed again.

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

20 years agoFixed a couple typos and such
Robin Dunn [Sat, 21 Feb 2004 01:53:02 +0000 (01:53 +0000)] 
Fixed a couple typos and such

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

20 years agoUpdated the AnalogClockWindow with many enhancements from from
Robin Dunn [Sat, 21 Feb 2004 01:52:33 +0000 (01:52 +0000)] 
Updated the AnalogClockWindow with many enhancements from from
E. A. Tacão.

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

20 years agoBig fixes. Can now use colour names, and exports the event type to
Robin Dunn [Sat, 21 Feb 2004 01:51:41 +0000 (01:51 +0000)] 
Big fixes.  Can now use colour names, and exports the event type to
the old namespace

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

20 years ago Don't do toolbar and menu UI updates if
Robert Roebling [Fri, 20 Feb 2004 22:32:00 +0000 (22:32 +0000)] 
  Don't do toolbar and menu UI updates if
    the owning frame or TLW is about to
    get deleted anyway.

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

20 years ago Give font 12pt size if none is given in pango string.
Robert Roebling [Fri, 20 Feb 2004 22:30:17 +0000 (22:30 +0000)] 
  Give font 12pt size if none is given in pango string.

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

20 years ago Scrolling pages works not under GTK2.
Robert Roebling [Fri, 20 Feb 2004 22:27:50 +0000 (22:27 +0000)] 
  Scrolling pages works not under GTK2.

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

20 years agoupdated new regex lib information
Václav Slavík [Fri, 20 Feb 2004 18:29:29 +0000 (18:29 +0000)] 
updated new regex lib information

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

20 years agoAdditions to changes.txt
Julian Smart [Fri, 20 Feb 2004 17:04:39 +0000 (17:04 +0000)] 
Additions to changes.txt
Doc corrections

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

20 years agoImplement wxMenuItemAction: and validateMenuItem: delegate messages
David Elliott [Fri, 20 Feb 2004 02:55:28 +0000 (02:55 +0000)] 
Implement wxMenuItemAction: and validateMenuItem: delegate messages

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

20 years agoreSWIGged
Robin Dunn [Fri, 20 Feb 2004 01:27:16 +0000 (01:27 +0000)] 
reSWIGged

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

20 years agoAdded docstrings
Robin Dunn [Fri, 20 Feb 2004 01:26:07 +0000 (01:26 +0000)] 
Added docstrings

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

20 years ago Don't update toolbar UI if the parent will
Robert Roebling [Thu, 19 Feb 2004 23:13:01 +0000 (23:13 +0000)] 
  Don't update toolbar UI if the parent will
   get destroyed later anyway.

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

20 years agoSince this class is fully inline don't specify an import/export policy
Robin Dunn [Thu, 19 Feb 2004 23:11:48 +0000 (23:11 +0000)] 
Since this class is fully inline don't specify an import/export policy

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

20 years agoReverted wxBufferedDC changes
Robin Dunn [Thu, 19 Feb 2004 20:42:00 +0000 (20:42 +0000)] 
Reverted wxBufferedDC changes

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

20 years agowin32 doesn't treat ' as quotes
Václav Slavík [Thu, 19 Feb 2004 19:58:49 +0000 (19:58 +0000)] 
win32 doesn't treat ' as quotes

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

20 years agoregenerated makefiles
Václav Slavík [Thu, 19 Feb 2004 19:36:30 +0000 (19:36 +0000)] 
regenerated makefiles

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

20 years ago Compile fix for sound without threads. Not sure
Robert Roebling [Thu, 19 Feb 2004 19:17:59 +0000 (19:17 +0000)] 
  Compile fix for sound without threads. Not sure
    if that is the optimal fix.

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

20 years agofixed syntax errors
Václav Slavík [Thu, 19 Feb 2004 19:03:50 +0000 (19:03 +0000)] 
fixed syntax errors

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

20 years agoapplied patch 890642: wxRE_ADVANCED flag and docs
Václav Slavík [Thu, 19 Feb 2004 18:02:48 +0000 (18:02 +0000)] 
applied patch 890642: wxRE_ADVANCED flag and docs

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

20 years agoapplied patch 890642: wxRE_ADVANCED flag and docs
Václav Slavík [Thu, 19 Feb 2004 17:50:01 +0000 (17:50 +0000)] 
applied patch 890642: wxRE_ADVANCED flag and docs

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

20 years agoapplied patch 890642: wxRE_ADVANCED flag and docs
Václav Slavík [Thu, 19 Feb 2004 17:28:56 +0000 (17:28 +0000)] 
applied patch 890642: wxRE_ADVANCED flag and docs

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

20 years agoRemoved dcbuffer.cpp, its implementation is all inline now.
Ron Lee [Thu, 19 Feb 2004 17:23:23 +0000 (17:23 +0000)] 
Removed dcbuffer.cpp, its implementation is all inline now.

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

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