wxWidgets.git
19 years agoRebaked (build/bakefiles/common.bkl 1.95->1.96 change)
David Elliott [Mon, 18 Oct 2004 17:02:37 +0000 (17:02 +0000)] 
Rebaked (build/bakefiles/common.bkl 1.95->1.96 change)

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

19 years agofixed previous revision: call wxControl's, not wxButton's DoGetBestSize
Václav Slavík [Mon, 18 Oct 2004 13:13:39 +0000 (13:13 +0000)] 
fixed previous revision: call wxControl's, not wxButton's DoGetBestSize

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

19 years agoUnnecessary const_ prefix removed (blindly).
Włodzimierz Skiba [Mon, 18 Oct 2004 13:00:11 +0000 (13:00 +0000)] 
Unnecessary const_ prefix removed (blindly).

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

19 years agobe user friendly on Unix and expand the / node automatically
Václav Slavík [Mon, 18 Oct 2004 12:50:10 +0000 (12:50 +0000)] 
be user friendly on Unix and expand the / node automatically

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

19 years agowxBitmapButton doesn't need own DoGetBestSize, wxControl's one works (fixes sizing...
Václav Slavík [Mon, 18 Oct 2004 12:38:21 +0000 (12:38 +0000)] 
wxBitmapButton doesn't need own DoGetBestSize, wxControl's one works (fixes sizing bug)

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

19 years agosupport alpha channel in menu items bitmaps, too
Václav Slavík [Mon, 18 Oct 2004 09:43:37 +0000 (09:43 +0000)] 
support alpha channel in menu items bitmaps, too

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

19 years agoXRC ignored menu bitmap on non-MSW platforms, fixed
Václav Slavík [Mon, 18 Oct 2004 09:30:32 +0000 (09:30 +0000)] 
XRC ignored menu bitmap on non-MSW platforms, fixed

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

19 years agofixed typo
Václav Slavík [Mon, 18 Oct 2004 09:05:49 +0000 (09:05 +0000)] 
fixed typo

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

19 years agoWarning fixes for OpenWatcom.
Włodzimierz Skiba [Mon, 18 Oct 2004 05:56:07 +0000 (05:56 +0000)] 
Warning fixes for OpenWatcom.

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

19 years agoremove the selection when SetSelection(-1) is called instead of asserting (as documented)
Vadim Zeitlin [Mon, 18 Oct 2004 01:03:02 +0000 (01:03 +0000)] 
remove the selection when SetSelection(-1) is called instead of asserting (as documented)

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

19 years agotypo
Vadim Zeitlin [Mon, 18 Oct 2004 00:23:56 +0000 (00:23 +0000)] 
typo

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

19 years agodocumented that SetSelection(-1) removes the selection
Vadim Zeitlin [Mon, 18 Oct 2004 00:18:43 +0000 (00:18 +0000)] 
documented that SetSelection(-1) removes the selection

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

19 years agoadded wxDynamicLibrary::HasSymbol()
Vadim Zeitlin [Sun, 17 Oct 2004 23:20:51 +0000 (23:20 +0000)] 
added wxDynamicLibrary::HasSymbol()

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

19 years ago Renamed wxPrintNativeData methods to better match
Robert Roebling [Sun, 17 Oct 2004 23:00:41 +0000 (23:00 +0000)] 
  Renamed wxPrintNativeData methods to better match
    those of the preexisting wxMac class. This should
    make transition of the wxMac classes to the new
    wxPrintNativeData classes easier.
  Renamed wxWindowsPrintNativeData to a proper name
    that is less confusing (GetNativeData -> GetDevMode).

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

19 years agoadded \newsince command
Vadim Zeitlin [Sun, 17 Oct 2004 22:30:01 +0000 (22:30 +0000)] 
added \newsince command

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

19 years agoadded interface for wxFileLocator class
Vadim Zeitlin [Sun, 17 Oct 2004 21:43:08 +0000 (21:43 +0000)] 
added interface for wxFileLocator class

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

19 years agoWarning fixes related to various cases of typecasting.
Włodzimierz Skiba [Sun, 17 Oct 2004 21:39:05 +0000 (21:39 +0000)] 
Warning fixes related to various cases of typecasting.

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

19 years agomention enhanced metafiles bug fix
Vadim Zeitlin [Sun, 17 Oct 2004 21:28:18 +0000 (21:28 +0000)] 
mention enhanced metafiles bug fix

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

19 years agocompilation fix for Borland
Vadim Zeitlin [Sun, 17 Oct 2004 20:17:00 +0000 (20:17 +0000)] 
compilation fix for Borland

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

19 years agowxHashMap compatible typecasting.
Włodzimierz Skiba [Sun, 17 Oct 2004 19:45:42 +0000 (19:45 +0000)] 
wxHashMap compatible typecasting.

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

19 years ago- wxDynamicLibrary::GetDllExt() now returns ".bundle", not ".dylib"
Vadim Zeitlin [Sun, 17 Oct 2004 19:45:20 +0000 (19:45 +0000)] 
- wxDynamicLibrary::GetDllExt() now returns ".bundle", not ".dylib"
- wxDynamicLibrary::GetSymbol() now prepends underscore to the symbol name

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

19 years ago Took one part of the patch back again...
Robert Roebling [Sun, 17 Oct 2004 19:32:48 +0000 (19:32 +0000)] 
  Took one part of the patch back again...

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

19 years ago First step at moving the print (dialog) native
Robert Roebling [Sun, 17 Oct 2004 17:25:40 +0000 (17:25 +0000)] 
  First step at moving the print (dialog) native
   data into native dirs and cleaning up the code.
   The native part of wxPrintData is now created
   via the wxPrintFactory. I moved the code for
   PostScript to /src/generic/prntdlgg. and for
   MSW to its the respective dir. I only made
   wxMac compile, but it already has a native
   print data class, which should be easy to
   merge.

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

19 years ago__WXDEBUG__ is defined/undefined, not 0/1!
Włodzimierz Skiba [Sun, 17 Oct 2004 16:28:20 +0000 (16:28 +0000)] 
__WXDEBUG__ is defined/undefined, not 0/1!

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

19 years ago_() needs intl.h.
Włodzimierz Skiba [Sun, 17 Oct 2004 16:21:32 +0000 (16:21 +0000)] 
_() needs intl.h.

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

19 years agoremoved obsolete and unused code for USE_BITMAP_MASKS == 0 case
Vadim Zeitlin [Sun, 17 Oct 2004 14:54:17 +0000 (14:54 +0000)] 
removed obsolete and unused code for USE_BITMAP_MASKS == 0 case

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

19 years ago Forgot to commit.
Robert Roebling [Sun, 17 Oct 2004 14:47:27 +0000 (14:47 +0000)] 
  Forgot to commit.

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

19 years ago Applied (part of) small patch from Chris Bogolte which
Robert Roebling [Sun, 17 Oct 2004 14:32:42 +0000 (14:32 +0000)] 
  Applied (part of) small patch from Chris Bogolte which
    corrects a test in the Blit code.

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

19 years agocompilation fix for !USE_PCH
Vadim Zeitlin [Sun, 17 Oct 2004 14:28:26 +0000 (14:28 +0000)] 
compilation fix for !USE_PCH

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

19 years agoadded mac constants
Stefan Csomor [Sun, 17 Oct 2004 13:11:05 +0000 (13:11 +0000)] 
added mac constants

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

19 years agoguard against m_peer = NULL in Show()
Stefan Csomor [Sun, 17 Oct 2004 11:51:43 +0000 (11:51 +0000)] 
guard against m_peer = NULL in Show()

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

19 years agodon't restrict to OS9 API for Mac-Builds
Stefan Csomor [Sun, 17 Oct 2004 10:52:37 +0000 (10:52 +0000)] 
don't restrict to OS9 API for Mac-Builds

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

19 years ago__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE
Stefan Csomor [Sun, 17 Oct 2004 10:45:21 +0000 (10:45 +0000)] 
__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE

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

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