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 |
|
Stefan Csomor
|
2e6857fac2
|
corrected eventobject setting for mouse events and capture
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-24 16:54:28 +00:00 |
|
Stefan Csomor
|
60fcb5849b
|
changed window creation class for dialogs (layering probs under X)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-24 14:40:53 +00:00 |
|
Stefan Neis
|
6cab7411a9
|
Fixed compilo (include image.h since cursor.h no longer does this implicitly).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-24 12:41:11 +00:00 |
|
Gilles Depeyrot
|
2e403d6dac
|
corrected post increment operators which must return value before increment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-24 05:59:46 +00:00 |
|
Vadim Zeitlin
|
4a38127bf0
|
replaced unnecessary #include with a forward decl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-23 23:51:52 +00:00 |
|
Václav Slavík
|
90d0ab3443
|
no need to expand the hidden root (in fact, it is forbidden now)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-23 22:03:53 +00:00 |
|
Václav Slavík
|
fe593c8ac3
|
use some Audacity icons in wxHTML instead of my uglu ones (with author's permission)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-23 22:03:35 +00:00 |
|
Václav Slavík
|
ae7f6528ed
|
gcc3 compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-23 22:03:22 +00:00 |
|
Mattia Barbon
|
cc06fe74c4
|
Make Univ/GTK compile again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-23 20:16:40 +00:00 |
|
Stefan Neis
|
b1da81074c
|
Speed-up for very large grids by more efficient search for rows/columns
that need to be updated (in various locations).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-23 17:56:56 +00:00 |
|
Václav Slavík
|
7391216edc
|
added wx/msw/missing.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-23 16:18:26 +00:00 |
|
Robin Dunn
|
f2a10cdc48
|
A couple demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-23 15:58:41 +00:00 |
|
Robin Dunn
|
2a74d1415b
|
Changes to match CVS updates over the weekend.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-22 21:45:07 +00:00 |
|
Ron Lee
|
6728fb611b
|
buggy cast == buggy scrolling in Life!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-22 21:25:48 +00:00 |
|
Robin Dunn
|
d55d6b3f45
|
Added wxImage.GetDataBuffer which returns an in-place edit buffer of
the image data. (Patch #546009)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-22 21:18:52 +00:00 |
|
Vadim Zeitlin
|
3e679f0190
|
reset g_delayedFocus when the window is deleted to avoid crashes when using it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-22 15:44:55 +00:00 |
|