wxWidgets.git
19 years agoMake wxABI_VERSION default be e.g. 20699
Michael Wetherell [Sun, 17 Jul 2005 12:50:29 +0000 (12:50 +0000)] 
Make wxABI_VERSION default be e.g. 20699

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

19 years agoConsider native data format, zero out buffer before use in case it doesn't get filled...
Kevin Hock [Sun, 17 Jul 2005 03:21:46 +0000 (03:21 +0000)] 
Consider native data format, zero out buffer before use in case it doesn't get filled [ patch 1237326 ]

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

19 years agoAdded null checks to wxTextObjectData::GetDataHere and GetDataSize [ patch 1237326 ]
Kevin Hock [Sun, 17 Jul 2005 03:15:50 +0000 (03:15 +0000)] 
Added null checks to wxTextObjectData::GetDataHere and GetDataSize [ patch 1237326 ]

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

19 years agohandle '&' in the names of the files in the history correctly by quoting it
Vadim Zeitlin [Sat, 16 Jul 2005 23:10:46 +0000 (23:10 +0000)] 
handle '&' in the names of the files in the history correctly by quoting it

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

19 years agoput GetEscapeId() inside #if wxABI_VERSION > 20601
Vadim Zeitlin [Sat, 16 Jul 2005 22:52:34 +0000 (22:52 +0000)] 
put GetEscapeId() inside #if wxABI_VERSION > 20601

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

19 years agofixed a rare crash due to malformed HTML
Vadim Zeitlin [Sat, 16 Jul 2005 22:38:46 +0000 (22:38 +0000)] 
fixed a rare crash due to malformed HTML

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

19 years agofixed handling of the accelerators of menu items added to already attached submenus
Vadim Zeitlin [Sat, 16 Jul 2005 22:29:47 +0000 (22:29 +0000)] 
fixed handling of the accelerators of menu items added to already attached submenus

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

19 years agoremoved 2.6.1 symbols from 2.6.2 tag
Václav Slavík [Sat, 16 Jul 2005 21:39:51 +0000 (21:39 +0000)] 
removed 2.6.1 symbols from 2.6.2 tag

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

19 years agoCompilation fix
Michael Wetherell [Sat, 16 Jul 2005 12:28:08 +0000 (12:28 +0000)] 
Compilation fix

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

19 years agoSet wxABI_VERSION default value to e.g. 29999 so that new APIs can be wrapped
Michael Wetherell [Sat, 16 Jul 2005 12:12:30 +0000 (12:12 +0000)] 
Set wxABI_VERSION default value to e.g. 29999 so that new APIs can be wrapped
in before the version number is bumped in cvs.

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

19 years ago Apply patch for querying tooltip colours.
Robert Roebling [Sat, 16 Jul 2005 06:59:57 +0000 (06:59 +0000)] 
 Apply patch for querying tooltip colours.

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

19 years ago Applied GTK clipboard end of string patch.
Robert Roebling [Sat, 16 Jul 2005 06:46:32 +0000 (06:46 +0000)] 
 Applied GTK clipboard end of string patch.

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

19 years agocheck whether there is a critical window and don't process events then (this is neede...
Vadim Zeitlin [Fri, 15 Jul 2005 23:01:05 +0000 (23:01 +0000)] 
check whether there is a critical window and don't process events then (this is needed as sometimes window proc is called directly without passing by wxEventLoop)

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

19 years agouse wxEventLoop::SetCriticalWindow() to ensure that we don't get more crashes in...
Vadim Zeitlin [Fri, 15 Jul 2005 22:59:50 +0000 (22:59 +0000)] 
use wxEventLoop::SetCriticalWindow() to ensure that we don't get more crashes in the event handlers while the preview dialog is shown

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

19 years agoadded SetCriticalWindow() and AllowProcessing(): this allows to freeze all events...
Vadim Zeitlin [Fri, 15 Jul 2005 22:57:49 +0000 (22:57 +0000)] 
added SetCriticalWindow() and AllowProcessing(): this allows to freeze all events except those for the specified window

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

19 years agoadded a test of a crash inside wxEVT_PAINT handler (this is a problem as it happens...
Vadim Zeitlin [Fri, 15 Jul 2005 22:54:51 +0000 (22:54 +0000)] 
added a test of a crash inside wxEVT_PAINT handler (this is a problem as it happens multiple times...)

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

19 years agorewrote sample to have a more conventional structure (in preparation for further...
Vadim Zeitlin [Fri, 15 Jul 2005 21:05:48 +0000 (21:05 +0000)] 
rewrote sample to have a more conventional structure (in preparation for further changes...)

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

19 years agoPossibility of modeless wxWizard dialog (with presentation in sample).
Włodzimierz Skiba [Fri, 15 Jul 2005 16:26:11 +0000 (16:26 +0000)] 
Possibility of modeless wxWizard dialog (with presentation in sample).

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

19 years agoMissing header after recent changes.
Włodzimierz Skiba [Fri, 15 Jul 2005 14:50:52 +0000 (14:50 +0000)] 
Missing header after recent changes.

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

19 years agonew version ready
Roman Rolinsky [Fri, 15 Jul 2005 09:58:03 +0000 (09:58 +0000)] 
new version ready

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

19 years agoStdDialogButtonSizer menu
Roman Rolinsky [Fri, 15 Jul 2005 09:51:40 +0000 (09:51 +0000)] 
StdDialogButtonSizer menu

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

19 years agoadded wxDialog::GetEscapeId()
Vadim Zeitlin [Thu, 14 Jul 2005 23:33:38 +0000 (23:33 +0000)] 
added wxDialog::GetEscapeId()

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

19 years agomoved Esc processing from wxWindow to wxDialog where it belongs; use the -- to be...
Vadim Zeitlin [Thu, 14 Jul 2005 23:09:00 +0000 (23:09 +0000)] 
moved Esc processing from wxWindow to wxDialog where it belongs; use the -- to be implemented in 2.7 -- GetEscapeId() to decide what to do when Esc is pressed

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

19 years agoadded stub of GetEscapeId()
Vadim Zeitlin [Thu, 14 Jul 2005 23:07:10 +0000 (23:07 +0000)] 
added stub of GetEscapeId()

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

19 years agoadded wxID_NONE
Vadim Zeitlin [Thu, 14 Jul 2005 23:06:02 +0000 (23:06 +0000)] 
added wxID_NONE

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

19 years agoOptimize wxGTK2 wxTextCtrl::GetLineText
Mart Raudsepp [Thu, 14 Jul 2005 22:11:28 +0000 (22:11 +0000)] 
Optimize wxGTK2 wxTextCtrl::GetLineText

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

19 years ago"Separators are now correctly shown in the toolbars under Windows XP" is a 2.6.2...
Mart Raudsepp [Thu, 14 Jul 2005 16:35:55 +0000 (16:35 +0000)] 
"Separators are now correctly shown in the toolbars under Windows XP" is a 2.6.2 fix, but also
included in wxWidgets-2.6.1-Patch01.zip - move the changelog entry from 2.6.1 to 2.6.2 or it
won't be noticed with 2.6.2 release.

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

19 years agouse wxLogError() instead of wxMessageBox in wxDocument::DoOpenDocument(), otherwise...
Vadim Zeitlin [Thu, 14 Jul 2005 16:13:19 +0000 (16:13 +0000)] 
use wxLogError() instead of wxMessageBox in wxDocument::DoOpenDocument(), otherwise the error message don't appear in correct order

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

19 years agowxGLCanvas ctors have default values for pos and size. Document it for the first...
Mart Raudsepp [Thu, 14 Jul 2005 16:12:02 +0000 (16:12 +0000)] 
wxGLCanvas ctors have default values for pos and size. Document it for the first ctor, the other ctors
don't have a default arg set for wxGLContext* and wxGLCanvas* in some platform headers, so not sure if
can add the pos and size that follow it to the docs.

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

19 years agowxProgressDialog is inherited from wxDialog, not wxFrame.
Mart Raudsepp [Thu, 14 Jul 2005 16:08:21 +0000 (16:08 +0000)] 
wxProgressDialog is inherited from wxDialog, not wxFrame.
Add wxProgressDialog to "Classes by category" listing.

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

19 years agoset m_lasterror if the file couldn't be opened in wxFileInputStream ctor
Vadim Zeitlin [Thu, 14 Jul 2005 16:02:22 +0000 (16:02 +0000)] 
set m_lasterror if the file couldn't be opened in wxFileInputStream ctor

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

19 years agofixes for s.Printf(s) crashes
Vadim Zeitlin [Thu, 14 Jul 2005 15:37:25 +0000 (15:37 +0000)] 
fixes for s.Printf(s) crashes

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

19 years agofixed warning due to not using dllexport wxShadowObjectFields/Methods
Vadim Zeitlin [Thu, 14 Jul 2005 15:14:04 +0000 (15:14 +0000)] 
fixed warning due to not using dllexport wxShadowObjectFields/Methods

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

19 years agofix addr2line output parsing (patch 1228591)
Vadim Zeitlin [Thu, 14 Jul 2005 09:14:31 +0000 (09:14 +0000)] 
fix addr2line output parsing (patch 1228591)

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

19 years agoadded test for wxXmlResource::Unload()
Vadim Zeitlin [Wed, 13 Jul 2005 18:05:00 +0000 (18:05 +0000)] 
added test for wxXmlResource::Unload()

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

19 years agoadded wxXmlResource::Unload() (replaces patch 1178853)
Vadim Zeitlin [Wed, 13 Jul 2005 18:01:43 +0000 (18:01 +0000)] 
added wxXmlResource::Unload() (replaces patch 1178853)

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

19 years agono changes, just comments fixes
Vadim Zeitlin [Wed, 13 Jul 2005 17:58:34 +0000 (17:58 +0000)] 
no changes, just comments fixes

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

19 years agofix for toolbar items selection - impossible to find exact coordinates
Roman Rolinsky [Wed, 13 Jul 2005 17:13:08 +0000 (17:13 +0000)] 
fix for toolbar items selection - impossible to find exact coordinates

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

19 years agoART_NEW is not defined in previous versions, use NORMAL_FILE for now
Roman Rolinsky [Wed, 13 Jul 2005 17:11:11 +0000 (17:11 +0000)] 
ART_NEW is not defined in previous versions, use NORMAL_FILE for now

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

19 years agocommented and documented wxXRC_NO_RELOADING flag
Vadim Zeitlin [Wed, 13 Jul 2005 16:30:11 +0000 (16:30 +0000)] 
commented and documented wxXRC_NO_RELOADING flag

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

19 years agosome new parameters
Roman Rolinsky [Wed, 13 Jul 2005 14:47:01 +0000 (14:47 +0000)] 
some new parameters

removing empty text nodes from XML

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

19 years agotoolbars can be added inside windows, fix for relative pathnames
Roman Rolinsky [Wed, 13 Jul 2005 14:34:05 +0000 (14:34 +0000)] 
toolbars can be added inside windows, fix for relative pathnames

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

19 years agoadded test of box sizer proportions
Vadim Zeitlin [Wed, 13 Jul 2005 10:08:52 +0000 (10:08 +0000)] 
added test of box sizer proportions

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

19 years ago Applied fix for wxCreateTopLevelRealizedWidget crash.
Mattia Barbon [Tue, 12 Jul 2005 22:05:43 +0000 (22:05 +0000)] 
  Applied fix for wxCreateTopLevelRealizedWidget crash.
Patch #1231717 by Johan van Zyl.

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

19 years agomade wxTLW::GetSize() return the size of the maximized frame when called between...
Vadim Zeitlin [Sat, 9 Jul 2005 21:25:30 +0000 (21:25 +0000)] 
made wxTLW::GetSize() return the size of the maximized frame when called between Maximize() and Show(), not the original size

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

19 years agoCorrection to previous commit
Michael Wetherell [Fri, 8 Jul 2005 22:12:36 +0000 (22:12 +0000)] 
Correction to previous commit

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

19 years agomade IsMaximized() return true if frame had been maximized before being shown
Vadim Zeitlin [Fri, 8 Jul 2005 21:16:12 +0000 (21:16 +0000)] 
made IsMaximized() return true if frame had been maximized before being shown

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

19 years agoAllow cross compiling of wxX11, wxMotif and wxGTK
Michael Wetherell [Fri, 8 Jul 2005 20:52:01 +0000 (20:52 +0000)] 
Allow cross compiling of wxX11, wxMotif and wxGTK

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

19 years agoAdd dll.a to the extensions search for by WX_PATH_FIND_LIBRARIES, for the
Michael Wetherell [Fri, 8 Jul 2005 20:44:14 +0000 (20:44 +0000)] 
Add dll.a to the extensions search for by WX_PATH_FIND_LIBRARIES, for the
benefit of Cygwin

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

19 years agoCompilation fix for unix builds with cygwin
Michael Wetherell [Fri, 8 Jul 2005 19:24:36 +0000 (19:24 +0000)] 
Compilation fix for unix builds with cygwin

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

19 years agoFix zlib buffer overflow vulnerability [ Patch 1234072 ]
Kevin Hock [Fri, 8 Jul 2005 17:52:57 +0000 (17:52 +0000)] 
Fix zlib buffer overflow vulnerability [ Patch 1234072 ]

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

19 years agominor clarification of broken build cases
Václav Slavík [Fri, 8 Jul 2005 10:16:44 +0000 (10:16 +0000)] 
minor clarification of broken build cases

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

19 years agouse private window class for dialup manager hidden window, otherwise wxWindowClass...
Vadim Zeitlin [Wed, 6 Jul 2005 21:59:00 +0000 (21:59 +0000)] 
use private window class for dialup manager hidden window, otherwise wxWindowClass couldn't be unregistered because the wxDialUpManager-created window of this class was still alive

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

19 years agoavoid moving the list control unnecessarily
Vadim Zeitlin [Wed, 6 Jul 2005 21:57:21 +0000 (21:57 +0000)] 
avoid moving the list control unnecessarily

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

19 years agodon't generate ACTIVATE events for Alt-Space key press
Vadim Zeitlin [Wed, 6 Jul 2005 11:25:23 +0000 (11:25 +0000)] 
don't generate ACTIVATE events for Alt-Space key press

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

19 years agofixed (harmless) assert triggered by renaming the first group in a config file and...
Vadim Zeitlin [Tue, 5 Jul 2005 15:30:36 +0000 (15:30 +0000)] 
fixed (harmless) assert triggered by renaming the first group in a config file and then deleting it

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

19 years agofix SF Bug 1232271
Chris Elliott [Mon, 4 Jul 2005 15:51:41 +0000 (15:51 +0000)] 
fix SF Bug 1232271

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

19 years agoTypo fixes
Michael Wetherell [Mon, 4 Jul 2005 14:59:36 +0000 (14:59 +0000)] 
Typo fixes

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

19 years agoAdd chapter on backward compatibility
Michael Wetherell [Mon, 4 Jul 2005 12:28:59 +0000 (12:28 +0000)] 
Add chapter on backward compatibility

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

19 years agoEliminate non-ascii chars from generated include file
Michael Wetherell [Mon, 4 Jul 2005 12:25:56 +0000 (12:25 +0000)] 
Eliminate non-ascii chars from generated include file

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

19 years agoMention that entry names are full paths after feedback from David Wright
Michael Wetherell [Mon, 4 Jul 2005 12:21:35 +0000 (12:21 +0000)] 
Mention that entry names are full paths after feedback from David Wright

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

19 years agoVisible wxMessageOutputDebug instance.
Włodzimierz Skiba [Mon, 4 Jul 2005 11:26:08 +0000 (11:26 +0000)] 
Visible wxMessageOutputDebug instance.

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

19 years agoUse common wxTextCtrlBase::GetRange() for PalmOS text control implementation.
Włodzimierz Skiba [Mon, 4 Jul 2005 11:21:46 +0000 (11:21 +0000)] 
Use common wxTextCtrlBase::GetRange() for PalmOS text control implementation.

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

19 years agoPrevent crash in wxString::Mid under STL builds (fixes #1231725).
Włodzimierz Skiba [Mon, 4 Jul 2005 11:12:52 +0000 (11:12 +0000)] 
Prevent crash in wxString::Mid under STL builds (fixes #1231725).

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

19 years agouse libtool versioning of shared libs on Unix
Václav Slavík [Mon, 4 Jul 2005 09:58:07 +0000 (09:58 +0000)] 
use libtool versioning of shared libs on Unix

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

19 years ago Applied patch by Johan van Zyl
Mattia Barbon [Sun, 3 Jul 2005 22:34:31 +0000 (22:34 +0000)] 
  Applied patch by Johan van Zyl
[ 1231710 ] wxGrid slow refresh on motif caused by memory leak

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

19 years ago Applied patch by Johan van Zyl.
Mattia Barbon [Sun, 3 Jul 2005 22:31:36 +0000 (22:31 +0000)] 
  Applied patch by Johan van Zyl.
[ 1231711 ] Using motif clipboard causes application crash

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

19 years agoNo default args in headers for SetSizeHints minimal size. Fixed docs.
Mart Raudsepp [Sun, 3 Jul 2005 13:00:24 +0000 (13:00 +0000)] 
No default args in headers for SetSizeHints minimal size. Fixed docs.

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

19 years agofixed DoSetClientSize() to use ::MoveWindow() instead of deferred sizing which never...
Vadim Zeitlin [Sat, 2 Jul 2005 22:22:20 +0000 (22:22 +0000)] 
fixed DoSetClientSize() to use ::MoveWindow() instead of deferred sizing which never updated the client size we were checking here

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

19 years agofixed bug with showing unneeded scrollbar in the list control (at least under MSW)
Vadim Zeitlin [Sat, 2 Jul 2005 22:16:12 +0000 (22:16 +0000)] 
fixed bug with showing unneeded scrollbar in the list control (at least under MSW)

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

19 years agomade more clear that GetItemRect() returns physical coords
Vadim Zeitlin [Sat, 2 Jul 2005 22:15:36 +0000 (22:15 +0000)] 
made more clear that GetItemRect() returns physical coords

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

19 years agoadded GetItemRect() test
Vadim Zeitlin [Sat, 2 Jul 2005 22:14:52 +0000 (22:14 +0000)] 
added GetItemRect() test

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

19 years agoFix BOTTOM events to use BOTTOM in their description instead of TOP
Kevin Hock [Sat, 2 Jul 2005 21:18:29 +0000 (21:18 +0000)] 
Fix BOTTOM events to use BOTTOM in their description instead of TOP

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

19 years agoRevert check on wxABI_VERSION since it doesn't work for all compilers
Michael Wetherell [Sat, 2 Jul 2005 19:10:10 +0000 (19:10 +0000)] 
Revert check on wxABI_VERSION since it doesn't work for all compilers
VS: ----------------------------------------------------------------------

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

19 years agoonly set focus to the grid window in wxGrid::HideCellEditControl() if it hadn't been...
Vadim Zeitlin [Sat, 2 Jul 2005 11:22:24 +0000 (11:22 +0000)] 
only set focus to the grid window in wxGrid::HideCellEditControl() if it hadn't been switched to another window of our application

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

19 years agoadded include wx/toolbar.h neededfor mingw32 compilation
Vadim Zeitlin [Sat, 2 Jul 2005 11:19:51 +0000 (11:19 +0000)] 
added include wx/toolbar.h neededfor mingw32 compilation

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

19 years agoreally fixed wrong argument to wxString::Format()
Vadim Zeitlin [Fri, 1 Jul 2005 22:01:46 +0000 (22:01 +0000)] 
really fixed wrong argument to wxString::Format()

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

19 years agofixed wrong argument to wxString::Format(); include wx/thread.h
Vadim Zeitlin [Fri, 1 Jul 2005 21:42:26 +0000 (21:42 +0000)] 
fixed wrong argument to wxString::Format(); include wx/thread.h

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

19 years agowxVariant is in wxBase so should be forward declared using WXDLLIMPEXP_BASE and not...
Vadim Zeitlin [Fri, 1 Jul 2005 21:36:25 +0000 (21:36 +0000)] 
wxVariant is in wxBase so should be forward declared using WXDLLIMPEXP_BASE and not WXDLLEXPORT

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

19 years agoGlobal platform header (<PalmOS.h>) removed from public wx-headers (but included...
Włodzimierz Skiba [Fri, 1 Jul 2005 19:36:58 +0000 (19:36 +0000)] 
Global platform header (<PalmOS.h>) removed from public wx-headers (but included in wxprec.h) with all consequences in wxPalmOS specific API.

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

19 years agofixed bug with HasGroup() creating groups as side effect
Vadim Zeitlin [Fri, 1 Jul 2005 18:05:10 +0000 (18:05 +0000)] 
fixed bug with HasGroup() creating groups as side effect

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

19 years agoadded test for HasGroup() bug
Vadim Zeitlin [Fri, 1 Jul 2005 18:04:11 +0000 (18:04 +0000)] 
added test for HasGroup() bug

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

19 years agoHelpers in disabling warnings for unused params.
Włodzimierz Skiba [Fri, 1 Jul 2005 13:39:03 +0000 (13:39 +0000)] 
Helpers in disabling warnings for unused params.

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

19 years agoeVC3 build fix.
Włodzimierz Skiba [Fri, 1 Jul 2005 13:06:47 +0000 (13:06 +0000)] 
eVC3 build fix.

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

19 years agoHelpers in disabling warnings for unused params.
Włodzimierz Skiba [Thu, 30 Jun 2005 15:31:20 +0000 (15:31 +0000)] 
Helpers in disabling warnings for unused params.

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

19 years agoDMC/PCH info.
Włodzimierz Skiba [Thu, 30 Jun 2005 15:24:18 +0000 (15:24 +0000)] 
DMC/PCH info.

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

19 years agoNote on need for build environment support for PCH in case of some compilers (GCC...
Mart Raudsepp [Thu, 30 Jun 2005 11:59:45 +0000 (11:59 +0000)] 
Note on need for build environment support for PCH in case of some compilers (GCC notably).
TODO: Clarify later once things are more clear.

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

19 years agoAdded a missing import that was causing FormatText to fail.
Kevin Ollivier [Thu, 30 Jun 2005 07:20:29 +0000 (07:20 +0000)] 
Added a missing import that was causing FormatText to fail.

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

19 years agoPut wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL inside
Michael Wetherell [Thu, 30 Jun 2005 01:05:16 +0000 (01:05 +0000)] 
Put wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL inside
    #if wxABI_VERSION >= 20601
        ...
    #endif

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

19 years agoAdd wxABI_VERSION
Michael Wetherell [Thu, 30 Jun 2005 00:58:28 +0000 (00:58 +0000)] 
Add wxABI_VERSION

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

19 years agoMake wxEVT_SCROLL_ENDSCROLL a #define in event.h so that new applications
Michael Wetherell [Thu, 30 Jun 2005 00:52:05 +0000 (00:52 +0000)] 
Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so that new applications
won't depend on it, and so will be compatible with 2.6.1 libs. But still
define and export it in event.cpp so that 2.6.0 apps will be able to use
2.6.1.1 libs.

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

19 years agouse a constant instead of hardcoded value
Vadim Zeitlin [Wed, 29 Jun 2005 22:05:08 +0000 (22:05 +0000)] 
use a constant instead of hardcoded value

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

19 years agomoved version-related variables to separate file in preparation for sonames fix ...
Václav Slavík [Wed, 29 Jun 2005 21:53:53 +0000 (21:53 +0000)] 
moved version-related variables to separate file in preparation for sonames fix (no real changes yet)

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

19 years agoUnicode compilation fix again - please don't use non-ASCII characters in source code
Václav Slavík [Wed, 29 Jun 2005 21:39:21 +0000 (21:39 +0000)] 
Unicode compilation fix again - please don't use non-ASCII characters in source code

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

19 years agoadded version tag for symbols introduced in 2.6.2
Václav Slavík [Wed, 29 Jun 2005 21:37:25 +0000 (21:37 +0000)] 
added version tag for symbols introduced in 2.6.2

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

19 years ago Apply mask origin patch for blitting.
Robert Roebling [Wed, 29 Jun 2005 19:22:54 +0000 (19:22 +0000)] 
  Apply mask origin patch for blitting.

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

19 years ago define NO_GCC_PRAGMA if
Robert Roebling [Wed, 29 Jun 2005 19:02:19 +0000 (19:02 +0000)] 
  define NO_GCC_PRAGMA if
    - PCH
    - GCC >= 4.0
    - certain cases like Apple GCC, Mingw32 with certain other option

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

19 years ago Added test case speficically for GCC >= 4.0 and
Robert Roebling [Wed, 29 Jun 2005 13:40:33 +0000 (13:40 +0000)] 
  Added test case speficically for GCC >= 4.0 and
   define NO_GCC_PRAGMA then.

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

19 years ago Reverted GCC_NO_PRAGMA change
Robert Roebling [Wed, 29 Jun 2005 13:26:45 +0000 (13:26 +0000)] 
 Reverted GCC_NO_PRAGMA change

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

19 years agoAdd HANGUL_CHARSET for vc++ 5, and move a couple of others that were already
Michael Wetherell [Wed, 29 Jun 2005 01:34:43 +0000 (01:34 +0000)] 
Add HANGUL_CHARSET for vc++ 5, and move a couple of others that were already
in there for DMC.

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