Commit Graph

17878 Commits

Author SHA1 Message Date
Julian Smart
2df5f0ac84 Applied patch [ 810585 ] wxTextCtrl::GetTextLine returns empty String
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-11 07:12:27 +00:00
Julian Smart
1aec343ddb Applied part of patch [ 774826 ] Background colour and cursor handling
Set correct background for hollow line ends


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-11 06:30:50 +00:00
Václav Slavík
83a08b3ed0 use tl_PH locale instead of tl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-09 15:29:48 +00:00
Julian Smart
b6b5ce918e Added 'Back' to accelerator possibilities
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-08 16:38:28 +00:00
Václav Slavík
1cc9c67d3d unknown controls container can't be subclassed, assert if somebody tries it (as does DialogsBlock)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-03 14:32:51 +00:00
Robert Roebling
c064f189a5 Small fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-01 09:39:38 +00:00
Robert Roebling
79bf5de2bb Native fonts now seem to require a font size.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-01 09:37:35 +00:00
Vadim Zeitlin
c293cbbb18 fixed wxDateTime compilation in Unicode mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-23 23:00:21 +00:00
Stefan Neis
810d24ea09 Enabled handling of drive letters on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-23 22:49:37 +00:00
Stefan Neis
c1f921cc70 Fixed drive handling on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-23 22:38:30 +00:00
Stefan Neis
f9f19528bd Fixed & improved file handling on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-23 22:29:46 +00:00
Stefan Neis
4785fdae07 Avoid doubling of path separator (needed to make it work on OS/2).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-23 22:19:00 +00:00
Stefan Neis
764bb7f18e Try to insure usability of this file in non-PM ports.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-23 22:11:32 +00:00
Stefan Neis
712a3384f7 Insure suitable choices of path/drive separator on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-23 22:09:14 +00:00
Robin Dunn
670f094332 Bugfix patch from Alberto
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-17 19:57:26 +00:00
Stefan Neis
75ca929d4c Modified wxGetHomeDir to take environment variable HOME into account.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-16 22:20:41 +00:00
Dimitri Schoolwerth
e1a23b2d89 Fixed wxMSW compilation with wxUSE_POPUPWIN = 0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-16 20:43:06 +00:00
Mattia Barbon
a135cdfbde Applied patch #841324 from Ian Brown:
"GetPosition() returns wrong result for dialog"
modified for better backward binary compatibility.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-16 11:19:13 +00:00
Mattia Barbon
d45ea58833 Made element layout consistent with wxMSW/wxGTK when
radiobox is wider/taller than necessary. Previously
the last element was stretched to fit remaining space.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-16 11:14:34 +00:00
Mattia Barbon
1c49eb00dc Applied patch #840617 from Ian Brown:
"motif 2.4.2, menu codes in static text"


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-16 11:05:24 +00:00
Mattia Barbon
52adcc526d Compilation fix after last commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-16 10:51:11 +00:00
Mattia Barbon
6c4c6dca5d Applied patch #840643 from Ian Brown with some modifications:
use DisplayWidth/DIsplayHeight instead of hardcoded values.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-15 21:12:24 +00:00
Robin Dunn
d8dc4b8058 cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-10 22:33:42 +00:00
Robin Dunn
90b5143061 warn if print arch is not configured
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-10 22:33:34 +00:00
Robin Dunn
c91cd7f6b7 Handle the GIL properly in the %addmethods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-10 22:33:06 +00:00
Robin Dunn
f4d2cb599e Guard against double cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-10 22:32:40 +00:00
Robin Dunn
ec591f65bf Make an alias for GetPoint
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-10 22:32:01 +00:00
Julian Smart
83c290da3d Corrections to allow compilation in DLL mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-10 09:51:44 +00:00
Stefan Neis
1af80dfa7b Commited regenerated file (adding rgncmn.cpp).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-08 21:30:52 +00:00
Stefan Neis
907f6689d6 Backported various changes from HEAD to fix a couple of bugs, details:
- backported changed ProcessGridCellMouseEvent to fix bug #834929.
        - backported enforcement of column width/row height checking to fix
                bug #832991.
        - backported fix for bug #837656.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-08 19:14:00 +00:00
Gilles Depeyrot
6b6a2263ec applied SF patch #817328 to correct PMRelease calls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-03 22:22:39 +00:00
Stefan Neis
081d6e4def Added some bad hacks to make region processing work at least a bit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-03 00:15:37 +00:00
Gilles Depeyrot
be4cc9317b added conditional compilation for IntToFixed/FixedToInt for Mac OS X 10.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-01 18:27:25 +00:00
Václav Slavík
dccc12d36c add upper-case extensions to fallbac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-31 19:51:03 +00:00
Stefan Neis
4ea06ce8ec Initialize m_lNumRects to avoid core dumps if GpiQueryRegionRects fails.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-27 08:04:25 +00:00
Stefan Neis
e950245366 Fixed update rectangle passed to WinInvalidateRect in wxWindowOS2::Refresh().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-26 16:11:20 +00:00
Ron Lee
6e176faf01 Enabled std_iostreams for the package builds.
Added more automagic python versioning so the packages don't
need to depend on a specific default python version.
The version that they were built with now only need to be
available, not the system default.

Bumped debian version.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-25 12:38:56 +00:00
Ron Lee
b8b7bc2a39 Use mkdir -p in PYTHON_DIST or the present method of copying
the samples will fail.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-25 12:24:45 +00:00
Ron Lee
b61897b8d9 Added missing animate/Makefile to configure.in since it was added to
the default build list previously.

Then removed animate from default contrib build again since it doesn't
compile under linux.  There is no point packaging something that obviously
has never been tested and two chances at breaking a 4 hour package build
is plenty for something no one has ever requested.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-25 12:14:18 +00:00
Václav Slavík
330ab29f70 fixed iso-8859-1 handling to report failures
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-24 19:25:48 +00:00
Václav Slavík
06e92fcce1 fixed crash if szLocale==NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-24 09:32:29 +00:00
Chris Elliott
4250fef356 fix OLE bug for digital mars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-23 13:41:38 +00:00
Vadim Zeitlin
bd0ee1b06f reverted last change (don't create new colour in FindColour())
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-22 21:49:34 +00:00
Mattia Barbon
e175603394 Fixed condition not to be always false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-22 20:30:59 +00:00
Mattia Barbon
54451a2c58 Added some wxPerl notes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-19 09:09:12 +00:00
Mattia Barbon
6ddade217e wxMotif fix for Sun C++ compiler.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-19 09:03:23 +00:00
Robert Roebling
0569aeead8 Further corrections to wxBitmap and Blit code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-18 19:21:50 +00:00
Robert Roebling
508ba31dd5 Small update.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-17 14:27:39 +00:00
Robert Roebling
ea34719cb0 Fixed FIXME in blitting code.
Small speed-up in wxBitmap::Rescale().
  The rescaling code still makes X11 crash
    with a memory problem. This can be seen
    in the image sample when you scroll up
    and down with the mouse often so that
    the smiley that gets blit appears and
    disappears often.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-17 14:26:33 +00:00
Vadim Zeitlin
858488c8d0 always return a new pointer from FindColour()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-16 17:11:24 +00:00