]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years agodigital mars fix
Chris Elliott [Sun, 11 May 2003 20:02:40 +0000 (20:02 +0000)] 
digital mars fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoWe don't put main() in the library any more.
Gilles Depeyrot [Sun, 11 May 2003 19:31:00 +0000 (19:31 +0000)] 
We don't put main() in the library any more.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoassert is raised when using the thread sample (which works) so the test is
Gilles Depeyrot [Sun, 11 May 2003 19:28:13 +0000 (19:28 +0000)] 
assert is raised when using the thread sample (which works) so the test is
probably not so easy. Can widget callbacks be triggered from child threads
and, if so, for which widgets?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agodisable use of #pragma interface under Mac OS X
Gilles Depeyrot [Sun, 11 May 2003 18:08:58 +0000 (18:08 +0000)] 
disable use of #pragma interface under Mac OS X
GNU compiler included with Mac OS X 10.2 (Jaguar) as well as available updates
contain a bug concerning #pragma interface handling that can only be worked
around by not using them (and they are not necessary anyways)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoupdated CodeWarrior 5.3 xml project with latest changes to file list
Gilles Depeyrot [Sun, 11 May 2003 18:08:51 +0000 (18:08 +0000)] 
updated CodeWarrior 5.3 xml project with latest changes to file list

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agodisable use of #pragma interface under Mac OS X
Gilles Depeyrot [Sun, 11 May 2003 17:57:23 +0000 (17:57 +0000)] 
disable use of #pragma interface under Mac OS X
GNU compiler included with Mac OS X 10.2 (Jaguar) as well as available updates
contain a bug concerning #pragma interface handling that can only be worked
around by not using them (and they are not necessary anyways)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoadded assert to detect attempt to install idle handler from widget callback
Gilles Depeyrot [Sun, 11 May 2003 16:44:48 +0000 (16:44 +0000)] 
added assert to detect attempt to install idle handler from widget callback
not called from main thread

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agouse alpha channel in Blit() as well and not only in DrawBitmap()
Vadim Zeitlin [Sun, 11 May 2003 11:14:35 +0000 (11:14 +0000)] 
use alpha channel in Blit() as well and not only in DrawBitmap()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agomany fixes for PNG reading after recent alpha changes; grey scale images reading...
Vadim Zeitlin [Sun, 11 May 2003 10:49:27 +0000 (10:49 +0000)] 
many fixes for PNG reading after recent alpha changes; grey scale images reading was in particular broken

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoadded missing typename
Vadim Zeitlin [Sun, 11 May 2003 01:04:10 +0000 (01:04 +0000)] 
added missing typename

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoTRUE/FALSE -> true/false
Vadim Zeitlin [Sun, 11 May 2003 01:01:36 +0000 (01:01 +0000)] 
TRUE/FALSE -> true/false

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agowxImage::Create() should be bool, not void
Vadim Zeitlin [Sun, 11 May 2003 00:59:42 +0000 (00:59 +0000)] 
wxImage::Create() should be bool, not void

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoadded LVSICF_NOSCROLL
Vadim Zeitlin [Sat, 10 May 2003 12:55:39 +0000 (12:55 +0000)] 
added LVSICF_NOSCROLL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agocompilation fix for BCC (and probably others)
Vadim Zeitlin [Sat, 10 May 2003 12:53:08 +0000 (12:53 +0000)] 
compilation fix for BCC (and probably others)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agocompilation fix (sorry)
Vadim Zeitlin [Sat, 10 May 2003 11:43:39 +0000 (11:43 +0000)] 
compilation fix (sorry)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agofix wxDisplay initialization (patch 735303)
Vadim Zeitlin [Sat, 10 May 2003 00:57:51 +0000 (00:57 +0000)] 
fix wxDisplay initialization (patch 735303)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agorecognize ESC[APE] in menu accel strings (patch 733967)
Vadim Zeitlin [Sat, 10 May 2003 00:56:07 +0000 (00:56 +0000)] 
recognize ESC[APE] in menu accel strings (patch 733967)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agofall back to wxAlphaBlend() if ::AlphaBlend() didn't work
Vadim Zeitlin [Fri, 9 May 2003 23:57:34 +0000 (23:57 +0000)] 
fall back to wxAlphaBlend() if ::AlphaBlend() didn't work

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agouse DIB, not DDB, when converting from an image with alpha channel
Vadim Zeitlin [Fri, 9 May 2003 23:54:16 +0000 (23:54 +0000)] 
use DIB, not DDB, when converting from an image with alpha channel

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agomemory for alpha channel was over allocated by a factor of 3
Vadim Zeitlin [Fri, 9 May 2003 23:52:20 +0000 (23:52 +0000)] 
memory for alpha channel was over allocated by a factor of 3

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agofixed iterator over wxImage with alpha channel
Vadim Zeitlin [Fri, 9 May 2003 23:50:43 +0000 (23:50 +0000)] 
fixed iterator over wxImage with alpha channel

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoRemoved a spurious print statement
Julian Smart [Fri, 9 May 2003 23:32:55 +0000 (23:32 +0000)] 
Removed a spurious print statement

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoFixed crash in EnsureVisible in wxTR_HIDE_ROOT mode
Julian Smart [Fri, 9 May 2003 21:48:24 +0000 (21:48 +0000)] 
Fixed crash in EnsureVisible in wxTR_HIDE_ROOT mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoInsert() patch from John Labenski
Vadim Zeitlin [Fri, 9 May 2003 12:58:28 +0000 (12:58 +0000)] 
Insert() patch from John Labenski

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agouse wxDEPRECATED around GetNoHistoryFiles()
Vadim Zeitlin [Fri, 9 May 2003 12:04:01 +0000 (12:04 +0000)] 
use wxDEPRECATED around GetNoHistoryFiles()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Committing in .
Jouk Jansen [Fri, 9 May 2003 10:53:52 +0000 (10:53 +0000)] 
 Committing in .

 Fixes needed for OpenVMS

 Modified Files:
  wxWindows/include/wx/x11/private.h
  wxWindows/include/wx/x11/privx.h
  wxWindows/src/common/dbtable.cpp
  wxWindows/src/common/descrip.mms
  wxWindows/src/motif/bmpmotif.cpp
  wxWindows/src/motif/descrip.mms wxWindows/src/x11/bitmap.cpp
  wxWindows/src/x11/utilsx.cpp
 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agofixing some redrawing bugs overpainting foreign window's area under OS9, reintroduced...
Stefan Csomor [Fri, 9 May 2003 07:16:30 +0000 (07:16 +0000)] 
fixing some redrawing bugs overpainting foreign window's area under OS9, reintroduced TransitionWindow calls

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agotypo
Stefan Csomor [Fri, 9 May 2003 07:13:32 +0000 (07:13 +0000)] 
typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agomasking out wxOK and friends from dialog style in order to avoid clashes with minifra...
Stefan Csomor [Fri, 9 May 2003 07:12:53 +0000 (07:12 +0000)] 
masking out wxOK and friends from dialog style in order to avoid clashes with miniframe windows flags

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoreintroduced m_isBeingDeleted
Stefan Csomor [Fri, 9 May 2003 07:12:02 +0000 (07:12 +0000)] 
reintroduced m_isBeingDeleted

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agowxDocManager::GetNoHistoryFiles() renamed to GetHistoryFilesCount()
Vadim Zeitlin [Fri, 9 May 2003 00:02:58 +0000 (00:02 +0000)] 
wxDocManager::GetNoHistoryFiles() renamed to GetHistoryFilesCount()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agowxGLCanvas doesn't derive from wxScrolledWindow since quite some time already despite...
Vadim Zeitlin [Thu, 8 May 2003 23:46:34 +0000 (23:46 +0000)] 
wxGLCanvas doesn't derive from wxScrolledWindow since quite some time already despite of the docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoundid patch which was supposed to allow thread recreation and added instead an assert...
Vadim Zeitlin [Thu, 8 May 2003 23:38:05 +0000 (23:38 +0000)] 
undid patch which was supposed to allow thread recreation and added instead an assert preventing it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoPrevent scrolling back to the top when calling SetItemCount again
Robin Dunn [Thu, 8 May 2003 06:29:39 +0000 (06:29 +0000)] 
Prevent scrolling back to the top when calling SetItemCount again

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoFix GetItemRect to offset by the header window, if present.
Robin Dunn [Thu, 8 May 2003 02:17:52 +0000 (02:17 +0000)] 
Fix GetItemRect to offset by the header window, if present.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded #if TARGET_CARBON around shaped window stuff
Robin Dunn [Wed, 7 May 2003 20:31:29 +0000 (20:31 +0000)] 
Added #if TARGET_CARBON around shaped window stuff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoEnsure grid components don't have borders
Julian Smart [Wed, 7 May 2003 20:16:41 +0000 (20:16 +0000)] 
Ensure grid components don't have borders

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agofix for multiple initialization
Václav Slavík [Wed, 7 May 2003 19:03:10 +0000 (19:03 +0000)] 
fix for multiple initialization

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agofixed compile errors
Robin Dunn [Wed, 7 May 2003 18:08:01 +0000 (18:08 +0000)] 
fixed compile errors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAlso merge the m_overflow attribute
Robin Dunn [Wed, 7 May 2003 17:50:08 +0000 (17:50 +0000)] 
Also merge the m_overflow attribute

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Implemented wxBitmapDataObject.
Mattia Barbon [Wed, 7 May 2003 17:24:11 +0000 (17:24 +0000)] 
  Implemented wxBitmapDataObject.
  Implemented generic wxDataObject support in wxClipboard.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoMore style issues
Julian Smart [Wed, 7 May 2003 16:07:36 +0000 (16:07 +0000)] 
More style issues

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoFixed style glitches
Julian Smart [Wed, 7 May 2003 15:03:11 +0000 (15:03 +0000)] 
Fixed style glitches

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded WS_VISIBLE style
Julian Smart [Wed, 7 May 2003 14:02:38 +0000 (14:02 +0000)] 
Added WS_VISIBLE style

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoupdate for digital mars - resolve externals in shell and winsock libs
Chris Elliott [Wed, 7 May 2003 13:18:45 +0000 (13:18 +0000)] 
update for digital mars - resolve externals in shell and winsock libs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agomissing externals for digital mars
Chris Elliott [Wed, 7 May 2003 13:09:14 +0000 (13:09 +0000)] 
missing externals for digital mars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoupdate makefile.sc for digital mars to use relative paths
Chris Elliott [Wed, 7 May 2003 11:41:21 +0000 (11:41 +0000)] 
update makefile.sc for digital mars to use relative paths

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoupdate makefile.sc for digital mars
Chris Elliott [Wed, 7 May 2003 11:20:32 +0000 (11:20 +0000)] 
update makefile.sc for digital mars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoremove if defs for DigitalMars as suggested by Vadim
Chris Elliott [Wed, 7 May 2003 09:14:14 +0000 (09:14 +0000)] 
remove if defs for DigitalMars as suggested by Vadim

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoRemoved some commented-out code
Julian Smart [Wed, 7 May 2003 08:32:57 +0000 (08:32 +0000)] 
Removed some commented-out code
Added border improvements to changes.txt

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded inline setters for wxTreeEvent so we don't need to add new
Robin Dunn [Wed, 7 May 2003 00:30:37 +0000 (00:30 +0000)] 
Added inline setters for wxTreeEvent so we don't need to add new
friends anytime someone wants to generate wxTreeEvents

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoallow the base class to participate in the CanPaste decision
Robin Dunn [Tue, 6 May 2003 23:43:39 +0000 (23:43 +0000)] 
allow the base class to participate in the CanPaste decision

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoRevamped border handling.
Julian Smart [Tue, 6 May 2003 21:57:32 +0000 (21:57 +0000)] 
Revamped border handling.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agopossible fix for templates with digitalmars
Chris Elliott [Tue, 6 May 2003 15:08:52 +0000 (15:08 +0000)] 
possible fix for templates with digitalmars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoRemoved obsolete 16-bit import libs
Julian Smart [Tue, 6 May 2003 09:44:36 +0000 (09:44 +0000)] 
Removed obsolete 16-bit import libs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Compilo.
Robert Roebling [Tue, 6 May 2003 08:52:14 +0000 (08:52 +0000)] 
  Compilo.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoupdate digitalmars makefile
Chris Elliott [Tue, 6 May 2003 08:13:18 +0000 (08:13 +0000)] 
update digitalmars makefile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoupdate install docs for MSW (Borland & Digital Mars)
Chris Elliott [Tue, 6 May 2003 08:08:07 +0000 (08:08 +0000)] 
update install docs for MSW (Borland & Digital Mars)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoDoc clarifications
Julian Smart [Tue, 6 May 2003 07:53:46 +0000 (07:53 +0000)] 
Doc clarifications

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Penguin Unicode compilation fix.
Robert Roebling [Tue, 6 May 2003 07:22:13 +0000 (07:22 +0000)] 
  Penguin Unicode compilation fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago OpenGL for GTK2 fixes.
Robert Roebling [Tue, 6 May 2003 07:21:22 +0000 (07:21 +0000)] 
  OpenGL for GTK2 fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Splitter clean up.
Robert Roebling [Tue, 6 May 2003 07:20:14 +0000 (07:20 +0000)] 
  Splitter clean up.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Fix for crash on exit.
Mattia Barbon [Mon, 5 May 2003 20:51:18 +0000 (20:51 +0000)] 
  Fix for crash on exit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Upported fix to mouse capture event handling.
Robert Roebling [Mon, 5 May 2003 08:42:22 +0000 (08:42 +0000)] 
  Upported fix to mouse capture event handling.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoInitialised m_isBeingDeleted -- I don't know how anything
Julian Smart [Sun, 4 May 2003 21:09:58 +0000 (21:09 +0000)] 
Initialised m_isBeingDeleted -- I don't know how anything
worked without it...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoSetting state to STATE_NEW in wxThread::Create
Julian Smart [Sun, 4 May 2003 20:51:09 +0000 (20:51 +0000)] 
Setting state to STATE_NEW in wxThread::Create

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Changed the way ApplicationShells are used: now wxMotif
Mattia Barbon [Sun, 4 May 2003 17:40:46 +0000 (17:40 +0000)] 
  Changed the way ApplicationShells are used: now wxMotif
creates one ApplicationShell per display, and makes top
level windows popup childs of the ApplicationShell.
  Removed a couple of unused variables from wxApp.
  Replaced some calls to wxGetDisplay with XtDisplay(widget)
or event.xany.display, and some others with wxGlobalDisplay
(the latter changes are just eyecandy).
  Used wxFlushEvents where appropriate.
  Fixed (hopefully) wxFindAcceleratorText and wxFindAccelerator;
for now the new version is still disabled, awaiting further testing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Avoid crash during global destruction.
Mattia Barbon [Sun, 4 May 2003 17:35:44 +0000 (17:35 +0000)] 
  Avoid crash during global destruction.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoApplied updated patch [ 731719 ] Owner draw font leak/overuse
Julian Smart [Sun, 4 May 2003 17:12:58 +0000 (17:12 +0000)] 
Applied updated patch [ 731719 ] Owner draw font leak/overuse

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded defined() to directive
Julian Smart [Sun, 4 May 2003 15:50:27 +0000 (15:50 +0000)] 
Added defined() to directive

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded some missing copyright lines
Julian Smart [Sun, 4 May 2003 14:11:45 +0000 (14:11 +0000)] 
Added some missing copyright lines

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Fix for the fact that unmapped but managed widgets
Mattia Barbon [Sun, 4 May 2003 12:19:57 +0000 (12:19 +0000)] 
  Fix for the fact that unmapped but managed widgets
intercept mouse events even if they are not visible.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Pass events to pushed event handlers.
Mattia Barbon [Sun, 4 May 2003 12:17:15 +0000 (12:17 +0000)] 
  Pass events to pushed event handlers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoReversed the meaning of black and white in wxRegion::ConvertToBitmap
Robin Dunn [Sat, 3 May 2003 17:56:30 +0000 (17:56 +0000)] 
Reversed the meaning of black and white in wxRegion::ConvertToBitmap
so it matches the menaning of black and white in wxMask

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoApplied [ 731578 ] wxThread state bugfix
Julian Smart [Sat, 3 May 2003 15:41:57 +0000 (15:41 +0000)] 
Applied [ 731578 ] wxThread state bugfix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agocorrected pageRect for non carbon targets, removed commented obsolete sections
Stefan Csomor [Sat, 3 May 2003 15:41:03 +0000 (15:41 +0000)] 
corrected pageRect for non carbon targets, removed commented obsolete sections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded items to todo list and publicity doc
Julian Smart [Sat, 3 May 2003 15:34:28 +0000 (15:34 +0000)] 
Added items to todo list and publicity doc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoMentioned: Applied patch [ 701238 ] Added BLOB support to dbtable.
Julian Smart [Sat, 3 May 2003 15:32:23 +0000 (15:32 +0000)] 
Mentioned: Applied patch [ 701238 ] Added BLOB support to dbtable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoApplied patch [ 701238 ] Added BLOB support to dbtable.
Julian Smart [Sat, 3 May 2003 15:28:18 +0000 (15:28 +0000)] 
Applied patch [ 701238 ] Added BLOB support to dbtable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoApplied patch [ 726350 ] wxGrid - MovePageDown()
Julian Smart [Sat, 3 May 2003 15:17:38 +0000 (15:17 +0000)] 
Applied patch [ 726350 ] wxGrid - MovePageDown()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoApplied patch [ 731846 ] GTK Print Options
Julian Smart [Sat, 3 May 2003 15:11:55 +0000 (15:11 +0000)] 
Applied patch [ 731846 ] GTK Print Options
Print options were omitted from print command

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoMentioned wxImage::Scale improvement
Julian Smart [Sat, 3 May 2003 15:07:55 +0000 (15:07 +0000)] 
Mentioned wxImage::Scale improvement

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoApplied patch [ 730686 ] wxImage::Scale speed improvements
Julian Smart [Sat, 3 May 2003 15:06:07 +0000 (15:06 +0000)] 
Applied patch [ 730686 ] wxImage::Scale speed improvements

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoApplied patch [ 731195 ] More #if/#endif's to build a smaller library
Julian Smart [Sat, 3 May 2003 13:50:04 +0000 (13:50 +0000)] 
Applied patch [ 731195 ] More #if/#endif's to build a smaller library

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoDoc corrections
Julian Smart [Sat, 3 May 2003 13:45:00 +0000 (13:45 +0000)] 
Doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoMentioned docview changes
Julian Smart [Sat, 3 May 2003 13:39:04 +0000 (13:39 +0000)] 
Mentioned docview changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoApplied patch [ 731719 ] Owner draw font leak/overuse
Julian Smart [Sat, 3 May 2003 11:56:38 +0000 (11:56 +0000)] 
Applied patch [ 731719 ] Owner draw font leak/overuse

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoApplied some of patch [ 622660 ] consistent behaviour for docview.cpp
Julian Smart [Sat, 3 May 2003 11:44:40 +0000 (11:44 +0000)] 
Applied some of patch [ 622660 ] consistent behaviour for docview.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded m_isOpened variable to simulate opening/closing
Julian Smart [Fri, 2 May 2003 17:48:17 +0000 (17:48 +0000)] 
Added m_isOpened variable to simulate opening/closing
the clipboard on wxMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agodigital mars updated
Chris Elliott [Fri, 2 May 2003 14:48:05 +0000 (14:48 +0000)] 
digital mars updated

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agotypo fix
Chris Elliott [Fri, 2 May 2003 14:05:03 +0000 (14:05 +0000)] 
typo fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoimplement wxHAVE_RAW_BITMAP
Chris Elliott [Fri, 2 May 2003 12:58:00 +0000 (12:58 +0000)] 
implement wxHAVE_RAW_BITMAP

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoCorrected a memory leak I introduced in the last patch
Julian Smart [Fri, 2 May 2003 12:49:07 +0000 (12:49 +0000)] 
Corrected a memory leak I introduced in the last patch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agofix bug to make Borland compile
Chris Elliott [Fri, 2 May 2003 12:47:07 +0000 (12:47 +0000)] 
fix bug to make Borland compile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agodigital mars updated
Chris Elliott [Fri, 2 May 2003 12:16:28 +0000 (12:16 +0000)] 
digital mars updated

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoMacro swicth from SC to SYMANTEC
Chris Elliott [Fri, 2 May 2003 11:30:18 +0000 (11:30 +0000)] 
Macro swicth from SC to SYMANTEC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoinfo about digitalmars in header
Chris Elliott [Fri, 2 May 2003 11:28:38 +0000 (11:28 +0000)] 
info about digitalmars in header

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoMacro swicth from SC to SYMANTEC
Chris Elliott [Fri, 2 May 2003 11:21:03 +0000 (11:21 +0000)] 
Macro swicth from SC to SYMANTEC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agofix for digitalmars header
Chris Elliott [Fri, 2 May 2003 11:19:20 +0000 (11:19 +0000)] 
fix for digitalmars header

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agofix for digitalmars header
Chris Elliott [Fri, 2 May 2003 11:13:07 +0000 (11:13 +0000)] 
fix for digitalmars header

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775