]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years agorelative path to wxwin in samples for Digital Mars (fixes SF bug 757845)
Chris Elliott [Fri, 20 Jun 2003 15:20:31 +0000 (15:20 +0000)] 
relative path to wxwin in samples for Digital Mars (fixes SF bug 757845)

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

21 years agoremoved redundant wxUSE_GUI checks
Vadim Zeitlin [Thu, 19 Jun 2003 23:43:01 +0000 (23:43 +0000)] 
removed redundant wxUSE_GUI checks

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

21 years agoadded __WXBASE__ define; removed duplicated (in wx/chkconf.h) compatibility section
Vadim Zeitlin [Thu, 19 Jun 2003 23:39:51 +0000 (23:39 +0000)] 
added __WXBASE__ define; removed duplicated (in wx/chkconf.h) compatibility section

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

21 years agoadded wxIsDebuggerRunning() (which is going to replace the mess in log.cpp)
Vadim Zeitlin [Thu, 19 Jun 2003 23:31:19 +0000 (23:31 +0000)] 
added wxIsDebuggerRunning() (which is going to replace the mess in log.cpp)

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

21 years agoquick and dirty fix for wxMGL compilation
Václav Slavík [Thu, 19 Jun 2003 22:33:00 +0000 (22:33 +0000)] 
quick and dirty fix for wxMGL compilation

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

21 years agoRemoved forced default no for wxUSE_SLIDER and wxUSE_COLOURDLG
David Elliott [Thu, 19 Jun 2003 22:22:15 +0000 (22:22 +0000)] 
Removed forced default no for wxUSE_SLIDER and wxUSE_COLOURDLG

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

21 years agoAdded slider.h/slider.mm to wxCocoa build
David Elliott [Thu, 19 Jun 2003 22:18:12 +0000 (22:18 +0000)] 
Added slider.h/slider.mm to wxCocoa build

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

21 years agoMissed a few substitutions the first time around
David Elliott [Thu, 19 Jun 2003 22:16:22 +0000 (22:16 +0000)] 
Missed a few substitutions the first time around

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

21 years agoInclude wxCocoa header
David Elliott [Thu, 19 Jun 2003 22:14:10 +0000 (22:14 +0000)] 
Include wxCocoa header

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

21 years agoadded wxHAS_TASK_BAR_ICON
Václav Slavík [Thu, 19 Jun 2003 22:14:06 +0000 (22:14 +0000)] 
added wxHAS_TASK_BAR_ICON

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

21 years agoAdded wxSlider stub
David Elliott [Thu, 19 Jun 2003 22:09:27 +0000 (22:09 +0000)] 
Added wxSlider stub

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

21 years agowxCocoa does not have wxDialog::OnPaint()
David Elliott [Thu, 19 Jun 2003 22:06:24 +0000 (22:06 +0000)] 
wxCocoa does not have wxDialog::OnPaint()

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

21 years agoAdded return NULL; for __WXCOCOA__
David Elliott [Thu, 19 Jun 2003 21:32:16 +0000 (21:32 +0000)] 
Added return NULL; for __WXCOCOA__
FIXME: The platform specific stuff is a real mess

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

21 years agoChanged colour.cpp to colour.mm
David Elliott [Thu, 19 Jun 2003 21:30:14 +0000 (21:30 +0000)] 
Changed colour.cpp to colour.mm
Also, generated files.lst now has fdlgcmn.cpp included

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

21 years agoAdded NSColor declarataion
David Elliott [Thu, 19 Jun 2003 21:27:13 +0000 (21:27 +0000)] 
Added NSColor declarataion

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

21 years agoFirst stab at wxColour using NSColor
David Elliott [Thu, 19 Jun 2003 21:24:10 +0000 (21:24 +0000)] 
First stab at wxColour using NSColor

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

21 years ago Font crash and timer fix as per 2_4.
Robert Roebling [Thu, 19 Jun 2003 19:06:06 +0000 (19:06 +0000)] 
  Font crash and timer fix as per 2_4.

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

21 years agoOn wxMac, set the common menubar to the MDI parent and don't show it
David Elliott [Thu, 19 Jun 2003 18:22:06 +0000 (18:22 +0000)] 
On wxMac, set the common menubar to the MDI parent and don't show it

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

21 years agoIn wxApp::OnIdle() check to see if there is not a current menubar and if
David Elliott [Thu, 19 Jun 2003 18:20:26 +0000 (18:20 +0000)] 
In wxApp::OnIdle() check to see if there is not a current menubar and if
there is a common menubar, install it.

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

21 years agoAdd ability to have a wxMenuBar as a common menu
David Elliott [Thu, 19 Jun 2003 18:17:33 +0000 (18:17 +0000)] 
Add ability to have a wxMenuBar as a common menu
- static wxMenuBar::MacSetCommonMenuBar()
- static wxMenuBar::MacGetCommonMenuBar()
- static wxMenuBar::s_macCommonMenuBar;

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

21 years agofixed infinite recursion bug in some rare cases
Vadim Zeitlin [Thu, 19 Jun 2003 16:55:15 +0000 (16:55 +0000)] 
fixed infinite recursion bug in some rare cases

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

21 years agowxUniv compilation fix
Vadim Zeitlin [Thu, 19 Jun 2003 09:43:19 +0000 (09:43 +0000)] 
wxUniv compilation fix

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

21 years agofix making base for Borland
Chris Elliott [Thu, 19 Jun 2003 09:21:07 +0000 (09:21 +0000)] 
fix making base for Borland

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

21 years agofix making base for watcom (lib\base and console sample now compile)
Chris Elliott [Thu, 19 Jun 2003 08:13:00 +0000 (08:13 +0000)] 
fix making base for watcom (lib\base and console sample now compile)

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

21 years agofix making base for watcom (lib\base and console sample now compile)
Chris Elliott [Thu, 19 Jun 2003 08:05:26 +0000 (08:05 +0000)] 
fix making base for watcom (lib\base and console sample now compile)

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

21 years agodetect EOF better when reading HTTP reply
Vadim Zeitlin [Wed, 18 Jun 2003 22:09:09 +0000 (22:09 +0000)] 
detect EOF better when reading HTTP reply

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

21 years agoremoved unnecessary #if wxUSE_GUIs
Vadim Zeitlin [Wed, 18 Jun 2003 21:49:40 +0000 (21:49 +0000)] 
removed unnecessary #if wxUSE_GUIs

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

21 years agoremoved deprecated ConvertToBitmap() and wxImage(wxBitmap) ctor
Vadim Zeitlin [Wed, 18 Jun 2003 21:38:29 +0000 (21:38 +0000)] 
removed deprecated ConvertToBitmap() and wxImage(wxBitmap) ctor

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

21 years agowxComboBox doesn't (officially) derive from wxChoice
Vadim Zeitlin [Wed, 18 Jun 2003 21:36:51 +0000 (21:36 +0000)] 
wxComboBox doesn't (officially) derive from wxChoice

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

21 years agoRemoved very obsolete Set/GetColourMap accessors.
Julian Smart [Wed, 18 Jun 2003 16:19:26 +0000 (16:19 +0000)] 
Removed very obsolete Set/GetColourMap accessors.

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

21 years agomake it possible to not attach toolbars to frames (John Anderson)
Václav Slavík [Wed, 18 Jun 2003 16:17:54 +0000 (16:17 +0000)] 
make it possible to not attach toolbars to frames (John Anderson)

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

21 years agoadded --basename and --release flags to wx-config (patch #750815)
Václav Slavík [Wed, 18 Jun 2003 16:08:15 +0000 (16:08 +0000)] 
added --basename and --release flags to wx-config (patch #750815)

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

21 years agofix perl commands for makefile.sc
Chris Elliott [Wed, 18 Jun 2003 12:59:17 +0000 (12:59 +0000)] 
fix perl commands for makefile.sc

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

21 years agofix DMars compilation to use precompiled headers
Chris Elliott [Wed, 18 Jun 2003 12:09:16 +0000 (12:09 +0000)] 
fix DMars compilation to use precompiled headers

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

21 years agoAdded extra wxGLCanvas documentation from
Julian Smart [Wed, 18 Jun 2003 09:20:46 +0000 (09:20 +0000)] 
Added extra wxGLCanvas documentation from
Davide Pasquini <davide.pasquini@fastwebnet.it>

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

21 years agoWorkaround a crash bug; real solution as yet unknown
Julian Smart [Wed, 18 Jun 2003 07:41:24 +0000 (07:41 +0000)] 
Workaround a crash bug; real solution as yet unknown

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

21 years agoremoved a now unnecessary line
Vadim Zeitlin [Wed, 18 Jun 2003 00:42:39 +0000 (00:42 +0000)] 
removed a now unnecessary line

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

21 years agobetter mask handling in wxBitmap to wxImage conversion (patch 754881)
Vadim Zeitlin [Wed, 18 Jun 2003 00:41:37 +0000 (00:41 +0000)] 
better mask handling in wxBitmap to wxImage conversion (patch 754881)

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

21 years agoDEFAULT_wxUSE_TABDIALOG=yes for wxCocoa (Generic notebook)
David Elliott [Tue, 17 Jun 2003 20:54:10 +0000 (20:54 +0000)] 
DEFAULT_wxUSE_TABDIALOG=yes for wxCocoa (Generic notebook)

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

21 years agofixed compilation warnings
Vadim Zeitlin [Tue, 17 Jun 2003 18:09:55 +0000 (18:09 +0000)] 
fixed compilation warnings

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

21 years agoAdded 'Go' button for quickly saving setup or configure file
Julian Smart [Tue, 17 Jun 2003 16:23:49 +0000 (16:23 +0000)] 
Added 'Go' button for quickly saving setup or configure file

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

21 years agoadded htlbox to samples
Václav Slavík [Tue, 17 Jun 2003 14:27:04 +0000 (14:27 +0000)] 
added htlbox to samples

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

21 years agoadded htlbox to samples
Václav Slavík [Tue, 17 Jun 2003 14:05:43 +0000 (14:05 +0000)] 
added htlbox to samples

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

21 years agomodify Borland makefile to include bc in library names
Chris Elliott [Tue, 17 Jun 2003 13:22:34 +0000 (13:22 +0000)] 
modify Borland makefile to include bc in library names

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

21 years agoRenamed Platform -> Target
Julian Smart [Tue, 17 Jun 2003 09:55:49 +0000 (09:55 +0000)] 
Renamed Platform -> Target
Bumped version

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

21 years agoEliminated some code.
Julian Smart [Tue, 17 Jun 2003 09:52:26 +0000 (09:52 +0000)] 
Eliminated some code.

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

21 years agoadd ipc client / server samples for digital mars
Chris Elliott [Tue, 17 Jun 2003 09:36:48 +0000 (09:36 +0000)] 
add ipc client / server samples for digital mars

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

21 years agofix for client / server samples
Chris Elliott [Tue, 17 Jun 2003 09:30:10 +0000 (09:30 +0000)] 
fix for client / server samples

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

21 years agoAdded corrected Show() to wxPopupWindow
Julian Smart [Tue, 17 Jun 2003 08:26:01 +0000 (08:26 +0000)] 
Added corrected Show() to wxPopupWindow

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

21 years agoRemove the test for parent window type when checking if to give a
Robin Dunn [Mon, 16 Jun 2003 22:08:01 +0000 (22:08 +0000)] 
Remove the test for parent window type when checking if to give a
sunken style automatically

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

21 years agoinitail Digital Mars makefile for stc
Chris Elliott [Mon, 16 Jun 2003 19:35:52 +0000 (19:35 +0000)] 
initail Digital Mars makefile for stc

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

21 years agoinitail Digital Mars makefile for stc
Chris Elliott [Mon, 16 Jun 2003 19:30:19 +0000 (19:30 +0000)] 
initail Digital Mars makefile for stc

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

21 years agofaster Borland makefile
Chris Elliott [Mon, 16 Jun 2003 16:52:26 +0000 (16:52 +0000)] 
faster Borland makefile

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

21 years agomakefiles for samples for digital mars
Chris Elliott [Mon, 16 Jun 2003 16:51:46 +0000 (16:51 +0000)] 
makefiles for samples for digital mars

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

21 years agoPlatform and compiler-specific checking for MSW and Mac now done
Julian Smart [Mon, 16 Jun 2003 12:31:45 +0000 (12:31 +0000)] 
Platform and compiler-specific checking for MSW and Mac now done
in wx/xxx/chkconf.h.
Removed some very obsolete settings, and MSW-specific settings
from Mac's setup0.h.
wxTimer now derives from wxEvtHandler.

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

21 years agofixed misbehaving selection on some words
Václav Slavík [Sun, 15 Jun 2003 22:40:12 +0000 (22:40 +0000)] 
fixed misbehaving selection on some words

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

21 years agoempty description doesn't look good
Vadim Zeitlin [Sun, 15 Jun 2003 20:18:03 +0000 (20:18 +0000)] 
empty description doesn't look good

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

21 years agotypo fix
Vadim Zeitlin [Sun, 15 Jun 2003 20:14:57 +0000 (20:14 +0000)] 
typo fix

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

21 years agofixed bug with parsing filter string without description
Vadim Zeitlin [Sun, 15 Jun 2003 20:13:20 +0000 (20:13 +0000)] 
fixed bug with parsing filter string without description

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

21 years agoGTK2 Unicode build warning fix
Vadim Zeitlin [Sun, 15 Jun 2003 20:03:34 +0000 (20:03 +0000)] 
GTK2 Unicode build warning fix

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

21 years agocheck parmateres in Replace() (bug 752716)
Vadim Zeitlin [Sun, 15 Jun 2003 19:33:04 +0000 (19:33 +0000)] 
check parmateres in Replace() (bug 752716)

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

21 years agoAdded definition of wxUSE_DISPLAY.
Stefan Neis [Sun, 15 Jun 2003 18:36:42 +0000 (18:36 +0000)] 
Added definition of wxUSE_DISPLAY.

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

21 years ago Blind fix for startup crash with Lesstif.
Mattia Barbon [Sun, 15 Jun 2003 17:27:22 +0000 (17:27 +0000)] 
  Blind fix for startup crash with Lesstif.

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

21 years agopartially applied SF #753787 to correct wx-config --rezflags which was
Gilles Depeyrot [Sun, 15 Jun 2003 08:36:15 +0000 (08:36 +0000)] 
partially applied SF #753787 to correct wx-config --rezflags which was
refering to top build dir instead of install dir

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

21 years agoInclude wxHTML help controller from wx/helphtml.h.
Julian Smart [Sat, 14 Jun 2003 19:48:14 +0000 (19:48 +0000)] 
Include wxHTML help controller from wx/helphtml.h.

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

21 years agoAdded wxMenuBase::FindItemByPosition
Julian Smart [Sat, 14 Jun 2003 19:44:54 +0000 (19:44 +0000)] 
Added wxMenuBase::FindItemByPosition

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

21 years agoremoved duplicated stuff in Delete() docs
Vadim Zeitlin [Sat, 14 Jun 2003 16:55:35 +0000 (16:55 +0000)] 
removed duplicated stuff in Delete() docs

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

21 years agoalways NUL-terminate log messages, even if they're longer than buffer size
Vadim Zeitlin [Sat, 14 Jun 2003 16:45:31 +0000 (16:45 +0000)] 
always NUL-terminate log messages, even if they're longer than buffer size

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

21 years agoCan now skip default manifest inclusion by defining wxUSE_NO_MANIFEST
Julian Smart [Sat, 14 Jun 2003 16:44:18 +0000 (16:44 +0000)] 
Can now skip default manifest inclusion by defining wxUSE_NO_MANIFEST

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

21 years agoMade XPMs transparent
Julian Smart [Sat, 14 Jun 2003 16:42:40 +0000 (16:42 +0000)] 
Made XPMs transparent
Corrected wxMessageBox usage

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

21 years agospeed up for debug mode startup (doesn't matter much but as it doesn't cost anything...
Vadim Zeitlin [Sat, 14 Jun 2003 16:36:08 +0000 (16:36 +0000)] 
speed up for debug mode startup (doesn't matter much but as it doesn't cost anything to fix this...)

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

21 years agoAdded Find dialog
Julian Smart [Sat, 14 Jun 2003 16:25:26 +0000 (16:25 +0000)] 
Added Find dialog
Bumped version to 1.01

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

21 years agoAdded configtool to configure and Makefile.in
Julian Smart [Sat, 14 Jun 2003 16:18:39 +0000 (16:18 +0000)] 
Added configtool to configure and Makefile.in
Added -lsupc++ to end of LDLIBS to avoid link errors

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

21 years agoRemoved compilo
Julian Smart [Sat, 14 Jun 2003 16:04:11 +0000 (16:04 +0000)] 
Removed compilo

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

21 years agoregenerated using tmake to add fldlgcmn.cpp
Vadim Zeitlin [Sat, 14 Jun 2003 13:39:10 +0000 (13:39 +0000)] 
regenerated using tmake to add fldlgcmn.cpp

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

21 years agowxFileDialog cleanup, extracted common code to fldlgcmn.cpp (patch 754187)
Vadim Zeitlin [Sat, 14 Jun 2003 13:31:49 +0000 (13:31 +0000)] 
wxFileDialog cleanup, extracted common code to fldlgcmn.cpp (patch 754187)

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

21 years agoadded virtual dtor to wxDateTimeHolidayAuthority (patch 753947)
Vadim Zeitlin [Sat, 14 Jun 2003 13:23:56 +0000 (13:23 +0000)] 
added virtual dtor to wxDateTimeHolidayAuthority (patch 753947)

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

21 years agoadded a few #ifdefs needed to build a smaller library (patch 751523)
Vadim Zeitlin [Sat, 14 Jun 2003 13:00:55 +0000 (13:00 +0000)] 
added a few #ifdefs needed to build a smaller library (patch 751523)

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

21 years agono changes
Vadim Zeitlin [Sat, 14 Jun 2003 13:00:31 +0000 (13:00 +0000)] 
no changes

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

21 years agoimplemented alpha support for raw bitmaps under Mac
Vadim Zeitlin [Sat, 14 Jun 2003 12:57:44 +0000 (12:57 +0000)] 
implemented alpha support for raw bitmaps under Mac

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

21 years agoSmall updates to wxCT
Julian Smart [Sat, 14 Jun 2003 09:29:45 +0000 (09:29 +0000)] 
Small updates to wxCT

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

21 years agofix some more samples for digital mars
Chris Elliott [Sat, 14 Jun 2003 08:48:42 +0000 (08:48 +0000)] 
fix some more samples for digital mars

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

21 years agocompilation fix for platforms w/o wxRawBitmap
Václav Slavík [Fri, 13 Jun 2003 23:25:09 +0000 (23:25 +0000)] 
compilation fix for platforms w/o wxRawBitmap

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

21 years agono real changes
Vadim Zeitlin [Fri, 13 Jun 2003 22:32:23 +0000 (22:32 +0000)] 
no real changes

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

21 years agoSetSelection() may be used for both single and multi selection listboxes
Vadim Zeitlin [Fri, 13 Jun 2003 22:30:55 +0000 (22:30 +0000)] 
SetSelection() may be used for both single and multi selection listboxes

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

21 years agoadded possibility to customize the listbox colours
Vadim Zeitlin [Fri, 13 Jun 2003 22:26:45 +0000 (22:26 +0000)] 
added possibility to customize the listbox colours

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

21 years agoInclude wx/file.h even when using precompiled headers
David Elliott [Fri, 13 Jun 2003 21:32:07 +0000 (21:32 +0000)] 
Include wx/file.h even when using precompiled headers

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

21 years ago* Added gsockcocoa.c to files list
David Elliott [Fri, 13 Jun 2003 21:28:45 +0000 (21:28 +0000)] 
* Added gsockcocoa.c to files list
* Regenerated files lists, wxCocoa now includes selstore

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

21 years agoAdded GSocket stubs for wxCocoa
David Elliott [Fri, 13 Jun 2003 21:19:49 +0000 (21:19 +0000)] 
Added GSocket stubs for wxCocoa

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

21 years agoUse the new wxNSStringWithWxString conversion function
David Elliott [Fri, 13 Jun 2003 21:15:04 +0000 (21:15 +0000)] 
Use the new wxNSStringWithWxString conversion function

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

21 years agoAdded wxString to NSString conversion functions
David Elliott [Fri, 13 Jun 2003 21:09:21 +0000 (21:09 +0000)] 
Added wxString to NSString conversion functions

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

21 years agofix some more samples for digital mars [allow contrib to work]
Chris Elliott [Fri, 13 Jun 2003 20:30:52 +0000 (20:30 +0000)] 
fix some more samples for digital mars [allow contrib to work]

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

21 years agoProposed wxMac MDI interface (in limbo)
David Elliott [Fri, 13 Jun 2003 20:29:48 +0000 (20:29 +0000)] 
Proposed wxMac MDI interface (in limbo)

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

21 years agofix some more samples for digital mars
Chris Elliott [Fri, 13 Jun 2003 20:26:54 +0000 (20:26 +0000)] 
fix some more samples for digital mars

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

21 years agoAdded support for delayed deactivation of windows (for MDI)
David Elliott [Fri, 13 Jun 2003 20:24:32 +0000 (20:24 +0000)] 
Added support for delayed deactivation of windows (for MDI)

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

21 years agodocumented all methods pertaining to the multiple selection
Vadim Zeitlin [Fri, 13 Jun 2003 19:21:37 +0000 (19:21 +0000)] 
documented all methods pertaining to the multiple selection

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

21 years agoFixed MDI scrollbars
Julian Smart [Fri, 13 Jun 2003 18:56:53 +0000 (18:56 +0000)] 
Fixed MDI scrollbars

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

21 years agoadd dmc makefile (samples compile and run OK)
Chris Elliott [Fri, 13 Jun 2003 18:43:35 +0000 (18:43 +0000)] 
add dmc makefile (samples compile and run OK)

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

21 years agofix for dmc compilation of projects with more than one obj
Chris Elliott [Fri, 13 Jun 2003 18:39:45 +0000 (18:39 +0000)] 
fix for dmc compilation of projects with more than one obj

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

21 years agoadded RefreshLine(s), HitTest() and IsVisible()
Vadim Zeitlin [Fri, 13 Jun 2003 17:18:28 +0000 (17:18 +0000)] 
added RefreshLine(s), HitTest() and IsVisible()

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