]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
17 years agouse wxWindow::NewControlId() instead of wxNewId() to avoid clashes with the user...
Vadim Zeitlin [Thu, 18 Jan 2007 14:15:54 +0000 (14:15 +0000)] 
use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with the user-defined ids

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

17 years agoadded wxDateTime::GetDateOnly()
Vadim Zeitlin [Thu, 18 Jan 2007 14:06:37 +0000 (14:06 +0000)] 
added wxDateTime::GetDateOnly()

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

17 years agocorrected crash: need to set m_frame eariler (Wlodek Szafran, closes bug 1636225)
Vadim Zeitlin [Thu, 18 Jan 2007 14:03:16 +0000 (14:03 +0000)] 
corrected crash: need to set m_frame eariler (Wlodek Szafran, closes bug 1636225)

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

17 years agominor tweaks for the widget inspector
Robin Dunn [Wed, 17 Jan 2007 23:39:00 +0000 (23:39 +0000)] 
minor tweaks for the widget inspector

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

17 years agoThe inspect module is now a widget browser plus a shell.
Robin Dunn [Wed, 17 Jan 2007 23:37:12 +0000 (23:37 +0000)] 
The inspect module is now a widget browser plus a shell.

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

17 years agoreSWIGged
Robin Dunn [Wed, 17 Jan 2007 23:32:26 +0000 (23:32 +0000)] 
reSWIGged

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

17 years agodiscard time part of m_date, otherwise comparisons with other dates fail
Vadim Zeitlin [Wed, 17 Jan 2007 23:31:05 +0000 (23:31 +0000)] 
discard time part of m_date, otherwise comparisons with other dates fail

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

17 years agoMake GridBagSizer.GetItem use FindItem if possible, to allow a
Robin Dunn [Wed, 17 Jan 2007 23:23:34 +0000 (23:23 +0000)] 
Make GridBagSizer.GetItem use FindItem if possible, to allow a
GBSizerItem to be returned instead of a SizerItem

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

17 years agosome minor tweaks to make it possible to not show the default intro text
Robin Dunn [Wed, 17 Jan 2007 23:05:14 +0000 (23:05 +0000)] 
some minor tweaks to make it possible to not show the default intro text

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

17 years agoUse the system settings for the selection colours
Robin Dunn [Wed, 17 Jan 2007 23:03:46 +0000 (23:03 +0000)] 
Use the system settings for the selection colours

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

17 years agoSpacing corrections, removed duplicate functions
Julian Smart [Wed, 17 Jan 2007 15:26:53 +0000 (15:26 +0000)] 
Spacing corrections, removed duplicate functions

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

17 years agoCorrected typos
Julian Smart [Wed, 17 Jan 2007 14:51:11 +0000 (14:51 +0000)] 
Corrected typos

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

17 years agoDocumented Set/GetBaseId
Julian Smart [Wed, 17 Jan 2007 09:07:32 +0000 (09:07 +0000)] 
Documented Set/GetBaseId

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

17 years agoSETUPHDIR is Bakefile variable, not MSVC IDE one
Václav Slavík [Wed, 17 Jan 2007 08:40:56 +0000 (08:40 +0000)] 
SETUPHDIR is Bakefile variable, not MSVC IDE one

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

17 years agohonour the drag effect supported by the drag source in wxIDropTarget (Tim Kosse)
Vadim Zeitlin [Mon, 15 Jan 2007 19:02:29 +0000 (19:02 +0000)] 
honour the drag effect supported by the drag source in wxIDropTarget (Tim Kosse)

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

17 years agoadded wx/image.h to fix non-PCH compilation after last commit (patch 1635649)
Vadim Zeitlin [Mon, 15 Jan 2007 10:54:40 +0000 (10:54 +0000)] 
added wx/image.h to fix non-PCH compilation after last commit (patch 1635649)

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

17 years agodon't change wxPRINTER_CANCELLED to wxPRINTER_ERROR, bug #1635284
Paul Cornett [Mon, 15 Jan 2007 02:23:13 +0000 (02:23 +0000)] 
don't change wxPRINTER_CANCELLED to wxPRINTER_ERROR, bug #1635284

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

17 years agoremove some unneeded includes, clean up gnome force link stuff a bit
Paul Cornett [Mon, 15 Jan 2007 01:26:05 +0000 (01:26 +0000)] 
remove some unneeded includes, clean up gnome force link stuff a bit

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

17 years agoonly gtk1 needs poll now
Paul Cornett [Mon, 15 Jan 2007 00:24:54 +0000 (00:24 +0000)] 
only gtk1 needs poll now

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

17 years agochain to the polling function GLib was using before we replaced it, eliminating all...
Paul Cornett [Mon, 15 Jan 2007 00:21:57 +0000 (00:21 +0000)] 
chain to the polling function GLib was using before we replaced it, eliminating all the poll baggage

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

17 years agocreate in place edit control with wxTE_PROCESS_ENTER style as otherwise it's not...
Vadim Zeitlin [Sun, 14 Jan 2007 21:04:27 +0000 (21:04 +0000)] 
create in place edit control with wxTE_PROCESS_ENTER style as otherwise it's not closed on Enter when used inside a panel or a dialog (which uses Enter for dialog navigation) (patch 1630586)

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

17 years agocorrected drawing of the bitmaps for the disabled menu items (replaces patch 1632891...
Vadim Zeitlin [Sun, 14 Jan 2007 20:59:17 +0000 (20:59 +0000)] 
corrected drawing of the bitmaps for the disabled menu items (replaces patch 1632891, closes bug 1632888)

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

17 years agotest rendering of disabled items with bitmaps (for bug 1632888)
Vadim Zeitlin [Sun, 14 Jan 2007 20:45:30 +0000 (20:45 +0000)] 
test rendering of disabled items with bitmaps (for bug 1632888)

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

17 years agoadded wxSizerFlags::Shaped() and FixedMinSize() methods
Vadim Zeitlin [Sun, 14 Jan 2007 16:52:55 +0000 (16:52 +0000)] 
added wxSizerFlags::Shaped() and FixedMinSize() methods

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

17 years agoadded wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods...
Vadim Zeitlin [Sun, 14 Jan 2007 16:38:53 +0000 (16:38 +0000)] 
added wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods and added them to version script

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

17 years agodon't crash when setting tooltip for a picker without text control
Vadim Zeitlin [Sun, 14 Jan 2007 16:18:36 +0000 (16:18 +0000)] 
don't crash when setting tooltip for a picker without text control

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

17 years agoProvide access to file history base id
Julian Smart [Sun, 14 Jan 2007 12:43:01 +0000 (12:43 +0000)] 
Provide access to file history base id

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

17 years agofixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE
Václav Slavík [Fri, 12 Jan 2007 21:46:51 +0000 (21:46 +0000)] 
fixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE

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

17 years agoPyCrust now has an option for showing/hiding the notebook.
Robin Dunn [Fri, 12 Jan 2007 19:20:32 +0000 (19:20 +0000)] 
PyCrust now has an option for showing/hiding the notebook.

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

17 years agominor tweaks
Robin Dunn [Fri, 12 Jan 2007 18:42:56 +0000 (18:42 +0000)] 
minor tweaks

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

17 years agoBug fix from Pierre
Robin Dunn [Fri, 12 Jan 2007 18:40:51 +0000 (18:40 +0000)] 
Bug fix from Pierre

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

17 years agoJust reset the size, not the minsize too, when changing the label or
Robin Dunn [Fri, 12 Jan 2007 18:40:30 +0000 (18:40 +0000)] 
Just reset the size, not the minsize too, when changing the label or
font.  This is how the native static text widgets behave.

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

17 years agonew test
Robin Dunn [Fri, 12 Jan 2007 18:39:39 +0000 (18:39 +0000)] 
new test

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

17 years agoremoved bogus ImageList property
Robin Dunn [Fri, 12 Jan 2007 18:39:04 +0000 (18:39 +0000)] 
removed bogus ImageList property

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

17 years agoAdded typeId property
Robin Dunn [Fri, 12 Jan 2007 18:38:15 +0000 (18:38 +0000)] 
Added typeId property

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

17 years agoUse the SearchCtrl for the filter. Make the accelerator table usable
Robin Dunn [Fri, 12 Jan 2007 18:28:40 +0000 (18:28 +0000)] 
Use the SearchCtrl for the filter.  Make the accelerator table usable
again for testing.

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

17 years agoFix for problem when Realize is re-called on a vertical toolbar, it
Robin Dunn [Fri, 12 Jan 2007 18:27:27 +0000 (18:27 +0000)] 
Fix for problem when Realize is re-called on a vertical toolbar, it
was making the tools layout horizontally.

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

17 years agoDoGetBestSize fix, the lbWidth was not getting updated because of a
Robin Dunn [Fri, 12 Jan 2007 18:25:21 +0000 (18:25 +0000)] 
DoGetBestSize fix, the lbWidth was not getting updated because of a
misplaced #endif

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

17 years agoFix for when only a default dir is given without a default file
Robin Dunn [Fri, 12 Jan 2007 18:24:19 +0000 (18:24 +0000)] 
Fix for when only a default dir is given without a default file

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

17 years agomaking sure it is only breaking at newlines for measuring
Stefan Csomor [Fri, 12 Jan 2007 18:00:01 +0000 (18:00 +0000)] 
making sure it is only breaking at newlines for measuring

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

17 years agoadd wxToolbook checking
Paul Cornett [Fri, 12 Jan 2007 17:54:14 +0000 (17:54 +0000)] 
add wxToolbook checking

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

17 years agousing the CF Message box only for non main thread alerts
Stefan Csomor [Fri, 12 Jan 2007 17:22:02 +0000 (17:22 +0000)] 
using the CF Message box only for non main thread alerts

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

17 years agoonly set cursor immediately in SetCursor() if the mouse is currently inside the windo...
Vadim Zeitlin [Fri, 12 Jan 2007 01:28:14 +0000 (01:28 +0000)] 
only set cursor immediately in SetCursor() if the mouse is currently inside the window or we capture it (fixes the problem introduced in rev 1.675 while still correcting the original bug that change was done to fix)

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

17 years agouse wxNO_LEN and wxCONV_FAILED symbolic constants instead of -1
Vadim Zeitlin [Thu, 11 Jan 2007 16:41:43 +0000 (16:41 +0000)] 
use wxNO_LEN and wxCONV_FAILED symbolic constants instead of -1

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

17 years agoUse the associated document manager, not the global one
Julian Smart [Thu, 11 Jan 2007 13:55:26 +0000 (13:55 +0000)] 
Use the associated document manager, not the global one

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

17 years agoWrite a newline, not a 10 into the stream
Julian Smart [Thu, 11 Jan 2007 13:54:29 +0000 (13:54 +0000)] 
Write a newline, not a 10 into the stream

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

17 years agono changes, just refactor the code sending spin update event to SendSpinUpdate()...
Vadim Zeitlin [Thu, 11 Jan 2007 01:59:42 +0000 (01:59 +0000)] 
no changes, just refactor the code sending spin update event to SendSpinUpdate() instead of duplicating it; also initialize m_oldValue

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

17 years agoapply patch 1630906 after all as with my simpler fix in the last commit the control...
Vadim Zeitlin [Thu, 11 Jan 2007 01:48:52 +0000 (01:48 +0000)] 
apply patch 1630906 after all as with my simpler fix in the last commit the control may remain empty when it is supposed to show 0 value

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

17 years agofix lack of spin control update event when control lost focus (replaces patch 1630906...
Vadim Zeitlin [Thu, 11 Jan 2007 01:45:31 +0000 (01:45 +0000)] 
fix lack of spin control update event when control lost focus (replaces patch 1630906, corrects bug introduced in rev 1.66)

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

17 years agosuppress spurious error message when copying from clipboard brought empty string...
Vadim Zeitlin [Thu, 11 Jan 2007 01:34:08 +0000 (01:34 +0000)] 
suppress spurious error message when copying from clipboard brought empty string (patch 1630108)

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

17 years agoreverted wrong change of rev 1.129 and fixed the first part of bug 1422217 in a bette...
Vadim Zeitlin [Thu, 11 Jan 2007 01:21:42 +0000 (01:21 +0000)] 
reverted wrong change of rev 1.129 and fixed the first part of bug 1422217 in a better way by using InsertMenuItem() correctly for checkable items

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

17 years agodo strtoll() test using C++ compiler as at least under SGI this function is accessibl...
Vadim Zeitlin [Thu, 11 Jan 2007 00:30:13 +0000 (00:30 +0000)] 
do strtoll() test using C++ compiler as at least under SGI this function is accessible from C99 but not C++ code

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

17 years agoadded wxDFB to distribution scripts
Václav Slavík [Wed, 10 Jan 2007 15:01:42 +0000 (15:01 +0000)] 
added wxDFB to distribution scripts

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

17 years agoRemoved versions so we don't have to update with every release
Julian Smart [Wed, 10 Jan 2007 14:53:57 +0000 (14:53 +0000)] 
Removed versions so we don't have to update with every release

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

17 years agoUpdated date
Julian Smart [Wed, 10 Jan 2007 14:52:35 +0000 (14:52 +0000)] 
Updated date

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

17 years agoUpdated version and date
Julian Smart [Wed, 10 Jan 2007 14:51:18 +0000 (14:51 +0000)] 
Updated version and date

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

17 years agoadded support for Bakefile's upcoming msvs2005prj format (not enabled by default...
Václav Slavík [Wed, 10 Jan 2007 14:03:23 +0000 (14:03 +0000)] 
added support for Bakefile's upcoming msvs2005prj format (not enabled by default yet, would fail with the latest released version otherwise)

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

17 years agoadd #if wxUSE_TOOLTIPS around DoSetToolTip()
Vadim Zeitlin [Wed, 10 Jan 2007 13:45:11 +0000 (13:45 +0000)] 
add #if wxUSE_TOOLTIPS around DoSetToolTip()

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

17 years ago2.8.2
Chris Elliott [Wed, 10 Jan 2007 13:40:28 +0000 (13:40 +0000)] 
2.8.2

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

17 years agofix missing setup.h file(s) http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:96442...
Chris Elliott [Wed, 10 Jan 2007 13:38:17 +0000 (13:38 +0000)] 
fix missing setup.h file(s)  http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:96442:cbnogdligcfeekgnnppi

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

17 years agoIsRich should be defined even if wxUSE_RICHTEXT isn't
Julian Smart [Tue, 9 Jan 2007 21:26:53 +0000 (21:26 +0000)] 
IsRich should be defined even if wxUSE_RICHTEXT isn't

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

17 years agoFix for missing separator if any previous items were ownerdrawn
Julian Smart [Tue, 9 Jan 2007 21:19:09 +0000 (21:19 +0000)] 
Fix for missing separator if any previous items were ownerdrawn

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

17 years agocheck parameters after options check sothat usign -version doesn't result in an error
Vadim Zeitlin [Tue, 9 Jan 2007 14:35:06 +0000 (14:35 +0000)] 
check parameters after options check sothat usign -version doesn't result in an error

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

17 years agoshow -version in the list of options; exit after showing the version as all the other...
Vadim Zeitlin [Tue, 9 Jan 2007 14:29:38 +0000 (14:29 +0000)] 
show -version in the list of options; exit after showing the version as all the other programs do

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

17 years agomore about virtual functions access specifier changing
Vadim Zeitlin [Tue, 9 Jan 2007 14:01:08 +0000 (14:01 +0000)] 
more about virtual functions access specifier changing

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

17 years agodon't use default style
Robin Dunn [Mon, 8 Jan 2007 23:54:11 +0000 (23:54 +0000)] 
don't use default style

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

17 years agoTweak dates and version number
Robin Dunn [Mon, 8 Jan 2007 23:45:11 +0000 (23:45 +0000)] 
Tweak dates and version number

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

17 years agoVersion --> 2.8.1.0
Robin Dunn [Mon, 8 Jan 2007 23:31:44 +0000 (23:31 +0000)] 
Version --> 2.8.1.0

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

17 years agoMinor tweaks to get up to date with wx CVS
Robin Dunn [Mon, 8 Jan 2007 23:10:39 +0000 (23:10 +0000)] 
Minor tweaks to get up to date with wx CVS

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

17 years agoignore things that are just defined for the sake of the preprocessor
Robin Dunn [Mon, 8 Jan 2007 22:58:22 +0000 (22:58 +0000)] 
ignore things that are just defined for the sake of the preprocessor

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

17 years agoadded more wxUSE_TREE/LISTCTRL tests to fix compilation when they're set to 0
Vadim Zeitlin [Mon, 8 Jan 2007 15:04:19 +0000 (15:04 +0000)] 
added more wxUSE_TREE/LISTCTRL tests to fix compilation when they're set to 0

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

17 years ago2.8.1
Chris Elliott [Mon, 8 Jan 2007 15:04:07 +0000 (15:04 +0000)] 
2.8.1

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

17 years agoremove space which broke tex2rtf
Chris Elliott [Mon, 8 Jan 2007 14:47:02 +0000 (14:47 +0000)] 
remove space which broke tex2rtf

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

17 years agofix part of proposal at http://news.gmane.org/find-root.php?message_id=%3c45A2343E...
Chris Elliott [Mon, 8 Jan 2007 13:40:59 +0000 (13:40 +0000)] 
fix part of proposal at http://news.gmane.org/find-root.php?message_id=%3c45A2343E.40203%40gmx.de%3e

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

17 years agouse wxLongLong_t instead of long long
Vadim Zeitlin [Mon, 8 Jan 2007 11:17:15 +0000 (11:17 +0000)] 
use wxLongLong_t instead of long long

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

17 years agonon-pch build fix
Paul Cornett [Mon, 8 Jan 2007 07:11:51 +0000 (07:11 +0000)] 
non-pch build fix

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

17 years agoFix GetNextItem for virtual wxListCtrl, and improve behavior for wxLIST_NEXT_ALL.
Kevin Ollivier [Mon, 8 Jan 2007 02:52:09 +0000 (02:52 +0000)] 
Fix GetNextItem for virtual wxListCtrl, and improve behavior for wxLIST_NEXT_ALL.

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

17 years agofix compilation for latest SDK where EnumModulesProc() first parameter is now const...
Vadim Zeitlin [Sun, 7 Jan 2007 23:35:49 +0000 (23:35 +0000)] 
fix compilation for latest SDK where EnumModulesProc() first parameter is now const (bug 1629333)

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

17 years agoupdated version to 2.8.1
Vadim Zeitlin [Sun, 7 Jan 2007 22:48:56 +0000 (22:48 +0000)] 
updated version to 2.8.1

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

17 years agoalso update wxVERSION_STRING
Vadim Zeitlin [Sun, 7 Jan 2007 22:48:06 +0000 (22:48 +0000)] 
also update wxVERSION_STRING

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

17 years agofix wxConfig::DeleteGroup() for arguments with trailing slash (replaces patch 1624589)
Vadim Zeitlin [Sun, 7 Jan 2007 22:41:39 +0000 (22:41 +0000)] 
fix wxConfig::DeleteGroup() for arguments with trailing slash (replaces patch 1624589)

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

17 years agoapparently the previous version was generated with a wrong bakefile, regenererated...
Vadim Zeitlin [Sun, 7 Jan 2007 22:30:12 +0000 (22:30 +0000)] 
apparently the previous version was generated with a wrong bakefile, regenererated with 0.2.1

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

17 years agoalso update manual.tex
Vadim Zeitlin [Sun, 7 Jan 2007 22:28:07 +0000 (22:28 +0000)] 
also update manual.tex

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

17 years agomore informative output
Vadim Zeitlin [Sun, 7 Jan 2007 22:26:44 +0000 (22:26 +0000)] 
more informative output

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

17 years agoupdated version to 2.8.1
Vadim Zeitlin [Sun, 7 Jan 2007 22:21:20 +0000 (22:21 +0000)] 
updated version to 2.8.1

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

17 years agoAttempt at fixing deepCopyHostent/Servent.
Stefan Neis [Sun, 7 Jan 2007 21:38:08 +0000 (21:38 +0000)] 
Attempt at fixing deepCopyHostent/Servent.
Fixed MT problem my making mutexes global.

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

17 years agoadded a script to update release version field
Vadim Zeitlin [Sun, 7 Jan 2007 21:34:48 +0000 (21:34 +0000)] 
added a script to update release version field

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

17 years agodon't compile wxDataViewDateRendererPopupTransient if !wxUSE_POPUPWIN (as is always...
Vadim Zeitlin [Sun, 7 Jan 2007 20:13:16 +0000 (20:13 +0000)] 
don't compile wxDataViewDateRendererPopupTransient if !wxUSE_POPUPWIN (as is always the case under Mac) (bug 1616964)

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

17 years agono changes, just removed duplicate TreeView_HitTest() calls
Vadim Zeitlin [Sun, 7 Jan 2007 20:09:15 +0000 (20:09 +0000)] 
no changes, just removed duplicate TreeView_HitTest() calls

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

17 years agocorrected message about page number overflow
Vadim Zeitlin [Sun, 7 Jan 2007 19:58:48 +0000 (19:58 +0000)] 
corrected message about page number overflow

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

17 years agoadded EVT_TASKBAR_CLICK and use it to show taskbar icon menu on right button release...
Vadim Zeitlin [Sun, 7 Jan 2007 19:44:14 +0000 (19:44 +0000)] 
added EVT_TASKBAR_CLICK and use it to show taskbar icon menu on right button release, not press, under MSW (bug 1623761)

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

17 years agoregenerated after wx/richtext/richtextstyles.h addition
Vadim Zeitlin [Sun, 7 Jan 2007 19:41:52 +0000 (19:41 +0000)] 
regenerated after wx/richtext/richtextstyles.h addition

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

17 years agoadded wx/richtext/richtextstyles.h (bug 1624364)
Vadim Zeitlin [Sun, 7 Jan 2007 19:29:54 +0000 (19:29 +0000)] 
added wx/richtext/richtextstyles.h (bug 1624364)

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

17 years agomake HitTest() public (bug 1626543); this changes ABI for protected part of wx API...
Vadim Zeitlin [Sun, 7 Jan 2007 19:27:33 +0000 (19:27 +0000)] 
make HitTest() public (bug 1626543); this changes ABI for protected part of wx API but not for the public one

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

17 years agoFixed switching to a different drive/volume on OS/2.
Stefan Neis [Sun, 7 Jan 2007 18:22:57 +0000 (18:22 +0000)] 
Fixed switching to a different drive/volume on OS/2.

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

17 years agoAdd more sanity checks to virtual list item nums as the native control sometimes...
Kevin Ollivier [Sun, 7 Jan 2007 17:53:42 +0000 (17:53 +0000)] 
Add more sanity checks to virtual list item nums as the native control sometimes fires events before things are totally set up.

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

17 years agoMake it easier to switch between native and generic sample for testing purposes.
Kevin Ollivier [Sun, 7 Jan 2007 17:28:18 +0000 (17:28 +0000)] 
Make it easier to switch between native and generic sample for testing purposes.

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

17 years agodisable wxCollapsiblePane compilation in wx/chkconf.h, not wx/generic/collpaneg.h...
Vadim Zeitlin [Sun, 7 Jan 2007 17:26:19 +0000 (17:26 +0000)] 
disable wxCollapsiblePane compilation in wx/chkconf.h, not wx/generic/collpaneg.h (bug 1620397)

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

17 years agofix attribute memory leak in wxGrid::ShowCellEditControl() (patch 1629949)
Vadim Zeitlin [Sun, 7 Jan 2007 17:09:54 +0000 (17:09 +0000)] 
fix attribute memory leak in wxGrid::ShowCellEditControl() (patch 1629949)

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

17 years agoadded support and enable long long support when wxLongLong_t is available even if...
Vadim Zeitlin [Sun, 7 Jan 2007 16:58:17 +0000 (16:58 +0000)] 
added  support and enable long long support when wxLongLong_t is available even if SIZEOF_LONG_LONG is not under wxMSW

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