]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoProject file corrections, doc corrections
Julian Smart [Mon, 19 Nov 2001 16:05:55 +0000 (16:05 +0000)] 
Project file corrections, doc corrections

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

22 years agofixes for the dialog layout for the multiline labels
Vadim Zeitlin [Mon, 19 Nov 2001 14:00:10 +0000 (14:00 +0000)] 
fixes for the dialog layout for the multiline labels

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

22 years agoNew .def file
David Webster [Mon, 19 Nov 2001 04:05:08 +0000 (04:05 +0000)] 
New .def file

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

22 years agofixes for wxEvent and wxKeyEvent operator=()
Vadim Zeitlin [Sun, 18 Nov 2001 23:08:00 +0000 (23:08 +0000)] 
fixes for wxEvent and wxKeyEvent operator=()

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

22 years agofixes for programmatically deleting the find/replace dialog
Vadim Zeitlin [Sun, 18 Nov 2001 23:06:43 +0000 (23:06 +0000)] 
fixes for programmatically deleting the find/replace dialog

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

22 years agouse class name instead of generic message in event related assert
Gilles Depeyrot [Sun, 18 Nov 2001 22:28:11 +0000 (22:28 +0000)] 
use class name instead of generic message in event related assert

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

22 years agoadded a preImage of the selection in order to avoid unnecessary events being triggered
Stefan Csomor [Sun, 18 Nov 2001 18:52:47 +0000 (18:52 +0000)] 
added a preImage of the selection in order to avoid unnecessary events being triggered

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

22 years agocorrected MacSetSelection which was incorrectly deselecting also the previously selec...
Stefan Csomor [Sun, 18 Nov 2001 18:14:07 +0000 (18:14 +0000)] 
corrected MacSetSelection which was incorrectly deselecting also the previously selected line when using multiselect

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

22 years ago This form of the event cloning patch survived my
Robert Roebling [Sun, 18 Nov 2001 12:42:45 +0000 (12:42 +0000)] 
  This form of the event cloning patch survived my
    thorough stress testing.

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

22 years agoreplaced HAVE_MALLOC_H with !__DARWIN__
Gilles Depeyrot [Sun, 18 Nov 2001 12:32:15 +0000 (12:32 +0000)] 
replaced HAVE_MALLOC_H with !__DARWIN__

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

22 years agocorrections for compilation under Mac OS X
Gilles Depeyrot [Sun, 18 Nov 2001 12:25:12 +0000 (12:25 +0000)] 
corrections for compilation under Mac OS X
removed invalid '#pragma interface' in source files (instead of headers?)

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

22 years ago Applied Chris' patch for support for ICO loading.
Robert Roebling [Sun, 18 Nov 2001 09:43:06 +0000 (09:43 +0000)] 
  Applied Chris' patch for support for ICO loading.

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

22 years agoremoved include/wx/mac/setup.h from filelist.txt
Gilles Depeyrot [Sun, 18 Nov 2001 08:00:07 +0000 (08:00 +0000)] 
removed include/wx/mac/setup.h from filelist.txt

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

22 years agoremoved duplicated prototype
Gilles Depeyrot [Sun, 18 Nov 2001 07:29:36 +0000 (07:29 +0000)] 
removed duplicated prototype

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

22 years agoadded missing include (for instance, needed in the calendar sample for wxMotif)
Gilles Depeyrot [Sun, 18 Nov 2001 07:28:45 +0000 (07:28 +0000)] 
added missing include (for instance, needed in the calendar sample for wxMotif)

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

22 years agoRemoved include/wx/setup.h from filelist.txt -- Needed for autotools build,
Ron Lee [Sun, 18 Nov 2001 02:57:51 +0000 (02:57 +0000)] 
Removed include/wx/setup.h from filelist.txt -- Needed for autotools build,
I don't _think_ it will break anything else..

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

22 years agoDon't add -MMD until we are just about ready to build the lib, it messes with
Ron Lee [Sun, 18 Nov 2001 02:11:19 +0000 (02:11 +0000)] 
Don't add -MMD until we are just about ready to build the lib, it messes with
configure tests for RH's broken '2.96' compiler, and really doesn't belong
in CFLAGS before then anyway.

Made wxBaseArray dtor always non-virtual.

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

22 years ago More changes to various controls for more reliably
Robert Roebling [Sat, 17 Nov 2001 23:50:58 +0000 (23:50 +0000)] 
  More changes to various controls for more reliably
    preventing them from emitting event when their
     state was changed programatically.

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

22 years agoadded const for constant char pointer function parameters
Gilles Depeyrot [Sat, 17 Nov 2001 23:18:43 +0000 (23:18 +0000)] 
added const for constant char pointer function parameters

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

22 years agoregenerated makefiles
Václav Slavík [Sat, 17 Nov 2001 23:15:08 +0000 (23:15 +0000)] 
regenerated makefiles

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

22 years agoadded temporary implementation of wxChoice for wxUniv
Václav Slavík [Sat, 17 Nov 2001 23:13:55 +0000 (23:13 +0000)] 
added temporary implementation of wxChoice for wxUniv

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

22 years ago Changed/Fixed way in which wxListBox blocks events
Robert Roebling [Sat, 17 Nov 2001 22:32:15 +0000 (22:32 +0000)] 
  Changed/Fixed way in which wxListBox blocks events
     after changing its state programatically.

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

22 years ago Trying to fix dialog close/focus_widget problem.
Robert Roebling [Sat, 17 Nov 2001 17:14:40 +0000 (17:14 +0000)] 
  Trying to fix dialog close/focus_widget problem.

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

22 years ago Fixed bug which prevented toplevel window from reacting
Robert Roebling [Sat, 17 Nov 2001 16:48:44 +0000 (16:48 +0000)] 
  Fixed bug which prevented toplevel window from reacting
    to a ::SetSize() call more than once.

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

22 years agocast away a couple of warnings and added *.inc to the MANUAL_DIST target
Ron Lee [Sat, 17 Nov 2001 15:36:48 +0000 (15:36 +0000)] 
cast away a couple of warnings and added *.inc to the MANUAL_DIST target

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

22 years ago Added ::IsOk() to wxDataStream for error checking in
Robert Roebling [Sat, 17 Nov 2001 13:23:10 +0000 (13:23 +0000)] 
  Added ::IsOk() to wxDataStream for error checking in
    stream classes used by wxDataStream.

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

22 years ago Fixed sveral problems with wxTextCtrl::WriteText and AppendText.
Robert Roebling [Sat, 17 Nov 2001 12:54:48 +0000 (12:54 +0000)] 
  Fixed sveral problems with wxTextCtrl::WriteText and AppendText.

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

22 years agodocument the new *_USER_EXPORTED_ARRAY macros.
Ron Lee [Sat, 17 Nov 2001 11:48:34 +0000 (11:48 +0000)] 
document the new *_USER_EXPORTED_ARRAY macros.

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

22 years agoAdded WX_DEFINE_*_USER_EXPORTED_ARRAY macros for external dlls.
Ron Lee [Sat, 17 Nov 2001 11:33:50 +0000 (11:33 +0000)] 
Added WX_DEFINE_*_USER_EXPORTED_ARRAY macros for external dlls.
updated debian scripts to build with python2.1

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

22 years agocompilation fix
Vadim Zeitlin [Sat, 17 Nov 2001 01:23:13 +0000 (01:23 +0000)] 
compilation fix

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

22 years agoimplemented EVT_LIST_ITEM_FOCUSED() for Win32 wxListCtrl
Vadim Zeitlin [Sat, 17 Nov 2001 00:34:46 +0000 (00:34 +0000)] 
implemented EVT_LIST_ITEM_FOCUSED() for Win32 wxListCtrl

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

22 years agoImplementing some more controls and an MDI child frame fix for wxFrame.
David Webster [Fri, 16 Nov 2001 18:42:18 +0000 (18:42 +0000)] 
Implementing some more controls and an MDI child frame fix for wxFrame.

Also include the textbuf class in the make.  New module definition file.

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

22 years agoImplementing some more controls and an MDI child frame fix for wxFrame.
David Webster [Fri, 16 Nov 2001 18:40:45 +0000 (18:40 +0000)] 
Implementing some more controls and an MDI child frame fix for wxFrame.

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

22 years agoTRUE and FALSE; not true and false.
David Webster [Fri, 16 Nov 2001 18:39:54 +0000 (18:39 +0000)] 
TRUE and FALSE; not true and false.

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

22 years agomoved wxNotebook events docs into a separate file included by both noteevt.tex and...
Vadim Zeitlin [Fri, 16 Nov 2001 16:53:08 +0000 (16:53 +0000)] 
moved wxNotebook events docs into a separate file included by both noteevt.tex and notebook.tex

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

22 years agoadded wxEVT_COMMAND_LIST_ITEM_FOCUSED event and implemented it for the generic version
Vadim Zeitlin [Fri, 16 Nov 2001 16:31:17 +0000 (16:31 +0000)] 
added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and implemented it for the generic version

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

22 years agowxGTK popup menu positioning fix
Vadim Zeitlin [Fri, 16 Nov 2001 15:20:21 +0000 (15:20 +0000)] 
wxGTK popup menu positioning fix

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

22 years agocompilation fix for wxMotif
Vadim Zeitlin [Fri, 16 Nov 2001 15:08:49 +0000 (15:08 +0000)] 
compilation fix for wxMotif

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

22 years agocompilation fix for wxFrame under wxMotif
Vadim Zeitlin [Fri, 16 Nov 2001 15:04:59 +0000 (15:04 +0000)] 
compilation fix for wxFrame under wxMotif

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

22 years agomainly the result of collapsing folds in vimdiff from 2.2
Ron Lee [Fri, 16 Nov 2001 13:09:52 +0000 (13:09 +0000)] 
mainly the result of collapsing folds in vimdiff from 2.2

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

22 years agoFlush() argument should have a default value for compatibility with the other wxConfi...
Vadim Zeitlin [Fri, 16 Nov 2001 12:27:32 +0000 (12:27 +0000)] 
Flush() argument should have a default value for compatibility with the other wxConfig versions

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

22 years agocompilation warning fix
Vadim Zeitlin [Fri, 16 Nov 2001 12:07:18 +0000 (12:07 +0000)] 
compilation warning fix

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

22 years agoapplied SourceForge patch #479670 (fixes for OpenGL samples) by Paul Thiessen
Gilles Depeyrot [Fri, 16 Nov 2001 07:17:37 +0000 (07:17 +0000)] 
applied SourceForge patch #479670 (fixes for OpenGL samples) by Paul Thiessen

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

22 years agoCorrected wxPython notes
Robin Dunn [Fri, 16 Nov 2001 00:19:36 +0000 (00:19 +0000)] 
Corrected wxPython notes

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

22 years agoCorrected the text.
Robin Dunn [Fri, 16 Nov 2001 00:01:38 +0000 (00:01 +0000)] 
Corrected the text.

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

22 years agoEnhanced the DnD demo and made the code more informative.
Robin Dunn [Thu, 15 Nov 2001 23:59:42 +0000 (23:59 +0000)] 
Enhanced the DnD demo and made the code more informative.

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

22 years agouse XPMs in wxMGL
Václav Slavík [Thu, 15 Nov 2001 23:55:08 +0000 (23:55 +0000)] 
use XPMs in wxMGL

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

22 years agooptimalization of wxHtmlWindow painting (used to repaint areas invalidated when scrol...
Václav Slavík [Thu, 15 Nov 2001 23:54:16 +0000 (23:54 +0000)] 
optimalization of wxHtmlWindow painting (used to repaint areas invalidated when scrolling 3+ times)

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

22 years agowxMGL bugfixes:
Václav Slavík [Thu, 15 Nov 2001 23:50:04 +0000 (23:50 +0000)] 
wxMGL bugfixes:
- timers weren't scheduled properly
- wxSizeEvent was sent even though the physical dimensions didn't change
- wxDC had bugs in device origin computations

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

22 years agoSpelling typos fixed
George Tasker [Thu, 15 Nov 2001 17:48:10 +0000 (17:48 +0000)] 
Spelling typos fixed

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

22 years agoAdded the FTP site location for "extra.zip"
George Tasker [Thu, 15 Nov 2001 16:08:59 +0000 (16:08 +0000)] 
Added the FTP site location for "extra.zip"

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

22 years ago Small patch for HTML help under Drawin.
Robert Roebling [Thu, 15 Nov 2001 15:49:12 +0000 (15:49 +0000)] 
  Small patch for HTML help under Drawin.

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

22 years agoadded some test code
Robin Dunn [Thu, 15 Nov 2001 07:21:26 +0000 (07:21 +0000)] 
added some test code

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

22 years agoSWIGged updates for wxMac
Robin Dunn [Thu, 15 Nov 2001 04:59:26 +0000 (04:59 +0000)] 
SWIGged updates for wxMac

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

22 years agoOnly update the mask if the mask is valid
Robin Dunn [Thu, 15 Nov 2001 03:07:39 +0000 (03:07 +0000)] 
Only update the mask if the mask is valid

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

22 years agomoved EnableCloseButton() from wxialog to wxTLW
Vadim Zeitlin [Thu, 15 Nov 2001 02:21:43 +0000 (02:21 +0000)] 
moved EnableCloseButton() from wxialog to wxTLW

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

22 years agominor complitation fix
Václav Slavík [Wed, 14 Nov 2001 23:19:03 +0000 (23:19 +0000)] 
minor complitation fix

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

22 years agoUpdated manifest to include new files
Robin Dunn [Wed, 14 Nov 2001 21:43:04 +0000 (21:43 +0000)] 
Updated manifest to include new files

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

22 years agoadded wxTextBuffer and wxMemoryText which allow to use wxTextFile with in-memory...
Vadim Zeitlin [Wed, 14 Nov 2001 20:40:20 +0000 (20:40 +0000)] 
added wxTextBuffer and wxMemoryText which allow to use wxTextFile with in-memory data

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

22 years agoA fix for when wxPython is compiled with no threads
Robin Dunn [Wed, 14 Nov 2001 18:46:47 +0000 (18:46 +0000)] 
A fix for when wxPython is compiled with no threads

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

22 years agoA bit of cleanup and etc.
Robin Dunn [Wed, 14 Nov 2001 18:43:55 +0000 (18:43 +0000)] 
A bit of cleanup and etc.

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

22 years agowxComboBox does not derive from wxChoice in wxGTK so it can't in
Robin Dunn [Wed, 14 Nov 2001 18:34:26 +0000 (18:34 +0000)] 
wxComboBox does not derive from wxChoice in wxGTK so it can't in
wxPython either.

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

22 years agoSWIGged files updates for wxMac
Robin Dunn [Wed, 14 Nov 2001 05:22:45 +0000 (05:22 +0000)] 
SWIGged files updates for wxMac

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

22 years agoSWIGged code updates for wxGTK
Robin Dunn [Wed, 14 Nov 2001 04:11:15 +0000 (04:11 +0000)] 
SWIGged code updates for wxGTK

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

22 years agoAdded missing wxImage methods
Robin Dunn [Wed, 14 Nov 2001 04:05:12 +0000 (04:05 +0000)] 
Added missing wxImage methods

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

22 years agoCleanup of library dialogs
Robin Dunn [Wed, 14 Nov 2001 04:04:31 +0000 (04:04 +0000)] 
Cleanup of library dialogs

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

22 years agoAdded new sizer methods
Robin Dunn [Wed, 14 Nov 2001 04:03:56 +0000 (04:03 +0000)] 
Added new sizer methods

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

22 years agoAdded wxFileHistory
Robin Dunn [Wed, 14 Nov 2001 04:03:09 +0000 (04:03 +0000)] 
Added wxFileHistory

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

22 years agoAdded wxTextCtrl.GetStringSelection
Robin Dunn [Wed, 14 Nov 2001 04:02:20 +0000 (04:02 +0000)] 
Added wxTextCtrl.GetStringSelection

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

22 years agosome demo cleanup
Robin Dunn [Wed, 14 Nov 2001 04:01:42 +0000 (04:01 +0000)] 
some demo cleanup

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

22 years agoGetSelection --> GetStringSelection
Robin Dunn [Wed, 14 Nov 2001 03:50:11 +0000 (03:50 +0000)] 
GetSelection --> GetStringSelection

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

22 years agoA little fix for Vadim's fix
Robin Dunn [Wed, 14 Nov 2001 03:49:02 +0000 (03:49 +0000)] 
A little fix for Vadim's fix

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

22 years agowxPopupWindow::GetPosition() should return point in screen coords now
Vadim Zeitlin [Wed, 14 Nov 2001 01:35:45 +0000 (01:35 +0000)] 
wxPopupWindow::GetPosition() should return point in screen coords now

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

22 years agoadded wxTextCtrl::GetSelection() returning a wxString - useful for multiline controls...
Vadim Zeitlin [Wed, 14 Nov 2001 01:27:16 +0000 (01:27 +0000)] 
added wxTextCtrl::GetSelection() returning a wxString - useful for multiline controls under Windows

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

22 years agofixed wxFrame::IconizeChildFrames() bug which would restore the child frame even...
Vadim Zeitlin [Wed, 14 Nov 2001 01:26:14 +0000 (01:26 +0000)] 
fixed wxFrame::IconizeChildFrames() bug which would restore the child frame even if it had been iconized before the main frame was

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

22 years agofixed wxFindReplaceDialog::Create() doc entry
Vadim Zeitlin [Tue, 13 Nov 2001 19:27:00 +0000 (19:27 +0000)] 
fixed wxFindReplaceDialog::Create() doc entry

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

22 years agofixed bugs in rfind() (patch 481325)
Vadim Zeitlin [Tue, 13 Nov 2001 18:50:05 +0000 (18:50 +0000)] 
fixed bugs in rfind() (patch 481325)

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

22 years ago Applied patch from SF on menu command not blocked
Robert Roebling [Tue, 13 Nov 2001 16:21:04 +0000 (16:21 +0000)] 
  Applied patch from SF on menu command not blocked
    if they are disabled but still emitted by an
    accelerator
  First attempt at adding wxSizer::Clear(). Further
     testing pending :-)

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

22 years agoPatch to make wxComboBox work in Toolbars.
Robert Roebling [Tue, 13 Nov 2001 15:18:06 +0000 (15:18 +0000)] 
Patch to make wxComboBox work in Toolbars.

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

22 years agofixed bug with redoing the command when there was nothing to redo
Vadim Zeitlin [Tue, 13 Nov 2001 14:27:00 +0000 (14:27 +0000)] 
fixed bug with redoing the command when there was nothing to redo

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

22 years agoSWIGged code update
Robin Dunn [Tue, 13 Nov 2001 06:48:36 +0000 (06:48 +0000)] 
SWIGged code update

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

22 years agoMore fixes for wxPopupWindow.
Robin Dunn [Tue, 13 Nov 2001 06:43:26 +0000 (06:43 +0000)] 
More fixes for wxPopupWindow.
More SWIGged code updates.

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

22 years agoVarious other tweaks and updates
Robin Dunn [Tue, 13 Nov 2001 03:18:00 +0000 (03:18 +0000)] 
Various other tweaks and updates

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

22 years agoPassing None to an EVT_* function will Disconnect
Robin Dunn [Tue, 13 Nov 2001 03:17:09 +0000 (03:17 +0000)] 
Passing None to an EVT_* function will Disconnect

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

22 years agoFinally figured out wxPopupWindow, added to demo.
Robin Dunn [Tue, 13 Nov 2001 03:16:03 +0000 (03:16 +0000)] 
Finally figured out wxPopupWindow, added to demo.

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

22 years agoAdded some code to demonstrate a problem and a workaround in wxTextCtrl on MSW.
Robin Dunn [Tue, 13 Nov 2001 03:14:05 +0000 (03:14 +0000)] 
Added some code to demonstrate a problem and a workaround in wxTextCtrl on MSW.

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

22 years agoNew ErrorDialogs from Chris Fama
Robin Dunn [Tue, 13 Nov 2001 03:09:28 +0000 (03:09 +0000)] 
New ErrorDialogs from Chris Fama

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

22 years agowxGLCanvas updates
Robin Dunn [Tue, 13 Nov 2001 03:08:53 +0000 (03:08 +0000)] 
wxGLCanvas updates

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

22 years agofixed a typo
Robin Dunn [Tue, 13 Nov 2001 03:08:29 +0000 (03:08 +0000)] 
fixed a typo

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

22 years agoSWIGged code updates
Robin Dunn [Tue, 13 Nov 2001 00:33:56 +0000 (00:33 +0000)] 
SWIGged code updates

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

22 years agoFixed a little demo problem
Robin Dunn [Tue, 13 Nov 2001 00:32:39 +0000 (00:32 +0000)] 
Fixed a little demo problem

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

22 years agoAdded missing \ before _
Robin Dunn [Tue, 13 Nov 2001 00:17:42 +0000 (00:17 +0000)] 
Added missing \ before _

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

22 years agocorrected Carbon to/from POSIX path conversions for Mac OS X
Gilles Depeyrot [Mon, 12 Nov 2001 20:32:23 +0000 (20:32 +0000)] 
corrected Carbon to/from POSIX path conversions for Mac OS X

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

22 years agoadded parentheses (corrects smart preprocessor error under Mac OS X)
Gilles Depeyrot [Mon, 12 Nov 2001 20:19:07 +0000 (20:19 +0000)] 
added parentheses (corrects smart preprocessor error under Mac OS X)

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

22 years agoremoved -static flag from wx-config --libs. It does more damage removing
Ron Lee [Mon, 12 Nov 2001 01:22:56 +0000 (01:22 +0000)] 
removed -static flag from wx-config --libs.  It does more damage removing
fine-grained choice from people than it does to help them.

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

22 years agowxPanel::OnSize must call event.Skip(), otherwise scrollbars won't work in wxUniv
Václav Slavík [Mon, 12 Nov 2001 00:13:55 +0000 (00:13 +0000)] 
wxPanel::OnSize must call event.Skip(), otherwise scrollbars won't work in wxUniv

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

22 years agofixed key event code for ASCII keys in wxListCtrl
Vadim Zeitlin [Sun, 11 Nov 2001 20:39:28 +0000 (20:39 +0000)] 
fixed key event code for ASCII keys in wxListCtrl

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

22 years agosome clean up, no real changes
Vadim Zeitlin [Sun, 11 Nov 2001 19:55:07 +0000 (19:55 +0000)] 
some clean up, no real changes

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

22 years agofixed bug with creating status bar with more than 1 pane (needed resize to refresh)
Vadim Zeitlin [Sun, 11 Nov 2001 19:52:45 +0000 (19:52 +0000)] 
fixed bug with creating status bar with more than 1 pane (needed resize to refresh)

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

22 years agobug fix for using multiline string (i.e. with embedded '\n's) in wxTextCtrl ctor
Vadim Zeitlin [Sun, 11 Nov 2001 19:27:35 +0000 (19:27 +0000)] 
bug fix for using multiline string (i.e. with embedded '\n's) in wxTextCtrl ctor

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