wxWidgets.git
20 years agocorrected wxLANGUAGE_CHINESE to use same default as win32 (Taiwan)
Václav Slavík [Sat, 8 May 2004 22:16:01 +0000 (22:16 +0000)] 
corrected wxLANGUAGE_CHINESE to use same default as win32 (Taiwan)

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

20 years ago Remove duplicate definition caused by last commit.
Mattia Barbon [Sat, 8 May 2004 21:15:54 +0000 (21:15 +0000)] 
  Remove duplicate definition caused by last commit.

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

20 years ago When wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set,
Mattia Barbon [Sat, 8 May 2004 20:20:24 +0000 (20:20 +0000)] 
  When wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set,
wxHashMap/wxHashSet are just typedefs for them. This makes impossible
to forward declare these classes.

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

20 years ago wxX11 compilation fixes.
Mattia Barbon [Sat, 8 May 2004 19:56:40 +0000 (19:56 +0000)] 
  wxX11 compilation fixes.

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

20 years agoAdded missing textctrl.h include
Julian Smart [Sat, 8 May 2004 15:41:41 +0000 (15:41 +0000)] 
Added missing textctrl.h include

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

20 years agoDataBrowserBased CheckList implementation
Stefan Csomor [Sat, 8 May 2004 14:02:18 +0000 (14:02 +0000)] 
DataBrowserBased CheckList implementation

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

20 years agoconnecting the currently focused text control to the mac os services (Services Menu)
Stefan Csomor [Sat, 8 May 2004 12:43:29 +0000 (12:43 +0000)] 
connecting the currently focused text control to the mac os services (Services Menu)

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

20 years agoscrolling to selection
Stefan Csomor [Sat, 8 May 2004 12:41:45 +0000 (12:41 +0000)] 
scrolling to selection

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

20 years ago wxUniversal compilation fix. The fix is ok because this ash
Mattia Barbon [Sat, 8 May 2004 10:19:14 +0000 (10:19 +0000)] 
  wxUniversal compilation fix. The fix is ok because this ash
is a wxMSW data structure, and can only contain wxMSW windows.
Compilation tested with and without wxUniversal and with and without
WXWIN_COMPATIBILITY_2_4.

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

20 years agoadded wxUSE_MDI (but forgot to commit before)
Vadim Zeitlin [Sat, 8 May 2004 10:17:18 +0000 (10:17 +0000)] 
added wxUSE_MDI (but forgot to commit before)

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

20 years agoremoved HandleSysCommand() and don't generate duplicate events for frame maximization...
Vadim Zeitlin [Sat, 8 May 2004 10:05:33 +0000 (10:05 +0000)] 
removed HandleSysCommand() and don't generate duplicate events for frame maximization/iconization

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

20 years ago Add missing #define.
Mattia Barbon [Sat, 8 May 2004 10:02:12 +0000 (10:02 +0000)] 
  Add missing #define.

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

20 years ago Add missing WXDLLEXPORT.
Mattia Barbon [Sat, 8 May 2004 09:45:26 +0000 (09:45 +0000)] 
  Add missing WXDLLEXPORT.

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

20 years ago Remove duplicate definition.
Mattia Barbon [Sat, 8 May 2004 09:43:24 +0000 (09:43 +0000)] 
  Remove duplicate definition.

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

20 years ago TeX2RTF compilation fixes after my last wxHashTable changes.
Mattia Barbon [Sat, 8 May 2004 09:40:59 +0000 (09:40 +0000)] 
  TeX2RTF compilation fixes after my last wxHashTable changes.

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

20 years ago CHM help is not compiled for wxUniversal.
Mattia Barbon [Sat, 8 May 2004 09:38:14 +0000 (09:38 +0000)] 
  CHM help is not compiled for wxUniversal.

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

20 years ago Fix for pure virtual method call caused by wxHashTable not
Mattia Barbon [Sat, 8 May 2004 09:33:29 +0000 (09:33 +0000)] 
  Fix for pure virtual method call caused by wxHashTable not
overriding virtual destructor.

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

20 years agoOS/2 PM does not yet support toggle button.
Stefan Neis [Sat, 8 May 2004 09:24:04 +0000 (09:24 +0000)] 
OS/2 PM does not yet support toggle button.

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

20 years agofixed spellign typo in comment
Vadim Zeitlin [Sat, 8 May 2004 08:58:44 +0000 (08:58 +0000)] 
fixed spellign typo in comment

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

20 years agoadd -Icontrib/include when using --inplace
Vadim Zeitlin [Sat, 8 May 2004 08:57:44 +0000 (08:57 +0000)] 
add -Icontrib/include when using --inplace

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

20 years agoreSWIGged
Robin Dunn [Sat, 8 May 2004 01:37:37 +0000 (01:37 +0000)] 
reSWIGged

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

20 years agoActiveX events should be sent to the window, not it's parent.
Robin Dunn [Sat, 8 May 2004 01:29:20 +0000 (01:29 +0000)] 
ActiveX events should be sent to the window, not it's parent.

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

20 years agoDeprecated wx.iewin
Robin Dunn [Sat, 8 May 2004 01:22:44 +0000 (01:22 +0000)] 
Deprecated wx.iewin

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

20 years agoreSWIGged
Robin Dunn [Sat, 8 May 2004 01:20:24 +0000 (01:20 +0000)] 
reSWIGged

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

20 years agoDon't turn off kwargs for these methods any more
Robin Dunn [Sat, 8 May 2004 01:12:18 +0000 (01:12 +0000)] 
Don't turn off kwargs for these methods any more

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

20 years agoreSWIGged
Robin Dunn [Sat, 8 May 2004 01:11:02 +0000 (01:11 +0000)] 
reSWIGged

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

20 years agoremoved tab characters; minor code cleanup
Dimitri Schoolwerth [Sat, 8 May 2004 00:51:34 +0000 (00:51 +0000)] 
removed tab characters; minor code cleanup

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

20 years agodon't repaint window if hidden: reduces flickering of hidden windows which change...
Dimitri Schoolwerth [Sat, 8 May 2004 00:45:38 +0000 (00:45 +0000)] 
don't repaint window if hidden: reduces flickering of hidden windows which change position (resulting in a repaint) due to for example sizer code

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

20 years agoregenerated
Vadim Zeitlin [Fri, 7 May 2004 22:22:45 +0000 (22:22 +0000)] 
regenerated

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

20 years agoTweaks
Robin Dunn [Fri, 7 May 2004 22:18:37 +0000 (22:18 +0000)] 
Tweaks

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

20 years agoSwitch to using a Python buffer object for the sound from data methods
Robin Dunn [Fri, 7 May 2004 22:17:59 +0000 (22:17 +0000)] 
Switch to using a Python buffer object for the sound from data methods

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

20 years agosplit wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which is wxUSE_MDI + wxUSE_DOCVIEW)
Vadim Zeitlin [Fri, 7 May 2004 22:17:29 +0000 (22:17 +0000)] 
split wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which is wxUSE_MDI + wxUSE_DOCVIEW)

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

20 years agowxMemoryBuffer typemap needs to set the data length
Robin Dunn [Fri, 7 May 2004 22:17:13 +0000 (22:17 +0000)] 
wxMemoryBuffer typemap needs to set the data length

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

20 years agodon't define DestroyClippingRegion() any more but simply use the base class version
Vadim Zeitlin [Fri, 7 May 2004 22:16:15 +0000 (22:16 +0000)] 
don't define DestroyClippingRegion() any more but simply use the base class version

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

20 years agodon't add WS_VISIBLE to all windows style (replaces patch 948992)
Vadim Zeitlin [Fri, 7 May 2004 22:15:04 +0000 (22:15 +0000)] 
don't add WS_VISIBLE to all windows style (replaces patch 948992)

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

20 years agoSome test code for loading sound from data
Robin Dunn [Fri, 7 May 2004 21:43:35 +0000 (21:43 +0000)] 
Some test code for loading sound from data

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

20 years agoChange wxSound ctor wrappings so sound can be loaded from data
Robin Dunn [Fri, 7 May 2004 21:35:35 +0000 (21:35 +0000)] 
Change wxSound ctor wrappings so sound can be loaded from data

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

20 years agoDon't use deprecated list methods
Robin Dunn [Fri, 7 May 2004 21:34:14 +0000 (21:34 +0000)] 
Don't use deprecated list methods

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

20 years agocomplete Polish translations from ABX
Vadim Zeitlin [Fri, 7 May 2004 21:00:55 +0000 (21:00 +0000)] 
complete Polish translations from ABX

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

20 years agoPatch# 893337, Fix for line control point handling in wxLineShape
Robin Dunn [Fri, 7 May 2004 19:52:02 +0000 (19:52 +0000)] 
Patch# 893337, Fix for line control point handling in wxLineShape

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

20 years agoPatch #930307, really exit if wrong python on the mac
Robin Dunn [Fri, 7 May 2004 19:36:15 +0000 (19:36 +0000)] 
Patch #930307, really exit if wrong python on the mac

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

20 years agoPatch #945404, fix icon clipping
Robin Dunn [Fri, 7 May 2004 19:33:56 +0000 (19:33 +0000)] 
Patch #945404, fix icon clipping

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

20 years agoreSWIGged
Robin Dunn [Fri, 7 May 2004 17:14:15 +0000 (17:14 +0000)] 
reSWIGged

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

20 years agoAnother addtomethod removed
Robin Dunn [Fri, 7 May 2004 17:07:04 +0000 (17:07 +0000)] 
Another addtomethod removed

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

20 years agoremoved a debugging print
Robin Dunn [Fri, 7 May 2004 17:04:54 +0000 (17:04 +0000)] 
removed a debugging print

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

20 years agoAdded OOR typemaps for wxPanel and wxDialog
Robin Dunn [Fri, 7 May 2004 16:34:37 +0000 (16:34 +0000)] 
Added OOR typemaps for wxPanel and wxDialog

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

20 years agoCorrected _setCallbackInfo code so GiveFeedback can work
Robin Dunn [Fri, 7 May 2004 16:34:02 +0000 (16:34 +0000)] 
Corrected _setCallbackInfo code so GiveFeedback can work

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

20 years agofix for motif /scintilla bugs
Chris Elliott [Fri, 7 May 2004 16:11:22 +0000 (16:11 +0000)] 
fix for motif /scintilla bugs

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

20 years ago*really* updated the translations (last ommit didn't change anything)
Vadim Zeitlin [Fri, 7 May 2004 12:06:14 +0000 (12:06 +0000)] 
*really* updated the translations (last ommit didn't change anything)

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

20 years agoapplied patch #931719: "ESC closes dialog instead of combobox dropdown" (closes patch...
Dimitri Schoolwerth [Fri, 7 May 2004 10:46:19 +0000 (10:46 +0000)] 
applied patch #931719: "ESC closes dialog instead of combobox dropdown" (closes patch #931709)

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

20 years agofixed menu item numbering to mac convention
Stefan Csomor [Fri, 7 May 2004 08:01:33 +0000 (08:01 +0000)] 
fixed menu item numbering to mac convention

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

20 years agoSetInitialBestSize changes for wxMac
Robin Dunn [Fri, 7 May 2004 04:31:12 +0000 (04:31 +0000)] 
SetInitialBestSize changes for wxMac

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

20 years agofixed bug #947908: wxString("abcdefghij", wxConvLibc, n) returns an empty string...
Dimitri Schoolwerth [Fri, 7 May 2004 01:59:28 +0000 (01:59 +0000)] 
fixed bug #947908: wxString("abcdefghij", wxConvLibc, n) returns an empty string for every n>0 and n<string length (Unicode mode only)

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

20 years agoTweaks to work around wxMac bugs
Robin Dunn [Fri, 7 May 2004 01:55:27 +0000 (01:55 +0000)] 
Tweaks to work around wxMac bugs

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

20 years agoreSWIGged
Robin Dunn [Fri, 7 May 2004 01:54:57 +0000 (01:54 +0000)] 
reSWIGged

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

20 years agodemo tweaks
Robin Dunn [Fri, 7 May 2004 01:51:14 +0000 (01:51 +0000)] 
demo tweaks

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

20 years agofixed unused variable warning
Dimitri Schoolwerth [Thu, 6 May 2004 23:47:14 +0000 (23:47 +0000)] 
fixed unused variable warning

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

20 years agoadded support for --libs=std,... syntax in wx-config
Vadim Zeitlin [Thu, 6 May 2004 23:42:31 +0000 (23:42 +0000)] 
added support for --libs=std,... syntax in wx-config

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

20 years agoDon't #include the extra files unless we need them
Robin Dunn [Thu, 6 May 2004 21:40:49 +0000 (21:40 +0000)] 
Don't #include the extra files unless we need them

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

20 years agomoved #define to before it is used
Robin Dunn [Thu, 6 May 2004 21:15:06 +0000 (21:15 +0000)] 
moved #define to before it is used

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

20 years agoUse wxVisualAttributes (#if'd out until tested further)
Robin Dunn [Thu, 6 May 2004 21:02:19 +0000 (21:02 +0000)] 
Use wxVisualAttributes (#if'd out until tested further)

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

20 years agoUse wxVisualAttributes (partially #if'd out until tested further.)
Robin Dunn [Thu, 6 May 2004 21:01:24 +0000 (21:01 +0000)] 
Use wxVisualAttributes (partially #if'd out until tested further.)

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

20 years agoupdated wxstd.po and merged changes in the other catalogs
Vadim Zeitlin [Thu, 6 May 2004 18:57:31 +0000 (18:57 +0000)] 
updated wxstd.po and merged changes in the other catalogs

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

20 years agoupdate from ABX
Vadim Zeitlin [Thu, 6 May 2004 18:31:53 +0000 (18:31 +0000)] 
update from ABX

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

20 years agoreSWIGged
Robin Dunn [Thu, 6 May 2004 18:01:47 +0000 (18:01 +0000)] 
reSWIGged

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

20 years agoAdd GetClassDefaultAttribute. Since it is static we need to put the
Robin Dunn [Thu, 6 May 2004 17:35:43 +0000 (17:35 +0000)] 
Add GetClassDefaultAttribute.  Since it is static we need to put the
definition in all window classes so the right one will be called on
the C++ side of the fence.

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

20 years agoSome tweaks
Robin Dunn [Thu, 6 May 2004 17:34:02 +0000 (17:34 +0000)] 
Some tweaks

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

20 years agoOops, forgot to cleanup some commented-out code before last commit.
Robin Dunn [Thu, 6 May 2004 17:33:09 +0000 (17:33 +0000)] 
Oops, forgot to cleanup some commented-out code before last commit.
Setting attributes seems to work okay on both multiline and single
line widgets for both wxGTK and wxGTK2, so don't disable it for
multiline.

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

20 years agoGet(Class)DefaultAttributes() for wxGTK controls
Robin Dunn [Thu, 6 May 2004 17:26:25 +0000 (17:26 +0000)] 
Get(Class)DefaultAttributes() for wxGTK controls

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

20 years agodon't create artificial alpha channel for all bitmaps (patch 949221)
Vadim Zeitlin [Thu, 6 May 2004 14:52:55 +0000 (14:52 +0000)] 
don't create artificial alpha channel for all bitmaps (patch 949221)

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

20 years agocorrections from ABX
Vadim Zeitlin [Thu, 6 May 2004 14:35:35 +0000 (14:35 +0000)] 
corrections from ABX

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

20 years agomore updates from Herbert Breunung
Vadim Zeitlin [Thu, 6 May 2004 14:33:37 +0000 (14:33 +0000)] 
more updates from Herbert Breunung

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

20 years agocompilation fix for older compilers
Vadim Zeitlin [Thu, 6 May 2004 07:17:15 +0000 (07:17 +0000)] 
compilation fix for older compilers

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

20 years agowarning fix for BSD
Vadim Zeitlin [Thu, 6 May 2004 07:02:01 +0000 (07:02 +0000)] 
warning fix for BSD

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

20 years agocall InitDialog() before showing the dialog, not after; also TRUE -> true
Vadim Zeitlin [Wed, 5 May 2004 22:46:57 +0000 (22:46 +0000)] 
call InitDialog() before showing the dialog, not after; also TRUE -> true

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

20 years agooops, added missing const_cast to make last check in compile
Vadim Zeitlin [Wed, 5 May 2004 22:45:26 +0000 (22:45 +0000)] 
oops, added missing const_cast to make last check in compile

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

20 years agouse ResetClipping() instead of simply setting m_clipping to false; added call to...
Vadim Zeitlin [Wed, 5 May 2004 22:43:57 +0000 (22:43 +0000)] 
use ResetClipping() instead of simply setting m_clipping to false; added call to it to wxDCBase::DestroyClippingRegion() so that some ports don't have to define their own version of it at all

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

20 years agomade GetClippingBox() work even for clipping region (pre)set by Windows and not only...
Vadim Zeitlin [Wed, 5 May 2004 22:41:54 +0000 (22:41 +0000)] 
made GetClippingBox() work even for clipping region (pre)set by Windows and not only for clipping regions set using our own SetClippingXXX() functions

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

20 years agomention non-const wxDC::GetPen/Font/Brush() removal
Vadim Zeitlin [Wed, 5 May 2004 22:36:46 +0000 (22:36 +0000)] 
mention non-const wxDC::GetPen/Font/Brush() removal

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

20 years agodon't use non-const wxDC::GetBackground() which doesn't exist any more
Vadim Zeitlin [Wed, 5 May 2004 21:45:36 +0000 (21:45 +0000)] 
don't use non-const wxDC::GetBackground() which doesn't exist any more

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

20 years agoremoved non-const accessors for pens, brushes, &c from wxDC
Vadim Zeitlin [Wed, 5 May 2004 21:44:39 +0000 (21:44 +0000)] 
removed non-const accessors for pens, brushes, &c from wxDC

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

20 years agoupdate from ABX
Vadim Zeitlin [Wed, 5 May 2004 12:17:11 +0000 (12:17 +0000)] 
update from ABX

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

20 years agousing const GetPen
Stefan Csomor [Wed, 5 May 2004 07:18:42 +0000 (07:18 +0000)] 
using const GetPen

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

20 years agoAdded some info panels that show size and colour attributes about the widget
Robin Dunn [Tue, 4 May 2004 20:08:00 +0000 (20:08 +0000)] 
Added some info panels that show size and colour attributes about the widget

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

20 years agoAdded multi-line TextCtrl
Robin Dunn [Tue, 4 May 2004 18:12:48 +0000 (18:12 +0000)] 
Added multi-line TextCtrl

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

20 years agominor update from Herbert Breunung
Vadim Zeitlin [Tue, 4 May 2004 17:30:17 +0000 (17:30 +0000)] 
minor update from Herbert Breunung

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

20 years agocheck for multiple calls to gtk_glwindow_realized_callback
Vadim Zeitlin [Tue, 4 May 2004 15:00:36 +0000 (15:00 +0000)] 
check for multiple calls to gtk_glwindow_realized_callback

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

20 years agoremoved tab characters
Dimitri Schoolwerth [Tue, 4 May 2004 14:25:07 +0000 (14:25 +0000)] 
removed tab characters

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

20 years agodelayed destruction of global memLocker object
Dimitri Schoolwerth [Tue, 4 May 2004 14:19:30 +0000 (14:19 +0000)] 
delayed destruction of global memLocker object

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

20 years agoupdate from Marco Cavallini
Vadim Zeitlin [Tue, 4 May 2004 14:05:03 +0000 (14:05 +0000)] 
update from Marco Cavallini

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

20 years agoGetThumbLength() doesn't exist, GetThumbSize() does
Vadim Zeitlin [Tue, 4 May 2004 13:46:58 +0000 (13:46 +0000)] 
GetThumbLength() doesn't exist, GetThumbSize() does

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

20 years agoallowing shaped windows again
Stefan Csomor [Tue, 4 May 2004 09:40:47 +0000 (09:40 +0000)] 
allowing shaped windows again

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

20 years agoName change replacements
Julian Smart [Tue, 4 May 2004 08:27:20 +0000 (08:27 +0000)] 
Name change replacements

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

20 years agoImproved real Latex support
Julian Smart [Tue, 4 May 2004 07:17:27 +0000 (07:17 +0000)] 
Improved real Latex support
Added missing brace for new perlnote

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

20 years agoAdded wxControl::PostCreation for wxGTK. Moved calls to
Robin Dunn [Tue, 4 May 2004 07:09:32 +0000 (07:09 +0000)] 
Added wxControl::PostCreation for wxGTK.  Moved calls to
InheritAttributes and ApplyWidgetStyle there, and added a call to
SetInitialBestSize.   Also removed calls to Show from Create since
PostCreation already does it.

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

20 years agoSorted and added StaticBox, StaticLine
Robin Dunn [Tue, 4 May 2004 06:39:51 +0000 (06:39 +0000)] 
Sorted and added StaticBox, StaticLine

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

20 years agoadded notebook test
Robin Dunn [Tue, 4 May 2004 03:09:42 +0000 (03:09 +0000)] 
added notebook test

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

20 years agoimproved backwards compatibility when a wxGauge is (incorrectly) created without...
Dimitri Schoolwerth [Tue, 4 May 2004 02:38:09 +0000 (02:38 +0000)] 
improved backwards compatibility when a wxGauge is (incorrectly) created without wxGA_HORIZONTAL style flag

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

20 years agoBook controls also shouldn't do anything for SetInitialBestSize
Robin Dunn [Tue, 4 May 2004 00:53:19 +0000 (00:53 +0000)] 
Book controls also shouldn't do anything for SetInitialBestSize

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

20 years agoInitial/Best size fixes for wxRadioBox, wxSlider and wxStaticText on wxMSW
Robin Dunn [Mon, 3 May 2004 23:08:55 +0000 (23:08 +0000)] 
Initial/Best size fixes for wxRadioBox, wxSlider and wxStaticText on wxMSW

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