]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years ago__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE
Stefan Csomor [Sun, 17 Oct 2004 10:36:33 +0000 (10:36 +0000)] 
__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE

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

19 years ago Fixed lost focus events in wxListBox.
Robert Roebling [Sun, 17 Oct 2004 09:58:46 +0000 (09:58 +0000)] 
 Fixed lost focus events in wxListBox.

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

19 years ago Link problem.
Robert Roebling [Sun, 17 Oct 2004 09:57:22 +0000 (09:57 +0000)] 
  Link problem.

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

19 years agoTest GetTextRange on some unicode text
Robin Dunn [Sun, 17 Oct 2004 02:29:51 +0000 (02:29 +0000)] 
Test GetTextRange on some unicode text

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

19 years agoUse Scintilla's functions for Unicode/UTF8 conversions
Robin Dunn [Sun, 17 Oct 2004 02:27:22 +0000 (02:27 +0000)] 
Use Scintilla's functions for Unicode/UTF8 conversions

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

19 years agoadded test for the (just fixed) bug with adding the first entry to the root group
Vadim Zeitlin [Sun, 17 Oct 2004 01:13:54 +0000 (01:13 +0000)] 
added test for the (just fixed) bug with adding the first entry to the root group

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

19 years agouse common code to determine best notebook size instaed of Mac-specific which mistake...
Vadim Zeitlin [Sun, 17 Oct 2004 01:00:31 +0000 (01:00 +0000)] 
use common code to determine best notebook size instaed of Mac-specific which mistakenly used current pages sizes and not the best ones

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

19 years agoadded --linkdeps switch
Vadim Zeitlin [Sun, 17 Oct 2004 00:38:31 +0000 (00:38 +0000)] 
added --linkdeps switch

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

19 years agofixed bug with adding new entries to a root group with subgroups but without any...
Vadim Zeitlin [Sun, 17 Oct 2004 00:05:21 +0000 (00:05 +0000)] 
fixed bug with adding new entries to a root group with subgroups but without any existing entries

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

19 years ago Began work on print dialogs. Now wxPrintDialog
Robert Roebling [Sat, 16 Oct 2004 22:11:48 +0000 (22:11 +0000)] 
  Began work on print dialogs. Now wxPrintDialog
    is a pimpl implementation of the native
    dialog classes, which are created in wxPrintFactory.

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

19 years agodon't use m_instanceAsWindow to convert dialog units, it's not fully constructed...
Václav Slavík [Sat, 16 Oct 2004 21:52:54 +0000 (21:52 +0000)] 
don't use m_instanceAsWindow to convert dialog units, it's not fully constructed yet and can't provide the information

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

19 years agodon't leave two conscutive separators after "moving" a standard menu item to the...
Vadim Zeitlin [Sat, 16 Oct 2004 20:54:46 +0000 (20:54 +0000)] 
don't leave two conscutive separators after "moving" a standard menu item to the application menu

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

19 years agodon't reset tool/status bar pointers manually, it is now done automatically by the...
Vadim Zeitlin [Sat, 16 Oct 2004 20:28:36 +0000 (20:28 +0000)] 
don't reset tool/status bar pointers manually, it is now done automatically by the dtors of the bars themselves

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

19 years agoreset parent frame tool/status bar pointer automatically when the bar is destroyed...
Vadim Zeitlin [Sat, 16 Oct 2004 20:25:39 +0000 (20:25 +0000)] 
reset parent frame tool/status bar pointer automatically when the bar is destroyed; this ensures that we're never left with dangling pointers and fixes a crash under Mac when MDI child frame with a toolbar is closed

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

19 years agoadded wxSetCursorEvent documentation (patch 1048181)
Vadim Zeitlin [Sat, 16 Oct 2004 19:59:04 +0000 (19:59 +0000)] 
added wxSetCursorEvent documentation (patch 1048181)

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

19 years agowxProcess::OnTerminate is not const
Václav Slavík [Sat, 16 Oct 2004 19:43:52 +0000 (19:43 +0000)] 
wxProcess::OnTerminate is not const

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

19 years agounused params warnings (patch 1048431)
Vadim Zeitlin [Sat, 16 Oct 2004 19:41:18 +0000 (19:41 +0000)] 
unused params warnings (patch 1048431)

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

19 years agoFix to use old AutoWidthMixin API
Robin Dunn [Sat, 16 Oct 2004 17:46:29 +0000 (17:46 +0000)] 
Fix to use old AutoWidthMixin API

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

19 years agocall AddChild() when the control is already reallly created
Vadim Zeitlin [Sat, 16 Oct 2004 15:00:40 +0000 (15:00 +0000)] 
call AddChild() when the control is already reallly created

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

19 years agosuppress VC++ warning about long -> void * conversion too
Vadim Zeitlin [Sat, 16 Oct 2004 13:39:45 +0000 (13:39 +0000)] 
suppress VC++ warning about long -> void * conversion too

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

19 years agofixed enhanced metafiles loading from files
Vadim Zeitlin [Sat, 16 Oct 2004 13:31:27 +0000 (13:31 +0000)] 
fixed enhanced metafiles loading from files

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

19 years agoreplace post-linking commands with true, not #, for the platforms for which they...
Vadim Zeitlin [Sat, 16 Oct 2004 11:45:06 +0000 (11:45 +0000)] 
replace post-linking commands with true, not #, for the platforms for which they don't make sense: this allows to use things like wx-config --rezflags directly in makefiles and not only with autoconf

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

19 years agouse size_t for the total size of data instead of wxFileSize_t (msg catalogs can't...
Vadim Zeitlin [Sat, 16 Oct 2004 11:31:27 +0000 (11:31 +0000)] 
use size_t for the total size of data instead of wxFileSize_t (msg catalogs can't be that big...)

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

19 years agoAdd a second wxTaskBarIcon that uses the Dock (wxCocoa only)
David Elliott [Sat, 16 Oct 2004 02:15:48 +0000 (02:15 +0000)] 
Add a second wxTaskBarIcon that uses the Dock (wxCocoa only)

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

19 years agofixed CFM build linking error
Dimitri Schoolwerth [Sat, 16 Oct 2004 01:49:28 +0000 (01:49 +0000)] 
fixed CFM build linking error

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

19 years agofixed fatal bug when moving the control after itself in tab order
Vadim Zeitlin [Sat, 16 Oct 2004 01:47:22 +0000 (01:47 +0000)] 
fixed fatal bug when moving the control after itself in tab order

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

19 years agoWhoops, forgot to commit this.
David Elliott [Sat, 16 Oct 2004 01:30:39 +0000 (01:30 +0000)] 
Whoops, forgot to commit this.

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

19 years agoadded missing WXDLLEXPORT
Vadim Zeitlin [Sat, 16 Oct 2004 00:45:07 +0000 (00:45 +0000)] 
added missing WXDLLEXPORT

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

19 years agofixed inconsistent dllspec warning in DLL build
Vadim Zeitlin [Sat, 16 Oct 2004 00:38:10 +0000 (00:38 +0000)] 
fixed inconsistent dllspec warning in DLL build

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

19 years agofixed the just added wxStringTokenizer::GetPosition() test overwritten by the previou...
Vadim Zeitlin [Sat, 16 Oct 2004 00:27:02 +0000 (00:27 +0000)] 
fixed the just added wxStringTokenizer::GetPosition() test overwritten by the previous commit

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

19 years agouse unsigned chars for UTF8 data (avoids warnings)
Vadim Zeitlin [Sat, 16 Oct 2004 00:16:27 +0000 (00:16 +0000)] 
use unsigned chars for UTF8 data (avoids warnings)

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

19 years agoadded wxStringTokenizer::GetPosition() test
Vadim Zeitlin [Sat, 16 Oct 2004 00:14:07 +0000 (00:14 +0000)] 
added wxStringTokenizer::GetPosition() test

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

19 years agoRebaked/autoconfiscated for wxCocoa wxTaskBarIcon addition.
David Elliott [Fri, 15 Oct 2004 23:03:39 +0000 (23:03 +0000)] 
Rebaked/autoconfiscated for wxCocoa wxTaskBarIcon addition.

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

19 years agoimplemented SetWildcard()
Vadim Zeitlin [Fri, 15 Oct 2004 22:55:13 +0000 (22:55 +0000)] 
implemented SetWildcard()

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

19 years agowxCocoa: Added wxTaskBarIcon
David Elliott [Fri, 15 Oct 2004 22:52:28 +0000 (22:52 +0000)] 
wxCocoa: Added wxTaskBarIcon

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

19 years agoYes Ryan, I really did mean to remove these files.
David Elliott [Fri, 15 Oct 2004 22:44:06 +0000 (22:44 +0000)] 
Yes Ryan, I really did mean to remove these files.

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

19 years agoDocsDemo --> docs-demos
Robin Dunn [Fri, 15 Oct 2004 21:14:43 +0000 (21:14 +0000)] 
DocsDemo --> docs-demos

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

19 years agouse wxPtrToUInt/UIntToPtr instead of (removed) ULong versions
Vadim Zeitlin [Fri, 15 Oct 2004 21:10:45 +0000 (21:10 +0000)] 
use wxPtrToUInt/UIntToPtr instead of (removed) ULong versions

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

19 years agolinkage fixes for monolithic static build
Václav Slavík [Fri, 15 Oct 2004 21:05:02 +0000 (21:05 +0000)] 
linkage fixes for monolithic static build

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

19 years agoGive the win32 runtime installer its own readme.
Robin Dunn [Fri, 15 Oct 2004 20:58:26 +0000 (20:58 +0000)] 
Give the win32 runtime installer its own readme.

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

19 years agoremoved pragma interface which resulted in link errors when inline functions from...
Vadim Zeitlin [Fri, 15 Oct 2004 20:58:23 +0000 (20:58 +0000)] 
removed pragma interface which resulted in link errors when inline functions from this file were used; remove wxULongToPtr/wxPtrToULong which could truncate the pointer; added wxUIntToPtr in addition to existing wxPtrToUInt (which now takes const pointer) to replace them

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

19 years agouse wxPtrToUInt instead of (lossy) wxPtrToULong
Vadim Zeitlin [Fri, 15 Oct 2004 20:35:39 +0000 (20:35 +0000)] 
use wxPtrToUInt instead of (lossy) wxPtrToULong

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

19 years agoShow PlatformInfo in the About box too.
Robin Dunn [Fri, 15 Oct 2004 20:31:23 +0000 (20:31 +0000)] 
Show PlatformInfo in the About box too.

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

19 years agoShow PlatformInfo in the About box too.
Robin Dunn [Fri, 15 Oct 2004 20:21:37 +0000 (20:21 +0000)] 
Show PlatformInfo in the About box too.

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

19 years agojust a whitespace change
Robin Dunn [Fri, 15 Oct 2004 20:07:51 +0000 (20:07 +0000)] 
just a whitespace change

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

19 years agomore consistent naming
Robin Dunn [Fri, 15 Oct 2004 20:05:01 +0000 (20:05 +0000)] 
more consistent naming

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

19 years agoUnnecessary wxString(wxString).
Włodzimierz Skiba [Fri, 15 Oct 2004 19:50:37 +0000 (19:50 +0000)] 
Unnecessary wxString(wxString).

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

19 years agoCorrected some comments
Robin Dunn [Fri, 15 Oct 2004 19:35:03 +0000 (19:35 +0000)] 
Corrected some comments

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

19 years agoDocs updates for 2.5.3.0
Robin Dunn [Fri, 15 Oct 2004 19:30:24 +0000 (19:30 +0000)] 
Docs updates for 2.5.3.0

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

19 years agoTweak unicode --> string conversion helper so UnicodeDecodeError is
Robin Dunn [Fri, 15 Oct 2004 19:28:34 +0000 (19:28 +0000)] 
Tweak unicode --> string conversion helper so UnicodeDecodeError is
raised when appropriate instead ofg just catching everything and
raising TypeError

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

19 years agoGUI is not All at all ;)
Włodzimierz Skiba [Fri, 15 Oct 2004 19:03:34 +0000 (19:03 +0000)] 
GUI is not All at all ;)

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

19 years agoParts of wxSizer::Show() extracted into wxSizer::GetItem() (together with documentation).
Włodzimierz Skiba [Fri, 15 Oct 2004 18:58:52 +0000 (18:58 +0000)] 
Parts of wxSizer::Show() extracted into wxSizer::GetItem() (together with documentation).

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

19 years agoApplied patch from Pim Van Heuven that modifies 4 files:
Robin Dunn [Fri, 15 Oct 2004 18:45:21 +0000 (18:45 +0000)] 
Applied patch from Pim Van Heuven that modifies 4 files:
    - wxPython/demo/ListCtrl_edit.py (new demo)
    - wxPython/demo/Main.py (include new demo in demo app)
    - wxPython/wx/lib/mixins/listctrl.py (several improvements to
      TextEditMixin)
    - wxPython/wx/lib/wxpTag.py (some small fixes)

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

19 years agodon't create makefiles for nonexistent utils
Václav Slavík [Fri, 15 Oct 2004 16:27:15 +0000 (16:27 +0000)] 
don't create makefiles for nonexistent utils

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

19 years agoWarning fixes.
Włodzimierz Skiba [Fri, 15 Oct 2004 16:12:58 +0000 (16:12 +0000)] 
Warning fixes.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Fri, 15 Oct 2004 16:00:06 +0000 (16:00 +0000)] 
Warning fixes.

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

19 years agoadded Norvegian translation (Hans F. Nordhaug)
Vadim Zeitlin [Fri, 15 Oct 2004 15:44:21 +0000 (15:44 +0000)] 
added Norvegian translation (Hans F. Nordhaug)

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

19 years agoReadChar() is called GetChar() in fact
Vadim Zeitlin [Fri, 15 Oct 2004 15:41:18 +0000 (15:41 +0000)] 
ReadChar() is called GetChar() in fact

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

19 years agoQuiet cooperation between MSW and wxGL.
Włodzimierz Skiba [Fri, 15 Oct 2004 15:29:31 +0000 (15:29 +0000)] 
Quiet cooperation between MSW and wxGL.

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

19 years agoDMC fix.
Włodzimierz Skiba [Fri, 15 Oct 2004 15:05:52 +0000 (15:05 +0000)] 
DMC fix.

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

19 years agoquick fix for misgenerated console samples' Makefile.in
Václav Slavík [Fri, 15 Oct 2004 14:35:53 +0000 (14:35 +0000)] 
quick fix for misgenerated console samples' Makefile.in

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

19 years agoregenerated
Václav Slavík [Fri, 15 Oct 2004 14:10:55 +0000 (14:10 +0000)] 
regenerated

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

19 years agoVC++ warning fixes for /Wp64
Vadim Zeitlin [Fri, 15 Oct 2004 13:09:00 +0000 (13:09 +0000)] 
VC++ warning fixes for /Wp64

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

19 years agoFix for platforms where 64-bit value support is not implemented in switch/case statem...
Włodzimierz Skiba [Fri, 15 Oct 2004 08:13:09 +0000 (08:13 +0000)] 
Fix for platforms where 64-bit value support is not implemented in switch/case statements.

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

19 years agoFor autoconf/unix builds update the hardcoded afm dir too.
Ron Lee [Fri, 15 Oct 2004 07:50:21 +0000 (07:50 +0000)] 
For autoconf/unix builds update the hardcoded afm dir too.

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

19 years agoBump copyright date and indicate debug builds too in 'easter egg' dialog.
Ron Lee [Fri, 15 Oct 2004 07:25:40 +0000 (07:25 +0000)] 
Bump copyright date and indicate debug builds too in 'easter egg' dialog.

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

19 years ago Committing in .
Jouk Jansen [Fri, 15 Oct 2004 06:45:11 +0000 (06:45 +0000)] 
 Committing in .

 Added some type casts to silence the compiler on OpenVMS

 Modified Files:
  wxWidgets/src/common/db.cpp
 ----------------------------------------------------------------------

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

19 years agoremoved IsShown guards, allowing now for manipulation of hidden toolbars
Stefan Csomor [Fri, 15 Oct 2004 06:12:27 +0000 (06:12 +0000)] 
removed IsShown guards, allowing now for manipulation of hidden toolbars

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

19 years agoAllow the wxMenu to be owned by the NSMenu so that it can be returned
David Elliott [Fri, 15 Oct 2004 03:06:50 +0000 (03:06 +0000)] 
Allow the wxMenu to be owned by the NSMenu so that it can be returned
from methods which Cocoa calls when a menu is to be popped up.

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

19 years agoAllow the dealloc message to be caught
David Elliott [Fri, 15 Oct 2004 02:55:15 +0000 (02:55 +0000)] 
Allow the dealloc message to be caught

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

19 years agoUse wxObjcAutoRefFromAlloc for sm_cocoaTarget.
David Elliott [Fri, 15 Oct 2004 01:39:35 +0000 (01:39 +0000)] 
Use wxObjcAutoRefFromAlloc for sm_cocoaTarget.
Move some processing code from wxMenuItemAction to CocoaItemSelected.
Add Cocoa_validateMenuItem and use it instead of calling IsEnabled directly.
Do not set the target or action for wxMenuItem that open submenus.

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

19 years agoAdapt to new file naming scheme, new Installer structures, and other
Robin Dunn [Fri, 15 Oct 2004 01:13:02 +0000 (01:13 +0000)] 
Adapt to new file naming scheme, new Installer structures, and other
build tweaks.

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

19 years agoRestructured for new style RPMs, etc. Can build all the RPMs from a
Robin Dunn [Fri, 15 Oct 2004 01:02:22 +0000 (01:02 +0000)] 
Restructured for new style RPMs, etc.  Can build all the RPMs from a
single .spec file, by using --define parameters.

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

19 years agobe cmd.exe compatible
Robin Dunn [Fri, 15 Oct 2004 00:56:22 +0000 (00:56 +0000)] 
be cmd.exe compatible

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

19 years agoDon't make the metadata xml file anymore
Robin Dunn [Fri, 15 Oct 2004 00:55:39 +0000 (00:55 +0000)] 
Don't make the metadata xml file anymore

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

19 years ago* Don't reset LC_NUMERIC if on Python 2.4
Robin Dunn [Fri, 15 Oct 2004 00:54:53 +0000 (00:54 +0000)] 
* Don't reset LC_NUMERIC if on Python 2.4
* Always save the tstate

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

19 years agowxRect --> wx.Rect
Robin Dunn [Fri, 15 Oct 2004 00:51:57 +0000 (00:51 +0000)] 
wxRect --> wx.Rect

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

19 years agoworkarounds for old versions of distutils
Robin Dunn [Fri, 15 Oct 2004 00:47:56 +0000 (00:47 +0000)] 
workarounds for old versions of distutils

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

19 years agoput back the code to add the 3rd digit in the extraPath
Robin Dunn [Fri, 15 Oct 2004 00:46:11 +0000 (00:46 +0000)] 
put back the code to add the 3rd digit in the extraPath

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

19 years agouse wxFileSize_t instead of wxFileOffset or off_t
Vadim Zeitlin [Fri, 15 Oct 2004 00:34:21 +0000 (00:34 +0000)] 
use wxFileSize_t instead of wxFileOffset or off_t

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

19 years agofixed wxFileSize_t definition under Unix
Vadim Zeitlin [Fri, 15 Oct 2004 00:23:32 +0000 (00:23 +0000)] 
fixed wxFileSize_t definition under Unix

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

19 years agomade Tell/Seek/Length() return wxFileSize_t as well
Vadim Zeitlin [Fri, 15 Oct 2004 00:22:27 +0000 (00:22 +0000)] 
made Tell/Seek/Length() return wxFileSize_t as well

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

19 years agoadded wxFileSize_t, changed types of wxFile methods/parameters once again
Vadim Zeitlin [Fri, 15 Oct 2004 00:01:00 +0000 (00:01 +0000)] 
added wxFileSize_t, changed types of wxFile methods/parameters once again

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

19 years agoalways let GTK process focus_out events itself
Vadim Zeitlin [Thu, 14 Oct 2004 23:46:08 +0000 (23:46 +0000)] 
always let GTK process focus_out events itself

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

19 years agocall Skip() under Mac
Vadim Zeitlin [Thu, 14 Oct 2004 22:31:52 +0000 (22:31 +0000)] 
call Skip() under Mac

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

19 years agoreplaced deprecated GetNoHistoryFiles() function with GetCount()
Vadim Zeitlin [Thu, 14 Oct 2004 22:27:57 +0000 (22:27 +0000)] 
replaced deprecated GetNoHistoryFiles() function with GetCount()

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

19 years agoDo not waste time for USE_ODBC=0.
Włodzimierz Skiba [Thu, 14 Oct 2004 19:15:38 +0000 (19:15 +0000)] 
Do not waste time for USE_ODBC=0.

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

19 years agoBug #1001474. Text!=Password.
Włodzimierz Skiba [Thu, 14 Oct 2004 18:09:33 +0000 (18:09 +0000)] 
Bug #1001474. Text!=Password.

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

19 years agoWarning fix for wxDateTime_t <-> MSW data exchange.
Włodzimierz Skiba [Thu, 14 Oct 2004 17:42:33 +0000 (17:42 +0000)] 
Warning fix for wxDateTime_t <-> MSW data exchange.

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

19 years agoFix to wrong order of parameters. Used wxStringBase constructor has parameters in...
Włodzimierz Skiba [Thu, 14 Oct 2004 17:36:04 +0000 (17:36 +0000)] 
Fix to wrong order of parameters. Used wxStringBase constructor has parameters in reversed order in comparison to wxString (iirc due to stl::string compatibility).

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

19 years agoFix to the crash in all MSW/OpenWatcom apps using toolbars. wxString() in A?B:C is...
Włodzimierz Skiba [Thu, 14 Oct 2004 17:27:33 +0000 (17:27 +0000)] 
Fix to the crash in all MSW/OpenWatcom apps using toolbars. wxString() in A?B:C is not a good idea.

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

19 years agoFix to bug #1046289. dtor of wxMetaTagParser must be executed earlier than dtor of...
Włodzimierz Skiba [Thu, 14 Oct 2004 17:19:04 +0000 (17:19 +0000)] 
Fix to bug #1046289. dtor of wxMetaTagParser must be executed earlier than dtor of 'charset'.

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

19 years agoDo not waste time with OpenGL turned off.
Włodzimierz Skiba [Thu, 14 Oct 2004 17:09:43 +0000 (17:09 +0000)] 
Do not waste time with OpenGL turned off.

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

19 years agoFree DMC does not distribute OpenGL support.
Włodzimierz Skiba [Thu, 14 Oct 2004 17:05:29 +0000 (17:05 +0000)] 
Free DMC does not distribute OpenGL support.

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

19 years agoreadd files to restore cocoa compilation
Ryan Norton [Thu, 14 Oct 2004 14:34:31 +0000 (14:34 +0000)] 
readd files to restore cocoa compilation

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

19 years agoReverted and fixed really broken overcommit
Ryan Norton [Thu, 14 Oct 2004 14:07:27 +0000 (14:07 +0000)] 
Reverted and fixed really broken overcommit

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

19 years agofixes to building wxBase on Darwin
Václav Slavík [Thu, 14 Oct 2004 12:49:42 +0000 (12:49 +0000)] 
fixes to building wxBase on Darwin

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

19 years agoScript updates
Julian Smart [Thu, 14 Oct 2004 10:32:33 +0000 (10:32 +0000)] 
Script updates

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

19 years agoDoc tweaks
Julian Smart [Thu, 14 Oct 2004 10:29:58 +0000 (10:29 +0000)] 
Doc tweaks

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

19 years agoAdded SetScrollLinesX, SetScrollLinesY so apps can work around scrollbar
Julian Smart [Thu, 14 Oct 2004 10:28:20 +0000 (10:28 +0000)] 
Added SetScrollLinesX, SetScrollLinesY so apps can work around scrollbar
appearance problems by setting the scroll increment to e.g. 1
(Scrollbar problems caused by rounding errors - see comments in grid.cpp).
Also removed obsolete functions from reference, rearranged alphabetically

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