]>
git.saurik.com Git - wxWidgets.git/log
Stefan Csomor [Sun, 29 Aug 2004 18:52:13 +0000 (18:52 +0000)]
fixing retval for SetFont
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28960
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Aug 2004 18:27:51 +0000 (18:27 +0000)]
don't include strings that shouldn't be translated in gettext output
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28959
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 29 Aug 2004 18:25:35 +0000 (18:25 +0000)]
metal appearance supported under 10.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28958
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 29 Aug 2004 15:53:14 +0000 (15:53 +0000)]
fixing repositioning problem for statusbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28957
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Aug 2004 14:30:49 +0000 (14:30 +0000)]
removed wx-specific fix, it's already fixed in upstream sources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28956
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 29 Aug 2004 13:55:13 +0000 (13:55 +0000)]
Don't draw flat box unless background style is system
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28955
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 29 Aug 2004 13:32:45 +0000 (13:32 +0000)]
SetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used to optimize
background erase on wxGTK (no-op on other platforms)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28954
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Aug 2004 11:02:16 +0000 (11:02 +0000)]
fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28953
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Aug 2004 10:59:20 +0000 (10:59 +0000)]
re-merged wx fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28952
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 29 Aug 2004 10:22:34 +0000 (10:22 +0000)]
First step in background erase optimization
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28951
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Aug 2004 10:21:24 +0000 (10:21 +0000)]
merged libpng-1.2.6 to HEAD
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28950
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Aug 2004 10:15:26 +0000 (10:15 +0000)]
merged libpng-1.2.6 to HEAD
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28949
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 29 Aug 2004 10:07:39 +0000 (10:07 +0000)]
repositioning of mac textctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28948
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 29 Aug 2004 10:04:36 +0000 (10:04 +0000)]
focus and border refreshes etc corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28947
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Aug 2004 09:34:35 +0000 (09:34 +0000)]
This commit was generated by cvs2svn to compensate for changes in r28944,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28945
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Aug 2004 09:34:33 +0000 (09:34 +0000)]
Initial revision
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28942
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Aug 2004 09:16:03 +0000 (09:16 +0000)]
fix for CAN-2004-0797 zlib-1.2.x vulnerability (patch #
1018094 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28941
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 28 Aug 2004 19:10:31 +0000 (19:10 +0000)]
Patch #
1003174 : Fixes crash when toolbar has a disabled control
from Ian Brown.
If you put a control (e.g. a wxChoice) on a toolbar and then
later disable that control, you will get a crash. This is because
the toolbar code always calls disable on the button widget for a
toolbartool. When the tool is a control, there is no button, and
you should call disable on the control instead.
This small patch implements this logic.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28940
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 28 Aug 2004 08:45:42 +0000 (08:45 +0000)]
correcting unicode data conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28939
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 27 Aug 2004 23:13:27 +0000 (23:13 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28937
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 27 Aug 2004 23:12:24 +0000 (23:12 +0000)]
more test tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28936
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 27 Aug 2004 23:12:03 +0000 (23:12 +0000)]
remove preview indicator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28935
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 27 Aug 2004 23:11:31 +0000 (23:11 +0000)]
regenerated ReST docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28934
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 27 Aug 2004 23:10:57 +0000 (23:10 +0000)]
note another bug fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28933
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 27 Aug 2004 23:10:15 +0000 (23:10 +0000)]
Add new file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28932
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 27 Aug 2004 18:59:37 +0000 (18:59 +0000)]
Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28931
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 26 Aug 2004 18:11:42 +0000 (18:11 +0000)]
Make wxGrid play nicer with sizers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28930
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 26 Aug 2004 17:16:10 +0000 (17:16 +0000)]
Added wxGrid test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28929
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 26 Aug 2004 17:07:46 +0000 (17:07 +0000)]
Only initialize wxWidgets once
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28928
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 26 Aug 2004 11:02:13 +0000 (11:02 +0000)]
Polish translation to i18n sample + source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28927
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 26 Aug 2004 10:58:39 +0000 (10:58 +0000)]
Polish translation to i18n sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28926
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 26 Aug 2004 08:46:18 +0000 (08:46 +0000)]
Source cleaning: whitespaces & tabs, ::, TRUE/true, FALSE/false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28925
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 26 Aug 2004 04:58:43 +0000 (04:58 +0000)]
Some of these are not in BASE, cahnge back to WXDLLEXPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28924
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 26 Aug 2004 03:12:16 +0000 (03:12 +0000)]
Mention that DrawnShape hasn't been reimplemented yet
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28923
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 26 Aug 2004 03:10:21 +0000 (03:10 +0000)]
List soem of the bugs fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28922
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 26 Aug 2004 03:09:39 +0000 (03:09 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28921
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 26 Aug 2004 03:03:16 +0000 (03:03 +0000)]
Alpha is supported on GTK2 now!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28920
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 23:57:23 +0000 (23:57 +0000)]
don't show the message dialog on import unless there is already an app object
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28919
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 23:56:43 +0000 (23:56 +0000)]
Ensure that runTest is not modal, even when a required module is not
installed.
Create the code page small and hide it to reduce flicker, it will
later be shown and sized correctly when put into the notebook.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28918
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 23:45:24 +0000 (23:45 +0000)]
add new section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28917
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 23:32:15 +0000 (23:32 +0000)]
Typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28916
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 23:31:37 +0000 (23:31 +0000)]
Update version number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28915
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 23:29:23 +0000 (23:29 +0000)]
Use default heights on the buttons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28914
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 23:10:56 +0000 (23:10 +0000)]
Fixed compile error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28913
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 23:09:43 +0000 (23:09 +0000)]
removed final traces of wxStAppResource
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28912
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 22:25:28 +0000 (22:25 +0000)]
Patch from Jed Burgess that optionally allows the grid to notify when
a drag event happens on a cell.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28911
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 22:22:37 +0000 (22:22 +0000)]
give the generic tree and list controls a DoGetBestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28910
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 22:10:20 +0000 (22:10 +0000)]
wxListbook needs to clean up the wxListCtrl when DeleteAllPages is called.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28909
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 22:09:01 +0000 (22:09 +0000)]
wxScrolledWindow should allow the same styles as wxPanel, especially wxTAB_TRAVERSAL.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28908
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 22:07:54 +0000 (22:07 +0000)]
typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28907
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 22:07:15 +0000 (22:07 +0000)]
wxListCtrl --> wx.ListCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28906
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 22:05:59 +0000 (22:05 +0000)]
comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28905
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 22:04:29 +0000 (22:04 +0000)]
Use the right class name for caling __init__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28904
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 22:03:01 +0000 (22:03 +0000)]
Various tweaks and fixes from Kevin A.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28903
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 21:57:16 +0000 (21:57 +0000)]
Use ConvertAlphaToMask
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28902
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 21:56:21 +0000 (21:56 +0000)]
use right return type for GetListCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28901
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 21:22:31 +0000 (21:22 +0000)]
wxFileHistory has a second parameter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28900
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 21:16:40 +0000 (21:16 +0000)]
ConvertAlphaToMask
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28899
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 21:14:14 +0000 (21:14 +0000)]
Doc tweaks, changes for stock buttons (but left commented out since
that is still in flux)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28898
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 21:12:41 +0000 (21:12 +0000)]
Add wx.ART_BUTTON
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28897
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 19:57:40 +0000 (19:57 +0000)]
updated to wx namespace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28896
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 19:38:24 +0000 (19:38 +0000)]
Corrected line endings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28895
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 19:31:39 +0000 (19:31 +0000)]
wx.FSFile objects should be destroyed by the user of the wxFileSystem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28894
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 25 Aug 2004 18:50:52 +0000 (18:50 +0000)]
Support for comma in contrib gizmo wxLEDNumberCtrl (patches #
1006434 , #
1007063 with modifications).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28893
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 25 Aug 2004 18:42:51 +0000 (18:42 +0000)]
Fix for wrong replacement of the FALSE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28892
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 25 Aug 2004 18:39:58 +0000 (18:39 +0000)]
Fix for missed comment markup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28891
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 16:59:43 +0000 (16:59 +0000)]
Hide page2 until it is needed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28890
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 16:59:16 +0000 (16:59 +0000)]
"wxWindows" --> "wxWidgets"
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28889
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 16:58:38 +0000 (16:58 +0000)]
be explicit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28888
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 25 Aug 2004 16:57:50 +0000 (16:57 +0000)]
tweaks to play with differnt styles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28887
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 25 Aug 2004 15:19:39 +0000 (15:19 +0000)]
added trailing slash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28886
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 25 Aug 2004 12:17:55 +0000 (12:17 +0000)]
Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, ::.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28885
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 25 Aug 2004 11:14:00 +0000 (11:14 +0000)]
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28884
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 25 Aug 2004 11:09:08 +0000 (11:09 +0000)]
WXDLLEXPORT fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28883
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 24 Aug 2004 23:57:01 +0000 (23:57 +0000)]
SetSizeHints fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28882
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 24 Aug 2004 22:52:35 +0000 (22:52 +0000)]
Put back the caching of property panels (as there is a noticable
improvement in speed) but just Hide() them instead of Reparent().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28881
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 24 Aug 2004 22:24:21 +0000 (22:24 +0000)]
added wxListBox styles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28880
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 24 Aug 2004 21:15:18 +0000 (21:15 +0000)]
WXDLLEXPORT fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28879
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 24 Aug 2004 19:39:50 +0000 (19:39 +0000)]
FSRef transition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28878
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 24 Aug 2004 19:30:13 +0000 (19:30 +0000)]
metrowerks is not implementing the mb calls in libc correctly (always needs correct length param), so we switch to our own conversion code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28877
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 24 Aug 2004 18:34:29 +0000 (18:34 +0000)]
Don't cache property and style panels as wxMac can't do Reparenting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28876
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 24 Aug 2004 10:31:41 +0000 (10:31 +0000)]
Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!NotEmpty().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28875
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Tue, 24 Aug 2004 01:33:15 +0000 (01:33 +0000)]
invalidate field-width cache before refreshing (Mac redraws immediately)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28874
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Mon, 23 Aug 2004 22:27:11 +0000 (22:27 +0000)]
invalidate field-width cache when changing field count
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28873
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 23 Aug 2004 18:11:21 +0000 (18:11 +0000)]
FSRef transition, common constant
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28872
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 23 Aug 2004 17:48:18 +0000 (17:48 +0000)]
resource fork not used anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28871
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 23 Aug 2004 15:45:47 +0000 (15:45 +0000)]
Fixed sending events by submenus.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28870
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 23 Aug 2004 14:24:36 +0000 (14:24 +0000)]
making tool enable consistent (was using mix of enable and activate controls before)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28869
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 23 Aug 2004 13:59:59 +0000 (13:59 +0000)]
avoiding a OS-Level set focus for a control that already has the focus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28868
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 23 Aug 2004 12:55:16 +0000 (12:55 +0000)]
fixes for C++ code generator (modified patch
1010058 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28867
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 23 Aug 2004 10:56:16 +0000 (10:56 +0000)]
WinCE warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28866
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 23 Aug 2004 10:53:57 +0000 (10:53 +0000)]
Native SmartPhone wxChoice implementation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28865
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 22 Aug 2004 20:27:54 +0000 (20:27 +0000)]
center the icon vertically
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28864
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 22 Aug 2004 19:36:37 +0000 (19:36 +0000)]
added alpha channel support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28863
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 22 Aug 2004 19:35:37 +0000 (19:35 +0000)]
more wxArtProvider fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28862
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 22 Aug 2004 19:23:53 +0000 (19:23 +0000)]
added GTK2 implementation of wxArtProvider
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28861
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 22 Aug 2004 18:56:55 +0000 (18:56 +0000)]
added wxART_BUTTON
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28860
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 22 Aug 2004 18:49:33 +0000 (18:49 +0000)]
wxArtProvider usage fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28859
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 22 Aug 2004 18:48:28 +0000 (18:48 +0000)]
tree control uses 16x16 pixels, explicitly request this size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28858
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 22 Aug 2004 18:32:55 +0000 (18:32 +0000)]
set mask when converting pixbuf to pixmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28857
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775