]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
16 years agoTry standard XDG location for documents directory
Julian Smart [Tue, 8 Apr 2008 13:52:39 +0000 (13:52 +0000)] 
Try standard XDG location for documents directory

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

16 years agoUpdate Unicode overview to 3.0
Robert Roebling [Tue, 8 Apr 2008 12:38:19 +0000 (12:38 +0000)] 
Update Unicode overview to 3.0

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

16 years agoAdapt MSW's renderer's alignment to use column header's alignment by default
Robert Roebling [Tue, 8 Apr 2008 11:17:54 +0000 (11:17 +0000)] 
Adapt MSW's renderer's alignment to use column header's alignment by default

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

16 years agoDon't send event from ChangeValue
Julian Smart [Tue, 8 Apr 2008 11:05:00 +0000 (11:05 +0000)] 
Don't send event from ChangeValue

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

16 years agoWe do use templates now
Robert Roebling [Tue, 8 Apr 2008 10:40:42 +0000 (10:40 +0000)] 
We do use templates now

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

16 years agoBy default, align renderers as column header under GTK+, too.
Robert Roebling [Tue, 8 Apr 2008 10:39:57 +0000 (10:39 +0000)] 
By default, align renderers as column header under GTK+, too.

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

16 years agoFinished initial review of [cl*-cm*] interface headers.
Bryan Petty [Tue, 8 Apr 2008 05:34:11 +0000 (05:34 +0000)] 
Finished initial review of [cl*-cm*] interface headers.

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

16 years agodon't ask for bounding rectangle of a hidden root, this fixes a crash introduced...
Vadim Zeitlin [Mon, 7 Apr 2008 20:12:57 +0000 (20:12 +0000)] 
don't ask for bounding rectangle of a hidden root, this fixes a crash introduced by the previous patch

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

16 years agowxVideoMode is a class not a struct
Robin Dunn [Mon, 7 Apr 2008 18:53:16 +0000 (18:53 +0000)] 
wxVideoMode is a class not a struct

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

16 years agofix typedef
Robin Dunn [Mon, 7 Apr 2008 18:52:31 +0000 (18:52 +0000)] 
fix typedef

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

16 years agobetter integration of the window sizing overview in the wx docs; revised it removing...
Francesco Montorsi [Mon, 7 Apr 2008 17:41:22 +0000 (17:41 +0000)] 
better integration of the window sizing overview in the wx docs; revised it removing python-like syntaxes; misc fixes to the wording

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

16 years agoPut sample code back in, removed during conversion to Doxygen
Robert Roebling [Mon, 7 Apr 2008 10:46:15 +0000 (10:46 +0000)] 
Put sample code back in, removed during conversion to Doxygen

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

16 years agoFurther corrections to container class docs
Robert Roebling [Mon, 7 Apr 2008 10:37:32 +0000 (10:37 +0000)] 
Further corrections to container class docs

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

16 years agoSplit wxDataViewVirtualModel fork wxDataViewIndexModel to make the code clearer and...
Robert Roebling [Mon, 7 Apr 2008 09:27:21 +0000 (09:27 +0000)] 
Split wxDataViewVirtualModel fork wxDataViewIndexModel to make the code clearer and let wxDataViewIndexModel behave the same on all platforms

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

16 years agoCompilo after wxVideoMode change, MSW part
Robert Roebling [Mon, 7 Apr 2008 08:23:58 +0000 (08:23 +0000)] 
Compilo after wxVideoMode change, MSW part

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

16 years agocorrect positioning of the control and removed workarounds for old MSW bugs
Vadim Zeitlin [Mon, 7 Apr 2008 01:06:57 +0000 (01:06 +0000)] 
correct positioning of the control and removed workarounds for old MSW bugs

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

16 years agoSome corrections to container class docs.
Robert Roebling [Mon, 7 Apr 2008 00:17:06 +0000 (00:17 +0000)] 
Some corrections to container class docs.

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

16 years agoMention that the renderer's alignment is ignored under OS X, reorder docs
Robert Roebling [Mon, 7 Apr 2008 00:07:14 +0000 (00:07 +0000)] 
Mention that the renderer's alignment is ignored under OS X, reorder docs

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

16 years agocompilo
Robert Roebling [Sun, 6 Apr 2008 23:28:14 +0000 (23:28 +0000)] 
compilo

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

16 years agoTest header and renderer aligment separately, II
Robert Roebling [Sun, 6 Apr 2008 23:16:04 +0000 (23:16 +0000)] 
Test header and renderer aligment separately, II

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

16 years agoTest header and renderer aligment separately
Robert Roebling [Sun, 6 Apr 2008 23:07:23 +0000 (23:07 +0000)] 
Test header and renderer aligment separately

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

16 years agoAdded alignment parameter to renderers' constr
Robert Roebling [Sun, 6 Apr 2008 23:04:40 +0000 (23:04 +0000)] 
Added alignment parameter to renderers' constr

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

16 years agoMention wxDataViewRenderer Set/GetAlignment
Robert Roebling [Sun, 6 Apr 2008 22:59:15 +0000 (22:59 +0000)] 
Mention wxDataViewRenderer Set/GetAlignment

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

16 years agoFix compilo
Robert Roebling [Sun, 6 Apr 2008 20:31:25 +0000 (20:31 +0000)] 
Fix compilo

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

16 years agono changes, just fix typo in variable name
Vadim Zeitlin [Sun, 6 Apr 2008 20:02:52 +0000 (20:02 +0000)] 
no changes, just fix typo in variable name

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

16 years agodon't bounce back events to the text control recursively as this results in infinite...
Vadim Zeitlin [Sun, 6 Apr 2008 17:02:25 +0000 (17:02 +0000)] 
don't bounce back events to the text control recursively as this results in infinite recursion under wxGTK and probably other ports

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

16 years agostdobjects is used for both objects and pointers
Francesco Montorsi [Sun, 6 Apr 2008 16:24:11 +0000 (16:24 +0000)] 
stdobjects is used for both objects and pointers

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

16 years agomy revision of o-p interface headers
Francesco Montorsi [Sun, 6 Apr 2008 16:19:04 +0000 (16:19 +0000)] 
my revision of o-p interface headers

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

16 years agodelay setting the window shape until it is realized (slightly modified patch 1935497)
Vadim Zeitlin [Sun, 6 Apr 2008 16:14:49 +0000 (16:14 +0000)] 
delay setting the window shape until it is realized (slightly modified patch 1935497)

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

16 years agoadded a note about entry point in Unicode build (patch 1934836)
Vadim Zeitlin [Sun, 6 Apr 2008 16:01:01 +0000 (16:01 +0000)] 
added a note about entry point in Unicode build (patch 1934836)

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

16 years agouse kind, not id, of a menu item to test whether it's a separator: this allows having...
Vadim Zeitlin [Sun, 6 Apr 2008 15:55:42 +0000 (15:55 +0000)] 
use kind, not id, of a menu item to test whether it's a separator: this allows having separators with ids other than wxID_SEPARATOR in case it's useful to distinguish between them (patch 1929039)

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

16 years agodemo toggling border and 3D sash styles (last part of patch 1927817)
Vadim Zeitlin [Sun, 6 Apr 2008 15:46:49 +0000 (15:46 +0000)] 
demo toggling border and 3D sash styles (last part of patch 1927817)

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

16 years agouse wxJoin() instead of redoing it manually in the code logging the messages (part...
Vadim Zeitlin [Sun, 6 Apr 2008 15:45:36 +0000 (15:45 +0000)] 
use wxJoin() instead of redoing it manually in the code logging the messages (part of patch 1927817)

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

16 years agodemonstrate fuller about dialog in ShowFullAboutDialog() (part of patch 1927817)
Vadim Zeitlin [Sun, 6 Apr 2008 15:42:48 +0000 (15:42 +0000)] 
demonstrate fuller about dialog in ShowFullAboutDialog() (part of patch 1927817)

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

16 years agoremoved (unused) occurrences of _WX_DEFINE_DATE_EVENTS_ (part of patch 1927817)
Vadim Zeitlin [Sun, 6 Apr 2008 15:41:47 +0000 (15:41 +0000)] 
removed (unused) occurrences of _WX_DEFINE_DATE_EVENTS_ (part of patch 1927817)

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

16 years agorefresh the item after adding its first child as, apparently, otherwise the '+' is...
Vadim Zeitlin [Sun, 6 Apr 2008 15:37:52 +0000 (15:37 +0000)] 
refresh the item after adding its first child as, apparently, otherwise the '+' is not always drawn immediately (patch 1927179)

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

16 years agogive a name to the enumeration of the values which can be passed to OnDrawItem to...
Francesco Montorsi [Sun, 6 Apr 2008 15:35:21 +0000 (15:35 +0000)] 
give a name to the enumeration of the values which can be passed to OnDrawItem to make it easier to document it

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

16 years agodocumented wxVideoMode (otherwise wxDisplay docs are not very useful)
Francesco Montorsi [Sun, 6 Apr 2008 15:34:05 +0000 (15:34 +0000)] 
documented wxVideoMode (otherwise wxDisplay docs are not very useful)

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

16 years agocontinue with other handlers if some handler fails in LoadFile() after returning...
Vadim Zeitlin [Sun, 6 Apr 2008 15:31:18 +0000 (15:31 +0000)] 
continue with other handlers if some handler fails in LoadFile() after returning true from CanRead() (modified patch 1926226)

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

16 years agomake sure all wxDefault* and all wxNull* global instances are documented
Francesco Montorsi [Sun, 6 Apr 2008 15:28:55 +0000 (15:28 +0000)] 
make sure all wxDefault* and all wxNull* global instances are documented

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

16 years agocorrected inverted test in IsEmpty() (patch 1936052)
Vadim Zeitlin [Sun, 6 Apr 2008 15:25:41 +0000 (15:25 +0000)] 
corrected inverted test in IsEmpty() (patch 1936052)

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

16 years agoreset m_selection in DeleteAllPages() (patch 1922215); some cleanup of DoRemovePage...
Vadim Zeitlin [Sun, 6 Apr 2008 15:14:25 +0000 (15:14 +0000)] 
reset m_selection in DeleteAllPages() (patch 1922215); some cleanup of DoRemovePage() in trunk

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

16 years agosmall typo fix
Francesco Montorsi [Sun, 6 Apr 2008 14:49:48 +0000 (14:49 +0000)] 
small typo fix

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

16 years agoimproved rendering of styles and events sections: put the description of those items...
Francesco Montorsi [Sun, 6 Apr 2008 14:43:04 +0000 (14:43 +0000)] 
improved rendering of styles and events sections: put the description of those items on new lines; put the prototype of event handlers on a separate line, too. This change requires that @event and @style macros are _not_ followed by a colon.

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

16 years agono changes, just some cleanup (patch 1918720)
Vadim Zeitlin [Sun, 6 Apr 2008 13:57:23 +0000 (13:57 +0000)] 
no changes, just some cleanup (patch 1918720)

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

16 years agorevisions contributed by Utensil Candel
Francesco Montorsi [Sun, 6 Apr 2008 12:52:58 +0000 (12:52 +0000)] 
revisions contributed by Utensil Candel

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

16 years agoSF bug 1895101
Chris Elliott [Sun, 6 Apr 2008 10:01:03 +0000 (10:01 +0000)] 
SF bug 1895101

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

16 years agouse the same constant the other ports use instead of a magic number
Robin Dunn [Sun, 6 Apr 2008 02:38:17 +0000 (02:38 +0000)] 
use the same constant the other ports use instead of a magic number

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

16 years agoSlight reorg of last change
Robin Dunn [Sun, 6 Apr 2008 02:13:08 +0000 (02:13 +0000)] 
Slight reorg of last change

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

16 years agoTests for declarations of snprintf/vsnprintf/vsscanf should be done in C++.
Stefan Neis [Sat, 5 Apr 2008 21:00:46 +0000 (21:00 +0000)] 
Tests for declarations of snprintf/vsnprintf/vsscanf should be done in C++.

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

16 years agoinclude more headers for PCH-less compilation
Vadim Zeitlin [Sat, 5 Apr 2008 20:46:09 +0000 (20:46 +0000)] 
include more headers for PCH-less compilation

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

16 years agoAlso right-align second column
Robert Roebling [Sat, 5 Apr 2008 18:25:11 +0000 (18:25 +0000)] 
Also right-align second column

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

16 years agoAlways interpret a column width of -1 as 80 until somthing better is found
Robert Roebling [Sat, 5 Apr 2008 18:22:37 +0000 (18:22 +0000)] 
Always interpret a column width of -1 as 80 until somthing better is found

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

16 years agouse wxCHECK instead of wxASSERT in Alloc() to avoid crashing when (trying to) use...
Vadim Zeitlin [Sat, 5 Apr 2008 17:54:02 +0000 (17:54 +0000)] 
use wxCHECK instead of wxASSERT in Alloc() to avoid crashing when (trying to) use strings of length close to INT_MAX (bug 1933693)

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

16 years agodocument Alloc() vs returning bool (part of bug 1933693)
Vadim Zeitlin [Sat, 5 Apr 2008 17:50:16 +0000 (17:50 +0000)] 
document Alloc() vs returning bool (part of bug 1933693)

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

16 years agoAdded test for right alignment of 1st column
Robert Roebling [Sat, 5 Apr 2008 17:29:08 +0000 (17:29 +0000)] 
Added test for right alignment of 1st column

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

16 years agodon't crash in ReadString() if the length read from the stream is too big (bug 1933560)
Vadim Zeitlin [Sat, 5 Apr 2008 17:28:32 +0000 (17:28 +0000)] 
don't crash in ReadString() if the length read from the stream is too big (bug 1933560)

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

16 years agoAdded test for left/centre/right alignment
Robert Roebling [Sat, 5 Apr 2008 17:26:29 +0000 (17:26 +0000)] 
Added test for left/centre/right alignment

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

16 years agofix for g++ signed/unsigned comparison warning
Vadim Zeitlin [Sat, 5 Apr 2008 17:07:04 +0000 (17:07 +0000)] 
fix for g++ signed/unsigned comparison warning

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

16 years agoinclude the headers needed for its compilation from the header itself
Vadim Zeitlin [Sat, 5 Apr 2008 17:05:57 +0000 (17:05 +0000)] 
include the headers needed for its compilation from the header itself

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

16 years agoFixed bug that made adding a child to a branch (that was previously made empty) impos...
Robert Roebling [Sat, 5 Apr 2008 13:40:55 +0000 (13:40 +0000)] 
Fixed bug that made adding a child to a branch (that was previously made empty) impossible

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

16 years agoBugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEditorCtrl()
Robert Roebling [Sat, 5 Apr 2008 12:37:31 +0000 (12:37 +0000)] 
Bugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEditorCtrl()

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

16 years agoProbable fix for [ 1933745 ] Crash in wxDataViewHeaderWindowBase::GetColumn()
Robert Roebling [Sat, 5 Apr 2008 12:33:03 +0000 (12:33 +0000)] 
Probable fix for [ 1933745 ] Crash in wxDataViewHeaderWindowBase::GetColumn()

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

16 years ago[ 1922123 ] Generic wxDataViewCtrl leaks
Robert Roebling [Sat, 5 Apr 2008 12:24:57 +0000 (12:24 +0000)] 
1922123 ] Generic wxDataViewCtrl leaks

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

16 years agoSupport renderer::LeftClick() in generic code, removed unsupported RightClick(),...
Robert Roebling [Sat, 5 Apr 2008 12:09:15 +0000 (12:09 +0000)] 
Support renderer::LeftClick() in generic code, removed unsupported RightClick(), corrected docs, added test to sample

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

16 years agoFinished initial review of [ca*-ch*] interface headers.
Bryan Petty [Sat, 5 Apr 2008 09:12:23 +0000 (09:12 +0000)] 
Finished initial review of [ca*-ch*] interface headers.

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

16 years agoset focus to the control when it's clicked
Vadim Zeitlin [Fri, 4 Apr 2008 23:07:55 +0000 (23:07 +0000)] 
set focus to the control when it's clicked

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

16 years agouse wxWANTS_CHARS to allow arrows to work inside the control
Vadim Zeitlin [Fri, 4 Apr 2008 22:30:13 +0000 (22:30 +0000)] 
use wxWANTS_CHARS to allow arrows to work inside the control

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

16 years agomake GenerateEvent() public again to fix wxGTK compilation
Vadim Zeitlin [Fri, 4 Apr 2008 22:25:43 +0000 (22:25 +0000)] 
make GenerateEvent() public again to fix wxGTK compilation

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

16 years agoregenerate VC8 project files after addition of native MSW version of wxCalendarCtrl too
Vadim Zeitlin [Fri, 4 Apr 2008 18:39:44 +0000 (18:39 +0000)] 
regenerate VC8 project files after addition of native MSW version of wxCalendarCtrl too

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

16 years agoimplemented toggling of wxCAL_MONDAY_FIRST in the native MSW version of wxCalendarCtrl
Vadim Zeitlin [Fri, 4 Apr 2008 16:35:43 +0000 (16:35 +0000)] 
implemented toggling of wxCAL_MONDAY_FIRST in the native MSW version of wxCalendarCtrl

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

16 years agoimplemented Mark() in the native MSW version of wxCalendarCtrl
Vadim Zeitlin [Fri, 4 Apr 2008 16:26:39 +0000 (16:26 +0000)] 
implemented Mark() in the native MSW version of wxCalendarCtrl

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

16 years agogenerate double click events in the native MSW version of wxCalendarCtrl
Vadim Zeitlin [Fri, 4 Apr 2008 15:49:08 +0000 (15:49 +0000)] 
generate double click events in the native MSW version of wxCalendarCtrl

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

16 years agogenerate the correct events in the native MSW version of wxCalendarCtrl
Vadim Zeitlin [Fri, 4 Apr 2008 15:26:37 +0000 (15:26 +0000)] 
generate the correct events in the native MSW version of wxCalendarCtrl

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

16 years agoimplemented HitTest() in the native MSW version; added test for it to the sample
Vadim Zeitlin [Fri, 4 Apr 2008 14:58:44 +0000 (14:58 +0000)] 
implemented HitTest() in the native MSW version; added test for it to the sample

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

16 years agoimplement EnableMonthChange() by restricting the dates range to the current month...
Vadim Zeitlin [Fri, 4 Apr 2008 14:24:02 +0000 (14:24 +0000)] 
implement EnableMonthChange() by restricting the dates range to the current month (this is not ideal as the UI of the control doesn't change, but better than nothing)

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

16 years agocompilation fix for PCH-less build
Vadim Zeitlin [Fri, 4 Apr 2008 13:07:30 +0000 (13:07 +0000)] 
compilation fix for PCH-less build

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

16 years agoIntial review of calctrl.h.
Bryan Petty [Fri, 4 Apr 2008 06:20:48 +0000 (06:20 +0000)] 
Intial review of calctrl.h.

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

16 years agoinitial native implementation of wxCalendarCtrl for MSW
Vadim Zeitlin [Fri, 4 Apr 2008 04:17:03 +0000 (04:17 +0000)] 
initial native implementation of wxCalendarCtrl for MSW

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

16 years agoFix AdjustForOverflow to use item->CalcMin, not item->GetSize
Robin Dunn [Thu, 3 Apr 2008 23:27:49 +0000 (23:27 +0000)] 
Fix AdjustForOverflow to use item->CalcMin, not item->GetSize

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

16 years agoFixed timing of malformed animated GIFs in wxHTML (patch #1926825 by Gennady Feller)
Václav Slavík [Thu, 3 Apr 2008 18:57:26 +0000 (18:57 +0000)] 
Fixed timing of malformed animated GIFs in wxHTML (patch #1926825 by Gennady Feller)

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

16 years agoreplace wrong wxUSE_DYNAMIC_LOADER test with the correct wxUSE_DYNLIB_CLASS one
Vadim Zeitlin [Thu, 3 Apr 2008 12:47:16 +0000 (12:47 +0000)] 
replace wrong wxUSE_DYNAMIC_LOADER test with the correct wxUSE_DYNLIB_CLASS one

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

16 years agofixing the build for wxMAC_USE_COCOA=1
Stefan Csomor [Thu, 3 Apr 2008 12:09:33 +0000 (12:09 +0000)] 
fixing the build for wxMAC_USE_COCOA=1

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

16 years agoGetPixel isn't returning RGBColor anymore, so change call
Stefan Csomor [Thu, 3 Apr 2008 11:47:44 +0000 (11:47 +0000)] 
GetPixel isn't returning RGBColor anymore, so change call

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

16 years agoGetPixel isn't returning RGBColor anymore, so change call
Stefan Csomor [Thu, 3 Apr 2008 11:41:32 +0000 (11:41 +0000)] 
GetPixel isn't returning RGBColor anymore, so change call

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

16 years agoremoved FAQs: they are already available in the website; there's no reason to duplica...
Francesco Montorsi [Thu, 3 Apr 2008 08:37:20 +0000 (08:37 +0000)] 
removed FAQs: they are already available in the website; there's no reason to duplicate them here

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

16 years agoCall ValueChanged after SetValue so other views will be updated
Robin Dunn [Thu, 3 Apr 2008 06:43:36 +0000 (06:43 +0000)] 
Call ValueChanged after SetValue so other views will be updated

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

16 years agofix warnings
Robin Dunn [Thu, 3 Apr 2008 03:33:13 +0000 (03:33 +0000)] 
fix warnings

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

16 years agoFix for potential layout glitches in wxGridBagSizer when items span cells but
Robin Dunn [Thu, 3 Apr 2008 02:50:15 +0000 (02:50 +0000)] 
Fix for potential layout glitches in wxGridBagSizer when items span cells but
some other item affects the size of one of spanned rows/cols.

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

16 years agoregenerated after vsscanf() changes
Vadim Zeitlin [Wed, 2 Apr 2008 13:54:24 +0000 (13:54 +0000)] 
regenerated after vsscanf() changes

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

16 years agowxMac compilation fix: must explicitly qualify non-dependent MacSetClipChildren(...
Vadim Zeitlin [Wed, 2 Apr 2008 13:51:30 +0000 (13:51 +0000)] 
wxMac compilation fix: must explicitly qualify non-dependent MacSetClipChildren() in wxScrolled::Create()

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

16 years agoAdded detection of vsscanf and whether or not a prototype exists in headers.
Stefan Neis [Wed, 2 Apr 2008 12:05:27 +0000 (12:05 +0000)] 
Added detection of vsscanf and whether or not a prototype exists in headers.

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

16 years agofirst revision (contains wxHelpEvent and wxNavigationKeyEvent modifications which...
Francesco Montorsi [Wed, 2 Apr 2008 11:05:46 +0000 (11:05 +0000)] 
first revision (contains wxHelpEvent and wxNavigationKeyEvent modifications which needs to be solved)

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

16 years agoOnly update the toolbar buttons if the toolbar is visible
Julian Smart [Wed, 2 Apr 2008 10:04:05 +0000 (10:04 +0000)] 
Only update the toolbar buttons if the toolbar is visible

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

16 years agoRestored the old Classes by Category page to live side-by-side with the full Classes...
Bryan Petty [Wed, 2 Apr 2008 05:29:12 +0000 (05:29 +0000)] 
Restored the old Classes by Category page to live side-by-side with the full Classes by Category grouping.
Also changed the license pages to include the actual license files verbatim rather than duplicated in comments.
Cleaned up the Development Tips page a little fixing some minor issues and wrapping at 80 columns.
Recategorized the WXDEBUG_NEW() macro from the RTTI group to the Debugging group.

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

16 years ago115% line height on lists is more than enough, especially for the class hierarchy...
Bryan Petty [Wed, 2 Apr 2008 01:23:11 +0000 (01:23 +0000)] 
115% line height on lists is more than enough, especially for the class hierarchy and class members pages. Also turned off REPEAT_BRIEF for when we add brief descriptions to classes.

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

16 years agolog error before returning, not after
Vadim Zeitlin [Wed, 2 Apr 2008 00:10:58 +0000 (00:10 +0000)] 
log error before returning, not after

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

16 years agosuppress VC++ /Wp64 warnings
Vadim Zeitlin [Tue, 1 Apr 2008 23:44:33 +0000 (23:44 +0000)] 
suppress VC++ /Wp64 warnings

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

16 years agomove all appearace-related methods down to wxCalendarCtrlBase from wxGenericCalendarCtrl
Vadim Zeitlin [Tue, 1 Apr 2008 23:43:34 +0000 (23:43 +0000)] 
move all appearace-related methods down to wxCalendarCtrlBase from wxGenericCalendarCtrl

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

16 years agowxMimeTypesManagerImpl and wxFileTypeImpl are in base, not core
Vadim Zeitlin [Tue, 1 Apr 2008 22:48:55 +0000 (22:48 +0000)] 
wxMimeTypesManagerImpl and wxFileTypeImpl are in base, not core

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