Vadim Zeitlin
74d8ead3f2
fixed compilation when included directly and not via wx/dirdlg.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-04 12:45:14 +00:00
Vadim Zeitlin
a079e64502
fixed wxDirDialog ctor docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-04 12:43:49 +00:00
Vadim Zeitlin
e78d4a23c2
wxDirDialog now has the same ctor under all platforms and also uses the
...
correct default title string
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-04 12:38:51 +00:00
Vadim Zeitlin
3f0fb1d416
no changes (0 -> NULL)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-04 12:01:37 +00:00
Vadim Zeitlin
c3dfaa10a6
initialize wxBitmapButton members
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-04 11:57:39 +00:00
Robert Roebling
047ac72bbe
Made OnInit() and OnRun() logic like MSW when it
...
comes to quitting the app with no windows.
Fixed overlapping windows when detaching the
toolbar from the main frame.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-04 11:53:06 +00:00
Václav Slavík
6d8b260cc3
added CSS stylesheets support to tex2rtf
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-04 10:50:48 +00:00
Gilles Depeyrot
2cf607649c
corrected Mac OS X resources compilation target
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-04 08:50:19 +00:00
Robin Dunn
b787b2a9d7
swigged updated code for wxMac
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-04 04:53:14 +00:00
Robin Dunn
6129f59eb4
swigged code update for wxGTK
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-04 00:23:52 +00:00
Robin Dunn
94e36a5196
Updates for Push/Pop status text
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 23:33:38 +00:00
Robin Dunn
1114f46e2f
Probably only whitespace changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 23:32:42 +00:00
Robin Dunn
2d3a90ce7a
A test case to show the problem with putting a wxListbox (and possibly
...
other controls) on a wxPopupWindow in wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 23:31:35 +00:00
Robin Dunn
9c46ea6647
Make it easier to not use wxPopupWindow in wxSTC, and for now, don't
...
use it at all for the AutoComplete window.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 23:30:40 +00:00
Robin Dunn
9085d634d9
Fixed problem in InsertItems of always adding ownerdraw data even when
...
not an ownerdrawn listbox. If some items were already appended then
the indexes would not match.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 22:31:21 +00:00
Gilles Depeyrot
27af32803a
corrected conditional compilation for Darwin
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 20:24:06 +00:00
Gilles Depeyrot
9f081f02ea
corrected warnings when compiling with -Wall -W
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 20:20:55 +00:00
Gilles Depeyrot
a95bd96b46
wxTextCtrl bug related to \n handling is Carbon related and is therefore
...
common to CodeWarrior builds and Apple DevTools builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 20:15:48 +00:00
Gilles Depeyrot
1b0674f799
corrected warnings when compiling with -Wall -W
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 19:49:20 +00:00
Gilles Depeyrot
bb10b31d43
corrected comment typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 19:46:22 +00:00
Gilles Depeyrot
f7435c322d
added missing include file
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 19:43:17 +00:00
Gilles Depeyrot
7ee31b00ed
corrected warnings when compiling with -Wall -W
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 19:41:22 +00:00
Gilles Depeyrot
4285fbcab9
corrected include guards
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 19:33:43 +00:00
Gilles Depeyrot
ed581ee2b8
applied solution derived from SourceForge patch # 546915 for Mach-O shared
...
library resource problems when resources are not placed in the application
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 19:14:30 +00:00
Gilles Depeyrot
2b8a696220
corrected warnings and removed useless extern declaration
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 17:48:10 +00:00
Gilles Depeyrot
edf0993cae
static C++ object initialization only seems to be necessary when the library
...
initialization routine needs to use static C++ objects
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 17:46:01 +00:00
Gilles Depeyrot
e95edd8d51
install both compiled and ascii resource files for Mac OS X
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-03 17:43:50 +00:00
Robin Dunn
e4a55e2136
These methods should be public
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 23:56:00 +00:00
Vadim Zeitlin
45e97ca0cd
don't look for the catalogs in the Unix standard paths under Windows
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 23:22:48 +00:00
Mattia Barbon
d1f1e77a91
Missing bracket in array.tex
...
Documentation for wxStatusBar::Push/PopStatusText
Documentation for wxFrame::Push/PopStatusText and Get/SetStatusBarPane.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 20:09:25 +00:00
Mattia Barbon
1f361cddbf
Implemented wxStatusBar::Push/PopStatusText.
...
Implemented wxFrame::Push/PopSTatusText ( just forward to the status bar ).
Implemented wxFrame::DoGiveHelp, to show menu/toolbar help in the status bar.
Added Get/SetStatusBarPane to get/set the status bar pane the menu/toolbar help
will be show in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 20:07:10 +00:00
Mattia Barbon
fe87983b95
Generate EVT_TOOL_ENTER when the user moves the mouse out of the toolbar
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 20:03:19 +00:00
Mattia Barbon
32e163aec1
wxExecute takes a char**, not a wxChar**
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 19:56:03 +00:00
Stefan Csomor
5e42034113
corrected DoDrawPoint
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 16:03:14 +00:00
Vadim Zeitlin
6b6fc9b0a0
you don't have to set BCCDIR for compilation with Borland any longer (patch 550105)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 13:56:41 +00:00
Vadim Zeitlin
f60e7fdddb
dumb fix for wxDC::Clear() crash
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 13:52:43 +00:00
Vadim Zeitlin
30862d9943
small code cleanup while looking for an inexistent problem
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 13:52:09 +00:00
Vadim Zeitlin
1106d8654d
splitted wxFileStream docs in 2 files to make the classes appear in the alphabetic order (patch 549657)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 13:36:23 +00:00
Vadim Zeitlin
17046ed61e
fixed type: wxUint16 -> wxUint32 (patch 549556)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 13:30:59 +00:00
Robin Dunn
5d26a7e65f
Changes for the embedded sample to build on Linux
...
Swigged updates for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 06:18:39 +00:00
Robin Dunn
a24268437f
Fixed the bugs preventing wxPython from being embedded in a wxWindows
...
app, and added a sample showing how to do it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 04:45:47 +00:00
Robin Dunn
f44602beb7
Removed wxVTKRenderWindow since VTK now includes a much better python
...
module that allows you to use VTK in a wxPython window.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 02:49:15 +00:00
Robin Dunn
6e2129f90f
Changed the name of export.h to wxPython.h so it wouldn't be so
...
generic. This is the header that should be included by 3rd party
stuff that is embedding wxPython or making a new wxPython extension
module.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-02 02:46:14 +00:00
Vadim Zeitlin
5a32e18214
changed wxUSE_MS_HTML_HELP to 1 by default
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-01 16:44:14 +00:00
Vadim Zeitlin
015eb67ed2
fixed definition of TRUE broken by the last commit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-01 16:25:23 +00:00
Vadim Zeitlin
ad95fe268a
added WX_TRUE_DEFINED to allow preventing the redefinition of TRUE/FALSE
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-01 16:20:49 +00:00
Vadim Zeitlin
c7f3eecc52
added a few more consistency tests which used to be in wx\msw\setup.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-01 16:15:01 +00:00
Vadim Zeitlin
62402193ce
disabled wxWin memory debugging by default
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-01 16:14:23 +00:00
Vadim Zeitlin
b763ff4386
fixed the wrong custom build messages
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-01 16:13:48 +00:00
Mattia Barbon
1a1dac18e3
Fixed Unicode breakage I caused
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-01 08:57:51 +00:00