]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
17 years agoadded wxListCtrl::SetItemPtrData()
Vadim Zeitlin [Thu, 10 May 2007 01:53:21 +0000 (01:53 +0000)] 
added wxListCtrl::SetItemPtrData()

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

17 years agoreplaced more int/longs with wxCoord
Vadim Zeitlin [Thu, 10 May 2007 01:46:57 +0000 (01:46 +0000)] 
replaced more int/longs with wxCoord

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

17 years agofixed detection of missing C++ compiler added in last commit
Vadim Zeitlin [Thu, 10 May 2007 00:22:13 +0000 (00:22 +0000)] 
fixed detection of missing C++ compiler added in last commit

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

17 years agouse wxCopyRectToRECT instead of duplicating it
Vadim Zeitlin [Wed, 9 May 2007 23:38:14 +0000 (23:38 +0000)] 
use wxCopyRectToRECT instead of duplicating it

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

17 years agoabort immediately if no C++ compiler was detected instead of continuing reporting...
Vadim Zeitlin [Wed, 9 May 2007 22:50:09 +0000 (22:50 +0000)] 
abort immediately if no C++ compiler was detected instead of continuing reporting plenty of tests failures

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

17 years agorequire libsm-dev, it's needed for KDE/GNOME detection
Vadim Zeitlin [Wed, 9 May 2007 22:48:47 +0000 (22:48 +0000)] 
require libsm-dev, it's needed for KDE/GNOME detection

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

17 years agoupdate frm Ivan Masar
Vadim Zeitlin [Wed, 9 May 2007 21:22:23 +0000 (21:22 +0000)] 
update frm Ivan Masar

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

17 years agochanged wxString::StartsWidth/EndsWidth to take wxString argument instead of wxChar*
Václav Slavík [Wed, 9 May 2007 21:07:08 +0000 (21:07 +0000)] 
changed wxString::StartsWidth/EndsWidth to take wxString argument instead of wxChar*

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

17 years agoreturn value from wxEditableListBox::Create()
Václav Slavík [Wed, 9 May 2007 17:47:00 +0000 (17:47 +0000)] 
return value from wxEditableListBox::Create()

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

17 years agotemporary fix for wxDFB compilation in Unicode mode
Václav Slavík [Wed, 9 May 2007 16:48:11 +0000 (16:48 +0000)] 
temporary fix for wxDFB compilation in Unicode mode

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

17 years agotest for round() using C++ compiler, not C one (should fix IRIX mipsPro build)
Vadim Zeitlin [Wed, 9 May 2007 16:29:05 +0000 (16:29 +0000)] 
test for round() using C++ compiler, not C one (should fix IRIX mipsPro build)

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

17 years agofixed configarg.cache code to correctly handle multiple options with the same prefix
Václav Slavík [Wed, 9 May 2007 14:42:46 +0000 (14:42 +0000)] 
fixed configarg.cache code to correctly handle multiple options with the same prefix

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

17 years agotake into account DirectFB's removal of some command line arguments
Václav Slavík [Wed, 9 May 2007 13:45:32 +0000 (13:45 +0000)] 
take into account DirectFB's removal of some command line arguments

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

17 years ago GTK+ cell renderers are not widget, so use a
Robert Roebling [Wed, 9 May 2007 10:38:15 +0000 (10:38 +0000)] 
  GTK+ cell renderers are not widget, so use a
   correct type.
  Also found a way to set cell background and
   probably other styles.

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

17 years agofinal touch for icons - transparency handled by ArtProvider
Roman Rolinsky [Wed, 9 May 2007 03:24:30 +0000 (03:24 +0000)] 
final touch for icons - transparency handled by ArtProvider

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

17 years agouse Tango icons on MAC & MSW;
Roman Rolinsky [Wed, 9 May 2007 00:31:05 +0000 (00:31 +0000)] 
use Tango icons on MAC & MSW;
process UPDATE_UI for move and refresh buttons

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

17 years agotango-compliant icons (first try)
Roman Rolinsky [Wed, 9 May 2007 00:28:58 +0000 (00:28 +0000)] 
tango-compliant icons (first try)

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

17 years ago Beginning to make wxDC code compile both before
Robert Roebling [Tue, 8 May 2007 23:47:43 +0000 (23:47 +0000)] 
  Beginning to make wxDC code compile both before
    and after the DC reorg to make the transition
    smoother (indeed possible).
  Move the wxImplDC code to its future place in
    dcbase.cpp and wx/dc.h

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

17 years agoProvide wxLaunchDefaultBrowser implementation for wxCocoa.
David Elliott [Tue, 8 May 2007 19:37:06 +0000 (19:37 +0000)] 
Provide wxLaunchDefaultBrowser implementation for wxCocoa.

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

17 years agoRemove wxDCBase DeviceToLogical* and LogicalToDevice* methods which were basically...
David Elliott [Tue, 8 May 2007 19:33:56 +0000 (19:33 +0000)] 
Remove wxDCBase DeviceToLogical* and LogicalToDevice* methods which were basically stubs anyway.  Fixes link error.  Assume that the new common implementations in src/common/dcbase.cpp do the right thing.  Not tested.

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

17 years agoMove wxLaunchDefaultBrowser from BASE to CORE per wx-dev discussion.
David Elliott [Tue, 8 May 2007 19:13:49 +0000 (19:13 +0000)] 
Move wxLaunchDefaultBrowser from BASE to CORE per wx-dev discussion.

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

17 years agousing Tango icons on Mac
Roman Rolinsky [Tue, 8 May 2007 18:28:14 +0000 (18:28 +0000)] 
using Tango icons on Mac

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

17 years agotango icons
Roman Rolinsky [Tue, 8 May 2007 18:26:44 +0000 (18:26 +0000)] 
tango icons

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

17 years agoadding reference to technote
Stefan Csomor [Tue, 8 May 2007 04:53:23 +0000 (04:53 +0000)] 
adding reference to technote

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

17 years agoif it's a separate thread, it's allowed to hang (perf issue reported by BOINC)
Stefan Csomor [Tue, 8 May 2007 04:52:26 +0000 (04:52 +0000)] 
if it's a separate thread, it's allowed to hang (perf issue reported by BOINC)

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

17 years ago* bugfixes for tree move operations and undo/redo
Roman Rolinsky [Mon, 7 May 2007 22:25:57 +0000 (22:25 +0000)] 
* bugfixes for tree move operations and undo/redo
* Mac LnF ameliorations
* some sizing/spacing changes

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

17 years agoMove src/cocoa/utils.cpp to src/cocoa/utils.mm.
David Elliott [Mon, 7 May 2007 20:58:04 +0000 (20:58 +0000)] 
Move src/cocoa/utils.cpp to src/cocoa/utils.mm.

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

17 years agoiconization of the properties window together with the main to
Roman Rolinsky [Mon, 7 May 2007 20:10:53 +0000 (20:10 +0000)] 
iconization of the properties window together with the main to
fix blocking on wxGTK;

do not put Open/Save/... toolbar icons on Mac - they are ugly

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

17 years agoYield causes premature redrawing of the test window
Roman Rolinsky [Mon, 7 May 2007 20:08:19 +0000 (20:08 +0000)] 
Yield causes premature redrawing of the test window

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

17 years agoadd univ files to MGL build
Chris Elliott [Mon, 7 May 2007 09:34:27 +0000 (09:34 +0000)] 
add univ files to MGL build

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

17 years ago [ 1713933 ] docs for wxEditableListBox
Robert Roebling [Mon, 7 May 2007 07:51:28 +0000 (07:51 +0000)] 
  [ 1713933 ] docs for wxEditableListBox

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

17 years agojust return the min size needed by the sizer for the windows with sizers from their...
Vadim Zeitlin [Mon, 7 May 2007 00:26:43 +0000 (00:26 +0000)] 
just return the min size needed by the sizer for the windows with sizers from their DoGetBestSize() instead of adjusting it upwards to the current size via GetWindowSizeForVirtualSize() call: this might be wrong as it could reintroduce the bug fixed in rev 1.66 of src/generic/scrlwing.cpp (but it's not really clear just what exactly this bug was) but the existing code was definitely wrong as the best size of the window must not change as it's being resized

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

17 years ago More preview code for the DC reorganisation.
Robert Roebling [Sun, 6 May 2007 20:14:55 +0000 (20:14 +0000)] 
  More preview code for the DC reorganisation.

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

17 years agofix compation with Watcom after latest vararg templates changes
Václav Slavík [Sun, 6 May 2007 14:11:14 +0000 (14:11 +0000)] 
fix compation with Watcom after latest vararg templates changes

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

17 years agofix PCH-less compilation
Vadim Zeitlin [Sun, 6 May 2007 11:50:18 +0000 (11:50 +0000)] 
fix PCH-less compilation

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

17 years agoFix "depreciated" to "deprecated".
Mart Raudsepp [Sun, 6 May 2007 03:48:16 +0000 (03:48 +0000)] 
Fix "depreciated" to "deprecated".

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

17 years agofix warning about signed/unsigned comparison; use STL-compatible methods
Vadim Zeitlin [Sat, 5 May 2007 22:15:56 +0000 (22:15 +0000)] 
fix warning about signed/unsigned comparison; use STL-compatible methods

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

17 years agono changes, just deTAbified and fixed really strange indentation of 'else' statements
Vadim Zeitlin [Sat, 5 May 2007 22:15:02 +0000 (22:15 +0000)] 
no changes, just deTAbified and fixed really strange indentation of 'else' statements

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

17 years agoextracted wxAcceleratorEntry code from menucmn.cpp in a separate file (this globally...
Vadim Zeitlin [Sat, 5 May 2007 22:03:27 +0000 (22:03 +0000)] 
extracted wxAcceleratorEntry code from menucmn.cpp in a separate file (this globally makes sense and also fixes link when wxUSE_MENUS==0)

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

17 years agodeclare GetGDKWindow() in wxDC to fix compilation of wxRendererNative
Vadim Zeitlin [Sat, 5 May 2007 21:44:17 +0000 (21:44 +0000)] 
declare GetGDKWindow() in wxDC to fix compilation of wxRendererNative

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

17 years agodon't use deprecated GetTextExtent() overload
Vadim Zeitlin [Sat, 5 May 2007 21:39:04 +0000 (21:39 +0000)] 
don't use deprecated GetTextExtent() overload

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

17 years agocompilation fix: SetLogicalFunction() is defined in dc.cpp, don't define it here
Vadim Zeitlin [Sat, 5 May 2007 21:38:14 +0000 (21:38 +0000)] 
compilation fix: SetLogicalFunction() is defined in dc.cpp, don't define it here

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

17 years agocompilation fix: use DeviceToLogical[XY]() instead of [XY]LOG2DEV()
Vadim Zeitlin [Sat, 5 May 2007 21:34:26 +0000 (21:34 +0000)] 
compilation fix: use DeviceToLogical[XY]() instead of [XY]LOG2DEV()

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

17 years agooutput Unicode/UTF-8 settings on a single line
Vadim Zeitlin [Sat, 5 May 2007 20:39:18 +0000 (20:39 +0000)] 
output Unicode/UTF-8 settings on a single line

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

17 years agosrc/gtk/data.cpp is no longer needed
Paul Cornett [Sat, 5 May 2007 19:50:51 +0000 (19:50 +0000)] 
src/gtk/data.cpp is no longer needed

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

17 years agomove definitions from src/gtk/data.cpp to other appropriate places
Paul Cornett [Sat, 5 May 2007 19:49:02 +0000 (19:49 +0000)] 
move definitions from src/gtk/data.cpp to other appropriate places

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

17 years ago Apply [ 1712381 ] CRASH: closing floating panel on GTK
Robert Roebling [Sat, 5 May 2007 19:43:02 +0000 (19:43 +0000)] 
  Apply [ 1712381 ] CRASH: closing floating panel on GTK

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

17 years agofixed FromUTF8 in ANSI builds
Václav Slavík [Sat, 5 May 2007 19:19:48 +0000 (19:19 +0000)] 
fixed FromUTF8 in ANSI builds

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

17 years agoadd wxUSE_DRAGIMAGE wrapper
Paul Cornett [Sat, 5 May 2007 19:00:35 +0000 (19:00 +0000)] 
add wxUSE_DRAGIMAGE wrapper

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

17 years agouse utf8_str() in wxDFB
Václav Slavík [Sat, 5 May 2007 18:55:59 +0000 (18:55 +0000)] 
use utf8_str() in wxDFB

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

17 years agouse FromUTF8() when loading XML, data coming from Expat are already validated UTF-8
Václav Slavík [Sat, 5 May 2007 18:55:05 +0000 (18:55 +0000)] 
use FromUTF8() when loading XML, data coming from Expat are already validated UTF-8

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

17 years agoadded wxString::FromUTF8/ToUTF8/utf8_str()
Václav Slavík [Sat, 5 May 2007 18:53:24 +0000 (18:53 +0000)] 
added wxString::FromUTF8/ToUTF8/utf8_str()

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

17 years agobuild fix for wxUSE_DRAGIMAGE==0
Paul Cornett [Sat, 5 May 2007 18:48:56 +0000 (18:48 +0000)] 
build fix for wxUSE_DRAGIMAGE==0

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

17 years agobuild fix
Paul Cornett [Sat, 5 May 2007 18:45:11 +0000 (18:45 +0000)] 
build fix

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

17 years agosrc/gtk/utilsres.cpp is obsolete
Paul Cornett [Sat, 5 May 2007 17:57:08 +0000 (17:57 +0000)] 
src/gtk/utilsres.cpp is obsolete

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

17 years agobuild fix
Paul Cornett [Sat, 5 May 2007 17:54:57 +0000 (17:54 +0000)] 
build fix

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

17 years agomaking proper resource-fork apps
Stefan Csomor [Sat, 5 May 2007 17:22:09 +0000 (17:22 +0000)] 
making proper resource-fork apps

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

17 years agobuild fix for wxUSE_CONFIG==0
Paul Cornett [Sat, 5 May 2007 17:13:30 +0000 (17:13 +0000)] 
build fix for wxUSE_CONFIG==0

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

17 years agobuild fix
Paul Cornett [Sat, 5 May 2007 17:07:41 +0000 (17:07 +0000)] 
build fix

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

17 years ago Make wxGTK1.2 compile again.
Robert Roebling [Sat, 5 May 2007 15:52:53 +0000 (15:52 +0000)] 
  Make wxGTK1.2 compile again.

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

17 years ago Moved deprecated code to source file (didn't compile
Robert Roebling [Sat, 5 May 2007 15:09:45 +0000 (15:09 +0000)] 
 Moved deprecated code to source file (didn't compile
   as inlined, somehow).

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

17 years ago Added wxDEPRECATED() around old wxDC methods taking
Robert Roebling [Sat, 5 May 2007 15:04:24 +0000 (15:04 +0000)] 
 Added wxDEPRECATED() around old wxDC methods taking
   long and not wxCoord.

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

17 years ago Added (empty) SetLogicalFunction()
Robert Roebling [Sat, 5 May 2007 15:01:10 +0000 (15:01 +0000)] 
  Added (empty) SetLogicalFunction()

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

17 years agoadded wxTimerEvent::GetTimer()
Vadim Zeitlin [Sat, 5 May 2007 14:59:25 +0000 (14:59 +0000)] 
added wxTimerEvent::GetTimer()

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

17 years ago Compilo.
Robert Roebling [Sat, 5 May 2007 14:54:35 +0000 (14:54 +0000)] 
  Compilo.

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

17 years agofix compilation in wxUSE_MENUS==0 case
Vadim Zeitlin [Sat, 5 May 2007 14:48:20 +0000 (14:48 +0000)] 
fix compilation in wxUSE_MENUS==0 case

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

17 years ago Fix wxFD_FILE_MUST_EXIST
Robert Roebling [Sat, 5 May 2007 13:59:12 +0000 (13:59 +0000)] 
  Fix wxFD_FILE_MUST_EXIST

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

17 years agoshare ctags command between make(gtk/mac)tags scripts
Vadim Zeitlin [Sat, 5 May 2007 13:47:38 +0000 (13:47 +0000)] 
share ctags command between make(gtk/mac)tags scripts

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

17 years ago Apply [ 1710684 ] Fix wxAuiNotebook memory leak
Robert Roebling [Sat, 5 May 2007 13:25:17 +0000 (13:25 +0000)] 
  Apply [ 1710684 ] Fix wxAuiNotebook memory leak

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

17 years ago Apply [ 1713345 ] combobox: cmd accelerators shouldn't steal editing hotkeys
Robert Roebling [Sat, 5 May 2007 13:15:47 +0000 (13:15 +0000)] 
  Apply [ 1713345 ] combobox: cmd accelerators shouldn't steal editing hotkeys

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

17 years agofixed typo in IsBeingDeleted() test in GetParentForModalDialog()
Vadim Zeitlin [Sat, 5 May 2007 12:35:36 +0000 (12:35 +0000)] 
fixed typo in IsBeingDeleted() test in GetParentForModalDialog()

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

17 years ago Compilo.
Robert Roebling [Sat, 5 May 2007 10:27:42 +0000 (10:27 +0000)] 
  Compilo.

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

17 years ago Compilo.
Robert Roebling [Sat, 5 May 2007 10:20:46 +0000 (10:20 +0000)] 
 Compilo.

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

17 years ago Compilo.
Robert Roebling [Sat, 5 May 2007 10:16:40 +0000 (10:16 +0000)] 
  Compilo.

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

17 years ago Compilo.
Robert Roebling [Sat, 5 May 2007 10:13:53 +0000 (10:13 +0000)] 
 Compilo.

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

17 years ago Compilo.
Robert Roebling [Sat, 5 May 2007 10:11:07 +0000 (10:11 +0000)] 
  Compilo.

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

17 years ago Compilation fix.
Robert Roebling [Sat, 5 May 2007 10:01:32 +0000 (10:01 +0000)] 
 Compilation fix.

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

17 years agoenable UTF8 build for wxGTK2 and wxDFB by default
Václav Slavík [Sat, 5 May 2007 08:15:20 +0000 (08:15 +0000)] 
enable UTF8 build for wxGTK2 and wxDFB by default

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

17 years agouse wxString instead of const wxChar* in wxFFile public API
Václav Slavík [Fri, 4 May 2007 20:57:53 +0000 (20:57 +0000)] 
use wxString instead of const wxChar* in wxFFile public API

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

17 years agouse wxString instead of const wxChar* in wxFile's public API
Václav Slavík [Fri, 4 May 2007 19:04:19 +0000 (19:04 +0000)] 
use wxString instead of const wxChar* in wxFile's public API

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

17 years agotest needed for wxGTK
Roman Rolinsky [Fri, 4 May 2007 13:36:59 +0000 (13:36 +0000)] 
test needed for wxGTK

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

17 years agouse wxFormatString in wxV[f]printf()
Václav Slavík [Fri, 4 May 2007 12:26:11 +0000 (12:26 +0000)] 
use wxFormatString in wxV[f]printf()

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

17 years agocompilation fix for --enable-utf8 --disable-utf8only case
Václav Slavík [Fri, 4 May 2007 11:10:06 +0000 (11:10 +0000)] 
compilation fix for --enable-utf8 --disable-utf8only case

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

17 years agouse wxFormatString helper class for 'vararg' functions' format argument; this prepare...
Václav Slavík [Fri, 4 May 2007 10:41:08 +0000 (10:41 +0000)] 
use wxFormatString helper class for 'vararg' functions' format argument; this prepares the code for removal of implicit wxString conversion to char* in STL build and also fixes VC6 compilation

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

17 years agoadded src to the HelpGen directory
Vadim Zeitlin [Fri, 4 May 2007 00:28:14 +0000 (00:28 +0000)] 
added src to the HelpGen directory

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

17 years agoVarious fixes and improvements to get look-and-feel similar across
Roman Rolinsky [Thu, 3 May 2007 23:34:59 +0000 (23:34 +0000)] 
Various fixes and improvements to get look-and-feel similar across
different platforms.

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

17 years ago Putting draft of wxImplDC and the wxDC using it
Robert Roebling [Thu, 3 May 2007 22:29:01 +0000 (22:29 +0000)] 
 Putting draft of wxImplDC and the wxDC using it
   for viewing pleasure into CVS. Guarded by
   #if 0 since it doesn't even compile yet.

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

17 years ago Put old wxDC methods using long instead of wxCoord
Robert Roebling [Thu, 3 May 2007 22:25:30 +0000 (22:25 +0000)] 
  Put old wxDC methods using long instead of wxCoord
    into WXWIN_COMP_2_8

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

17 years agofixed typo in Watcom code
Václav Slavík [Thu, 3 May 2007 18:03:39 +0000 (18:03 +0000)] 
fixed typo in Watcom code

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

17 years agofixed passing raw unconverted strings through wxArgNormalizer<> for VC++
Václav Slavík [Thu, 3 May 2007 17:58:18 +0000 (17:58 +0000)] 
fixed passing raw unconverted strings through wxArgNormalizer<> for VC++

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

17 years agofixed DLL linking of wxConvLibc etc.
Václav Slavík [Thu, 3 May 2007 15:35:07 +0000 (15:35 +0000)] 
fixed DLL linking of wxConvLibc etc.

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

17 years agouse a default URL, I got tired of typing it in the dialog every time
Vadim Zeitlin [Thu, 3 May 2007 15:26:06 +0000 (15:26 +0000)] 
use a default URL, I got tired of typing it in the dialog every time

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

17 years agodon't do char*->wchar_t*>char* roundtrip in wxArgNormalizerUtf8<const char*> if curre...
Václav Slavík [Thu, 3 May 2007 14:34:29 +0000 (14:34 +0000)] 
don't do char*->wchar_t*>char* roundtrip in wxArgNormalizerUtf8<const char*> if current locale uses UTF-8

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

17 years agomake it possible to override desktop detection using gtk.desktop system option
Vadim Zeitlin [Thu, 3 May 2007 13:46:33 +0000 (13:46 +0000)] 
make it possible to override desktop detection using gtk.desktop system option

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

17 years agoshow the error returned by SmcOpenConnection(); don't call it more than once -- the...
Vadim Zeitlin [Thu, 3 May 2007 13:41:36 +0000 (13:41 +0000)] 
show the error returned by SmcOpenConnection(); don't call it more than once -- the desktop environment is not going to change while the program is running

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

17 years agofixed reverted #if condition around wxDoLogTraceWchar
Václav Slavík [Thu, 3 May 2007 13:21:54 +0000 (13:21 +0000)] 
fixed reverted #if condition around wxDoLogTraceWchar

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

17 years agocompilation fix for PCH-less build
Vadim Zeitlin [Thu, 3 May 2007 12:30:30 +0000 (12:30 +0000)] 
compilation fix for PCH-less build

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

17 years agoadded code for optimized handling of UTF-8 locales: some string operations are more...
Václav Slavík [Thu, 3 May 2007 11:05:04 +0000 (11:05 +0000)] 
added code for optimized handling of UTF-8 locales: some string operations are more efficient under it and it's possible to completely compile-out support for other locales if the target system is known to only use UTF-8 locales

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

17 years agofixed vararg functions with format argument to not use wxString or reference argument...
Václav Slavík [Thu, 3 May 2007 10:50:25 +0000 (10:50 +0000)] 
fixed vararg functions with format argument to not use wxString or reference argument (the latter is invalid C++, the former doesn't work with Watcom and produces at least warnings with GCC 3.3)

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

17 years agocompilation fix for 2.8 compat disabled
Václav Slavík [Thu, 3 May 2007 10:36:08 +0000 (10:36 +0000)] 
compilation fix for 2.8 compat disabled

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