wxWidgets.git
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

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

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

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

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

16 years agoDon't suppress accelerators that include Enter just because a tree control is focused
Julian Smart [Fri, 16 Nov 2007 13:12:20 +0000 (13:12 +0000)] 
Don't suppress accelerators that include Enter just because a tree control is focused

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

16 years agocorrecting import/export (_adv gave linking errors)
Stefan Csomor [Fri, 16 Nov 2007 12:25:18 +0000 (12:25 +0000)] 
correcting import/export (_adv gave linking errors)

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

16 years agocleanup
Stefan Csomor [Thu, 15 Nov 2007 20:28:06 +0000 (20:28 +0000)] 
cleanup

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

16 years agocleanup
Stefan Csomor [Thu, 15 Nov 2007 20:26:54 +0000 (20:26 +0000)] 
cleanup

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

16 years agocleanup
Stefan Csomor [Thu, 15 Nov 2007 20:21:55 +0000 (20:21 +0000)] 
cleanup

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

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

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

16 years agocleanup
Stefan Csomor [Thu, 15 Nov 2007 20:19:47 +0000 (20:19 +0000)] 
cleanup

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

16 years agoSlightly overoptimized
Robert Roebling [Thu, 15 Nov 2007 20:12:38 +0000 (20:12 +0000)] 
Slightly overoptimized

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

16 years agoremove warnings
Robert Roebling [Thu, 15 Nov 2007 20:11:30 +0000 (20:11 +0000)] 
remove warnings

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

16 years agorebaked after adding utilscocoa.mm to wxmac
Stefan Csomor [Thu, 15 Nov 2007 18:02:08 +0000 (18:02 +0000)] 
rebaked after adding utilscocoa.mm to wxmac

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

16 years agofix reference to temporary
Paul Cornett [Thu, 15 Nov 2007 16:44:08 +0000 (16:44 +0000)] 
fix reference to temporary

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

16 years agobuild fixes for 64-bit
Paul Cornett [Thu, 15 Nov 2007 16:34:36 +0000 (16:34 +0000)] 
build fixes for 64-bit

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

16 years agooptimise startup of wxDataViewIndexListModel
Robert Roebling [Thu, 15 Nov 2007 15:03:48 +0000 (15:03 +0000)] 
optimise startup of wxDataViewIndexListModel

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

16 years agoBorder correction
Julian Smart [Thu, 15 Nov 2007 10:22:22 +0000 (10:22 +0000)] 
Border correction

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

16 years agoCorrected symbol for OS/2
Julian Smart [Thu, 15 Nov 2007 08:04:25 +0000 (08:04 +0000)] 
Corrected symbol for OS/2

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

16 years agoAdded missing include
Julian Smart [Thu, 15 Nov 2007 07:09:25 +0000 (07:09 +0000)] 
Added missing include

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

16 years agowxDC rework, forgot these
Robert Roebling [Wed, 14 Nov 2007 21:05:43 +0000 (21:05 +0000)] 
wxDC rework, forgot these

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

16 years agoDon't try to call CanUndo/CanRedo for read-only combobox since we'll get an assert.
Julian Smart [Wed, 14 Nov 2007 15:01:33 +0000 (15:01 +0000)] 
Don't try to call CanUndo/CanRedo for read-only combobox since we'll get an assert.

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

16 years agoConflict correction
Julian Smart [Wed, 14 Nov 2007 14:51:00 +0000 (14:51 +0000)] 
Conflict correction

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

16 years agowxDC change
Robert Roebling [Wed, 14 Nov 2007 14:50:09 +0000 (14:50 +0000)] 
wxDC change

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

16 years agoFurther wxDC changes
Robert Roebling [Wed, 14 Nov 2007 14:49:40 +0000 (14:49 +0000)] 
Further wxDC changes

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

16 years agoBorder corrections
Julian Smart [Wed, 14 Nov 2007 14:44:13 +0000 (14:44 +0000)] 
Border corrections

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

16 years agoBorder corrections, and more compact dialog sizes
Julian Smart [Wed, 14 Nov 2007 14:42:31 +0000 (14:42 +0000)] 
Border corrections, and more compact dialog sizes

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

16 years agoOk -> IsOk
Robert Roebling [Wed, 14 Nov 2007 13:15:07 +0000 (13:15 +0000)] 
Ok -> IsOk

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

16 years agouse const for xpm icons
Robert Roebling [Wed, 14 Nov 2007 12:54:46 +0000 (12:54 +0000)] 
use const for xpm icons

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

16 years agoadded never_empty hint on WX_DIR option
Václav Slavík [Wed, 14 Nov 2007 10:13:03 +0000 (10:13 +0000)] 
added never_empty hint on WX_DIR option

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

16 years agoput the useable border styles in one place
Paul Cornett [Wed, 14 Nov 2007 02:38:29 +0000 (02:38 +0000)] 
put the useable border styles in one place

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

16 years agoput the useable border styles in one place
Paul Cornett [Wed, 14 Nov 2007 02:37:52 +0000 (02:37 +0000)] 
put the useable border styles in one place

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

16 years agofix some typos/imprecisions
Francesco Montorsi [Tue, 13 Nov 2007 21:10:26 +0000 (21:10 +0000)] 
fix some typos/imprecisions

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

16 years agoallow wxpresets to be used with xcode2 format (even if it's not fully functional...
Francesco Montorsi [Tue, 13 Nov 2007 21:09:33 +0000 (21:09 +0000)] 
allow wxpresets to be used with xcode2 format (even if it's not fully functional yet)

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

16 years agouse docparam instead of simple italic tag for parameter docs
Francesco Montorsi [Tue, 13 Nov 2007 20:56:08 +0000 (20:56 +0000)] 
use docparam instead of simple italic tag for parameter docs

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

16 years agoadd 'Application and process-management classes', 'OpenGL classes', 'Multimedia class...
Francesco Montorsi [Tue, 13 Nov 2007 20:54:46 +0000 (20:54 +0000)] 
add 'Application and process-management classes', 'OpenGL classes', 'Multimedia classes' and 'stc classes' to the categories

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

16 years agodocument wxDECLARE_APP
Francesco Montorsi [Tue, 13 Nov 2007 20:50:38 +0000 (20:50 +0000)] 
document wxDECLARE_APP

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

16 years agodocument wxFORCE_LINK_THIS_MODULE, wxFORCE_LINK_MODULE, wxIMPLEMENT_APP macros
Francesco Montorsi [Tue, 13 Nov 2007 20:48:00 +0000 (20:48 +0000)] 
document wxFORCE_LINK_THIS_MODULE, wxFORCE_LINK_MODULE, wxIMPLEMENT_APP macros

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

16 years agouser proper markup for the url to unicode website
Francesco Montorsi [Tue, 13 Nov 2007 20:46:57 +0000 (20:46 +0000)] 
user proper markup for the url to unicode website

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

16 years agosmall fix to inheritance hierarchy
Francesco Montorsi [Tue, 13 Nov 2007 20:46:18 +0000 (20:46 +0000)] 
small fix to inheritance hierarchy

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

16 years agoupdate the file handling part of the manual; update the Acknowledgement section inclu...
Francesco Montorsi [Tue, 13 Nov 2007 20:43:50 +0000 (20:43 +0000)] 
update the file handling part of the manual; update the Acknowledgement section including a list of the core developers (some of them were missing) and separating them from the list of occasional contributors

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

16 years agokeep function description before parameter documentation
Francesco Montorsi [Tue, 13 Nov 2007 20:38:06 +0000 (20:38 +0000)] 
keep function description before parameter documentation

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

16 years agoadded null pointer check and assert
Benjamin Williams [Tue, 13 Nov 2007 20:18:30 +0000 (20:18 +0000)] 
added null pointer check and assert

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

16 years agofix border glitches after rev 49907
Paul Cornett [Tue, 13 Nov 2007 18:09:01 +0000 (18:09 +0000)] 
fix border glitches after rev 49907

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

16 years agofix another minor bug in DLGC_WANTMESSAGE handling in MSWProcessMessage()
Vadim Zeitlin [Tue, 13 Nov 2007 17:32:47 +0000 (17:32 +0000)] 
fix another minor bug in DLGC_WANTMESSAGE handling in MSWProcessMessage()

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

16 years agooverride GetDefaultBorder() to return wxBORDER_NONE, radio buttons shouldn't have...
Vadim Zeitlin [Tue, 13 Nov 2007 17:19:46 +0000 (17:19 +0000)] 
override GetDefaultBorder() to return wxBORDER_NONE, radio buttons shouldn't have borders by default

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

16 years agounselect all selected items, not just the currently focused one, when the mouse is...
Vadim Zeitlin [Tue, 13 Nov 2007 17:18:58 +0000 (17:18 +0000)] 
unselect all selected items, not just the currently focused one, when the mouse is right clicked outside of selection to minimize user confusion (patch 1702201, bug 1676471)

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

16 years agouse GDK_SIZING instead of GDK_FLEUR which looks more like the cursor used for moving...
Vadim Zeitlin [Tue, 13 Nov 2007 17:11:12 +0000 (17:11 +0000)] 
use GDK_SIZING instead of GDK_FLEUR which looks more like the cursor used for moving than for sizing (replaces patch 1830348)

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

16 years agofix unreachable code warning in TranslateBorder()
Vadim Zeitlin [Tue, 13 Nov 2007 16:16:58 +0000 (16:16 +0000)] 
fix unreachable code warning in TranslateBorder()

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

16 years agocorrection to the changes of r49805 to make the code work as expected
Vadim Zeitlin [Tue, 13 Nov 2007 16:16:04 +0000 (16:16 +0000)] 
correction to the changes of r49805 to make the code work as expected

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

16 years agodisambiguate between 2 base class IsEmpty() versions too (bug 1831121)
Vadim Zeitlin [Tue, 13 Nov 2007 15:22:40 +0000 (15:22 +0000)] 
disambiguate between 2 base class IsEmpty() versions too (bug 1831121)

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

16 years agoAdded missing return type
Julian Smart [Tue, 13 Nov 2007 15:11:26 +0000 (15:11 +0000)] 
Added missing return type

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

16 years agoTake wxBORDER_THEME, and the default border style, into account
Julian Smart [Tue, 13 Nov 2007 14:51:14 +0000 (14:51 +0000)] 
Take wxBORDER_THEME, and the default border style, into account

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

16 years agowxBORDER_THEME processing for Motif and X11
Julian Smart [Tue, 13 Nov 2007 14:44:21 +0000 (14:44 +0000)] 
wxBORDER_THEME processing for Motif and X11

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

16 years agoTake account of wxBORDER_THEME (assume it's like wxBORDER_SUNKEN)
Julian Smart [Tue, 13 Nov 2007 14:34:28 +0000 (14:34 +0000)] 
Take account of wxBORDER_THEME (assume it's like wxBORDER_SUNKEN)

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

16 years agoGetting borders working
Julian Smart [Tue, 13 Nov 2007 14:27:26 +0000 (14:27 +0000)] 
Getting borders working

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

16 years agoadding cocoa utils bridge
Stefan Csomor [Tue, 13 Nov 2007 13:57:41 +0000 (13:57 +0000)] 
adding cocoa utils bridge

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

16 years agoadded GetLineText() test
Vadim Zeitlin [Tue, 13 Nov 2007 13:48:11 +0000 (13:48 +0000)] 
added GetLineText() test

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

16 years agoreplace changes of r49890 by defining more compatibility operators in wxCmdLineArgsAr...
Vadim Zeitlin [Tue, 13 Nov 2007 13:27:30 +0000 (13:27 +0000)] 
replace changes of r49890 by defining more compatibility operators in wxCmdLineArgsArray as we're interested in preserving as much compatibility with the existing code outside of the library as possible; also DLL-export the class to avoid VC6 DLL build warnings

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

16 years agoMore DC changes
Robert Roebling [Tue, 13 Nov 2007 13:20:15 +0000 (13:20 +0000)] 
More DC changes

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

16 years agocompilation fix after argv changes
Vadim Zeitlin [Tue, 13 Nov 2007 13:15:04 +0000 (13:15 +0000)] 
compilation fix after argv changes

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

16 years agocompile fix
Robert Roebling [Tue, 13 Nov 2007 13:07:29 +0000 (13:07 +0000)] 
compile fix

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

16 years agowxChar -> char
Julian Smart [Tue, 13 Nov 2007 13:03:51 +0000 (13:03 +0000)] 
wxChar -> char

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