]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoSetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used to optimize
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

20 years agofixed typo
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

20 years agore-merged wx fix
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

20 years agoFirst step in background erase optimization
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

20 years agomerged libpng-1.2.6 to HEAD
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

20 years agomerged libpng-1.2.6 to HEAD
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

20 years agorepositioning of mac textctrl
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

20 years agofocus and border refreshes etc corrected
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

20 years agoThis commit was generated by cvs2svn to compensate for changes in r28944,
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

20 years agoInitial revision
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

20 years agofix for CAN-2004-0797 zlib-1.2.x vulnerability (patch #1018094)
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

20 years ago Patch #1003174: Fixes crash when toolbar has a disabled control
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

20 years agocorrecting unicode data conversion
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

20 years agoreSWIGged
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

20 years agomore test tweaks
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

20 years agoremove preview indicator
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

20 years agoregenerated ReST docs
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

20 years agonote another bug fix
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

20 years agoAdd new file
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

20 years agoSource cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false.
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

20 years agoMake wxGrid play nicer with sizers.
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

20 years agoAdded wxGrid test
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

20 years agoOnly initialize wxWidgets once
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

20 years agoPolish translation to i18n sample + source cleaning.
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

20 years agoPolish translation to i18n sample.
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

20 years agoSource cleaning: whitespaces & tabs, ::, TRUE/true, FALSE/false.
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

20 years agoSome of these are not in BASE, cahnge back to WXDLLEXPORT
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

20 years agoMention that DrawnShape hasn't been reimplemented yet
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

20 years agoList soem of the bugs fixed
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

20 years agoreSWIGged
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

20 years agoAlpha is supported on GTK2 now!
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

20 years agodon't show the message dialog on import unless there is already an app object
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

20 years agoEnsure that runTest is not modal, even when a required module is not
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

20 years agoadd new section
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

20 years agoTypo fix
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

20 years agoUpdate version number
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

20 years agoUse default heights on the buttons
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

20 years agoFixed compile error
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

20 years agoremoved final traces of wxStAppResource
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

20 years agoPatch from Jed Burgess that optionally allows the grid to notify when
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

20 years agogive the generic tree and list controls a DoGetBestSize
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

20 years agowxListbook needs to clean up the wxListCtrl when DeleteAllPages is called.
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

20 years agowxScrolledWindow should allow the same styles as wxPanel, especially wxTAB_TRAVERSAL.
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

20 years agotypo fix
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

20 years agowxListCtrl --> wx.ListCtrl
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

20 years agocomments
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

20 years agoUse the right class name for caling __init__
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

20 years agoVarious tweaks and fixes from Kevin A.
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

20 years agoUse ConvertAlphaToMask
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

20 years agouse right return type for GetListCtrl
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

20 years agowxFileHistory has a second parameter
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

20 years agoConvertAlphaToMask
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

20 years agoDoc tweaks, changes for stock buttons (but left commented out since
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

20 years agoAdd wx.ART_BUTTON
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

20 years agoupdated to wx namespace
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

20 years agoCorrected line endings
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

20 years agowx.FSFile objects should be destroyed by the user of the wxFileSystem
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

20 years agoSupport for comma in contrib gizmo wxLEDNumberCtrl (patches #1006434, #1007063 with...
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

20 years agoFix for wrong replacement of the FALSE.
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

20 years agoFix for missed comment markup.
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

20 years agoHide page2 until it is needed
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

20 years ago"wxWindows" --> "wxWidgets"
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

20 years agobe explicit
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

20 years agotweaks to play with differnt styles
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

20 years agoadded trailing slash
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

20 years agoCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, ::.
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

20 years agocompilation fix
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

20 years agoWXDLLEXPORT fixes
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

20 years agoSetSizeHints fix
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

20 years agoPut back the caching of property panels (as there is a noticable
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

20 years agoadded wxListBox styles
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

20 years agoWXDLLEXPORT fixes
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

20 years agoFSRef transition
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

20 years agometrowerks is not implementing the mb calls in libc correctly (always needs correct...
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

20 years agoDon't cache property and style panels as wxMac can't do Reparenting
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

20 years agoCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, ...
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

20 years agoinvalidate field-width cache before refreshing (Mac redraws immediately)
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

20 years agoinvalidate field-width cache when changing field count
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

20 years agoFSRef transition, common constant
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

20 years agoresource fork not used anymore
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

20 years agoFixed sending events by submenus.
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

20 years agomaking tool enable consistent (was using mix of enable and activate controls before)
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

20 years agoavoiding a OS-Level set focus for a control that already has the focus
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

20 years agofixes for C++ code generator (modified patch 1010058)
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

20 years agoWinCE warning fixes.
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

20 years agoNative SmartPhone wxChoice implementation.
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

20 years agocenter the icon vertically
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

20 years agoadded alpha channel support
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

20 years agomore wxArtProvider fixes
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

20 years agoadded GTK2 implementation of wxArtProvider
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

20 years agoadded wxART_BUTTON
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

20 years agowxArtProvider usage fixes
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

20 years agotree control uses 16x16 pixels, explicitly request this size
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

20 years agoset mask when converting pixbuf to pixmap
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

20 years agouse GTK+ API for setting icons instead of direct X11 calls
Václav Slavík [Sun, 22 Aug 2004 18:23:14 +0000 (18:23 +0000)] 
use GTK+ API for setting icons instead of direct X11 calls

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

20 years agoadded pixmap->pixbuf conversion as well
Václav Slavík [Sun, 22 Aug 2004 18:21:11 +0000 (18:21 +0000)] 
added pixmap->pixbuf conversion as well

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

20 years agolinking in artstd.obj doesn't have to be forced, it happens thanks to InitStdProvider...
Václav Slavík [Sun, 22 Aug 2004 17:19:30 +0000 (17:19 +0000)] 
linking in artstd.obj doesn't have to be forced, it happens thanks to InitStdProvider reference

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

20 years agowxHtmlHelpFrame's tree control uses 16x16 pixels, explicitly request this size
Václav Slavík [Sun, 22 Aug 2004 17:09:17 +0000 (17:09 +0000)] 
wxHtmlHelpFrame's tree control uses 16x16 pixels, explicitly request this size

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

20 years agowxART_MISSING_IMAGE should be always available, for apps
Václav Slavík [Sun, 22 Aug 2004 17:08:16 +0000 (17:08 +0000)] 
wxART_MISSING_IMAGE should be always available, for apps

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

20 years agoadded alpha channel support to wxGTK2's wxBitmap
Václav Slavík [Sat, 21 Aug 2004 22:48:45 +0000 (22:48 +0000)] 
added alpha channel support to wxGTK2's wxBitmap

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