wxWidgets.git
21 years agoImplemented delayed closing of an existing document
Julian Smart [Thu, 1 May 2003 15:40:39 +0000 (15:40 +0000)] 
Implemented delayed closing of an existing document

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

21 years agoReset m_lastItem to avoid crashes
Julian Smart [Thu, 1 May 2003 15:38:55 +0000 (15:38 +0000)] 
Reset m_lastItem to avoid crashes

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

21 years agoImplemented delayed selection (e.g. after adding the root
Julian Smart [Thu, 1 May 2003 15:37:30 +0000 (15:37 +0000)] 
Implemented delayed selection (e.g. after adding the root
or deleting items) so that the event handler will be
called appropriately.

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

21 years agoRemoved backslashes in verbatim example
Julian Smart [Thu, 1 May 2003 13:37:59 +0000 (13:37 +0000)] 
Removed backslashes in verbatim example

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

21 years agoread numbers even if they're followed by spaces
Vadim Zeitlin [Thu, 1 May 2003 11:08:22 +0000 (11:08 +0000)] 
read numbers even if they're followed by spaces

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

21 years agocompilation fix for Unicode
Vadim Zeitlin [Thu, 1 May 2003 00:48:58 +0000 (00:48 +0000)] 
compilation fix for Unicode

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

21 years agofixed Norwegian Bokmal code to conform to new ISO 639-2
Václav Slavík [Wed, 30 Apr 2003 22:48:01 +0000 (22:48 +0000)] 
fixed Norwegian Bokmal code to conform to new ISO 639-2

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

21 years agocorrecting non-unicode char conversion
Stefan Csomor [Wed, 30 Apr 2003 20:19:29 +0000 (20:19 +0000)] 
correcting non-unicode char conversion

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

21 years agoremoving unused flags
Stefan Csomor [Wed, 30 Apr 2003 20:17:13 +0000 (20:17 +0000)] 
removing unused flags

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

21 years agoinclude "ToolUtils.h" for LoWord and friends
Stefan Csomor [Wed, 30 Apr 2003 19:01:55 +0000 (19:01 +0000)] 
include "ToolUtils.h" for LoWord and friends

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

21 years agofixed configure for autoconf 2.5x (patch from Olly Betts)
Vadim Zeitlin [Wed, 30 Apr 2003 13:31:09 +0000 (13:31 +0000)] 
fixed configure for autoconf 2.5x (patch from Olly Betts)

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

21 years agoAllow for +/- in E part
Julian Smart [Wed, 30 Apr 2003 12:44:03 +0000 (12:44 +0000)] 
Allow for +/- in E part

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

21 years agoAllow 'e' or 'E' in numeric text.
Julian Smart [Wed, 30 Apr 2003 09:43:03 +0000 (09:43 +0000)] 
Allow 'e' or 'E' in numeric text.

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

21 years agoUse the context help XPM for MSW too
Julian Smart [Wed, 30 Apr 2003 08:41:31 +0000 (08:41 +0000)] 
Use the context help XPM for MSW too

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

21 years agoShaped window support for wxMac, plus a wxSTAY_ON_TOP fix from Egon
Robin Dunn [Wed, 30 Apr 2003 00:39:15 +0000 (00:39 +0000)] 
Shaped window support for wxMac, plus a wxSTAY_ON_TOP fix from Egon
<e_lub@yahoo.com>   wxMac requires knowledge before Create that SetShape
will be called so I also added the wxFRAME_SHAPED style flag.

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

21 years agocompilation fix for !USE_PCH
Vadim Zeitlin [Tue, 29 Apr 2003 22:39:02 +0000 (22:39 +0000)] 
compilation fix for !USE_PCH

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

21 years ago MinGW compilation fix.
Mattia Barbon [Tue, 29 Apr 2003 21:15:28 +0000 (21:15 +0000)] 
  MinGW compilation fix.

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

21 years agoFixed brace problem.
Julian Smart [Tue, 29 Apr 2003 10:26:52 +0000 (10:26 +0000)] 
Fixed brace problem.

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

21 years agofix filefn conditional error
Chris Elliott [Tue, 29 Apr 2003 09:36:05 +0000 (09:36 +0000)] 
fix filefn conditional error

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

21 years agoupdate to make digitalmars compile/link libraries
Chris Elliott [Mon, 28 Apr 2003 21:12:02 +0000 (21:12 +0000)] 
update to make digitalmars compile/link libraries

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

21 years agoSF patch [ 708702 ] Wide character filename support for BCC
Chris Elliott [Mon, 28 Apr 2003 21:09:58 +0000 (21:09 +0000)] 
SF patch [ 708702 ] Wide character filename support for BCC

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

21 years agoSF patch [ 708702 ] Wide character filename support for BCC
Chris Elliott [Mon, 28 Apr 2003 20:58:29 +0000 (20:58 +0000)] 
SF patch [ 708702 ] Wide character filename support for BCC

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

21 years ago Blind compilation fix in the case where libXpm
Mattia Barbon [Mon, 28 Apr 2003 19:55:18 +0000 (19:55 +0000)] 
  Blind compilation fix in the case where libXpm
isn't available.

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

21 years agoSF Patch #728691, dangling pointer fix
Robin Dunn [Mon, 28 Apr 2003 18:44:27 +0000 (18:44 +0000)] 
SF Patch #728691, dangling pointer fix

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

21 years agofix wxChar error in docs
Chris Elliott [Mon, 28 Apr 2003 15:09:59 +0000 (15:09 +0000)] 
fix wxChar error in docs

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

21 years agofix for Unicode compilation
Vadim Zeitlin [Mon, 28 Apr 2003 11:51:53 +0000 (11:51 +0000)] 
fix for Unicode compilation

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

21 years agoDoc suggestions applied
Julian Smart [Mon, 28 Apr 2003 10:37:08 +0000 (10:37 +0000)] 
Doc suggestions applied

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

21 years agoFixed [ 728819 ] memory leak in ipcbase.cpp
Julian Smart [Mon, 28 Apr 2003 10:33:05 +0000 (10:33 +0000)] 
Fixed [ 728819 ] memory leak in ipcbase.cpp

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

21 years agoanother blind fix for wxX11 compilation
Vadim Zeitlin [Mon, 28 Apr 2003 02:08:57 +0000 (02:08 +0000)] 
another blind fix for wxX11 compilation

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

21 years agoupdated to use the new raw bitmap API
Vadim Zeitlin [Mon, 28 Apr 2003 02:04:09 +0000 (02:04 +0000)] 
updated to use the new raw bitmap API

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

21 years agonew template-based more flexible and hopefully more efficient raw bitmap implementation
Vadim Zeitlin [Mon, 28 Apr 2003 01:46:05 +0000 (01:46 +0000)] 
new template-based more flexible and hopefully more efficient raw bitmap implementation

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

21 years agocreate tab ctrl with WS_VISIBLE style
Vadim Zeitlin [Sun, 27 Apr 2003 21:49:22 +0000 (21:49 +0000)] 
create tab ctrl with WS_VISIBLE style

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

21 years ago*really* fixed searching in sorted arrays
Vadim Zeitlin [Sun, 27 Apr 2003 15:17:46 +0000 (15:17 +0000)] 
*really* fixed searching in sorted arrays

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

21 years agodon't hardcode wxCHOICEDLG_DIALOG_STYLE
Vadim Zeitlin [Sun, 27 Apr 2003 13:30:01 +0000 (13:30 +0000)] 
don't hardcode wxCHOICEDLG_DIALOG_STYLE

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

21 years agomoving rollover check, was causing hangs upon termination in case ->top was 0
Stefan Csomor [Sat, 26 Apr 2003 20:18:20 +0000 (20:18 +0000)] 
moving rollover check, was causing hangs upon termination in case ->top was 0

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

21 years agotransition window calls had some problems with layering, switched back to hide and...
Stefan Csomor [Sat, 26 Apr 2003 20:01:43 +0000 (20:01 +0000)] 
transition window calls had some problems with layering, switched back to hide and show native calls

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

21 years ago Implemented wxEntryStart, wxEntryInitGui, wxEntryCleanup.
Mattia Barbon [Sat, 26 Apr 2003 12:54:45 +0000 (12:54 +0000)] 
  Implemented wxEntryStart, wxEntryInitGui, wxEntryCleanup.
  Removed code already in wxTopLevelWindowBase.

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

21 years agoadded xh_wizrd.cpp
Václav Slavík [Fri, 25 Apr 2003 22:34:25 +0000 (22:34 +0000)] 
added xh_wizrd.cpp

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

21 years agoPatch [ 726877 ]: Remove /GX- from makevc.env
Mattia Barbon [Fri, 25 Apr 2003 20:42:25 +0000 (20:42 +0000)] 
Patch [ 726877 ]: Remove /GX- from makevc.env

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

21 years ago Compilation fix for wxBase.
Mattia Barbon [Fri, 25 Apr 2003 20:26:32 +0000 (20:26 +0000)] 
  Compilation fix for wxBase.

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

21 years ago Warning fix.
Mattia Barbon [Fri, 25 Apr 2003 20:24:35 +0000 (20:24 +0000)] 
  Warning fix.

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

21 years agoupdate to make digitalmars compile/link libraries
Chris Elliott [Fri, 25 Apr 2003 18:55:46 +0000 (18:55 +0000)] 
update to make digitalmars compile/link libraries

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

21 years ago Not used anymore.
Mattia Barbon [Fri, 25 Apr 2003 12:13:31 +0000 (12:13 +0000)] 
  Not used anymore.

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

21 years agofixed bug recently introduced in wxSortedArray::Index()
Vadim Zeitlin [Fri, 25 Apr 2003 12:06:25 +0000 (12:06 +0000)] 
fixed bug recently introduced in wxSortedArray::Index()

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

21 years agoblind fix for wxMotif compilation with wxHAVE_LIB_XPM == 0
Vadim Zeitlin [Fri, 25 Apr 2003 11:10:45 +0000 (11:10 +0000)] 
blind fix for wxMotif compilation with wxHAVE_LIB_XPM == 0

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

21 years ago Committing in .
Jouk Jansen [Fri, 25 Apr 2003 06:06:08 +0000 (06:06 +0000)] 
 Committing in .

 #undef before #def in order to suppress redefinition warnings

 Modified Files:
  wxWindows/contrib/include/wx/deprecated/setup.h
 ----------------------------------------------------------------------

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

21 years ago COmpilation fix.
Mattia Barbon [Thu, 24 Apr 2003 22:17:14 +0000 (22:17 +0000)] 
  COmpilation fix.

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

21 years ago Added wxWizard handler to Makefile.in.
Mattia Barbon [Thu, 24 Apr 2003 22:15:21 +0000 (22:15 +0000)] 
  Added wxWizard handler to Makefile.in.

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

21 years agoupdate to make digitalmars compile/link html\test sample
Chris Elliott [Thu, 24 Apr 2003 21:56:03 +0000 (21:56 +0000)] 
update to make digitalmars compile/link html\test sample

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

21 years agoupdate to make digitalmars compile/link make clean
Chris Elliott [Thu, 24 Apr 2003 21:37:23 +0000 (21:37 +0000)] 
update to make digitalmars compile/link make clean

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

21 years agoupdate to make digitalmars compile/link make clean
Chris Elliott [Thu, 24 Apr 2003 21:16:56 +0000 (21:16 +0000)] 
update to make digitalmars compile/link make clean

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

21 years agoupdate to make digitalmars compile/link make clean
Chris Elliott [Thu, 24 Apr 2003 21:08:21 +0000 (21:08 +0000)] 
update to make digitalmars compile/link make clean

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

21 years agoupdate to make digitalmars compile/link html sample
Chris Elliott [Thu, 24 Apr 2003 21:07:02 +0000 (21:07 +0000)] 
update to make digitalmars compile/link html sample

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

21 years agoupdate to make digitalmars compile/link image sample
Chris Elliott [Thu, 24 Apr 2003 21:02:07 +0000 (21:02 +0000)] 
update to make digitalmars compile/link image sample

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

21 years ago Another attempt to fix the freeze while mouse capturing.
Robert Roebling [Thu, 24 Apr 2003 17:41:10 +0000 (17:41 +0000)] 
 Another attempt to fix the freeze while mouse capturing.

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

21 years ago Upported minor fix for font dialog.
Robert Roebling [Thu, 24 Apr 2003 14:35:29 +0000 (14:35 +0000)] 
  Upported minor fix for font dialog.

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

21 years ago Committing in .
Jouk Jansen [Thu, 24 Apr 2003 13:51:53 +0000 (13:51 +0000)] 
 Committing in .

 reinstalled one wxvariant instance which is used in dbgrid.cpp

 Modified Files:
  wxWindows/src/common/variant.cpp
 ----------------------------------------------------------------------

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

21 years ago Committing in .
Jouk Jansen [Thu, 24 Apr 2003 13:50:25 +0000 (13:50 +0000)] 
 Committing in .

 wizard.cpp contains "deprecated" code

 Modified Files:
  wxWindows/src/generic/wizard.cpp
 ----------------------------------------------------------------------

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

21 years ago Committing in .
Jouk Jansen [Thu, 24 Apr 2003 13:48:51 +0000 (13:48 +0000)] 
 Committing in .

 Updated OpenVMS compile support

 Modified Files:
  wxWindows/descrip.mms wxWindows/setup.h_vms
  wxWindows/src/common/descrip.mms
  wxWindows/src/generic/descrip.mms
  wxWindows/src/gtk/descrip.mms
  wxWindows/utils/dialoged/src/descrip.mms
 Added Files:
  wxWindows/contrib/src/deprecated/descrip.mms
 ----------------------------------------------------------------------

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

21 years agoexplicit cast for digital mars to use OLE
Chris Elliott [Thu, 24 Apr 2003 11:15:36 +0000 (11:15 +0000)] 
explicit cast for digital mars to use OLE

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

21 years agoPrevent a Gtk-CRITICAL message when Remove()ing a menu from a menubar
Robin Dunn [Wed, 23 Apr 2003 21:08:42 +0000 (21:08 +0000)] 
Prevent a Gtk-CRITICAL message when Remove()ing a menu from a menubar
that has submenus.

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

21 years agoFix setting the scrollbar positions (SF Bug #721159)
Robin Dunn [Wed, 23 Apr 2003 21:04:26 +0000 (21:04 +0000)] 
Fix setting the scrollbar positions (SF Bug #721159)

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

21 years agodigital mars compiler updated - test no longer needed
Chris Elliott [Wed, 23 Apr 2003 15:29:57 +0000 (15:29 +0000)] 
digital mars compiler updated - test no longer needed

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

21 years ago Typo in mouse event code.
Robert Roebling [Wed, 23 Apr 2003 06:37:05 +0000 (06:37 +0000)] 
  Typo in mouse event code.

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

21 years agoupdate to make digitalmars compile/link image sample
Chris Elliott [Tue, 22 Apr 2003 21:12:30 +0000 (21:12 +0000)] 
update to make digitalmars compile/link image sample

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

21 years agoupdate to make digitalmars compile/link image sample
Chris Elliott [Tue, 22 Apr 2003 21:02:29 +0000 (21:02 +0000)] 
update to make digitalmars compile/link image sample

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

21 years agomodification to wxSizer handler needed for wxWizard
Václav Slavík [Tue, 22 Apr 2003 20:26:06 +0000 (20:26 +0000)] 
modification to wxSizer handler needed for wxWizard

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

21 years agotooltips should be translated
Václav Slavík [Tue, 22 Apr 2003 20:25:58 +0000 (20:25 +0000)] 
tooltips should be translated

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

21 years agoadded wxWizard handler to XRC
Václav Slavík [Tue, 22 Apr 2003 20:25:50 +0000 (20:25 +0000)] 
added wxWizard handler to XRC

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

21 years agofixed typo
Václav Slavík [Mon, 21 Apr 2003 11:23:02 +0000 (11:23 +0000)] 
fixed typo

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

21 years agoUpdated Scintilla to 1.52 (on the trunk this time too)
Robin Dunn [Sat, 19 Apr 2003 20:00:02 +0000 (20:00 +0000)] 
Updated Scintilla to 1.52 (on the trunk this time too)

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

21 years agoupdate to docs now minimal sample compiles
Chris Elliott [Sat, 19 Apr 2003 19:49:58 +0000 (19:49 +0000)] 
update to docs now minimal sample compiles

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

21 years agoupdate to make digitalmars link minimal sample
Chris Elliott [Sat, 19 Apr 2003 19:42:44 +0000 (19:42 +0000)] 
update to make digitalmars link minimal sample

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

21 years agoupdate to make digitalmars compile
Chris Elliott [Sat, 19 Apr 2003 19:28:19 +0000 (19:28 +0000)] 
update to make digitalmars compile

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

21 years agoupdate to make digitalmars link - I really don't like the extern C declarations
Chris Elliott [Sat, 19 Apr 2003 19:25:28 +0000 (19:25 +0000)] 
update to make digitalmars link - I really don't like the extern C declarations

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

21 years agoupdate to make digitalmars compile
Chris Elliott [Sat, 19 Apr 2003 18:15:17 +0000 (18:15 +0000)] 
update to make digitalmars compile

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

21 years agoSeparated the Objective-C to C++ association code into the new header
David Elliott [Sat, 19 Apr 2003 17:51:50 +0000 (17:51 +0000)] 
Separated the Objective-C to C++ association code into the new header
ObjcAssociate.h.  That leaves ObjcPose.h for its original purpose and
avoids including it from any header files.

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

21 years ago#include "wx/cocoa/ObjcPose.h" from the source in preparation for removing
David Elliott [Sat, 19 Apr 2003 17:40:46 +0000 (17:40 +0000)] 
#include "wx/cocoa/ObjcPose.h" from the source in preparation for removing
it from the already included headers

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

21 years agocorrected for resource compilation with Apple Developer Tools
Gilles Depeyrot [Sat, 19 Apr 2003 08:17:23 +0000 (08:17 +0000)] 
corrected for resource compilation with Apple Developer Tools

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

21 years agoupdated Project Builder minimal sample project
Gilles Depeyrot [Sat, 19 Apr 2003 08:16:33 +0000 (08:16 +0000)] 
updated Project Builder minimal sample project

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

21 years agoremoved superfluous casts
Gilles Depeyrot [Sat, 19 Apr 2003 08:15:44 +0000 (08:15 +0000)] 
removed superfluous casts

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

21 years agoadded extern "C" for include of mach/mach.h to fix link errors with PB
Gilles Depeyrot [Sat, 19 Apr 2003 08:14:46 +0000 (08:14 +0000)] 
added extern "C" for include of mach/mach.h to fix link errors with PB

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

21 years agoremoved unused variables
Gilles Depeyrot [Sat, 19 Apr 2003 08:13:29 +0000 (08:13 +0000)] 
removed unused variables

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

21 years agocorrected warning (missing const)
Gilles Depeyrot [Sat, 19 Apr 2003 08:12:15 +0000 (08:12 +0000)] 
corrected warning (missing const)

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

21 years agoupdated CodeWarrior 5.3 project with latest changes (files added and removed)
Gilles Depeyrot [Sat, 19 Apr 2003 08:06:10 +0000 (08:06 +0000)] 
updated CodeWarrior 5.3 project with latest changes (files added and removed)

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

21 years agoupdated Project Builder project with latest changes (files added and removed)
Gilles Depeyrot [Sat, 19 Apr 2003 07:58:07 +0000 (07:58 +0000)] 
updated Project Builder project with latest changes (files added and removed)

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

21 years agomake choice dialog resizeable by default
Vadim Zeitlin [Thu, 17 Apr 2003 22:23:49 +0000 (22:23 +0000)] 
make choice dialog resizeable by default

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

21 years ago Reverted my last change, since it's ugly and does not
Mattia Barbon [Thu, 17 Apr 2003 20:26:52 +0000 (20:26 +0000)] 
  Reverted my last change, since it's ugly and does not
work anyway.

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

21 years ago Fixed dist target; added relevant wxX11 files to wxMotif.
Mattia Barbon [Thu, 17 Apr 2003 20:23:38 +0000 (20:23 +0000)] 
  Fixed dist target; added relevant wxX11 files to wxMotif.

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

21 years agoCan switch between clipping code mroe easily
Julian Smart [Thu, 17 Apr 2003 20:22:59 +0000 (20:22 +0000)] 
Can switch between clipping code mroe easily

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

21 years agoDarkened preview background for Mac (else get stripey background)
Julian Smart [Thu, 17 Apr 2003 20:18:01 +0000 (20:18 +0000)] 
Darkened preview background for Mac (else get stripey background)

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

21 years agoHave dark colour for preview canvas under Mac
Julian Smart [Thu, 17 Apr 2003 20:04:33 +0000 (20:04 +0000)] 
Have dark colour for preview canvas under Mac

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

21 years agoDon't call MakeModal on the Mac -- it leaves
Julian Smart [Thu, 17 Apr 2003 19:48:02 +0000 (19:48 +0000)] 
Don't call MakeModal on the Mac -- it leaves
frames with non-working menubars if there
are multiple top-level frames

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

21 years agoFinal update to catch the dropping of prop out of generic.
David Webster [Thu, 17 Apr 2003 18:53:01 +0000 (18:53 +0000)] 
Final update to catch the dropping of prop out of generic.

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

21 years agoGet rid of this file
David Webster [Thu, 17 Apr 2003 16:58:21 +0000 (16:58 +0000)] 
Get rid of this file

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

21 years agoDisabling code that causes display glitch on Mac
Julian Smart [Thu, 17 Apr 2003 16:17:42 +0000 (16:17 +0000)] 
Disabling code that causes display glitch on Mac

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

21 years agoPart of a patch I forgot to commit previously: demonstrating selection
Julian Smart [Thu, 17 Apr 2003 16:15:30 +0000 (16:15 +0000)] 
Part of a patch I forgot to commit previously: demonstrating selection

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

21 years agoAdded some items
Julian Smart [Thu, 17 Apr 2003 16:11:52 +0000 (16:11 +0000)] 
Added some items

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

21 years agoUse wxLogTrace instead of wxLogDebug
Julian Smart [Thu, 17 Apr 2003 16:10:29 +0000 (16:10 +0000)] 
Use wxLogTrace instead of wxLogDebug

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

21 years agoMore OS/2 updates reflecting changes in 24 Branch
David Webster [Thu, 17 Apr 2003 15:47:35 +0000 (15:47 +0000)] 
More OS/2 updates reflecting changes in 24 Branch

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