]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
17 years agointerpret text invalid in the current encoding (typical for UTF-8 environments) as...
Vadim Zeitlin [Mon, 26 Feb 2007 09:53:15 +0000 (09:53 +0000)] 
interpret text invalid in the current encoding (typical for UTF-8 environments) as ISO8859-1, this is wrong but better than eating it completely

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

17 years ago OpenVMS compile support update
Jouk Jansen [Mon, 26 Feb 2007 08:23:09 +0000 (08:23 +0000)] 
 OpenVMS compile support update

 Modified Files:
  wxWidgets/src/common/descrip.mms

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

17 years agorecognize the encoding name without hyphens as synonym for the same name with hyphens...
Vadim Zeitlin [Sat, 24 Feb 2007 20:21:16 +0000 (20:21 +0000)] 
recognize the encoding name without hyphens as synonym for the same name with hyphens when matching encoding names

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

17 years agoadded MSxxx and IBMxxx as synonyms for CPxxx code pages as some systems use these...
Vadim Zeitlin [Sat, 24 Feb 2007 19:39:03 +0000 (19:39 +0000)] 
added MSxxx and IBMxxx as synonyms for CPxxx code pages as some systems use these names (too)

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

17 years agochanged wxArrayString::m_pItems from wxChar* to const wxChar*, the strings are not...
Václav Slavík [Sat, 24 Feb 2007 15:19:16 +0000 (15:19 +0000)] 
changed wxArrayString::m_pItems from wxChar* to const wxChar*, the strings are not modified by the class

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

17 years agoBuild fix from FM (cascade from object.h changes making wxObjectRefData destructor...
Kevin Hock [Sat, 24 Feb 2007 02:49:41 +0000 (02:49 +0000)] 
Build fix from FM (cascade from object.h changes making wxObjectRefData destructor private)

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

17 years ago FM small patch for wxDataViewCtrl compilation
Robert Roebling [Fri, 23 Feb 2007 21:25:15 +0000 (21:25 +0000)] 
  FM small patch for wxDataViewCtrl compilation
    and warning fixes (dll linking problem).

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

17 years agoFixed a control-arrow bug
Julian Smart [Fri, 23 Feb 2007 10:30:40 +0000 (10:30 +0000)] 
Fixed a control-arrow bug

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

17 years ago1.8-1
Roman Rolinsky [Fri, 23 Feb 2007 09:19:51 +0000 (09:19 +0000)] 
1.8-1

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

17 years agoFixed SetItemBold and editing 'growable' properties of
Roman Rolinsky [Fri, 23 Feb 2007 09:19:07 +0000 (09:19 +0000)] 
Fixed SetItemBold and editing 'growable' properties of
wxFlexGridSizer.

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

17 years ago [ 1665996 ] Fixes/extensions to wxDataViewCtrl
Robert Roebling [Fri, 23 Feb 2007 07:57:46 +0000 (07:57 +0000)] 
  [ 1665996 ] Fixes/extensions to wxDataViewCtrl

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

17 years agoFixed a confusion between window and client size that could lead to
Julian Smart [Thu, 22 Feb 2007 17:57:05 +0000 (17:57 +0000)] 
Fixed a confusion between window and client size that could lead to
gradually increasing window size on repeated layout, by duplicate
application of the client to window size conversion.

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

17 years agoFix for crash when an invalid font was being mistakenly identified as valid due to...
Kevin Ollivier [Thu, 22 Feb 2007 01:53:23 +0000 (01:53 +0000)] 
Fix for crash when an invalid font was being mistakenly identified as valid due to a signed check on an unsigned value, and also change the wxLogDebug statement, as I was getting crashes with %s and wxString.

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

17 years agofixed BAKEFILE_AUTOCONF_INC_M4_VERSION changed by mistake
Václav Slavík [Wed, 21 Feb 2007 15:55:39 +0000 (15:55 +0000)] 
fixed BAKEFILE_AUTOCONF_INC_M4_VERSION changed by mistake

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

17 years agoApplied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug
Julian Smart [Wed, 21 Feb 2007 15:07:26 +0000 (15:07 +0000)] 
Applied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug
(troelsk - allow for left-handed mouse)

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

17 years agoallow creating wxString from char*, assigning to it from char* and comparing with...
Václav Slavík [Tue, 20 Feb 2007 20:05:43 +0000 (20:05 +0000)] 
allow creating wxString from char*, assigning to it from char* and comparing with char* values

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

17 years agofixed incorrectly reported WXWIN_COMPATIBILITY_2_6 value in summary
Václav Slavík [Tue, 20 Feb 2007 19:40:24 +0000 (19:40 +0000)] 
fixed incorrectly reported WXWIN_COMPATIBILITY_2_6 value in summary

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

17 years agoFixed a problem with tabs when text spills over the end of the tab stops
Julian Smart [Tue, 20 Feb 2007 12:54:44 +0000 (12:54 +0000)] 
Fixed a problem with tabs when text spills over the end of the tab stops

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

17 years agocompilation fix
Václav Slavík [Tue, 20 Feb 2007 11:12:04 +0000 (11:12 +0000)] 
compilation fix

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

17 years agoIgnore Windows key
Julian Smart [Tue, 20 Feb 2007 07:57:54 +0000 (07:57 +0000)] 
Ignore Windows key

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

17 years agoadded WXWIN_COMPATIBILITY_2_8
Václav Slavík [Mon, 19 Feb 2007 20:02:14 +0000 (20:02 +0000)] 
added WXWIN_COMPATIBILITY_2_8

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

17 years agoLayout correction
Julian Smart [Mon, 19 Feb 2007 18:32:07 +0000 (18:32 +0000)] 
Layout correction

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

17 years agoDoc corrections
Julian Smart [Mon, 19 Feb 2007 18:30:26 +0000 (18:30 +0000)] 
Doc corrections

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

17 years ago Most of FM's wxDataViewCtrl patch.
Robert Roebling [Sat, 17 Feb 2007 12:32:38 +0000 (12:32 +0000)] 
 Most of FM's wxDataViewCtrl patch.

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

17 years ago Minor parts from FM's wxDataViewCtrl patch.
Robert Roebling [Sat, 17 Feb 2007 11:35:58 +0000 (11:35 +0000)] 
  Minor parts from FM's wxDataViewCtrl patch.

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

17 years ago [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr
Robert Roebling [Sat, 17 Feb 2007 09:16:35 +0000 (09:16 +0000)] 
 [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr

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

17 years agodo adjust scrollbars in our EVT_SIZE handler now that we turn them off correctly...
Vadim Zeitlin [Sat, 17 Feb 2007 02:35:50 +0000 (02:35 +0000)] 
do adjust scrollbars in our EVT_SIZE handler now that we turn them off correctly (otherwise scrollbars wouldn't be shown correctly when the grid becomes too small to show its contents entirely after changes in rev 1.410)

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

17 years agoIsShown shouldn't cause empty sizers to not have their positions calculated
Julian Smart [Fri, 16 Feb 2007 22:12:58 +0000 (22:12 +0000)] 
IsShown shouldn't cause empty sizers to not have their positions calculated

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

17 years agodon't delete inexistent column indices in DeleteCols()
Vadim Zeitlin [Fri, 16 Feb 2007 17:41:58 +0000 (17:41 +0000)] 
don't delete inexistent column indices in DeleteCols()

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

17 years agosuppress warning about casting -1 to guint
Vadim Zeitlin [Fri, 16 Feb 2007 14:47:37 +0000 (14:47 +0000)] 
suppress warning about casting -1 to guint

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

17 years agoAdded support for hover bitmap
Julian Smart [Fri, 16 Feb 2007 08:16:37 +0000 (08:16 +0000)] 
Added support for hover bitmap

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

17 years agoupdate from Ivan Masar
Vadim Zeitlin [Fri, 16 Feb 2007 02:21:36 +0000 (02:21 +0000)] 
update from Ivan Masar

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

17 years agoreturn size without decorations from size_request GTK callback in wxTLW
Vadim Zeitlin [Thu, 15 Feb 2007 12:38:55 +0000 (12:38 +0000)] 
return size without decorations from size_request GTK callback in wxTLW

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

17 years agouse AllocExclusive() instead of duplicating its code in wxFont-specific Unshare(...
Vadim Zeitlin [Wed, 14 Feb 2007 20:35:24 +0000 (20:35 +0000)] 
use AllocExclusive() instead of duplicating its code in wxFont-specific Unshare(); this fixes recreating the font whenever it is modified (even if it's not shared) bug

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

17 years agocorrected StartDoc() return value testing broken in last commit
Vadim Zeitlin [Wed, 14 Feb 2007 17:52:17 +0000 (17:52 +0000)] 
corrected StartDoc() return value testing broken in last commit

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

17 years agofix warning about unused variable in release build by using standard wxLogLastError...
Vadim Zeitlin [Wed, 14 Feb 2007 16:13:06 +0000 (16:13 +0000)] 
fix warning about unused variable in release build by using standard wxLogLastError() if StartDoc() fails instead of duplicating it here

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

17 years agofix warning about unused TRACE_MASK variable in release builds
Vadim Zeitlin [Wed, 14 Feb 2007 16:12:12 +0000 (16:12 +0000)] 
fix warning about unused TRACE_MASK variable in release builds

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

17 years agocorrected IMPLEMENT_DYNAMIC_CLASS macros to ensure that the controls are seen to...
Vadim Zeitlin [Wed, 14 Feb 2007 16:10:08 +0000 (16:10 +0000)] 
corrected IMPLEMENT_DYNAMIC_CLASS macros to ensure that the controls are seen to derive from wxControlWithItems by the wx RTTI code (patch 1659708)

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

17 years agoadded wxEL_NO_REORDER style (modified patch 1655969)
Vadim Zeitlin [Wed, 14 Feb 2007 16:00:14 +0000 (16:00 +0000)] 
added wxEL_NO_REORDER style (modified patch 1655969)

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

17 years agoupdate from Adiel Mittmann
Vadim Zeitlin [Wed, 14 Feb 2007 13:35:47 +0000 (13:35 +0000)] 
update from Adiel Mittmann

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

17 years agoSlovak translation added
Vadim Zeitlin [Wed, 14 Feb 2007 13:32:46 +0000 (13:32 +0000)] 
Slovak translation added

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

17 years agoremoved superfluous semicolon
Vadim Zeitlin [Tue, 13 Feb 2007 23:20:12 +0000 (23:20 +0000)] 
removed superfluous semicolon

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

17 years agovarious compilation fixes
Vadim Zeitlin [Tue, 13 Feb 2007 23:15:46 +0000 (23:15 +0000)] 
various compilation fixes

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

17 years agoAvoid do-nothing virtuals in WinCE.
Włodzimierz Skiba [Tue, 13 Feb 2007 17:08:36 +0000 (17:08 +0000)] 
Avoid do-nothing virtuals in WinCE.

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

17 years agoMake QS_ALLPOSTMESSAGE available everywhere regardless SDK limitations.
Włodzimierz Skiba [Tue, 13 Feb 2007 16:30:53 +0000 (16:30 +0000)] 
Make QS_ALLPOSTMESSAGE available everywhere regardless SDK limitations.

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

17 years agoWinCE build fix.
Włodzimierz Skiba [Tue, 13 Feb 2007 15:52:15 +0000 (15:52 +0000)] 
WinCE build fix.

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

17 years agoWarning fix.
Włodzimierz Skiba [Tue, 13 Feb 2007 15:49:09 +0000 (15:49 +0000)] 
Warning fix.

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

17 years agoPass correct values to spin control
Julian Smart [Mon, 12 Feb 2007 21:01:58 +0000 (21:01 +0000)] 
Pass correct values to spin control

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

17 years ago Hack to support iso8859 and other wrongly formated
Robert Roebling [Mon, 12 Feb 2007 20:31:11 +0000 (20:31 +0000)] 
  Hack to support iso8859 and other wrongly formated
    filenames in UTF8 locales for file DnD as we do
    for the native GTK+ file dialog.

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

17 years agoclarify Wait() semantics (see patch 1652076)
Vadim Zeitlin [Mon, 12 Feb 2007 19:17:18 +0000 (19:17 +0000)] 
clarify Wait() semantics (see patch 1652076)

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

17 years agofixed LastRead() after Read(wxOutputStream&) (patch 1658301)
Vadim Zeitlin [Mon, 12 Feb 2007 19:08:13 +0000 (19:08 +0000)] 
fixed LastRead() after Read(wxOutputStream&) (patch 1658301)

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

17 years agocompilation fix for last commit
Vadim Zeitlin [Mon, 12 Feb 2007 16:35:02 +0000 (16:35 +0000)] 
compilation fix for last commit

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

17 years agosuppress gcc warnings about invalid format strings
Vadim Zeitlin [Mon, 12 Feb 2007 15:32:52 +0000 (15:32 +0000)] 
suppress gcc warnings about invalid format strings

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

17 years agodon't run WrongFormatStrings test with system printf, it doesn't work
Vadim Zeitlin [Mon, 12 Feb 2007 14:52:38 +0000 (14:52 +0000)] 
don't run WrongFormatStrings test with system printf, it doesn't work

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

17 years agofixed syntax errors
Václav Slavík [Mon, 12 Feb 2007 13:59:37 +0000 (13:59 +0000)] 
fixed syntax errors

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

17 years agoupdate from Reinout van Schouwen
Vadim Zeitlin [Mon, 12 Feb 2007 13:21:11 +0000 (13:21 +0000)] 
update from Reinout van Schouwen

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

17 years agoremoved spurious cast of GetTruncatedJDN() return value to WeekDay enum which breaks...
Vadim Zeitlin [Mon, 12 Feb 2007 13:04:24 +0000 (13:04 +0000)] 
removed spurious cast of GetTruncatedJDN() return value to WeekDay enum which breaks the code with Watcom (and maybe others) (bug 1618853)

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

17 years ago Fix wxGTK wxListBox::Append() to return correct
Robert Roebling [Sun, 11 Feb 2007 14:31:40 +0000 (14:31 +0000)] 
  Fix wxGTK wxListBox::Append() to return correct
    index (also for sorted list).
  Use wxControlWithItems::Insert(..) methods from
    wxListBox (can probably be removed).

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

17 years ago pixbuf cursor support is for GTK 2.4.
Robert Roebling [Sun, 11 Feb 2007 09:27:28 +0000 (09:27 +0000)] 
  pixbuf cursor support is for GTK 2.4.

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

17 years agomade GetStrings() const (patch 1655975)
Vadim Zeitlin [Sun, 11 Feb 2007 03:13:12 +0000 (03:13 +0000)] 
made GetStrings() const (patch 1655975)

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

17 years agomore const correctness (slightly modified patch 1655991)
Vadim Zeitlin [Sun, 11 Feb 2007 03:08:33 +0000 (03:08 +0000)] 
more const correctness (slightly modified patch 1655991)

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

17 years agocheck for wxUSE_MDI which is needed by this code (patch 1656080)
Vadim Zeitlin [Sun, 11 Feb 2007 03:04:19 +0000 (03:04 +0000)] 
check for wxUSE_MDI which is needed by this code (patch 1656080)

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

17 years agoadded support for colour cursors in wxGTK (patch 1655576)
Vadim Zeitlin [Sun, 11 Feb 2007 03:02:34 +0000 (03:02 +0000)] 
added support for colour cursors in wxGTK (patch 1655576)

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

17 years agodon't Printf() the string into itself (replaces patch 1655318)
Vadim Zeitlin [Sun, 11 Feb 2007 02:55:21 +0000 (02:55 +0000)] 
don't Printf() the string into itself (replaces patch 1655318)

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

17 years agomiscellaneous minor corrections (patch 1652327)
Vadim Zeitlin [Sun, 11 Feb 2007 02:53:05 +0000 (02:53 +0000)] 
miscellaneous minor corrections (patch 1652327)

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

17 years agomade AddPendingEvent() virtual (patch 1652077)
Vadim Zeitlin [Sun, 11 Feb 2007 02:42:40 +0000 (02:42 +0000)] 
made AddPendingEvent() virtual (patch 1652077)

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

17 years agofit the control when its real contents is attached and not simply (re-)layout it...
Vadim Zeitlin [Sun, 11 Feb 2007 02:33:17 +0000 (02:33 +0000)] 
fit the control when its real contents is attached and not simply (re-)layout it as it has no effect (patch 1644924)

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

17 years agowarn if wxVsnprintf() is not being used
Vadim Zeitlin [Sun, 11 Feb 2007 02:27:29 +0000 (02:27 +0000)] 
warn if wxVsnprintf() is not being used

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

17 years agoadded test for %c and other minor changes (patch 1643843)
Vadim Zeitlin [Sun, 11 Feb 2007 02:23:19 +0000 (02:23 +0000)] 
added test for %c and other minor changes (patch 1643843)

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

17 years agodon't use strlen() to verify the length of the string as it can contain embedded...
Vadim Zeitlin [Sun, 11 Feb 2007 02:22:09 +0000 (02:22 +0000)] 
don't use strlen() to verify the length of the string as it can contain embedded NULs (patch 1643843; closes bug 1642284)

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

17 years agodefine DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0...
Vadim Zeitlin [Sun, 11 Feb 2007 02:14:49 +0000 (02:14 +0000)] 
define DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0, this fixes linking in this case (replaces patch 1646340)

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

17 years agowrite the entire file at once in Flush() instead of doing it line by line (patch...
Vadim Zeitlin [Sun, 11 Feb 2007 02:09:39 +0000 (02:09 +0000)] 
write the entire file at once in Flush() instead of doing it line by line (patch 1656509)

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

17 years agocompilation fix for 64 bit platforms (where size_t is not unsigned int)
Vadim Zeitlin [Sun, 11 Feb 2007 02:03:34 +0000 (02:03 +0000)] 
compilation fix for 64 bit platforms (where size_t is not unsigned int)

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

17 years agoupdate the popup menu item when it's [un]checked too, as it already happens for the...
Vadim Zeitlin [Sun, 11 Feb 2007 00:58:11 +0000 (00:58 +0000)] 
update the popup menu item when it's [un]checked too, as it already happens for the items in the main menu bar

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

17 years agowxTopLevelWindow::GetClientSize() returns 0x0 when the window is minimized under...
Vadim Zeitlin [Sun, 11 Feb 2007 00:27:26 +0000 (00:27 +0000)] 
wxTopLevelWindow::GetClientSize() returns 0x0 when the window is minimized under wxGTK too now; documented this behaviour

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

17 years agoreturn the restored window size from GetSize() when window is minimized (for consiste...
Vadim Zeitlin [Sun, 11 Feb 2007 00:21:06 +0000 (00:21 +0000)] 
return the restored window size from GetSize() when window is minimized (for consistency with wxGTK and also for convenience)

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

17 years agochanged GetFromWindow() to take const pointer
Vadim Zeitlin [Sun, 11 Feb 2007 00:13:22 +0000 (00:13 +0000)] 
changed GetFromWindow() to take const pointer

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

17 years agocorrected version in the libraries names: it's only 2 digits even in development...
Vadim Zeitlin [Sat, 10 Feb 2007 23:50:43 +0000 (23:50 +0000)] 
corrected version in the libraries names: it's only 2 digits even in development branch

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

17 years agomake GetSize() return the size of the window including the decorations and updated...
Vadim Zeitlin [Sat, 10 Feb 2007 23:44:52 +0000 (23:44 +0000)] 
make GetSize() return the size of the window including the decorations and updated SetSize() to account for this as well

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

17 years agofix compilation with WXWIN_COMPATIBILITY_2_6 off (and probably a bug)
Vadim Zeitlin [Sat, 10 Feb 2007 13:48:45 +0000 (13:48 +0000)] 
fix compilation with WXWIN_COMPATIBILITY_2_6 off (and probably a bug)

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

17 years agoDon't optimize if there are child windows
Julian Smart [Sat, 10 Feb 2007 09:40:54 +0000 (09:40 +0000)] 
Don't optimize if there are child windows

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

17 years agoReverted renderer changes and just use window variant within renderer functions
Julian Smart [Fri, 9 Feb 2007 14:05:11 +0000 (14:05 +0000)] 
Reverted renderer changes and just use window variant within renderer functions

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

17 years agoadded EVT_MOUSE_CAPTURE_LOST handler
Vadim Zeitlin [Fri, 9 Feb 2007 01:36:10 +0000 (01:36 +0000)] 
added EVT_MOUSE_CAPTURE_LOST handler

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

17 years agoUpdated the mask
Julian Smart [Thu, 8 Feb 2007 21:45:07 +0000 (21:45 +0000)] 
Updated the mask

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

17 years agoAdded size constants to allow drawn control parts to match the window variant,
Julian Smart [Thu, 8 Feb 2007 17:16:24 +0000 (17:16 +0000)] 
Added size constants to allow drawn control parts to match the window variant,
initially on Mac

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

17 years agoDo not declare GTypeInfo instances static. This is completely unnecessary and just...
Mart Raudsepp [Thu, 8 Feb 2007 16:12:06 +0000 (16:12 +0000)] 
Do not declare GTypeInfo instances static. This is completely unnecessary and just causes unnecessary extra relocations and global stack memory usage

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

17 years agoremove out of date files (for dmc and 2.4 wxW)
Chris Elliott [Thu, 8 Feb 2007 15:34:57 +0000 (15:34 +0000)] 
remove out of date files (for dmc and 2.4 wxW)

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

17 years agonot needed any more now that this directory is not used for building anything
Vadim Zeitlin [Thu, 8 Feb 2007 15:16:34 +0000 (15:16 +0000)] 
not needed any more now that this directory is not used for building anything

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

17 years agoremoved obsolete batch files for building wx with obsolete makefiles
Vadim Zeitlin [Thu, 8 Feb 2007 15:15:42 +0000 (15:15 +0000)] 
removed obsolete batch files for building wx with obsolete makefiles

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

17 years agoremoved obsolete makefiles
Vadim Zeitlin [Thu, 8 Feb 2007 15:09:45 +0000 (15:09 +0000)] 
removed obsolete makefiles

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

17 years agoremove USE_GENERIC_TBAR test: USE_GENERIC_TBAR is not defined anywhere
Vadim Zeitlin [Thu, 8 Feb 2007 15:05:23 +0000 (15:05 +0000)] 
remove USE_GENERIC_TBAR test: USE_GENERIC_TBAR is not defined anywhere

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

17 years agofixed incorrect use of UpdateUI handlers; don't use duplicated Ctrl-S accel for two...
Vadim Zeitlin [Thu, 8 Feb 2007 15:04:24 +0000 (15:04 +0000)] 
fixed incorrect use of UpdateUI handlers; don't use duplicated Ctrl-S accel for two menu items; use the old label value by default when asking for the new one

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

17 years agoremoved the old tmake project files
Vadim Zeitlin [Thu, 8 Feb 2007 14:37:27 +0000 (14:37 +0000)] 
removed the old tmake project files

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

17 years agoadded const overload of GetChildren()
Vadim Zeitlin [Thu, 8 Feb 2007 14:27:25 +0000 (14:27 +0000)] 
added const overload of GetChildren()

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

17 years agodefine wxUSE_DATEPICKCTRL_GENERIC as 0 if it's not defined already
Vadim Zeitlin [Thu, 8 Feb 2007 14:24:17 +0000 (14:24 +0000)] 
define wxUSE_DATEPICKCTRL_GENERIC as 0 if it's not defined already

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

17 years agofixed unreachable code warning in release build
Vadim Zeitlin [Thu, 8 Feb 2007 14:17:37 +0000 (14:17 +0000)] 
fixed unreachable code warning in release build

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

17 years agofixed what looked like a typo in hit code testing in wxRichTextCtrl::OnMoveMouse()
Vadim Zeitlin [Thu, 8 Feb 2007 14:15:52 +0000 (14:15 +0000)] 
fixed what looked like a typo in hit code testing in wxRichTextCtrl::OnMoveMouse()

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

17 years agocorrected return value and skipped flag setting in wxScrollHelperEvtHandler::ProcessE...
Vadim Zeitlin [Thu, 8 Feb 2007 02:26:59 +0000 (02:26 +0000)] 
corrected return value and skipped flag setting in wxScrollHelperEvtHandler::ProcessEvent()

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

17 years agoreSWIGged
Robin Dunn [Wed, 7 Feb 2007 21:44:44 +0000 (21:44 +0000)] 
reSWIGged

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

17 years agoupdate the text of a read-only combobox (and hence wxChoice) when selection is change...
Vadim Zeitlin [Wed, 7 Feb 2007 17:39:43 +0000 (17:39 +0000)] 
update the text of a read-only combobox (and hence wxChoice) when selection is changed too

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