]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoRemove duplicate code
Michael Wetherell [Fri, 19 Aug 2005 13:24:38 +0000 (13:24 +0000)] 
Remove duplicate code

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

19 years ago Use default GUI font for wxMessageDialog and wxFileDialog.
Mattia Barbon [Fri, 19 Aug 2005 10:00:23 +0000 (10:00 +0000)] 
  Use default GUI font for wxMessageDialog and wxFileDialog.

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

19 years ago Committing in .
Jouk Jansen [Fri, 19 Aug 2005 08:14:05 +0000 (08:14 +0000)] 
 Committing in .

 Some updates for OpenVMS compile support

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/src/motif/gauge.cpp
  wxWidgets/src/motif/xmcombo/xmcombo.c
 ----------------------------------------------------------------------

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

19 years agoavoiding recursive KillEvents on the same object, in case the focus gets set to anoth...
Stefan Csomor [Fri, 19 Aug 2005 06:46:30 +0000 (06:46 +0000)] 
avoiding recursive KillEvents on the same object, in case the focus gets set to another element in the OnKillEvent Handler ...

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

19 years agocompilation fix for wxUnivGTK
Vadim Zeitlin [Thu, 18 Aug 2005 22:16:52 +0000 (22:16 +0000)] 
compilation fix for wxUnivGTK

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

19 years agofixed (harmless) unused variable warning in release build
Vadim Zeitlin [Thu, 18 Aug 2005 21:10:24 +0000 (21:10 +0000)] 
fixed (harmless) unused variable warning in release build

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

19 years ago__WXDEBUG__ must be tested with #ifdef, not #if
Vadim Zeitlin [Thu, 18 Aug 2005 21:03:41 +0000 (21:03 +0000)] 
__WXDEBUG__ must be tested with #ifdef, not #if

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

19 years agoFix mbstate_t from <cwchar> conflicting with that from <wchar.h> on HP-UX
Michael Wetherell [Thu, 18 Aug 2005 19:58:56 +0000 (19:58 +0000)] 
Fix mbstate_t from <cwchar> conflicting with that from <wchar.h> on HP-UX

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

19 years agowcslen and wcscmp replacements for systems that lack them, such as djgpp
Michael Wetherell [Thu, 18 Aug 2005 11:40:40 +0000 (11:40 +0000)] 
wcslen and wcscmp replacements for systems that lack them, such as djgpp

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

19 years agoImplementations for some of the stubs
Michael Wetherell [Thu, 18 Aug 2005 10:52:10 +0000 (10:52 +0000)] 
Implementations for some of the stubs

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

19 years ago Committing in .
Jouk Jansen [Thu, 18 Aug 2005 07:46:37 +0000 (07:46 +0000)] 
 Committing in .

 Updated configuration for OpenVMS

 Modified Files:
  wxWidgets/setup.h_vms
 ----------------------------------------------------------------------

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

19 years ago Fix the condition to always #define wxMOTIF_NEW_FONT_HANDLING
Mattia Barbon [Thu, 18 Aug 2005 00:41:18 +0000 (00:41 +0000)] 
  Fix the condition to always #define wxMOTIF_NEW_FONT_HANDLING
(currently always defined to 0 for safety).

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

19 years ago Avoid some -Wundef warning. Check for __WXGTK__ using defined,
Mattia Barbon [Thu, 18 Aug 2005 00:35:02 +0000 (00:35 +0000)] 
  Avoid some -Wundef warning. Check for __WXGTK__ using defined,
not plain #if.

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

19 years agotentative fix for large files compilation under HP-UX
Vadim Zeitlin [Wed, 17 Aug 2005 23:13:53 +0000 (23:13 +0000)] 
tentative fix for large files compilation under HP-UX

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

19 years agoSpecify that "Backward compatibility" is a topic overview in the manual
Mart Raudsepp [Wed, 17 Aug 2005 21:58:47 +0000 (21:58 +0000)] 
Specify that "Backward compatibility" is a topic overview in the manual

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

19 years ago[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage of pango_x_get_context to not...
Mart Raudsepp [Wed, 17 Aug 2005 21:40:44 +0000 (21:40 +0000)] 
[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage of pango_x_get_context to not depend on a fully deprecated
pangox library, which is not pulled in with gtk+-2.8.0. The pango_x_get_context call was (arguably) making font
drawing on top of a wxDC slightly faster on (especially remote) X11 in case of non-antialiased fonts (I was unable to
find a non-antialiased font that actually returns true for GetNoAntiAliasing()).

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

19 years agoadded GetCurrentSelection() which is the same as GetSelection() for Mac but needed...
Vadim Zeitlin [Wed, 17 Aug 2005 14:24:28 +0000 (14:24 +0000)] 
added GetCurrentSelection() which is the same as GetSelection() for Mac but needed for compatibility with the other ports

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

19 years agoadded GetCurrentSelection(); made GetSelection() behave as documented (and not as...
Vadim Zeitlin [Wed, 17 Aug 2005 14:22:41 +0000 (14:22 +0000)] 
added GetCurrentSelection(); made GetSelection() behave as documented (and not as before); don't send TEXT_UPDATED events until the combobox is closed

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

19 years agohacked around wxGTK wxStaticText which doesn't derive from wxStaticTextBase (argh...
Vadim Zeitlin [Wed, 17 Aug 2005 13:47:35 +0000 (13:47 +0000)] 
hacked around wxGTK wxStaticText which doesn't derive from wxStaticTextBase (argh): declare and define Wrap() directly in wxStaticText for this port

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

19 years agomade wxChoice and wxComboBox::GetSelection() return only completed selection in wxMSW...
Vadim Zeitlin [Wed, 17 Aug 2005 13:30:33 +0000 (13:30 +0000)] 
made wxChoice and wxComboBox::GetSelection() return only completed selection in wxMSW; added GetCurrentSelection() with the old behaviour and documented it

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

19 years agoalso added a check of choice selection in idle time (similar to last check in for...
Vadim Zeitlin [Wed, 17 Aug 2005 13:13:42 +0000 (13:13 +0000)] 
also added a check of choice selection in idle time (similar to last check in for combobox)

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

19 years agodon't take wxID_NONE inside #if wxABI_VERSION check: it's (going to be) used inside...
Vadim Zeitlin [Wed, 17 Aug 2005 12:56:21 +0000 (12:56 +0000)] 
don't take wxID_NONE inside #if wxABI_VERSION check: it's (going to be) used inside the library itself and, anyhow, there is no harm in letting even the user code compiled with lower than current wxABI_VERSION to see it

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

19 years agoCommitting in .
Jouk Jansen [Wed, 17 Aug 2005 06:55:33 +0000 (06:55 +0000)] 
Committing in .

 Solves link problem of wxMOTIF on OpenVMS

 Modified Files:
  wxWidgets/include/wx/vms_x_fix.h

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

19 years agoUpgrade to newest bakefile.m4 to support non-PowerPC Darwin platforms.
David Elliott [Wed, 17 Aug 2005 02:09:42 +0000 (02:09 +0000)] 
Upgrade to newest bakefile.m4 to support non-PowerPC Darwin platforms.

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

19 years agoAllow wxWidgets to be built hosted on any architecture of Darwin.
David Elliott [Wed, 17 Aug 2005 00:56:55 +0000 (00:56 +0000)] 
Allow wxWidgets to be built hosted on any architecture of Darwin.

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

19 years agohacked around wxGTK wxStaticText which doesn't derive from wxStaticTextBase (argh...
Vadim Zeitlin [Wed, 17 Aug 2005 00:01:35 +0000 (00:01 +0000)] 
hacked around wxGTK wxStaticText which doesn't derive from wxStaticTextBase (argh): declare and define Wrap() directly in wxStaticText for this port

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

19 years agoadded newsince note
Vadim Zeitlin [Tue, 16 Aug 2005 23:55:05 +0000 (23:55 +0000)] 
added newsince note

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

19 years agoavoid gcc warning
Vadim Zeitlin [Tue, 16 Aug 2005 23:52:39 +0000 (23:52 +0000)] 
avoid gcc warning

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

19 years agoadded wxStaticText::Wrap()
Vadim Zeitlin [Tue, 16 Aug 2005 23:14:34 +0000 (23:14 +0000)] 
added wxStaticText::Wrap()

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

19 years agoWarning fix.
Włodzimierz Skiba [Tue, 16 Aug 2005 20:50:02 +0000 (20:50 +0000)] 
Warning fix.

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

19 years agoBuild fix.
Włodzimierz Skiba [Tue, 16 Aug 2005 20:47:34 +0000 (20:47 +0000)] 
Build fix.

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

19 years agoPublic access to MSWWindowProc() for wxQTMediaBackend::QTWndProc() under wxUnivMSW.
Włodzimierz Skiba [Tue, 16 Aug 2005 20:32:31 +0000 (20:32 +0000)] 
Public access to MSWWindowProc() for wxQTMediaBackend::QTWndProc() under wxUnivMSW.

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

19 years agoReuse functionality of wxGetStockLabel().
Włodzimierz Skiba [Tue, 16 Aug 2005 20:23:04 +0000 (20:23 +0000)] 
Reuse functionality of wxGetStockLabel().

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

19 years agoAdded context help styles
Julian Smart [Tue, 16 Aug 2005 15:06:39 +0000 (15:06 +0000)] 
Added context help styles

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

19 years agoadded code showing that at least under Windows wxCombobox::GetSelection() return...
Vadim Zeitlin [Tue, 16 Aug 2005 12:13:56 +0000 (12:13 +0000)] 
added code showing that at least under Windows wxCombobox::GetSelection() return value changes even before EVT_COMBOBOX is sent

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

19 years agodon't use wxApp::GetAppName() in the usage message, we want the real argv[0] here
Vadim Zeitlin [Tue, 16 Aug 2005 10:08:04 +0000 (10:08 +0000)] 
don't use wxApp::GetAppName() in the usage message, we want the real argv[0] here

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

19 years agofixed warning about mismatching dlldecl when building as DLL
Vadim Zeitlin [Tue, 16 Aug 2005 10:06:35 +0000 (10:06 +0000)] 
fixed warning about mismatching dlldecl when building as DLL

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

19 years agocompilation fix for wxUSE_STL=1 and mingw
Vadim Zeitlin [Mon, 15 Aug 2005 20:09:46 +0000 (20:09 +0000)] 
compilation fix for wxUSE_STL=1 and mingw

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

19 years ago0.1.6-4: replace working for sizeritems and spacers
Roman Rolinsky [Mon, 15 Aug 2005 19:53:33 +0000 (19:53 +0000)] 
0.1.6-4: replace working for sizeritems and spacers

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

19 years agoreplaced annoying wxLogDebug()s with wxLogTrace()
Vadim Zeitlin [Mon, 15 Aug 2005 12:11:53 +0000 (12:11 +0000)] 
replaced annoying wxLogDebug()s with wxLogTrace()

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

19 years agoupdate from Dennis Prochko
Vadim Zeitlin [Sun, 14 Aug 2005 18:45:31 +0000 (18:45 +0000)] 
update from Dennis Prochko

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

19 years agoupdate for 2.6.1 from Dennis Prochko
Vadim Zeitlin [Sun, 14 Aug 2005 12:07:48 +0000 (12:07 +0000)] 
update for 2.6.1 from Dennis Prochko

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

19 years agoRegenerated with new bugfixes from aclocal.m4 and old OS/2 bugfix from
David Elliott [Sat, 13 Aug 2005 22:40:09 +0000 (22:40 +0000)] 
Regenerated with new bugfixes from aclocal.m4 and old OS/2 bugfix from
wxAutohacks build/autoconf_prepend-include/autoconf/c.m4

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

19 years agoBug fixes from Bakefile CVS HEAD (still using 0.1.9 version though)
David Elliott [Sat, 13 Aug 2005 22:38:08 +0000 (22:38 +0000)] 
Bug fixes from Bakefile CVS HEAD (still using 0.1.9 version though)

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

19 years agoLet wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN for NULL
Michael Wetherell [Sat, 13 Aug 2005 21:08:10 +0000 (21:08 +0000)] 
Let wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN for NULL

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

19 years agoSet wxSTREAM_WRITE_ERROR for wxFFileInputStream when open fails
Michael Wetherell [Sat, 13 Aug 2005 20:53:13 +0000 (20:53 +0000)] 
Set wxSTREAM_WRITE_ERROR for wxFFileInputStream when open fails

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

19 years agoMake the backward compatibility section a topic overview.
Michael Wetherell [Sat, 13 Aug 2005 20:47:26 +0000 (20:47 +0000)] 
Make the backward compatibility section a topic overview.

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

19 years agoAdd platform specific .po and .mo files into the distribution script
Michael Wetherell [Sat, 13 Aug 2005 20:38:30 +0000 (20:38 +0000)] 
Add platform specific .po and .mo files into the distribution script

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

19 years agoFixed dangling pointers bug; radio button was not removing itself from
Julian Smart [Sat, 13 Aug 2005 09:48:29 +0000 (09:48 +0000)] 
Fixed dangling pointers bug; radio button was not removing itself from
the cycle when deleted, so when deleting and then adding a radio button, we
get a crash

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

19 years agoTypo
Michael Wetherell [Fri, 12 Aug 2005 15:34:01 +0000 (15:34 +0000)] 
Typo

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

19 years agoTranslate '&Help' to '&' for italian Windows only
Michael Wetherell [Fri, 12 Aug 2005 15:29:57 +0000 (15:29 +0000)] 
Translate '&Help' to '&' for italian Windows only

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

19 years agosome more fixes: tree selection, replacing, wxYield calls removed
Roman Rolinsky [Fri, 12 Aug 2005 14:40:20 +0000 (14:40 +0000)] 
some more fixes: tree selection, replacing, wxYield calls removed
(produce infinite recursion)

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

19 years agoAdaptations for PDA-sized screens
Julian Smart [Fri, 12 Aug 2005 14:16:05 +0000 (14:16 +0000)] 
Adaptations for PDA-sized screens

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

19 years agoAdded support for "help" parameter (context help text).
Julian Smart [Fri, 12 Aug 2005 14:09:24 +0000 (14:09 +0000)] 
Added support for "help" parameter (context help text).

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

19 years agodon't override OnIconized() in the sample, the bug this was working around is now...
Vadim Zeitlin [Thu, 11 Aug 2005 13:29:28 +0000 (13:29 +0000)] 
don't override OnIconized() in the sample, the bug this was working around is now fixed in wxMSW itself

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

19 years agoforce update of MDI client window size after the MDI parent frame is iconized and...
Vadim Zeitlin [Thu, 11 Aug 2005 13:24:56 +0000 (13:24 +0000)] 
force update of MDI client window size after the MDI parent frame is iconized and restored, otherwise all kinds of bad things (changes in MDI children positions; possibility to move them above the toolbar and below the status bar; wrong repaining) happen

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

19 years agoadded wxSIZE_FORCE flag for SetSize()
Vadim Zeitlin [Thu, 11 Aug 2005 13:21:45 +0000 (13:21 +0000)] 
added wxSIZE_FORCE flag for SetSize()

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

19 years agocheck that wxUSE_DC_CACHEING is defined
Vadim Zeitlin [Thu, 11 Aug 2005 13:10:09 +0000 (13:10 +0000)] 
check that wxUSE_DC_CACHEING is defined

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

19 years agoAdds a title to the chart, patch 1242262 Matthew D.P.
Michael Wetherell [Wed, 10 Aug 2005 22:53:45 +0000 (22:53 +0000)] 
Adds a title to the chart, patch 1242262 Matthew D.P.

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

19 years agoMention converting ANSI->Unicode, patch 1247339 Eric Kow
Michael Wetherell [Wed, 10 Aug 2005 21:50:34 +0000 (21:50 +0000)] 
Mention converting ANSI->Unicode, patch 1247339 Eric Kow

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

19 years ago#define wxUSE_STD_STRING to 0 rather than #undef it, patch 1255570 from Jan van Dijk
Michael Wetherell [Wed, 10 Aug 2005 21:24:42 +0000 (21:24 +0000)] 
#define wxUSE_STD_STRING to 0 rather than #undef it, patch 1255570 from Jan van Dijk

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

19 years agoUndo r1.52 since we get another problem.
Michael Wetherell [Wed, 10 Aug 2005 19:41:01 +0000 (19:41 +0000)] 
Undo r1.52 since we get another problem.
http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?5:sss:65211:200508:khmgllhgjjgnfkhpebip#b

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

19 years agomake sure all licence texts are really the same
Václav Slavík [Wed, 10 Aug 2005 18:46:42 +0000 (18:46 +0000)] 
make sure all licence texts are really the same

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

19 years agoone more fix for tree selection
Roman Rolinsky [Wed, 10 Aug 2005 15:57:23 +0000 (15:57 +0000)] 
one more fix for tree selection

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

19 years agowxMSW fixes for tree control
Roman Rolinsky [Wed, 10 Aug 2005 14:58:28 +0000 (14:58 +0000)] 
wxMSW fixes for tree control

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

19 years ago0.1.6-1
Roman Rolinsky [Tue, 9 Aug 2005 19:27:27 +0000 (19:27 +0000)] 
0.1.6-1

Support for object_ref. CreateTestWin saves all DOM in temporary
memory file now, to allow reference resolution.

Tree changed to multiple selection (not really supported yet), so
after deleting Unselect can be used (otherwise parent item is
selected automatically which results in scrolling jumps - distracting).

!!! Not tested on wxMSW yet.

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

19 years agoSetModified updates window title ('*' is shown if modified)
Roman Rolinsky [Tue, 9 Aug 2005 19:21:28 +0000 (19:21 +0000)] 
SetModified updates window title ('*' is shown if modified)

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

19 years ago"Include file" -> "Include files" - as in all other docs
Mart Raudsepp [Tue, 9 Aug 2005 17:55:38 +0000 (17:55 +0000)] 
"Include file" -> "Include files" - as in all other docs

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

19 years agoMac compilation fixes
Vadim Zeitlin [Mon, 8 Aug 2005 23:12:39 +0000 (23:12 +0000)] 
Mac compilation fixes

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

19 years agowxMBConv test cases, patch 1179989 from Vince Harron
Michael Wetherell [Mon, 8 Aug 2005 22:29:05 +0000 (22:29 +0000)] 
wxMBConv test cases, patch 1179989 from Vince Harron

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

19 years agoReplacements for some wcsxxx funcs for systems without them like osx 10.2.
Michael Wetherell [Mon, 8 Aug 2005 22:21:20 +0000 (22:21 +0000)] 
Replacements for some wcsxxx funcs for systems without them like osx 10.2.

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

19 years agoadd missing braces to quiet gcc warnings about missing braces around initializer
Vadim Zeitlin [Mon, 8 Aug 2005 22:15:30 +0000 (22:15 +0000)] 
add missing braces to quiet gcc warnings about missing braces around initializer

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

19 years agoComment typo fixes from Vince Harron
Michael Wetherell [Mon, 8 Aug 2005 22:05:05 +0000 (22:05 +0000)] 
Comment typo fixes from Vince Harron

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

19 years agoremoved #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPRECATED is not defined anywhere...
Vadim Zeitlin [Mon, 8 Aug 2005 21:51:32 +0000 (21:51 +0000)] 
removed #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPRECATED is not defined anywhere, this doesn't do anything but provoke gcc warnings

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

19 years agoremoved mentions of wxUSE_OWNER_DRAWN: unless I miss something, this doesn't make...
Vadim Zeitlin [Mon, 8 Aug 2005 21:49:22 +0000 (21:49 +0000)] 
removed mentions of wxUSE_OWNER_DRAWN: unless I miss something, this doesn't make any sense for Mac

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

19 years agocorrect -Wundef warning for __MSL__
Vadim Zeitlin [Mon, 8 Aug 2005 21:46:31 +0000 (21:46 +0000)] 
correct -Wundef warning for __MSL__

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

19 years agoRegenerate after yesterday's fix for bug 1230877.
Michael Wetherell [Mon, 8 Aug 2005 13:44:17 +0000 (13:44 +0000)] 
Regenerate after yesterday's fix for bug 1230877.

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

19 years agoCopy univ/setup.h instead of msw/setup.h for wxUniversal in VC++ project
Michael Wetherell [Mon, 8 Aug 2005 13:34:42 +0000 (13:34 +0000)] 
Copy univ/setup.h instead of msw/setup.h for wxUniversal in VC++ project
files. Fixes bug 1230504.

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

19 years agoAdd <contrib-lib> bakefile tag. Like <wx-lib> except that in VC++ '.dsw' files
Michael Wetherell [Mon, 8 Aug 2005 13:08:45 +0000 (13:08 +0000)] 
Add <contrib-lib> bakefile tag. Like <wx-lib> except that in VC++ '.dsw' files
it creates a dependency on a '.dsp' file under contrib instead of under lib.

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

19 years agoRebake after recguard.h added to bakefiles
Michael Wetherell [Mon, 8 Aug 2005 12:59:33 +0000 (12:59 +0000)] 
Rebake after recguard.h added to bakefiles

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

19 years agoExpand tabs, identation/whitespace fixes
Mart Raudsepp [Mon, 8 Aug 2005 09:50:13 +0000 (09:50 +0000)] 
Expand tabs, identation/whitespace fixes

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

19 years agoExpand tabs
Mart Raudsepp [Mon, 8 Aug 2005 09:35:27 +0000 (09:35 +0000)] 
Expand tabs

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

19 years ago[wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x or y is out of range
Mart Raudsepp [Mon, 8 Aug 2005 08:53:48 +0000 (08:53 +0000)] 
[wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x or y is out of range

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

19 years ago Removed wxVectorBase and wxClientDataDictionary symbols
Mattia Barbon [Sun, 7 Aug 2005 21:13:59 +0000 (21:13 +0000)] 
  Removed wxVectorBase and wxClientDataDictionary symbols
from version-script.it as per Mike Wetherell suggestion.

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

19 years agodon't use wxVERIFY, it generates gcc warnings and is not appropriate as it doesn...
Vadim Zeitlin [Sun, 7 Aug 2005 21:12:50 +0000 (21:12 +0000)] 
don't use wxVERIFY, it generates gcc warnings and is not appropriate as it doesn't replace real error checking anyhow

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

19 years agoWith Sun CC temporaries have block scope unless '-features=tmplife' is used.
Michael Wetherell [Sun, 7 Aug 2005 16:48:29 +0000 (16:48 +0000)] 
With Sun CC temporaries have block scope unless '-features=tmplife' is used.
Fixes bug report 1230877.

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

19 years agodeTABified; removed unused variable provoking a gcc warning
Vadim Zeitlin [Sun, 7 Aug 2005 16:06:49 +0000 (16:06 +0000)] 
deTABified; removed unused variable provoking a gcc warning

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

19 years agounused variable warning when !wxMAC_USE_NATIVE_TOOLBAR
Vadim Zeitlin [Sun, 7 Aug 2005 16:05:46 +0000 (16:05 +0000)] 
unused variable warning when !wxMAC_USE_NATIVE_TOOLBAR

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

19 years agoassign 0, not NULL, to an int
Vadim Zeitlin [Sun, 7 Aug 2005 16:04:04 +0000 (16:04 +0000)] 
assign 0, not NULL, to an int

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

19 years agodeTABified
Vadim Zeitlin [Sun, 7 Aug 2005 16:02:56 +0000 (16:02 +0000)] 
deTABified

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

19 years agofix problems with __POWERPC__ being redefined
Vadim Zeitlin [Sun, 7 Aug 2005 15:53:22 +0000 (15:53 +0000)] 
fix problems with __POWERPC__ being redefined

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

19 years agoset m_error correctly (patch 1249848)
Vadim Zeitlin [Sat, 6 Aug 2005 21:35:12 +0000 (21:35 +0000)] 
set m_error correctly (patch 1249848)

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

19 years agofix wxGetMessageName() in Unicode build (patch 1250662)
Vadim Zeitlin [Sat, 6 Aug 2005 21:30:24 +0000 (21:30 +0000)] 
fix wxGetMessageName() in Unicode build (patch 1250662)

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

19 years agorecognize 0/1 as false/true in string->bool conversion (patch 1249632)
Vadim Zeitlin [Sat, 6 Aug 2005 21:16:55 +0000 (21:16 +0000)] 
recognize 0/1 as false/true in string->bool conversion (patch 1249632)

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

19 years agogenerate MD5SUM files for nightly builds (patch 1252331)
Vadim Zeitlin [Sat, 6 Aug 2005 21:14:02 +0000 (21:14 +0000)] 
generate MD5SUM files for nightly builds (patch 1252331)

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

19 years agoAdd wxMGL and Cygwin changes to the changelog
Michael Wetherell [Sat, 6 Aug 2005 20:49:35 +0000 (20:49 +0000)] 
Add wxMGL and Cygwin changes to the changelog

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

19 years agoadded char/wxChar note (bug 1252854)
Vadim Zeitlin [Sat, 6 Aug 2005 19:45:36 +0000 (19:45 +0000)] 
added char/wxChar note (bug 1252854)

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

19 years agoadded ldconfig-not-in-path note and removed duplicate section (bug 1253089)
Vadim Zeitlin [Sat, 6 Aug 2005 19:39:54 +0000 (19:39 +0000)] 
added ldconfig-not-in-path note and removed duplicate section (bug 1253089)

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

19 years agocorrected regex library name in ANSI builds
Vadim Zeitlin [Sat, 6 Aug 2005 19:33:32 +0000 (19:33 +0000)] 
corrected regex library name in ANSI builds

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

19 years agoadded wx/recguard.h (bug 1253148)
Vadim Zeitlin [Sat, 6 Aug 2005 19:30:00 +0000 (19:30 +0000)] 
added wx/recguard.h (bug 1253148)

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