wxWidgets.git
16 years agoCompilation fix for OS/2.
Stefan Neis [Wed, 21 Nov 2007 14:17:05 +0000 (14:17 +0000)] 
Compilation fix for OS/2.

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

16 years agoMoved wxConsoleAppTraits::CreateEventLoop from baseunix.cpp to evtloopunix.cpp,
Stefan Neis [Wed, 21 Nov 2007 14:12:16 +0000 (14:12 +0000)] 
Moved wxConsoleAppTraits::CreateEventLoop from baseunix.cpp to evtloopunix.cpp,
        so Unix' wxConsoleEventLoop can also be shared by platforms not having
        the complete ConsoleAppTraits of Unix (e.g. OS/2).

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

16 years agofix for AUI pane shrinking each time it is floated
Paul Cornett [Wed, 21 Nov 2007 06:40:25 +0000 (06:40 +0000)] 
fix for AUI pane shrinking each time it is floated

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

16 years agoAdded cfdataref.h and cfref.h to CoreFoundation headers list.
David Elliott [Tue, 20 Nov 2007 23:07:25 +0000 (23:07 +0000)] 
Added cfdataref.h and cfref.h to CoreFoundation headers list.
Rebaked (removes EXTRALIBS_MEDIA as well.. assume this is intentional).

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

16 years agoremove support for configarg.cache, use config.status or extract the last used config...
Vadim Zeitlin [Tue, 20 Nov 2007 22:39:54 +0000 (22:39 +0000)] 
remove support for configarg.cache, use config.status or extract the last used configure command line from config.log instead

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

16 years agoremoved gstreamer dependency from all libraries except for wxMedia, not only from...
Václav Slavík [Tue, 20 Nov 2007 22:35:40 +0000 (22:35 +0000)] 
removed gstreamer dependency from all libraries except for wxMedia, not only from wxBase

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

16 years agouse FindWindowEx() instead of ChildWindowFromPoint() in wxComboBox::GetEditHWNDIfAvai...
Vadim Zeitlin [Tue, 20 Nov 2007 22:34:20 +0000 (22:34 +0000)] 
use FindWindowEx() instead of ChildWindowFromPoint() in wxComboBox::GetEditHWNDIfAvailable(), this should find the child edit control whatever is the combobox size

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

16 years agoadd gstreamer libraries to EXTRALIBS_MEDIA which is only used for GUI programs, but...
Vadim Zeitlin [Tue, 20 Nov 2007 22:03:01 +0000 (22:03 +0000)] 
add gstreamer libraries to EXTRALIBS_MEDIA which is only used for GUI programs, but not for wxBase (which avoids dependency on a whole bunch of GUI libraries in console applications)

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

16 years agobuild fixes
Paul Cornett [Tue, 20 Nov 2007 16:55:36 +0000 (16:55 +0000)] 
build fixes

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

16 years agomac cleanup
Stefan Csomor [Tue, 20 Nov 2007 16:21:04 +0000 (16:21 +0000)] 
mac cleanup

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

16 years agocleanup
Stefan Csomor [Tue, 20 Nov 2007 16:08:12 +0000 (16:08 +0000)] 
cleanup

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

16 years agoswitch to cf implementation
Stefan Csomor [Tue, 20 Nov 2007 16:07:43 +0000 (16:07 +0000)] 
switch to cf implementation

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

16 years agoadded wxWindow::GetPrev/NextSibling()
Vadim Zeitlin [Tue, 20 Nov 2007 15:57:51 +0000 (15:57 +0000)] 
added wxWindow::GetPrev/NextSibling()

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

16 years agocleanup
Stefan Csomor [Tue, 20 Nov 2007 14:10:09 +0000 (14:10 +0000)] 
cleanup

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

16 years agocommon xcode support
Stefan Csomor [Tue, 20 Nov 2007 09:25:39 +0000 (09:25 +0000)] 
common xcode support

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

16 years agosupporting -1 as 'to' parameter for selections
Stefan Csomor [Tue, 20 Nov 2007 09:22:05 +0000 (09:22 +0000)] 
supporting -1 as 'to' parameter for selections

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

16 years agoreadding trace constant
Stefan Csomor [Tue, 20 Nov 2007 08:21:05 +0000 (08:21 +0000)] 
readding trace constant

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

16 years agocleanup mac
Stefan Csomor [Tue, 20 Nov 2007 08:02:56 +0000 (08:02 +0000)] 
cleanup mac

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

16 years agocleanup mac
Stefan Csomor [Tue, 20 Nov 2007 07:35:53 +0000 (07:35 +0000)] 
cleanup mac

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

16 years agocleanup mac
Stefan Csomor [Tue, 20 Nov 2007 07:35:13 +0000 (07:35 +0000)] 
cleanup mac

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

16 years agocleanup mac
Stefan Csomor [Tue, 20 Nov 2007 07:20:58 +0000 (07:20 +0000)] 
cleanup mac

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

16 years agocleanup mac
Stefan Csomor [Tue, 20 Nov 2007 07:19:33 +0000 (07:19 +0000)] 
cleanup mac

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

16 years agoMove src/mac/carbon/utilsexc.cpp to the CarbonLib-only (not OS X) files list.
David Elliott [Mon, 19 Nov 2007 21:37:35 +0000 (21:37 +0000)] 
Move src/mac/carbon/utilsexc.cpp to the CarbonLib-only (not OS X) files list.
Remove src/mac/carbon/macnotify.cpp from the build since it's empty.
Rebake (includes some OS/2 changes made in an earlier commit)

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

16 years agoDon't define __WXOSX__ when building the wxCocoa base library.
David Elliott [Mon, 19 Nov 2007 19:54:36 +0000 (19:54 +0000)] 
Don't define __WXOSX__ when building the wxCocoa base library.

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

16 years agoDocument the cfstring.h/cfstring.cpp as being used by all Darwin ports (it's
David Elliott [Mon, 19 Nov 2007 19:23:29 +0000 (19:23 +0000)] 
Document the cfstring.h/cfstring.cpp as being used by all Darwin ports (it's
now part of the common base library).
Use the CFLocale-based code on all Darwin systems instead of testing
__WXOSX__ in base-library code which is NEVER appropriate.

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

16 years agoDon't initialize argv member of wxApp in unicode mode where it's no longer a primitiv...
David Elliott [Mon, 19 Nov 2007 19:13:24 +0000 (19:13 +0000)] 
Don't initialize argv member of wxApp in unicode mode where it's no longer a primitive array.

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

16 years agoFix wxCocoa build by including the relevant headers for the __WXOSX__ case.
David Elliott [Mon, 19 Nov 2007 19:09:20 +0000 (19:09 +0000)] 
Fix wxCocoa build by including the relevant headers for the __WXOSX__ case.

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

16 years agoRemove wxDialogNameStr definition which should have been removed in r49873.
David Elliott [Mon, 19 Nov 2007 19:06:21 +0000 (19:06 +0000)] 
Remove wxDialogNameStr definition which should have been removed in r49873.

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

16 years agotypo
Robert Roebling [Mon, 19 Nov 2007 14:34:56 +0000 (14:34 +0000)] 
typo

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

16 years agoAdd short-cut for wxDataViewListIndexModel for generic code
Robert Roebling [Mon, 19 Nov 2007 14:21:08 +0000 (14:21 +0000)] 
Add short-cut for wxDataViewListIndexModel for generic code

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

16 years agoFree memory of m_root
Robert Roebling [Mon, 19 Nov 2007 13:42:01 +0000 (13:42 +0000)] 
Free memory of m_root

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

16 years agoTypo
Robert Roebling [Mon, 19 Nov 2007 13:41:31 +0000 (13:41 +0000)] 
Typo

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

16 years agoanother PCH-less build fix after last change
Vadim Zeitlin [Mon, 19 Nov 2007 13:19:52 +0000 (13:19 +0000)] 
another PCH-less build fix after last change

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

16 years agoRemoved redundant mnemonic
Julian Smart [Mon, 19 Nov 2007 09:12:47 +0000 (09:12 +0000)] 
Removed redundant mnemonic

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

16 years agoHildonized wxColourDialog
Vadim Zeitlin [Mon, 19 Nov 2007 02:15:47 +0000 (02:15 +0000)] 
Hildonized wxColourDialog

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

16 years agoonly call hildon_program_remove_window() when destroying a real HildonWindow (we...
Vadim Zeitlin [Mon, 19 Nov 2007 01:59:24 +0000 (01:59 +0000)] 
only call hildon_program_remove_window() when destroying a real HildonWindow (we may also have an object of a derived dialog class using a different GTK widget)

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

16 years agoImplement wxGTK internal short-cut for wxDataViewIndexListModel
Robert Roebling [Sun, 18 Nov 2007 23:54:57 +0000 (23:54 +0000)] 
Implement wxGTK internal short-cut for wxDataViewIndexListModel

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

16 years agoalways return true from IsMaximized() under Hildon
Vadim Zeitlin [Sun, 18 Nov 2007 23:32:30 +0000 (23:32 +0000)] 
always return true from IsMaximized() under Hildon

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

16 years agodon't show size grip if the window the status bar is attached to is maximized or...
Vadim Zeitlin [Sun, 18 Nov 2007 23:31:48 +0000 (23:31 +0000)] 
don't show size grip if the window the status bar is attached to is maximized or not resizeable at all

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

16 years agoUse new wxTextEntry implementation on OS/2.
Stefan Neis [Sun, 18 Nov 2007 22:55:54 +0000 (22:55 +0000)] 
Use new wxTextEntry implementation on OS/2.

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

16 years agoremoved remains of build system support for contrib
Václav Slavík [Sun, 18 Nov 2007 22:12:23 +0000 (22:12 +0000)] 
removed remains of build system support for contrib

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

16 years agoAdded support for Visual C++ 2003 project files (still disabled until Bakefile 0...
Václav Slavík [Sun, 18 Nov 2007 21:54:54 +0000 (21:54 +0000)] 
Added support for Visual C++ 2003 project files (still disabled until Bakefile 0.2.3 release

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

16 years agoAdded wxTextEntry implementation for OS/2.
Stefan Neis [Sun, 18 Nov 2007 21:48:11 +0000 (21:48 +0000)] 
Added wxTextEntry implementation for OS/2.

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

16 years agofix unused parameter warning after last change
Vadim Zeitlin [Sun, 18 Nov 2007 21:03:45 +0000 (21:03 +0000)] 
fix unused parameter warning after last change

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

16 years agoexperimental IPv6 implementation (patch 1771429)
Vadim Zeitlin [Sun, 18 Nov 2007 20:53:33 +0000 (20:53 +0000)] 
experimental IPv6 implementation (patch 1771429)

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

16 years agofix gcc signed/unsigned comparison warnings after recent changes
Vadim Zeitlin [Sun, 18 Nov 2007 20:42:46 +0000 (20:42 +0000)] 
fix gcc signed/unsigned comparison warnings after recent changes

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

16 years agowxGTK compilation fix after wxInfoMessageBox change (need to include gtk.h)
Vadim Zeitlin [Sun, 18 Nov 2007 20:42:39 +0000 (20:42 +0000)] 
wxGTK compilation fix after wxInfoMessageBox change (need to include gtk.h)

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

16 years agowxColourData::operator=() should return wxColourData&, not void
Vadim Zeitlin [Sun, 18 Nov 2007 20:25:02 +0000 (20:25 +0000)] 
wxColourData::operator=() should return wxColourData&, not void

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

16 years agoadded public wxInfoMessageBox() (slightly modified patch 1828235)
Vadim Zeitlin [Sun, 18 Nov 2007 19:56:03 +0000 (19:56 +0000)] 
added public wxInfoMessageBox() (slightly modified patch 1828235)

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

16 years agopreserve custom colours between calls to wxGetColourFromUser(), also allow passing...
Vadim Zeitlin [Sun, 18 Nov 2007 19:33:34 +0000 (19:33 +0000)] 
preserve custom colours between calls to wxGetColourFromUser(), also allow passing a custom wxColourData to it (modified patch 1832582)

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

16 years agono real changes: just some cleanup, better error handling and (unsuccessful) attemps...
Vadim Zeitlin [Sun, 18 Nov 2007 19:25:14 +0000 (19:25 +0000)] 
no real changes: just some cleanup, better error handling and (unsuccessful) attemps to retrieve CC_FULLOPEN value from the dialog

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

16 years agobuild fixes
Paul Cornett [Sun, 18 Nov 2007 18:37:52 +0000 (18:37 +0000)] 
build fixes

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

16 years agouse newsince{2.9.0}, not {3.0}
Vadim Zeitlin [Sun, 18 Nov 2007 18:36:39 +0000 (18:36 +0000)] 
use newsince{2.9.0}, not {3.0}

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

16 years agoenable VS2005 project files for samples, but without dependencies on library projects...
Václav Slavík [Sun, 18 Nov 2007 18:00:21 +0000 (18:00 +0000)] 
enable VS2005 project files for samples, but without dependencies on library projects, it's better than nothing

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

16 years agofix more unused parameters and variables warnings
Vadim Zeitlin [Sun, 18 Nov 2007 17:53:04 +0000 (17:53 +0000)] 
fix more unused parameters and variables warnings

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

16 years agoadd wxUSE_DATAVIEWCTRL check to fix a hundred compilation errors
Vadim Zeitlin [Sun, 18 Nov 2007 17:51:09 +0000 (17:51 +0000)] 
add wxUSE_DATAVIEWCTRL check to fix a hundred compilation errors

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

16 years agoremoved not implemented anyhow SetIcons()
Vadim Zeitlin [Sun, 18 Nov 2007 17:45:27 +0000 (17:45 +0000)] 
removed not implemented anyhow SetIcons()

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

16 years agoBakefile cannot generate VC2005 project files for samples yet, disabled
Václav Slavík [Sun, 18 Nov 2007 17:44:17 +0000 (17:44 +0000)] 
Bakefile cannot generate VC2005 project files for samples yet, disabled

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

16 years agocompilation fix after argv changes
Vadim Zeitlin [Sun, 18 Nov 2007 16:54:41 +0000 (16:54 +0000)] 
compilation fix after argv changes

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

16 years agoCompilation fix for Watcom (on OS/2).
Stefan Neis [Sun, 18 Nov 2007 13:40:43 +0000 (13:40 +0000)] 
Compilation fix for Watcom (on OS/2).

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

16 years agowxRichTextAttr does not exist anymore - document instead wxTextAttr
Francesco Montorsi [Sun, 18 Nov 2007 11:59:47 +0000 (11:59 +0000)] 
wxRichTextAttr does not exist anymore - document instead wxTextAttr

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

16 years agoFixed argument handling.
Stefan Neis [Sun, 18 Nov 2007 11:52:05 +0000 (11:52 +0000)] 
Fixed argument handling.

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

16 years agodocument attributes mechanism
Robert Roebling [Sun, 18 Nov 2007 11:07:33 +0000 (11:07 +0000)] 
document attributes mechanism

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

16 years agoRemove useless GetRowCount
Robert Roebling [Sun, 18 Nov 2007 10:22:58 +0000 (10:22 +0000)] 
Remove useless GetRowCount

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

16 years agoChanged control name constants from wxChar to char according to revision 49873
Stefan Neis [Sat, 17 Nov 2007 22:33:50 +0000 (22:33 +0000)] 
Changed control name constants from wxChar to char according to revision 49873
        (applying patch #1833732).

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

16 years agoUpdate to wxDataViewCtrl from Hartwig
Robert Roebling [Sat, 17 Nov 2007 21:20:27 +0000 (21:20 +0000)] 
Update to wxDataViewCtrl from Hartwig

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

16 years agodon't use GTK printing in wxUniv
Vadim Zeitlin [Sat, 17 Nov 2007 21:17:15 +0000 (21:17 +0000)] 
don't use GTK printing in wxUniv

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

16 years agoanimateg.cpp shouldn't be in UNIV_SRC as it belongs to adv library, not core one
Vadim Zeitlin [Sat, 17 Nov 2007 21:07:48 +0000 (21:07 +0000)] 
animateg.cpp shouldn't be in UNIV_SRC as it belongs to adv library, not core one

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

16 years agomore native GTK implementations of the classes in wxGTK adv library to a separate...
Vadim Zeitlin [Sat, 17 Nov 2007 21:02:24 +0000 (21:02 +0000)] 
more native GTK implementations of the classes in wxGTK adv library to a separate ADVANCED_GTK_NATIVE_SRC to avoid using them in wxUniv build

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

16 years agorename g_openDialogs to wxOpenModalDialogsCount and define it in toplevel.cpp to...
Vadim Zeitlin [Sat, 17 Nov 2007 20:50:44 +0000 (20:50 +0000)] 
rename g_openDialogs to wxOpenModalDialogsCount and define it in toplevel.cpp to fix wxUniv/GTK linking issues

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

16 years agofix several problems in handling of the menu items with negative ids
Vadim Zeitlin [Sat, 17 Nov 2007 20:38:07 +0000 (20:38 +0000)] 
fix several problems in handling of the menu items with negative ids

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

16 years agoPCH-less compilation fix after last commit
Vadim Zeitlin [Sat, 17 Nov 2007 20:26:41 +0000 (20:26 +0000)] 
PCH-less compilation fix after last commit

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

16 years agoadd watcom to #include shlguid.h
Chris Elliott [Sat, 17 Nov 2007 17:37:33 +0000 (17:37 +0000)] 
add watcom to #include shlguid.h

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

16 years agoassume that all directories have children by default, it can take too long to check...
Vadim Zeitlin [Sat, 17 Nov 2007 15:35:16 +0000 (15:35 +0000)] 
assume that all directories have children by default, it can take too long to check if they really do and it's better to do it on demand only, i.e. when the user really tries to open them (patch 1830527)

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

16 years agotest for remote drive existence using wxDirExists() first if it's mapped locally...
Vadim Zeitlin [Sat, 17 Nov 2007 15:31:17 +0000 (15:31 +0000)] 
test for remote drive existence using wxDirExists() first if it's mapped locally, it can be much faster if the drive is unavailable (patch 1831209)

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

16 years agoadded SetInitialSocketBuffers() to allow changing the send/receive buffer sizes ...
Vadim Zeitlin [Sat, 17 Nov 2007 15:21:26 +0000 (15:21 +0000)] 
added SetInitialSocketBuffers() to allow changing the send/receive buffer sizes (patch 1829576)

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

16 years agohandle NULL BSTRs as empty ones per Microsoft convention
Vadim Zeitlin [Sat, 17 Nov 2007 15:16:33 +0000 (15:16 +0000)] 
handle NULL BSTRs as empty ones per Microsoft convention

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

16 years agoforward SetFocus() to the directory tree (replaces patch 1831210)
Vadim Zeitlin [Sat, 17 Nov 2007 15:12:13 +0000 (15:12 +0000)] 
forward SetFocus() to the directory tree (replaces patch 1831210)

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

16 years agoallow to optionally use vendor name component in standard paths (slightly modified...
Vadim Zeitlin [Sat, 17 Nov 2007 14:59:13 +0000 (14:59 +0000)] 
allow to optionally use vendor name component in standard paths (slightly modified patch 1831308)

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

16 years agoadded vendor display name (for consistency with app display name &c) (patch 1831303)
Vadim Zeitlin [Sat, 17 Nov 2007 14:45:53 +0000 (14:45 +0000)] 
added vendor display name (for consistency with app display name &c) (patch 1831303)

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

16 years agofix wxColourDialog::Centre() and SetSize() (modified patch 1831628)
Vadim Zeitlin [Sat, 17 Nov 2007 14:43:38 +0000 (14:43 +0000)] 
fix wxColourDialog::Centre() and SetSize() (modified patch 1831628)

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

16 years agocompare colours using their operator==() instead of comparing individual RGB componen...
Vadim Zeitlin [Sat, 17 Nov 2007 14:24:18 +0000 (14:24 +0000)] 
compare colours using their operator==() instead of comparing individual RGB components as this is shorter and more correct for the colours with the same RGB but different alpha components (patch 1832844)

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

16 years agoPCH-less compilation fix after last commit
Vadim Zeitlin [Sat, 17 Nov 2007 14:04:44 +0000 (14:04 +0000)] 
PCH-less compilation fix after last commit

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

16 years agoUse renderer to draw checkmark
Robert Roebling [Sat, 17 Nov 2007 13:52:37 +0000 (13:52 +0000)] 
Use renderer to draw checkmark

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

16 years agoUnsuccesfully tries to remove border from wxComboBox
Robert Roebling [Sat, 17 Nov 2007 13:34:28 +0000 (13:34 +0000)] 
Unsuccesfully tries to remove border from wxComboBox

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

16 years agoUse wxBORDER_NONE for wxGridCellTextEditor on all platforms, not just wxMSW
Robert Roebling [Sat, 17 Nov 2007 12:37:35 +0000 (12:37 +0000)] 
Use wxBORDER_NONE for wxGridCellTextEditor on all platforms, not just wxMSW

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

16 years agocleanup mac
Stefan Csomor [Sat, 17 Nov 2007 10:37:02 +0000 (10:37 +0000)] 
cleanup mac

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

16 years agono real changes, just some cleanup: add wxIsAltDown() in addition to the existing...
Vadim Zeitlin [Sat, 17 Nov 2007 00:24:07 +0000 (00:24 +0000)] 
no real changes, just some cleanup: add wxIsAltDown() in addition to the existing wxIsShift/CtrlDown() and wxIsAnyModifiedDown() to test for all of them at once (slightly modified patch 1833235)

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

16 years agoadd wxModule::AddDependency(name) overload (patch 1790451)
Vadim Zeitlin [Sat, 17 Nov 2007 00:12:01 +0000 (00:12 +0000)] 
add wxModule::AddDependency(name) overload (patch 1790451)

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

16 years agodocument Next/PrevControlId() removal (should have been part of r50007)
Vadim Zeitlin [Fri, 16 Nov 2007 23:59:30 +0000 (23:59 +0000)] 
document Next/PrevControlId() removal (should have been part of r50007)

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

16 years agodon't capture the mouse when just moving it in the grid (tentative replacement for...
Vadim Zeitlin [Fri, 16 Nov 2007 23:55:57 +0000 (23:55 +0000)] 
don't capture the mouse when just moving it in the grid (tentative replacement for the patch 1779923)

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

16 years agoreset global wxTheApp pointer before deleting it to avoid use of half-destroyed objec...
Vadim Zeitlin [Fri, 16 Nov 2007 23:41:38 +0000 (23:41 +0000)] 
reset global wxTheApp pointer before deleting it to avoid use of half-destroyed object (bug 1831130)

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

16 years agomove Add/DeleteAttribute() implementations out of line to avoid deprecation warnings...
Vadim Zeitlin [Fri, 16 Nov 2007 23:34:21 +0000 (23:34 +0000)] 
move Add/DeleteAttribute() implementations out of line to avoid deprecation warnings when including xml.h from user code

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

16 years agoadded logic to manage automatically allocated ids in-use status to avoid clashes...
Vadim Zeitlin [Fri, 16 Nov 2007 23:25:18 +0000 (23:25 +0000)] 
added logic to manage automatically allocated ids in-use status to avoid clashes for long-running programs (modified patch 1800016, incidentally fixes bug 1832620)

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

16 years agocleanup mac
Stefan Csomor [Fri, 16 Nov 2007 21:04:50 +0000 (21:04 +0000)] 
cleanup mac

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

16 years agocleanup mac
Stefan Csomor [Fri, 16 Nov 2007 21:01:30 +0000 (21:01 +0000)] 
cleanup mac

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

16 years agocleanup mac
Stefan Csomor [Fri, 16 Nov 2007 21:00:08 +0000 (21:00 +0000)] 
cleanup mac

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

16 years agocleanup
Stefan Csomor [Fri, 16 Nov 2007 20:58:12 +0000 (20:58 +0000)] 
cleanup

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

16 years agocleanup
Stefan Csomor [Fri, 16 Nov 2007 20:57:39 +0000 (20:57 +0000)] 
cleanup

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

16 years agocleanup
Stefan Csomor [Fri, 16 Nov 2007 20:55:57 +0000 (20:55 +0000)] 
cleanup

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