]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoExpression simplifications for scaling and inflating.
Włodzimierz Skiba [Wed, 24 Nov 2004 14:18:20 +0000 (14:18 +0000)] 
Expression simplifications for scaling and inflating.

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

19 years agoLet's really remove border.
Włodzimierz Skiba [Wed, 24 Nov 2004 14:01:47 +0000 (14:01 +0000)] 
Let's really remove border.

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

19 years ago Committing in .
Jouk Jansen [Wed, 24 Nov 2004 10:25:41 +0000 (10:25 +0000)] 
 Committing in .

 OpenVMS changes

 Modified Files:
wxWidgets/descrip.mms wxWidgets/setup.h_vms
  wxWidgets/src/common/descrip.mms
  wxWidgets/src/unix/descrip.mms
 ----------------------------------------------------------------------

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

19 years agoMore DLL build fixes for wxMediaCtrl
Robin Dunn [Wed, 24 Nov 2004 00:07:45 +0000 (00:07 +0000)] 
More DLL build fixes for wxMediaCtrl

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

19 years agocompilation fix
Václav Slavík [Tue, 23 Nov 2004 21:01:00 +0000 (21:01 +0000)] 
compilation fix

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

19 years agoFixes for wxUSE_SPIN... == 0.
Włodzimierz Skiba [Tue, 23 Nov 2004 20:08:56 +0000 (20:08 +0000)] 
Fixes for wxUSE_SPIN... == 0.

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

19 years agoFix for assert after left click on tree in generic dir dialog in native MSW build...
Włodzimierz Skiba [Tue, 23 Nov 2004 19:58:47 +0000 (19:58 +0000)] 
Fix for assert after left click on tree in generic dir dialog in native MSW build. Source cleaning and readability fixes.

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

19 years agowxBookCtrl --> wxBookCtrlBase
Robin Dunn [Tue, 23 Nov 2004 18:43:26 +0000 (18:43 +0000)] 
wxBookCtrl --> wxBookCtrlBase

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

19 years agowxPageSetupDialog no longer derives from wxDialog
Robin Dunn [Tue, 23 Nov 2004 18:20:41 +0000 (18:20 +0000)] 
wxPageSetupDialog no longer derives from wxDialog

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

19 years agowxBookCtrl --> wxBookCtrlBase
Robin Dunn [Tue, 23 Nov 2004 18:20:03 +0000 (18:20 +0000)] 
wxBookCtrl --> wxBookCtrlBase

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

19 years agodocstring
Robin Dunn [Tue, 23 Nov 2004 18:19:25 +0000 (18:19 +0000)] 
docstring

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

19 years agoBe in sync with wxW version.
Włodzimierz Skiba [Tue, 23 Nov 2004 17:40:26 +0000 (17:40 +0000)] 
Be in sync with wxW version.

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

19 years agoCalculate better height for toolbar (add borders)
Julian Smart [Tue, 23 Nov 2004 16:51:15 +0000 (16:51 +0000)] 
Calculate better height for toolbar (add borders)

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

19 years agoSeek calls take an offset which can validly be negative. Use >= LONG_MIN not 0
David Elliott [Tue, 23 Nov 2004 16:22:43 +0000 (16:22 +0000)] 
Seek calls take an offset which can validly be negative. Use >= LONG_MIN not 0

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

19 years agoregenerated
Vadim Zeitlin [Tue, 23 Nov 2004 15:00:58 +0000 (15:00 +0000)] 
regenerated

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

19 years agoa stab at a dll fix for media lib
Ryan Norton [Tue, 23 Nov 2004 14:56:03 +0000 (14:56 +0000)] 
a stab at a dll fix for media lib

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

19 years agoSF patch 1067466
Chris Elliott [Tue, 23 Nov 2004 14:54:38 +0000 (14:54 +0000)] 
SF patch 1067466

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

19 years ago[ 1070686 ] wxOutputStream::Close()
Ryan Norton [Tue, 23 Nov 2004 14:26:10 +0000 (14:26 +0000)] 
1070686 ] wxOutputStream::Close()

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

19 years agoLots and lots and lots of MSVC fixes for archive stuff, some stuff from patch 1071373
Ryan Norton [Tue, 23 Nov 2004 13:49:43 +0000 (13:49 +0000)] 
Lots and lots and lots of MSVC fixes for archive stuff, some stuff from patch 1071373

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

19 years agofixed #includes
Dimitri Schoolwerth [Tue, 23 Nov 2004 12:53:57 +0000 (12:53 +0000)] 
fixed #includes

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

19 years agodon't show the status bar after restoring normal view after full screen if it had...
Vadim Zeitlin [Tue, 23 Nov 2004 12:53:34 +0000 (12:53 +0000)] 
don't show the status bar after restoring normal view after full screen if it had been hidden all along (bug 1071354); code cleanup: removed unused variables, reduced #ifdefs

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

19 years agodll fixes for media lib
Ryan Norton [Tue, 23 Nov 2004 12:46:51 +0000 (12:46 +0000)] 
dll fixes for media lib

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

19 years agoupdate from Tsolakos Stavros
Vadim Zeitlin [Tue, 23 Nov 2004 12:29:53 +0000 (12:29 +0000)] 
update from Tsolakos Stavros

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

19 years agowxCHB<->wxNB flags switch fix.
Włodzimierz Skiba [Tue, 23 Nov 2004 12:02:15 +0000 (12:02 +0000)] 
wxCHB<->wxNB flags switch fix.

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

19 years agowxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform...
Włodzimierz Skiba [Tue, 23 Nov 2004 11:51:50 +0000 (11:51 +0000)] 
wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement.

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

19 years agowxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform...
Włodzimierz Skiba [Tue, 23 Nov 2004 11:45:07 +0000 (11:45 +0000)] 
wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement.

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

19 years agoChanged GPL to wxWindows Licence
Julian Smart [Tue, 23 Nov 2004 09:54:12 +0000 (09:54 +0000)] 
Changed GPL to wxWindows Licence

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

19 years agorebaked after adding src/tiff/tif_color.c
Vadim Zeitlin [Tue, 23 Nov 2004 08:46:26 +0000 (08:46 +0000)] 
rebaked after adding src/tiff/tif_color.c

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

19 years agoFixes for DemoCodeEditor for when there is no STC available.
Robin Dunn [Mon, 22 Nov 2004 22:31:04 +0000 (22:31 +0000)] 
Fixes for DemoCodeEditor for when there is no STC available.

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

19 years agodon't apply tab control background when using wxUniv, it renders background itself
Vadim Zeitlin [Mon, 22 Nov 2004 22:19:34 +0000 (22:19 +0000)] 
don't apply tab control background when using wxUniv, it renders background itself

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

19 years ago Work in progress on printing stuff.
Robert Roebling [Mon, 22 Nov 2004 21:50:31 +0000 (21:50 +0000)] 
  Work in progress on printing stuff.

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

19 years agoAdded licence line
Julian Smart [Mon, 22 Nov 2004 21:07:50 +0000 (21:07 +0000)] 
Added licence line

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

19 years agoLicence line
Julian Smart [Mon, 22 Nov 2004 20:57:03 +0000 (20:57 +0000)] 
Licence line

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

19 years agoLicence for Lacheck unclear, so removing from CVS
Julian Smart [Mon, 22 Nov 2004 20:50:14 +0000 (20:50 +0000)] 
Licence for Lacheck unclear, so removing from CVS

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

19 years agoSet m_minWidth, m_minHeight so that GetBestSize() works properly.
David Elliott [Mon, 22 Nov 2004 20:41:04 +0000 (20:41 +0000)] 
Set m_minWidth, m_minHeight so that GetBestSize() works properly.

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

19 years agoAdded missing licence line
Julian Smart [Mon, 22 Nov 2004 20:40:22 +0000 (20:40 +0000)] 
Added missing licence line

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

19 years agoLicence correction
Julian Smart [Mon, 22 Nov 2004 20:28:28 +0000 (20:28 +0000)] 
Licence correction

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

19 years agoFixed licence lines
Julian Smart [Mon, 22 Nov 2004 20:22:27 +0000 (20:22 +0000)] 
Fixed licence lines

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

19 years agoDo not move the wxMDIParentFrame to (-10000,-10000) if it has a toolbar.
David Elliott [Mon, 22 Nov 2004 20:19:37 +0000 (20:19 +0000)] 
Do not move the wxMDIParentFrame to (-10000,-10000) if it has a toolbar.
NOTE: Ideally the toolbar would be moved internally to wxMac into its own
floating frame and then the question of whether the parent frame should be
hidden would be one of "does it not have controls OTHER than a toolbar?"

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

19 years agoFix centering of top-level children of wxMDIParentFrame on Mac
David Elliott [Mon, 22 Nov 2004 20:10:53 +0000 (20:10 +0000)] 
Fix centering of top-level children of wxMDIParentFrame on Mac

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

19 years agoAdded wxWindows licence to match other files
Julian Smart [Mon, 22 Nov 2004 20:10:26 +0000 (20:10 +0000)] 
Added wxWindows licence to match other files

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

19 years agoAdded accidentally omitted license to match source files
Julian Smart [Mon, 22 Nov 2004 20:05:26 +0000 (20:05 +0000)] 
Added accidentally omitted license to match source files

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

19 years agoDoesn't conform to license conditions, so removing
Julian Smart [Mon, 22 Nov 2004 19:57:59 +0000 (19:57 +0000)] 
Doesn't conform to license conditions, so removing

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

19 years agoRemoved unnecessary files
Julian Smart [Mon, 22 Nov 2004 19:52:14 +0000 (19:52 +0000)] 
Removed unnecessary files

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

19 years agoGCC fixes.
Włodzimierz Skiba [Mon, 22 Nov 2004 19:32:37 +0000 (19:32 +0000)] 
GCC fixes.

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

19 years agoGCC fixes.
Włodzimierz Skiba [Mon, 22 Nov 2004 17:48:33 +0000 (17:48 +0000)] 
GCC fixes.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Mon, 22 Nov 2004 17:45:20 +0000 (17:45 +0000)] 
Warning fixes.

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

19 years ago(blind) fix for GTK2/Unicode crashes when copying text to the clipboard
Vadim Zeitlin [Mon, 22 Nov 2004 17:37:58 +0000 (17:37 +0000)] 
(blind) fix for GTK2/Unicode crashes when copying text to the clipboard

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

19 years agoguess to get initial font selection working on OSX 10.3
Ryan Norton [Mon, 22 Nov 2004 17:18:58 +0000 (17:18 +0000)] 
guess to get initial font selection working on OSX 10.3

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

19 years agoAt least under GTK2, we do not need m_widget->window to be non-NULL in order to succe...
Kevin Hock [Mon, 22 Nov 2004 16:37:27 +0000 (16:37 +0000)] 
At least under GTK2, we do not need m_widget->window to be non-NULL in order to successfully change the background colour

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

19 years agoNote about copy ctor
Julian Smart [Mon, 22 Nov 2004 16:37:10 +0000 (16:37 +0000)] 
Note about copy ctor

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

19 years agocompilation fix for USE_PCH == 0
Vadim Zeitlin [Mon, 22 Nov 2004 16:22:12 +0000 (16:22 +0000)] 
compilation fix for USE_PCH == 0

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

19 years agodelete-->delete[]
Ryan Norton [Mon, 22 Nov 2004 16:02:26 +0000 (16:02 +0000)] 
delete-->delete[]

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

19 years agoChanged Rocketeer licence to wxWindows licence, by authorisation
Julian Smart [Mon, 22 Nov 2004 15:55:34 +0000 (15:55 +0000)] 
Changed Rocketeer licence to wxWindows licence, by authorisation
of the copyright holder, Johnny C. Norris II

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

19 years agoEmpty line at the end.
Włodzimierz Skiba [Mon, 22 Nov 2004 15:12:29 +0000 (15:12 +0000)] 
Empty line at the end.

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

19 years agoFix the assert of not reset highlighted menu item pointer.
Włodzimierz Skiba [Mon, 22 Nov 2004 12:36:07 +0000 (12:36 +0000)] 
Fix the assert of not reset highlighted menu item pointer.

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

19 years agoPutChar doc
Ryan Norton [Mon, 22 Nov 2004 05:25:13 +0000 (05:25 +0000)] 
PutChar doc

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

19 years agoUNICODE-capatable UTF8 implementation of wxStringXXXStream
Ryan Norton [Mon, 22 Nov 2004 05:05:04 +0000 (05:05 +0000)] 
UNICODE-capatable UTF8 implementation of wxStringXXXStream

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

19 years ago[ 1068188 ] Precompiled header for the test program [Modified a bit]
Ryan Norton [Mon, 22 Nov 2004 05:00:19 +0000 (05:00 +0000)] 
1068188 ] Precompiled header for the test program [Modified a bit]
Regen bakefiles for unit tests

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

19 years agoThe presence of the effects controls (i.e. color) should not depend on whether or...
Kevin Hock [Sun, 21 Nov 2004 19:57:44 +0000 (19:57 +0000)] 
The presence of the effects controls (i.e. color) should not depend on whether or not a color is present in the font data, but rather whether or not EnableEffects is true or false

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

19 years agoUnicode logic fixes for AddEntries
Ryan Norton [Sun, 21 Nov 2004 19:21:17 +0000 (19:21 +0000)] 
Unicode logic fixes for AddEntries

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

19 years agoHack around MSVC 6 for forward declarators (from Mike W)
Ryan Norton [Sun, 21 Nov 2004 18:59:36 +0000 (18:59 +0000)] 
Hack around MSVC 6 for forward declarators (from Mike W)

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

19 years agowxTextOutputStream::PutChar and text stream test
Ryan Norton [Sun, 21 Nov 2004 18:26:38 +0000 (18:26 +0000)] 
wxTextOutputStream::PutChar and text stream test

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

19 years agowxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossible case
Ryan Norton [Sun, 21 Nov 2004 17:44:40 +0000 (17:44 +0000)] 
wxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossible case

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

19 years agoRemove silly include (from me I guess :))
Ryan Norton [Sun, 21 Nov 2004 17:11:38 +0000 (17:11 +0000)] 
Remove silly include (from me I guess :))

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

19 years agoMSVC 6 compilo fix
Ryan Norton [Sun, 21 Nov 2004 17:10:25 +0000 (17:10 +0000)] 
MSVC 6 compilo fix

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

19 years agofix for a crash with wxUSE_STL == 1: test for failed conversion in GetValue()
Vadim Zeitlin [Sun, 21 Nov 2004 12:21:14 +0000 (12:21 +0000)] 
fix for a crash with wxUSE_STL == 1: test for failed conversion in GetValue()

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

19 years agoreSWIGged
Robin Dunn [Sun, 21 Nov 2004 00:51:22 +0000 (00:51 +0000)] 
reSWIGged

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

19 years agoMake the event ID used for wx.CallAfter be an attribute of the app so
Robin Dunn [Sun, 21 Nov 2004 00:49:01 +0000 (00:49 +0000)] 
Make the event ID used for wx.CallAfter be an attribute of the app so
when and addition all wx.App objects are created a new ID will be
generated.

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

19 years agoMake the event ID used for wx.CallAfter be an attribute of the app so
Robin Dunn [Sun, 21 Nov 2004 00:43:38 +0000 (00:43 +0000)] 
Make the event ID used for wx.CallAfter be an attribute of the app so
when and addition all wx.App objects are created a new ID will be
generated.

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

19 years agoreSWIGged
Robin Dunn [Sun, 21 Nov 2004 00:29:20 +0000 (00:29 +0000)] 
reSWIGged

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

19 years ago Huurrayy, the GNOME page setup dialog is
Robert Roebling [Sat, 20 Nov 2004 23:11:40 +0000 (23:11 +0000)] 
  Huurrayy, the GNOME page setup dialog is
   broken in its native version. All the
   fuss for nothing.

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

19 years agoFix wxInputStream out typemap to allow SWIG to determine if thisown
Robin Dunn [Sat, 20 Nov 2004 22:02:29 +0000 (22:02 +0000)] 
Fix wxInputStream out typemap to allow SWIG to determine if thisown
should be set or not.

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

19 years ago Forgot to commit this one.
Robert Roebling [Sat, 20 Nov 2004 14:50:55 +0000 (14:50 +0000)] 
  Forgot to commit this one.

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

19 years ago Made wxPageSetupDialog a pimpl implementation.
Robert Roebling [Sat, 20 Nov 2004 14:46:25 +0000 (14:46 +0000)] 
  Made wxPageSetupDialog a pimpl implementation.
  Added a few clean-ups.
  Added native GNOME page setup dialog.

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

19 years agounzip.h is no longer needed
Václav Slavík [Sat, 20 Nov 2004 11:13:31 +0000 (11:13 +0000)] 
unzip.h is no longer needed

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

19 years agodon't use precompiled headers with dosyacc.c
Václav Slavík [Sat, 20 Nov 2004 11:10:47 +0000 (11:10 +0000)] 
don't use precompiled headers with dosyacc.c

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

19 years agonew files in libtiff 3.6.1
Vadim Zeitlin [Sat, 20 Nov 2004 00:17:39 +0000 (00:17 +0000)] 
new files in libtiff 3.6.1

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

19 years ago Use GTK+ calls for fullscreen mode.
Robert Roebling [Sat, 20 Nov 2004 00:00:49 +0000 (00:00 +0000)] 
  Use GTK+ calls for fullscreen mode.
  Fix bug with wrong tlw position after
    a sequence of hide/show.

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

19 years ago Corrected positioning of rotated text.
Robert Roebling [Fri, 19 Nov 2004 23:15:14 +0000 (23:15 +0000)] 
  Corrected positioning of rotated text.

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

19 years agoreSWIGged
Robin Dunn [Fri, 19 Nov 2004 23:03:05 +0000 (23:03 +0000)] 
reSWIGged

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

19 years agoreSWIGged
Robin Dunn [Fri, 19 Nov 2004 22:59:49 +0000 (22:59 +0000)] 
reSWIGged

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

19 years agogave different accels to different radio items
Vadim Zeitlin [Fri, 19 Nov 2004 22:35:22 +0000 (22:35 +0000)] 
gave different accels to different radio items

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

19 years agoupgraded libtiff to 3.6.1 + security fixes (patch from Tim Kosse)
Vadim Zeitlin [Fri, 19 Nov 2004 22:29:47 +0000 (22:29 +0000)] 
upgraded libtiff to 3.6.1 + security fixes (patch from Tim Kosse)

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

19 years agocleanup
Robin Dunn [Fri, 19 Nov 2004 22:15:49 +0000 (22:15 +0000)] 
cleanup

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

19 years agoDocstring fix for GetInstallPrefix/SetInstallPrefix
Robin Dunn [Fri, 19 Nov 2004 22:00:02 +0000 (22:00 +0000)] 
Docstring fix for GetInstallPrefix/SetInstallPrefix

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

19 years agolast commit broke compilation for wxUSE_UXTHEME == 0; fixing
Vadim Zeitlin [Fri, 19 Nov 2004 21:52:18 +0000 (21:52 +0000)] 
last commit broke compilation for wxUSE_UXTHEME == 0; fixing

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

19 years agoremoved unneeded wx/notebook.h include
Vadim Zeitlin [Fri, 19 Nov 2004 20:51:16 +0000 (20:51 +0000)] 
removed unneeded wx/notebook.h include

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

19 years agoadded another DoEraseBackground overload (no real changes)
Vadim Zeitlin [Fri, 19 Nov 2004 20:50:25 +0000 (20:50 +0000)] 
added another DoEraseBackground overload (no real changes)

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

19 years agocreate BS_GROUPBOX transparent
Vadim Zeitlin [Fri, 19 Nov 2004 20:49:30 +0000 (20:49 +0000)] 
create BS_GROUPBOX transparent

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

19 years agoSorting fixes to wxUniv wxCombo/ListBox [part of bug #1040593].
Włodzimierz Skiba [Fri, 19 Nov 2004 20:38:04 +0000 (20:38 +0000)] 
Sorting fixes to wxUniv wxCombo/ListBox [part of bug #1040593].

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

19 years agodon't draw themed background for standard controls; they do it themselves and so...
Vadim Zeitlin [Fri, 19 Nov 2004 20:37:20 +0000 (20:37 +0000)] 
don't draw themed background for standard controls; they do it themselves and so this only results in even more flicker

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

19 years agoalways return solid background for listbox
Vadim Zeitlin [Fri, 19 Nov 2004 20:36:23 +0000 (20:36 +0000)] 
always return solid background for listbox

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

19 years agoadded MSWControlColorDisabled and MSWControlColorSolid
Vadim Zeitlin [Fri, 19 Nov 2004 20:35:41 +0000 (20:35 +0000)] 
added MSWControlColorDisabled and MSWControlColorSolid

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

19 years agoadded missing header for USE_PCH == 0
Vadim Zeitlin [Fri, 19 Nov 2004 20:18:02 +0000 (20:18 +0000)] 
added missing header for USE_PCH == 0

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

19 years agoRemove py_objasdbl_conv typedef
Robin Dunn [Fri, 19 Nov 2004 20:06:09 +0000 (20:06 +0000)] 
Remove py_objasdbl_conv typedef

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

19 years agowxHtmlHelpController doesn't derive from wxEvtHandler
Robin Dunn [Fri, 19 Nov 2004 20:04:51 +0000 (20:04 +0000)] 
wxHtmlHelpController doesn't derive from wxEvtHandler

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

19 years agorefresh widget after changing its colour
Vadim Zeitlin [Fri, 19 Nov 2004 20:04:22 +0000 (20:04 +0000)] 
refresh widget after changing its colour

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

19 years agoAdded GetCurrentPage
Robin Dunn [Fri, 19 Nov 2004 20:03:06 +0000 (20:03 +0000)] 
Added GetCurrentPage

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

19 years agoAdded ConvertColourToAlpha
Robin Dunn [Fri, 19 Nov 2004 19:57:21 +0000 (19:57 +0000)] 
Added ConvertColourToAlpha

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