Václav Slavík
|
03c0fc6603
|
fixed wxZipInputStream::OnSysSeek wrt memory requirements and malloc(0) (will backport to 2.2)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-29 18:38:17 +00:00 |
|
Vadim Zeitlin
|
08a15c0d89
|
don't generate an endless stream of asserts for the 0-sized images
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-29 14:55:08 +00:00 |
|
Vadim Zeitlin
|
09443a269e
|
added Append(const wxString&) overload and replaced all wxASSERTs with wxASSERT_MSGs in attempt to make them more clear
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-29 12:37:34 +00:00 |
|
Stefan Csomor
|
d1bdc41d65
|
setting the correct event object for EVT_ENTER_WINDOW and EVT_LEAVE_WINDOW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-29 06:38:20 +00:00 |
|
David Webster
|
ba3e10c9f4
|
Lots of image/bitmap processing updates.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-29 04:00:57 +00:00 |
|
David Webster
|
b3d3ebae71
|
New Moddef file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-29 04:00:04 +00:00 |
|
Stefan Neis
|
f74a90b35c
|
Minor changes to test/show expanded array functions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-28 15:34:22 +00:00 |
|
Vadim Zeitlin
|
1af546bfc3
|
don't pass arrays by value (and also fixed signed/unsigned comparison warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-28 14:39:37 +00:00 |
|
Vadim Zeitlin
|
2245b2b2c3
|
changed DoDragDrop(bool) into DoDragDrop(int) and added support for wxDrag_DefaultMove flag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-28 14:30:54 +00:00 |
|
Vadim Zeitlin
|
501d2dd13e
|
added a (commented out) example of how to force the default action to be move
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-28 13:34:40 +00:00 |
|
Vadim Zeitlin
|
82cf15a4d4
|
removed a wxPaintDC::Clear() fatal to wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-28 13:28:08 +00:00 |
|
Václav Slavík
|
e969b63b5e
|
compilation fixes for C++ standard library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-28 10:33:14 +00:00 |
|
Gilles Depeyrot
|
d460ed4071
|
derive wxBitmapButton from wxBitmapButtonBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-28 09:35:19 +00:00 |
|
Stefan Neis
|
33188aa47a
|
Replaced internal calls to XToCol/YToRow added in 1.197 by internal macro
which treats the out of grid case in a way that's more suitable.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-28 00:39:04 +00:00 |
|
Václav Slavík
|
40e2d13434
|
use XML namespace in XRC files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 22:59:02 +00:00 |
|
Vadim Zeitlin
|
71debe95b6
|
fixed uninitialized m_bPassMessages and wxLogChain::SetLog() which was completely wrong
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 22:47:32 +00:00 |
|
Vadim Zeitlin
|
e95f8fde77
|
really fixed memory leak in wxLogChain
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 22:37:28 +00:00 |
|
Vadim Zeitlin
|
199e91fb67
|
fixed memory leak in wxLogChain
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 22:33:26 +00:00 |
|
Vadim Zeitlin
|
8b30a4e4d6
|
fixed memory leak in wxLogChain
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 22:14:49 +00:00 |
|
Vadim Zeitlin
|
2863d6b0cf
|
some docs for wxArray(int n) mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 20:02:42 +00:00 |
|
Vadim Zeitlin
|
2a39c38627
|
wxArray(int n) mods for wxArrayString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 20:02:17 +00:00 |
|
Vadim Zeitlin
|
ebb396715d
|
mention that creation time only lives up to its name under Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 11:10:59 +00:00 |
|
Vadim Zeitlin
|
81be7e075d
|
fixed wxFileName::GetModificationTime()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 11:05:42 +00:00 |
|
Gilles Depeyrot
|
e94e53ac8f
|
ignore process serial number command line argument (-psn) passed to application
when launched from the Finder
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 11:03:18 +00:00 |
|
Vadim Zeitlin
|
4deae7a033
|
ARCHINCDIR must be defined in makeb32.env, not makefile.b32 (patch 548990)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 10:38:48 +00:00 |
|
Stefan Neis
|
68c5a31c6c
|
Fixes to my last commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 10:37:15 +00:00 |
|
Vadim Zeitlin
|
cf760e4c30
|
fixes for operator new declaration/definition (patch 549349)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-27 10:35:04 +00:00 |
|
Vadim Zeitlin
|
b2edef6f2f
|
clean up of memory debugging macros and chanegs to compile with CW7 (patch 548408)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 23:08:19 +00:00 |
|
Vadim Zeitlin
|
e669d97ae5
|
added a few virtual keywords for consistency (no real changes) (patch 543922)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 22:44:12 +00:00 |
|
David Webster
|
b1b054dad6
|
More bitmap and imaging updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 22:26:08 +00:00 |
|
Vadim Zeitlin
|
3dc0174140
|
fixed array tests compilation and a bug in obj array test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 21:59:23 +00:00 |
|
Vadim Zeitlin
|
3b0b5f13f5
|
added support for add/insert/deleting many items at once in wxArray (patch 548050)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 21:58:46 +00:00 |
|
Vadim Zeitlin
|
f63e3ebbe3
|
implement wxColourDialog::Move() (patch 548048)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 21:06:21 +00:00 |
|
Vadim Zeitlin
|
6b6ea919a4
|
refresh and flicker even more to ensure proper refresh in the resizeable dialogs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 20:35:11 +00:00 |
|
Vadim Zeitlin
|
5886ecc2f0
|
added VC++ project file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 20:34:25 +00:00 |
|
Robert Roebling
|
c5e4ef4ef2
|
Added sample to reproduce resize display bug.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 19:38:48 +00:00 |
|
Robert Roebling
|
5ebcf581f6
|
Added background inheritance to wxUniv.
Added sample to show this...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 18:28:30 +00:00 |
|
Stefan Csomor
|
c5750ccb5f
|
corrected wxMacSetColorTableEntry (although it is not needed currently)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 17:40:23 +00:00 |
|
Jouk Jansen
|
9f4de6b2cf
|
Committing in .
OpenVMS also need wxBuffer defined.
Modified Files:
wxWindows/utils/dialoged/src/reswrite.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 14:54:39 +00:00 |
|
David Webster
|
4c0c805334
|
Minor OS/2 bug with a misplace #endif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 13:08:26 +00:00 |
|
David Webster
|
1cee3f6006
|
Updates to OS/2 to catch up with lib changes and for image processing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 12:58:11 +00:00 |
|
Julian Smart
|
54905eba2a
|
Fixed my sloppy fix for redundant path separators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-26 09:52:10 +00:00 |
|
Mattia Barbon
|
490da436c8
|
Rewrote Metal theme to use delegation. requires more cut'n'paste than I like,
but I don't see any way around this - sigh. Anyway 594 << 4000 lines :-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-25 20:20:55 +00:00 |
|
Mattia Barbon
|
9979fbba4e
|
Glitches in wxDelegateRenderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-25 20:19:15 +00:00 |
|
Vadim Zeitlin
|
ab0d42f76d
|
fixed typo in wxString::swap() which was completely broken
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-25 18:19:26 +00:00 |
|
Vadim Zeitlin
|
41b2e0e6db
|
fixed bug with the text attr not being reset even after SetDefaultStyle(wxTextAttr()) call
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-25 18:12:53 +00:00 |
|
Julian Smart
|
4e1c35f810
|
In GetPath(), don't append separator if there's already one at the end
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-25 10:25:45 +00:00 |
|
Stefan Csomor
|
a4019ec280
|
updated to 1.1.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-25 09:06:49 +00:00 |
|
Ron Lee
|
5b98eb2fa6
|
Added {S,G}etItem{Text,Background}Colour methods.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-24 20:31:46 +00:00 |
|
Stefan Csomor
|
470d7e4f3e
|
uses native implementation for mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-24 19:53:23 +00:00 |
|