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
David Webster
52315bc3bb
More image processing updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-30 22:31:01 +00:00
David Webster
2d5855f6e4
Some new members to assist in bitmap rendering
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-30 22:29:51 +00:00
Julian Smart
2e4106968b
Renamed wxBuffer to deBuffer
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-30 07:34:15 +00:00
Robin Dunn
3481e3efb8
wxTimer was in the wrong place in the demo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-30 04:27:05 +00:00
Robin Dunn
322a3817ea
Removed the old patch files for swig
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-30 04:26:02 +00:00
Robin Dunn
bee7191838
Ignore generated Makefile
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-30 02:56:48 +00:00
Robin Dunn
eb28fd4762
swigged updates for wxMac
...
fix for wxMac refresh problem in the demo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-30 02:49:37 +00:00
Robin Dunn
8381e4cdd3
swigged updates for wxGTK
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-29 23:21:15 +00:00
Robin Dunn
237a74ba5b
Switch to using a wxBufferedPaintDC, also draw/erase the focus
...
indicator differently to workaround double focus event problem.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-29 23:17:08 +00:00
Robin Dunn
0bdca46de4
Put the panel-under-htmlwindow hack back in since the problem still
...
happens.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-29 23:09:48 +00:00
Robin Dunn
002b1ea670
Updates for building wxSWIG on Linux
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-29 20:19:23 +00:00
Robin Dunn
6ef4d8f9e6
Added execut bit for configure
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-29 20:04:19 +00:00
Robin Dunn
c90f71dd8c
Since I have made several changes to SWIG over the years to accomodate
...
special cases and other things in wxPython, and since I plan on making
several more, I've decided to put the SWIG sources in wxPython's CVS
instead of relying on maintaining patches. This effectivly becomes a
fork of an obsolete version of SWIG, :-( but since SWIG 1.3 still
doesn't have some things I rely on in 1.1, not to mention that my
custom patches would all have to be redone, I felt that this is the
easier road to take.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-29 19:56:57 +00:00