]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agoBetter backward compatibility and deprecation markup for interface deprecated in...
Włodzimierz Skiba [Thu, 30 Mar 2006 14:04:17 +0000 (14:04 +0000)] 
Better backward compatibility and deprecation markup for interface deprecated in comments.

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

18 years agoUnicode correction
Julian Smart [Thu, 30 Mar 2006 11:35:12 +0000 (11:35 +0000)] 
Unicode correction

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

18 years agoGenerate Mac bundle for helpview
Julian Smart [Thu, 30 Mar 2006 11:32:39 +0000 (11:32 +0000)] 
Generate Mac bundle for helpview

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

18 years ago Use memcpy instead of strcpy.
Robert Roebling [Thu, 30 Mar 2006 09:53:15 +0000 (09:53 +0000)] 
  Use memcpy instead of strcpy.

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

18 years agoReverted wxChoice size fix due to problems in W2K and below
Julian Smart [Thu, 30 Mar 2006 09:21:11 +0000 (09:21 +0000)] 
Reverted wxChoice size fix due to problems in W2K and below

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

18 years agoNeed to tell which object to Destroy()
Robin Dunn [Thu, 30 Mar 2006 01:41:47 +0000 (01:41 +0000)] 
Need to tell which object to Destroy()

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

18 years agoFixed reference leak in wx.gizmos.TreeListCtrl.GetSelections.
Robin Dunn [Thu, 30 Mar 2006 01:38:38 +0000 (01:38 +0000)] 
Fixed reference leak in wx.gizmos.TreeListCtrl.GetSelections.

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

18 years agosimplify OnActivate menubar install code
David Surovell [Wed, 29 Mar 2006 20:52:36 +0000 (20:52 +0000)] 
simplify OnActivate menubar install code

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

18 years agoformatting and native HIView compilation fixes
Stefan Csomor [Wed, 29 Mar 2006 19:19:06 +0000 (19:19 +0000)] 
formatting and native HIView compilation fixes

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

18 years agoclean-up and fix
Stefan Csomor [Wed, 29 Mar 2006 19:17:07 +0000 (19:17 +0000)] 
clean-up and fix

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

18 years agomade WX_CONFIG default configurable
Václav Slavík [Wed, 29 Mar 2006 16:48:46 +0000 (16:48 +0000)] 
made WX_CONFIG default configurable

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

18 years agodon't use -- inside XML comments, this is not allowed
Vadim Zeitlin [Wed, 29 Mar 2006 16:30:29 +0000 (16:30 +0000)] 
don't use -- inside XML comments, this is not allowed

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

18 years agoadded func parameter to wxOnAssert
Vadim Zeitlin [Wed, 29 Mar 2006 14:33:53 +0000 (14:33 +0000)] 
added func parameter to wxOnAssert

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

18 years agodon't return void values
Vadim Zeitlin [Wed, 29 Mar 2006 14:30:22 +0000 (14:30 +0000)] 
don't return void values

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

18 years agowxUSE_STL==1 compilation fix
Vadim Zeitlin [Wed, 29 Mar 2006 14:22:03 +0000 (14:22 +0000)] 
wxUSE_STL==1 compilation fix

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

18 years agoAdded GetResourcesDir and GetLocalizedResourcesDir to
Robin Dunn [Wed, 29 Mar 2006 02:34:00 +0000 (02:34 +0000)] 
Added GetResourcesDir and GetLocalizedResourcesDir to
wx.StandardPaths.

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

18 years agofix null-deref
David Surovell [Tue, 28 Mar 2006 19:55:24 +0000 (19:55 +0000)] 
fix null-deref

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

18 years agoSome tweaks to build hosts and tasks
Robin Dunn [Tue, 28 Mar 2006 19:25:30 +0000 (19:25 +0000)] 
Some tweaks to build hosts and tasks

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

18 years agoavoid assert in wxMac port, only change the font point size when we
Robin Dunn [Tue, 28 Mar 2006 19:20:48 +0000 (19:20 +0000)] 
avoid assert in wxMac port, only change the font point size when we
are going to be using it in objects that need to draw text

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

18 years agoUpdated 2.6.3.0's CHANGES
Robin Dunn [Tue, 28 Mar 2006 19:19:18 +0000 (19:19 +0000)] 
Updated 2.6.3.0's CHANGES

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

18 years agoinstall the analogclock package
Robin Dunn [Tue, 28 Mar 2006 19:16:49 +0000 (19:16 +0000)] 
install the analogclock package

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

18 years agoreally disable wxUSE_DISPLAY for wxMGL and wxOS2
Vadim Zeitlin [Tue, 28 Mar 2006 14:17:42 +0000 (14:17 +0000)] 
really disable wxUSE_DISPLAY for wxMGL and wxOS2

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

18 years agoWarning fix for wxOS2 night build.
Włodzimierz Skiba [Tue, 28 Mar 2006 14:15:10 +0000 (14:15 +0000)] 
Warning fix for wxOS2 night build.

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

18 years agoLine-up deprecated interface of wxTreeCtrl between ports.
Włodzimierz Skiba [Tue, 28 Mar 2006 13:11:20 +0000 (13:11 +0000)] 
Line-up deprecated interface of wxTreeCtrl between ports.

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

18 years agoMore typos.
Włodzimierz Skiba [Tue, 28 Mar 2006 13:00:42 +0000 (13:00 +0000)] 
More typos.

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

18 years agoPatch #1459942: typos.
Włodzimierz Skiba [Tue, 28 Mar 2006 11:34:55 +0000 (11:34 +0000)] 
Patch #1459942: typos.

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

18 years agoDocumentation fixes for unresolved labels after changes in debbuging api.
Włodzimierz Skiba [Tue, 28 Mar 2006 11:24:08 +0000 (11:24 +0000)] 
Documentation fixes for unresolved labels after changes in debbuging api.

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

18 years agoRemoved redundant XBM
Julian Smart [Tue, 28 Mar 2006 11:14:49 +0000 (11:14 +0000)] 
Removed redundant XBM

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

18 years agoUse XPM for symbols and pictures on all platforms
Julian Smart [Tue, 28 Mar 2006 11:12:48 +0000 (11:12 +0000)] 
Use XPM for symbols and pictures on all platforms

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

18 years agoMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
Włodzimierz Skiba [Tue, 28 Mar 2006 11:02:37 +0000 (11:02 +0000)] 
Make wxPASSWORD and wxPROCESS_ENTER really deprecated.

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

18 years agoWarning fix.
Włodzimierz Skiba [Tue, 28 Mar 2006 10:48:55 +0000 (10:48 +0000)] 
Warning fix.

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

18 years agoCorrect test for WORDS_BIGENDIAN
Julian Smart [Tue, 28 Mar 2006 10:32:00 +0000 (10:32 +0000)] 
Correct test for WORDS_BIGENDIAN

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

18 years agostdpaths.h needs filefn.h
Julian Smart [Tue, 28 Mar 2006 10:30:20 +0000 (10:30 +0000)] 
stdpaths.h needs filefn.h

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

18 years agoAdded missing includes
Julian Smart [Tue, 28 Mar 2006 08:29:19 +0000 (08:29 +0000)] 
Added missing includes

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

18 years ago Remove CVS clash in RCS-ID
Robert Roebling [Tue, 28 Mar 2006 08:14:50 +0000 (08:14 +0000)] 
 Remove CVS clash in RCS-ID

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

18 years ago Apply wxListCtrl patch which fixes some crashes
Robert Roebling [Tue, 28 Mar 2006 08:13:48 +0000 (08:13 +0000)] 
  Apply wxListCtrl patch which fixes some crashes
    and let the generic wxListCtrl show context
    menus like the MSW one.

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

18 years agoproperly NUL-terminate the buffer before converting it to Unicode: we may need more...
Vadim Zeitlin [Tue, 28 Mar 2006 00:05:52 +0000 (00:05 +0000)] 
properly NUL-terminate the buffer before converting it to Unicode: we may need more than one trailing NUL

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

18 years agomade wxTextFile work in Unicode (bug 1260189); also made it possible to use it with...
Vadim Zeitlin [Mon, 27 Mar 2006 23:31:23 +0000 (23:31 +0000)] 
made wxTextFile work in Unicode (bug 1260189); also made it possible to use it with non seekable files

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

18 years agomade wxTextFile work in Unicode; also made it possible to use it with non seekable...
Vadim Zeitlin [Mon, 27 Mar 2006 23:27:29 +0000 (23:27 +0000)] 
made wxTextFile work in Unicode; also made it possible to use it with non seekable files

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

18 years agoreally fixed iteration over wxTextbuffer using GetFirst/NextLine()
Vadim Zeitlin [Mon, 27 Mar 2006 23:01:00 +0000 (23:01 +0000)] 
really fixed iteration over wxTextbuffer using GetFirst/NextLine()

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

18 years agowe don't need to include wx/textfile.h here
Vadim Zeitlin [Mon, 27 Mar 2006 22:48:16 +0000 (22:48 +0000)] 
we don't need to include wx/textfile.h here

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

18 years agoreuse Clear() instead of duplicating its code in Close()
Vadim Zeitlin [Mon, 27 Mar 2006 20:43:15 +0000 (20:43 +0000)] 
reuse Clear() instead of duplicating its code in Close()

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

18 years agofix bug in Eof() which returned true even if we were only on the last line, not beyond it
Vadim Zeitlin [Mon, 27 Mar 2006 20:39:48 +0000 (20:39 +0000)] 
fix bug in Eof() which returned true even if we were only on the last line, not beyond it

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

18 years agouse wxLaunchDefaultBrowser by default if no browser is specified
Vadim Zeitlin [Mon, 27 Mar 2006 20:23:33 +0000 (20:23 +0000)] 
use wxLaunchDefaultBrowser by default if no browser is specified

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

18 years agorenamed m_MapFile into m_helpDir because this is what it really is
Vadim Zeitlin [Mon, 27 Mar 2006 20:05:07 +0000 (20:05 +0000)] 
renamed m_MapFile into m_helpDir because this is what it really is

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

18 years agoTest commit to verify cvs speed.
Włodzimierz Skiba [Mon, 27 Mar 2006 17:37:46 +0000 (17:37 +0000)] 
Test commit to verify cvs speed.

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

18 years agoadded an option to use wxExtHelpController (which means that it now depends on the...
Vadim Zeitlin [Mon, 27 Mar 2006 17:32:02 +0000 (17:32 +0000)] 
added an option to use wxExtHelpController (which means that it now depends on the adv library)

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

18 years agorewrote wxExtHelpController loading code to use wxFileName as it was broken under...
Vadim Zeitlin [Mon, 27 Mar 2006 17:28:51 +0000 (17:28 +0000)] 
rewrote wxExtHelpController loading code to use wxFileName as it was broken under Mac and it also reduces the code size; also use wxTextFile to further simplify the code

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

18 years agoSource and warning cleaning.
Włodzimierz Skiba [Mon, 27 Mar 2006 17:26:38 +0000 (17:26 +0000)] 
Source and warning cleaning.

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

18 years agoUnconditional assert means failure.
Włodzimierz Skiba [Mon, 27 Mar 2006 17:25:14 +0000 (17:25 +0000)] 
Unconditional assert means failure.

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

18 years agoMinor source cleaning.
Włodzimierz Skiba [Mon, 27 Mar 2006 15:52:54 +0000 (15:52 +0000)] 
Minor source cleaning.

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

18 years agoFix for broken 'param' macro syntax.
Włodzimierz Skiba [Mon, 27 Mar 2006 15:02:59 +0000 (15:02 +0000)] 
Fix for broken 'param' macro syntax.

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

18 years agoMinor source cleaning.
Włodzimierz Skiba [Mon, 27 Mar 2006 14:47:39 +0000 (14:47 +0000)] 
Minor source cleaning.

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

18 years agoSource and warning cleaning after enabling wxUSE_DATAVIEWCTRL in wxMSW builds.
Włodzimierz Skiba [Mon, 27 Mar 2006 14:01:33 +0000 (14:01 +0000)] 
Source and warning cleaning after enabling wxUSE_DATAVIEWCTRL in wxMSW builds.

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

18 years agodocumented GetResourcesDir() and GetLocalizedResourcesDir() (somehow forgot to commit...
Vadim Zeitlin [Mon, 27 Mar 2006 13:48:18 +0000 (13:48 +0000)] 
documented GetResourcesDir() and GetLocalizedResourcesDir() (somehow forgot to commit before, sorry)

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

18 years agofixed unused parameter warning
Vadim Zeitlin [Mon, 27 Mar 2006 13:46:50 +0000 (13:46 +0000)] 
fixed unused parameter warning

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

18 years agoCoverity CID 100 fix.
Włodzimierz Skiba [Mon, 27 Mar 2006 12:36:11 +0000 (12:36 +0000)] 
Coverity CID 100 fix.

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

18 years agoFinal and global PRIOR/NEXT change: keep consistency using only PAGE versions, deprec...
Włodzimierz Skiba [Mon, 27 Mar 2006 12:25:17 +0000 (12:25 +0000)] 
Final and global PRIOR/NEXT change: keep consistency using only PAGE versions, deprecate old ids, remove rest of build problems with case statemets.

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

18 years ago Committing in .
Jouk Jansen [Mon, 27 Mar 2006 09:35:41 +0000 (09:35 +0000)] 
 Committing in .

 Removing obsolete compiler directives for OpenVMS

 Modified Files:
  wxWidgets/src/generic/notebook.cpp
  wxWidgets/src/univ/notebook.cpp
  wxWidgets/src/unix/mimetype.cpp
 ----------------------------------------------------------------------

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

18 years agotranslate tips which appear inside _() in wxFileTipProvider
Vadim Zeitlin [Mon, 27 Mar 2006 00:57:06 +0000 (00:57 +0000)] 
translate tips which appear inside _() in wxFileTipProvider

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

18 years agoremoved wxClassInfo::CleanUp() as it breaks wxEntry reentrancy: once the sm_classTabl...
Vadim Zeitlin [Mon, 27 Mar 2006 00:54:00 +0000 (00:54 +0000)] 
removed wxClassInfo::CleanUp() as it breaks wxEntry reentrancy: once the sm_classTable is destroyed it's not going to be recreated again; instead leave last wxClassInfo::Unregister() call do this

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

18 years agoexplain that the message catalogs should be installed in the default directory for...
Vadim Zeitlin [Mon, 27 Mar 2006 00:23:44 +0000 (00:23 +0000)] 
explain that the message catalogs should be installed in the default directory for them

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

18 years agopartly undid last commit: we still need to look in . for the message catalogs to...
Vadim Zeitlin [Sat, 25 Mar 2006 22:57:49 +0000 (22:57 +0000)] 
partly undid last commit: we still need to look in . for the message catalogs to find them under Unix

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

18 years agolook for catalogs with LC_MESSAGES subdirectory and without it under Unix
Vadim Zeitlin [Sat, 25 Mar 2006 22:57:19 +0000 (22:57 +0000)] 
look for catalogs with LC_MESSAGES subdirectory and without it under Unix

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

18 years agodiscard the debug directories at the end of the executable path automatically in...
Vadim Zeitlin [Sat, 25 Mar 2006 18:31:44 +0000 (18:31 +0000)] 
discard the debug directories at the end of the executable path automatically in debug builds to allow running the programs without installing them

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

18 years agono need to add . and .. explicitely to the catalogs search path, the new catalog...
Vadim Zeitlin [Sat, 25 Mar 2006 18:30:04 +0000 (18:30 +0000)] 
no need to add . and .. explicitely to the catalogs search path, the new catalog search code code is smart enough to find them there on its own

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

18 years agosimplified message catalog search code using the new wxStandardPaths::GetLocalizedRes...
Vadim Zeitlin [Sat, 25 Mar 2006 18:28:29 +0000 (18:28 +0000)] 
simplified message catalog search code using the new wxStandardPaths::GetLocalizedResourcesDir()

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

18 years agoadded wxStandardPaths::GetResourcesDir() and GetLocalizedResourcesDir()
Vadim Zeitlin [Sat, 25 Mar 2006 17:00:40 +0000 (17:00 +0000)] 
added wxStandardPaths::GetResourcesDir() and GetLocalizedResourcesDir()

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

18 years agoimplemented GetPluginsDir() to behave as documented
Vadim Zeitlin [Sat, 25 Mar 2006 14:50:31 +0000 (14:50 +0000)] 
implemented GetPluginsDir() to behave as documented

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

18 years agouse one #ifdef __VMS instead of doing it in each and every function
Vadim Zeitlin [Sat, 25 Mar 2006 14:47:44 +0000 (14:47 +0000)] 
use one #ifdef __VMS instead of doing it in each and every function

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

18 years agoremoved wxMac stuff from here, unless I'm missing something this file is not used...
Vadim Zeitlin [Sat, 25 Mar 2006 14:42:05 +0000 (14:42 +0000)] 
removed wxMac stuff from here, unless I'm missing something this file is not used under Mac at all

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

18 years agodon't crash in GetInstallPrefix() if wxTheApp == NULL (especially as we don't need...
Vadim Zeitlin [Sat, 25 Mar 2006 14:34:27 +0000 (14:34 +0000)] 
don't crash in GetInstallPrefix() if wxTheApp == NULL (especially as we don't need it anyhow)

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

18 years agoFixed crash in Life demo on Mac
Julian Smart [Sat, 25 Mar 2006 12:04:37 +0000 (12:04 +0000)] 
Fixed crash in Life demo on Mac

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

18 years agoBuild fix after PRIOR/NEXT removal.
Włodzimierz Skiba [Sat, 25 Mar 2006 07:59:53 +0000 (07:59 +0000)] 
Build fix after PRIOR/NEXT removal.

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

18 years agore-fix operator?: involving wxNodes and compatibility_iterators
Vadim Zeitlin [Sat, 25 Mar 2006 03:14:13 +0000 (03:14 +0000)] 
re-fix operator?: involving wxNodes and compatibility_iterators

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

18 years agoX11 callbacks must be extern C
Vadim Zeitlin [Sat, 25 Mar 2006 03:01:55 +0000 (03:01 +0000)] 
X11 callbacks must be extern C

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

18 years agoUse self.GetCanvas() instead of just self.GetCanvas
Robin Dunn [Sat, 25 Mar 2006 00:14:46 +0000 (00:14 +0000)] 
Use self.GetCanvas() instead of just self.GetCanvas

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

18 years agomore size_t --> unsigned int changes
Robin Dunn [Sat, 25 Mar 2006 00:13:33 +0000 (00:13 +0000)] 
more size_t --> unsigned int changes

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

18 years agoThe null byte at the end of the string should not be included in the
Robin Dunn [Sat, 25 Mar 2006 00:06:25 +0000 (00:06 +0000)] 
The null byte at the end of the string should not be included in the
size of a text data object in the clipboard, otherwise we have to
subtract it when the data is requested and that results in truncating
one byte for other data formats.

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

18 years agoUpdated changes list after int/size_t unsigned int.
Włodzimierz Skiba [Fri, 24 Mar 2006 23:57:43 +0000 (23:57 +0000)] 
Updated changes list after int/size_t unsigned int.

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

18 years agoBack to unsigned int count in wxTreeCtrl.
Włodzimierz Skiba [Fri, 24 Mar 2006 23:46:43 +0000 (23:46 +0000)] 
Back to unsigned int count in wxTreeCtrl.

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

18 years agoMore null virtuals in wxRadioBoxBase (see: 'Developers_Notebook-Incomplete-API' in...
Włodzimierz Skiba [Fri, 24 Mar 2006 22:50:51 +0000 (22:50 +0000)] 
More null virtuals in wxRadioBoxBase (see: 'Developers_Notebook-Incomplete-API' in wxWiki)

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

18 years agominor cleanup
David Surovell [Fri, 24 Mar 2006 17:19:35 +0000 (17:19 +0000)] 
minor cleanup

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

18 years agoAdd a note about WXK*PRIOR and WXK*NEXT
Robin Dunn [Fri, 24 Mar 2006 17:01:12 +0000 (17:01 +0000)] 
Add a note about WXK*PRIOR and WXK*NEXT

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

18 years agoCommented out call that breaks metal style setting before Create
Julian Smart [Fri, 24 Mar 2006 13:49:37 +0000 (13:49 +0000)] 
Commented out call that breaks metal style setting before Create

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

18 years agoAllow easier PalmOS5 development by volounteers.
Włodzimierz Skiba [Fri, 24 Mar 2006 13:41:27 +0000 (13:41 +0000)] 
Allow easier PalmOS5 development by volounteers.

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

18 years agoReduced deprecation warning frequency
Julian Smart [Fri, 24 Mar 2006 13:01:19 +0000 (13:01 +0000)] 
Reduced deprecation warning frequency

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

18 years agoHidden variable warning fix
Julian Smart [Fri, 24 Mar 2006 12:27:45 +0000 (12:27 +0000)] 
Hidden variable warning fix

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

18 years agoPRIOR/NEXT build fixes.
Włodzimierz Skiba [Fri, 24 Mar 2006 12:17:48 +0000 (12:17 +0000)] 
PRIOR/NEXT build fixes.

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

18 years agoAdded note about accelerator translation
Julian Smart [Fri, 24 Mar 2006 12:13:07 +0000 (12:13 +0000)] 
Added note about accelerator translation

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

18 years agoKeep wxPalmOS buildable in case Access would reuse some portions of PalmOS6.
Włodzimierz Skiba [Fri, 24 Mar 2006 10:32:16 +0000 (10:32 +0000)] 
Keep wxPalmOS buildable in case Access would reuse some portions of PalmOS6.

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

18 years agoPRIOR/NEXT build fixes.
Włodzimierz Skiba [Fri, 24 Mar 2006 10:27:44 +0000 (10:27 +0000)] 
PRIOR/NEXT build fixes.

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

18 years agoPRIOR/NEXT build fixes and warning corrections.
Włodzimierz Skiba [Fri, 24 Mar 2006 10:20:58 +0000 (10:20 +0000)] 
PRIOR/NEXT build fixes and warning corrections.

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

18 years agoSource cleaning.
Włodzimierz Skiba [Fri, 24 Mar 2006 08:44:55 +0000 (08:44 +0000)] 
Source cleaning.

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

18 years agoWarning fixes.
Włodzimierz Skiba [Fri, 24 Mar 2006 08:31:58 +0000 (08:31 +0000)] 
Warning fixes.

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

18 years agoUpdated adding samples section.
Julian Smart [Fri, 24 Mar 2006 08:28:38 +0000 (08:28 +0000)] 
Updated adding samples section.

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

18 years agoFix after removal of PRIOR/NEXT in common headers.
Włodzimierz Skiba [Fri, 24 Mar 2006 08:28:08 +0000 (08:28 +0000)] 
Fix after removal of PRIOR/NEXT in common headers.

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

18 years agoBuild corrections
Julian Smart [Fri, 24 Mar 2006 08:22:29 +0000 (08:22 +0000)] 
Build corrections

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

18 years agoFix after removal of PRIOR/NEXT in common headers (duplicates change in GTK2 sources).
Włodzimierz Skiba [Fri, 24 Mar 2006 08:22:23 +0000 (08:22 +0000)] 
Fix after removal of PRIOR/NEXT in common headers (duplicates change in GTK2 sources).

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

18 years agoWarning fixes.
Włodzimierz Skiba [Fri, 24 Mar 2006 08:19:35 +0000 (08:19 +0000)] 
Warning fixes.

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