]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years agoremoved an unneeded file
Vadim Zeitlin [Wed, 13 Aug 2003 22:58:28 +0000 (22:58 +0000)] 
removed an unneeded file

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

21 years agonew VC++ project files with both dll and lib in one project
Václav Slavík [Wed, 13 Aug 2003 22:43:53 +0000 (22:43 +0000)] 
new VC++ project files with both dll and lib in one project

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

21 years agocontinue setting scrollbars even if only width/height changes, not both of them ...
Vadim Zeitlin [Wed, 13 Aug 2003 22:41:31 +0000 (22:41 +0000)] 
continue setting scrollbars even if only width/height changes, not both of them (patch 788017)

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

21 years agocheck the week day for consistency in ParseFormat() (replaces patch 788052)
Vadim Zeitlin [Wed, 13 Aug 2003 22:39:31 +0000 (22:39 +0000)] 
check the week day for consistency in ParseFormat() (replaces patch 788052)

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

21 years agofixed unused variable (replaces patch 788090)
Vadim Zeitlin [Wed, 13 Aug 2003 22:33:59 +0000 (22:33 +0000)] 
fixed unused variable (replaces patch 788090)

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

21 years agoremoved an unused variable (patch 788101)
Vadim Zeitlin [Wed, 13 Aug 2003 22:31:42 +0000 (22:31 +0000)] 
removed an unused variable (patch 788101)

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

21 years agonew VC++ project files with both dll and lib in one project
Václav Slavík [Wed, 13 Aug 2003 22:29:46 +0000 (22:29 +0000)] 
new VC++ project files with both dll and lib in one project

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

21 years agoDSP changes update
Václav Slavík [Wed, 13 Aug 2003 22:26:26 +0000 (22:26 +0000)] 
DSP changes update

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

21 years ago Refactoring: no real changes.
Mattia Barbon [Wed, 13 Aug 2003 21:34:21 +0000 (21:34 +0000)] 
  Refactoring: no real changes.

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

21 years ago wxMotif STL-ification.
Mattia Barbon [Wed, 13 Aug 2003 21:28:56 +0000 (21:28 +0000)] 
  wxMotif STL-ification.

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

21 years ago1. merged dll and lib VC++ projects into one project file, as in old projects
Václav Slavík [Wed, 13 Aug 2003 21:22:50 +0000 (21:22 +0000)] 
1. merged dll and lib VC++ projects into one project file, as in old projects
2. removed dependencies on 3rd party libs for static libs (doesn't work due to bug in VC++ IDE)

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

21 years agomerged dll and lib VC++ projects into one project file, as in old projects
Václav Slavík [Wed, 13 Aug 2003 21:17:47 +0000 (21:17 +0000)] 
merged dll and lib VC++ projects into one project file, as in old projects

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

21 years agoClear --> ClearBackground
Robin Dunn [Wed, 13 Aug 2003 21:05:39 +0000 (21:05 +0000)] 
Clear --> ClearBackground

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

21 years agouse generated VC++ projects with dependencies
Václav Slavík [Wed, 13 Aug 2003 20:56:31 +0000 (20:56 +0000)] 
use generated VC++ projects with dependencies

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

21 years agoImprove default size. If the control is auto-fit its size won't be less
David Elliott [Wed, 13 Aug 2003 20:39:19 +0000 (20:39 +0000)] 
Improve default size.  If the control is auto-fit its size won't be less
than 70 pixels.

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

21 years agoCreate an NSPopUpButton and size it appropriately
David Elliott [Wed, 13 Aug 2003 20:35:03 +0000 (20:35 +0000)] 
Create an NSPopUpButton and size it appropriately

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

21 years agoMake appropriate use of MakeDefaultNSRect and SetInitialFrameRect
David Elliott [Wed, 13 Aug 2003 20:28:35 +0000 (20:28 +0000)] 
Make appropriate use of MakeDefaultNSRect and SetInitialFrameRect

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

21 years agoadd maps for the old/new names
Robin Dunn [Wed, 13 Aug 2003 19:47:26 +0000 (19:47 +0000)] 
add maps for the old/new names

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

21 years agoClear --> ClearBackground
Robin Dunn [Wed, 13 Aug 2003 19:46:48 +0000 (19:46 +0000)] 
Clear --> ClearBackground

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

21 years agoAdd a little space so the wxHtmlCell doesn't overwrite the border of
Robin Dunn [Wed, 13 Aug 2003 19:46:30 +0000 (19:46 +0000)] 
Add a little space so the wxHtmlCell doesn't overwrite the border of
the selection box

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

21 years agoSwitch to wxCHECK so the bad code isn't still executed if the assert
Robin Dunn [Wed, 13 Aug 2003 19:45:53 +0000 (19:45 +0000)] 
Switch to wxCHECK so the bad code isn't still executed if the assert
dialog is ignored.

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

21 years agoClear --> ClearBackground
Robin Dunn [Wed, 13 Aug 2003 19:38:24 +0000 (19:38 +0000)] 
Clear --> ClearBackground

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

21 years agoAdded helper functions for setting initial window size:
David Elliott [Wed, 13 Aug 2003 19:37:45 +0000 (19:37 +0000)] 
Added helper functions for setting initial window size:
* inline MakeDefaultNSRect makes an NSRect with position (10.0,10.0) and
  size based on the size passed to Create run through (Width|Height)Default
  This NSRect is to be used with the initWithFrame: initializer.
* SetInitialFrameRect is called after the window has been added to its parent
  and (if applicable) sized to fit.  If -1 is specified for a dimension then
  the fit/default size is kept.  If not, the window is sized to the specified
  size. It will be positioned in wxWindows coordinates (0,0==TL).

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

21 years agocollection macro also for XTI_TEMPLATE_FIX
Stefan Csomor [Wed, 13 Aug 2003 17:56:14 +0000 (17:56 +0000)] 
collection macro also for XTI_TEMPLATE_FIX

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

21 years agocollection support for XTI
Stefan Csomor [Wed, 13 Aug 2003 16:59:46 +0000 (16:59 +0000)] 
collection support for XTI

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

21 years agomake this along the vc 7.1 exception as beforestd
Stefan Csomor [Wed, 13 Aug 2003 16:57:47 +0000 (16:57 +0000)] 
make this along the vc 7.1 exception as beforestd

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

21 years agofixed compilation of xml.cpp: include ./expat/lib directory
Václav Slavík [Wed, 13 Aug 2003 16:56:26 +0000 (16:56 +0000)] 
fixed compilation of xml.cpp: include ./expat/lib directory

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

21 years agocompilation fix after Clear() change
Vadim Zeitlin [Wed, 13 Aug 2003 16:52:46 +0000 (16:52 +0000)] 
compilation fix after Clear() change

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

21 years agorenamed wxWindow::Clear() to ClearBackground() for wxGTK as well
Vadim Zeitlin [Wed, 13 Aug 2003 16:47:43 +0000 (16:47 +0000)] 
renamed wxWindow::Clear() to ClearBackground() for wxGTK as well

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

21 years agofixed wrong arguments to Draw
Václav Slavík [Wed, 13 Aug 2003 15:48:45 +0000 (15:48 +0000)] 
fixed wrong arguments to Draw

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

21 years agofixed typo
Václav Slavík [Wed, 13 Aug 2003 15:47:44 +0000 (15:47 +0000)] 
fixed typo

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

21 years agoDon't send idle events while an assertion dialog is showing.
David Elliott [Wed, 13 Aug 2003 15:25:34 +0000 (15:25 +0000)] 
Don't send idle events while an assertion dialog is showing.

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

21 years agoFixed some missing braces
Julian Smart [Wed, 13 Aug 2003 14:38:32 +0000 (14:38 +0000)] 
Fixed some missing braces

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

21 years agodefine NO_GCC_PRAGMA in wx-config output on Darwin
Václav Slavík [Wed, 13 Aug 2003 14:25:10 +0000 (14:25 +0000)] 
define NO_GCC_PRAGMA in wx-config output on Darwin

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

21 years agorenamed wxWindow::Clear() to ClearBackground() (fixes bug 783576)
Vadim Zeitlin [Wed, 13 Aug 2003 14:09:45 +0000 (14:09 +0000)] 
renamed wxWindow::Clear() to ClearBackground() (fixes bug 783576)

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

21 years agoforgot to copy data
Václav Slavík [Wed, 13 Aug 2003 13:04:27 +0000 (13:04 +0000)] 
forgot to copy data

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

21 years agodon't forget to build all projects in the workspace
Václav Slavík [Wed, 13 Aug 2003 12:56:44 +0000 (12:56 +0000)] 
don't forget to build all projects in the workspace

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

21 years agoforgot to copy data
Václav Slavík [Wed, 13 Aug 2003 12:39:19 +0000 (12:39 +0000)] 
forgot to copy data

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

21 years agomakefiles update with OSX fixes
Václav Slavík [Wed, 13 Aug 2003 12:38:44 +0000 (12:38 +0000)] 
makefiles update with OSX fixes

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

21 years agofixed wxUSE_XML
Václav Slavík [Wed, 13 Aug 2003 12:22:59 +0000 (12:22 +0000)] 
fixed wxUSE_XML

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

21 years agomade the example Unicode-friendly (patch 785642)
Vadim Zeitlin [Wed, 13 Aug 2003 12:16:50 +0000 (12:16 +0000)] 
made the example Unicode-friendly (patch 785642)

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

21 years agoupdate by Paco Riviere
Vadim Zeitlin [Wed, 13 Aug 2003 11:31:24 +0000 (11:31 +0000)] 
update by Paco Riviere

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

21 years agosuppress warnings about not being able to inline a function under BC
Vadim Zeitlin [Wed, 13 Aug 2003 10:09:09 +0000 (10:09 +0000)] 
suppress warnings about not being able to inline a function under BC

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

21 years agoOnExit() is not called if OnInit() failed
Vadim Zeitlin [Wed, 13 Aug 2003 10:06:32 +0000 (10:06 +0000)] 
OnExit() is not called if OnInit() failed

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

21 years agoset LVCFMT_IMAGE, this at least allows to show imageso n the right sidei n the first...
Vadim Zeitlin [Wed, 13 Aug 2003 09:58:52 +0000 (09:58 +0000)] 
set LVCFMT_IMAGE, this at least allows to show imageso n the right sidei n the first column too (and fixes bug 787781); corrected return value of InsertColumn()

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

21 years ago Committing in .
Jouk Jansen [Wed, 13 Aug 2003 08:48:47 +0000 (08:48 +0000)] 
 Committing in .

 Updating/repairing OpenVMS compile support

 Modified Files:
  wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
  wxWindows/src/gtk/app.cpp
 ----------------------------------------------------------------------

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

21 years agoMinor updates
Julian Smart [Tue, 12 Aug 2003 22:03:58 +0000 (22:03 +0000)] 
Minor updates

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

21 years agodisable more borland warnings
Václav Slavík [Tue, 12 Aug 2003 22:02:55 +0000 (22:02 +0000)] 
disable more borland warnings

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

21 years agoprecompiled headers check accounts for Apple compiler now
Václav Slavík [Tue, 12 Aug 2003 21:42:18 +0000 (21:42 +0000)] 
precompiled headers check accounts for Apple compiler now

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

21 years agofix static wxnet build
Václav Slavík [Tue, 12 Aug 2003 21:32:54 +0000 (21:32 +0000)] 
fix static wxnet build

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

21 years ago Added wxHashSet, with minimal tests.
Mattia Barbon [Tue, 12 Aug 2003 16:45:09 +0000 (16:45 +0000)] 
  Added wxHashSet, with minimal tests.

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

21 years agoRemoved some obsolete distribution files
Julian Smart [Tue, 12 Aug 2003 15:33:14 +0000 (15:33 +0000)] 
Removed some obsolete distribution files
Updated listing files
Added new shell scripts for spinning wxMSW

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

21 years agopanther fix
Stefan Csomor [Tue, 12 Aug 2003 11:47:23 +0000 (11:47 +0000)] 
panther fix

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

21 years agoImplement Raise()/Lower() using [NSVIew sortSubviewsUsingFunction:context:]
David Elliott [Tue, 12 Aug 2003 04:30:50 +0000 (04:30 +0000)] 
Implement Raise()/Lower() using [NSVIew sortSubviewsUsingFunction:context:]

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

21 years agoLaid groundwork for scrolling.
David Elliott [Tue, 12 Aug 2003 02:58:04 +0000 (02:58 +0000)] 
Laid groundwork for scrolling.

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

21 years ago Expose GetCount when wxUSE_STL=1.
Mattia Barbon [Mon, 11 Aug 2003 16:48:07 +0000 (16:48 +0000)] 
  Expose GetCount when wxUSE_STL=1.

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

21 years agowxCaretSuspender only shows the caret if it was visible previously
Julian Smart [Mon, 11 Aug 2003 16:33:56 +0000 (16:33 +0000)] 
wxCaretSuspender only shows the caret if it was visible previously
Improved caret handling in wxTextCtrl
Restored scrollbar painting in wxUniv

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

21 years agoReplaced id with winid so it doesn't conflict with the Objective-C type
David Elliott [Mon, 11 Aug 2003 15:14:37 +0000 (15:14 +0000)] 
Replaced id with winid so it doesn't conflict with the Objective-C type

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

21 years agoAdded dummy resources for wxCocoa so bundles will build
David Elliott [Mon, 11 Aug 2003 14:53:42 +0000 (14:53 +0000)] 
Added dummy resources for wxCocoa so bundles will build

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

21 years agoAdded default implementation for drawRect and mouse events that returns
David Elliott [Mon, 11 Aug 2003 13:47:50 +0000 (13:47 +0000)] 
Added default implementation for drawRect and mouse events that returns
false so normal processing will take place.  Some users of wxCocoaNSView
may not wish to implement every event.

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

21 years agoRemoved some experimental code I left in by accident
Julian Smart [Mon, 11 Aug 2003 12:49:15 +0000 (12:49 +0000)] 
Removed some experimental code I left in by accident

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

21 years agoMore fixes for !wxUSE_TIMER, !wxUSE_IMAGE
Julian Smart [Mon, 11 Aug 2003 12:47:16 +0000 (12:47 +0000)] 
More fixes for !wxUSE_TIMER, !wxUSE_IMAGE

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

21 years agoCater for wxUSE_IMAGE=0
Julian Smart [Mon, 11 Aug 2003 10:59:07 +0000 (10:59 +0000)] 
Cater for wxUSE_IMAGE=0

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

21 years agoCater for wxUSE_IMAGE=0
Julian Smart [Mon, 11 Aug 2003 10:46:35 +0000 (10:46 +0000)] 
Cater for wxUSE_IMAGE=0

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

21 years agoadded wxDynamicObject (kind of delegate, docs to come once this has calmed down)
Stefan Csomor [Mon, 11 Aug 2003 10:01:02 +0000 (10:01 +0000)] 
added wxDynamicObject (kind of delegate, docs to come once this has calmed down)

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

21 years agocompilation fix
Vadim Zeitlin [Mon, 11 Aug 2003 01:22:51 +0000 (01:22 +0000)] 
compilation fix

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

21 years agofixed some warnings about unused variables values
Vadim Zeitlin [Mon, 11 Aug 2003 01:22:21 +0000 (01:22 +0000)] 
fixed some warnings about unused variables values

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

21 years agoreally fixed '-' and '+' drawing
Vadim Zeitlin [Mon, 11 Aug 2003 01:15:12 +0000 (01:15 +0000)] 
really fixed '-' and '+' drawing

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

21 years agoinitialize the font fields properly when it corresponds to a native font
Vadim Zeitlin [Mon, 11 Aug 2003 01:14:34 +0000 (01:14 +0000)] 
initialize the font fields properly when it corresponds to a native font

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

21 years agotrying to fix the generic tree appearance problems
Vadim Zeitlin [Mon, 11 Aug 2003 00:38:32 +0000 (00:38 +0000)] 
trying to fix the generic tree appearance problems

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

21 years agomore wxRendererNative docs
Vadim Zeitlin [Mon, 11 Aug 2003 00:33:11 +0000 (00:33 +0000)] 
more wxRendererNative docs

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

21 years agofixed broken link
Vadim Zeitlin [Sun, 10 Aug 2003 23:54:34 +0000 (23:54 +0000)] 
fixed broken link

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

21 years agoadded tex2rtf makefiles
Václav Slavík [Sun, 10 Aug 2003 22:12:22 +0000 (22:12 +0000)] 
added tex2rtf makefiles

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

21 years agoadded HelpGen makefiles
Václav Slavík [Sun, 10 Aug 2003 22:11:12 +0000 (22:11 +0000)] 
added HelpGen makefiles

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

21 years agoMacOS X bundles support
Václav Slavík [Sun, 10 Aug 2003 21:21:23 +0000 (21:21 +0000)] 
MacOS X bundles support

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

21 years agoadded tex2rtf bakefile
Václav Slavík [Sun, 10 Aug 2003 19:14:03 +0000 (19:14 +0000)] 
added tex2rtf bakefile

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

21 years agoutilsexc.cpp is wxBase only
Václav Slavík [Sun, 10 Aug 2003 19:08:38 +0000 (19:08 +0000)] 
utilsexc.cpp is wxBase only

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

21 years agobetter fix for macos resources
Václav Slavík [Sun, 10 Aug 2003 19:06:14 +0000 (19:06 +0000)] 
better fix for macos resources

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

21 years agohopefully better fix for mac resource problems
Václav Slavík [Sun, 10 Aug 2003 18:50:07 +0000 (18:50 +0000)] 
hopefully better fix for mac resource problems

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

21 years agoquick fix for mac resource problems
Václav Slavík [Sun, 10 Aug 2003 18:32:44 +0000 (18:32 +0000)] 
quick fix for mac resource problems

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

21 years ago__WXMAC__, not __MAC__
Václav Slavík [Sun, 10 Aug 2003 18:19:11 +0000 (18:19 +0000)] 
__WXMAC__, not __MAC__

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

21 years agocompilation fix for !wxUSE_BASE
Vadim Zeitlin [Sun, 10 Aug 2003 17:26:46 +0000 (17:26 +0000)] 
compilation fix for !wxUSE_BASE

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

21 years agocompilation fix for !USE_PCH
Vadim Zeitlin [Sun, 10 Aug 2003 17:25:36 +0000 (17:25 +0000)] 
compilation fix for !USE_PCH

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

21 years agoadded HelpGen bakefile
Václav Slavík [Sun, 10 Aug 2003 17:12:00 +0000 (17:12 +0000)] 
added HelpGen bakefile

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

21 years agoanother update for newest bakefile
Václav Slavík [Sun, 10 Aug 2003 16:45:13 +0000 (16:45 +0000)] 
another update for newest bakefile

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

21 years agoupdate for newest bakefile
Václav Slavík [Sun, 10 Aug 2003 16:43:16 +0000 (16:43 +0000)] 
update for newest bakefile

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

21 years agofixed syntax error in case
Vadim Zeitlin [Sun, 10 Aug 2003 16:41:46 +0000 (16:41 +0000)] 
fixed syntax error in case

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

21 years agouse install_name_tool so that samples use uninstalled shared libs on OSX
Václav Slavík [Sun, 10 Aug 2003 16:38:38 +0000 (16:38 +0000)] 
use install_name_tool so that samples use uninstalled shared libs on OSX

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

21 years agofixed typo
Václav Slavík [Sun, 10 Aug 2003 16:34:30 +0000 (16:34 +0000)] 
fixed typo

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

21 years agoparameters must have names in C
Vadim Zeitlin [Sun, 10 Aug 2003 16:22:08 +0000 (16:22 +0000)] 
parameters must have names in C

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

21 years agowxMac compilation fixes
Václav Slavík [Sun, 10 Aug 2003 16:17:55 +0000 (16:17 +0000)] 
wxMac compilation fixes

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

21 years agomake sure utils.cpp and utilsexc.cpp are built only once in monolib buld
Václav Slavík [Sun, 10 Aug 2003 16:10:51 +0000 (16:10 +0000)] 
make sure utils.cpp and utilsexc.cpp are built only once in monolib buld

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

21 years agowxMac fix
Václav Slavík [Sun, 10 Aug 2003 15:58:19 +0000 (15:58 +0000)] 
wxMac fix

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

21 years agoadded version checking to the renderers
Vadim Zeitlin [Sun, 10 Aug 2003 15:51:30 +0000 (15:51 +0000)] 
added version checking to the renderers

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

21 years agomac/utils\*.cpp should be built as part of wxMac too (not only wxBase)
Vadim Zeitlin [Sun, 10 Aug 2003 15:25:08 +0000 (15:25 +0000)] 
mac/utils\*.cpp should be built as part of wxMac too (not only wxBase)

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

21 years agotwo fixes from Justin Bradford
Stefan Csomor [Sun, 10 Aug 2003 14:20:03 +0000 (14:20 +0000)] 
two fixes from Justin Bradford

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

21 years agodon't install builtin 3rd party libs with shared version, only with static one
Václav Slavík [Sun, 10 Aug 2003 11:54:20 +0000 (11:54 +0000)] 
don't install builtin 3rd party libs with shared version, only with static one

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

21 years agopass options to submakefiles
Václav Slavík [Sat, 9 Aug 2003 22:40:49 +0000 (22:40 +0000)] 
pass options to submakefiles

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

21 years agore-added info after installation and added samples target to the main makefile
Václav Slavík [Sat, 9 Aug 2003 22:38:55 +0000 (22:38 +0000)] 
re-added info after installation and added samples target to the main makefile

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

21 years agodon't generate install commands, not needed
Václav Slavík [Sat, 9 Aug 2003 22:37:16 +0000 (22:37 +0000)] 
don't generate install commands, not needed

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