wxWidgets.git
20 years agoUnused variable removed from inline
David Webster [Tue, 2 Mar 2004 04:27:54 +0000 (04:27 +0000)] 
Unused variable removed from inline

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

20 years agoTrim trailing spaces from key names when parsing
Robin Dunn [Tue, 2 Mar 2004 02:41:25 +0000 (02:41 +0000)] 
Trim trailing spaces from key names when parsing

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

20 years ago Only when wxTE-PROCESS_ENTER has been set.
Robert Roebling [Mon, 1 Mar 2004 23:31:16 +0000 (23:31 +0000)] 
  Only when wxTE-PROCESS_ENTER has been set.

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

20 years ago Spin control now emits TEXT_ENTER commands.
Robert Roebling [Mon, 1 Mar 2004 23:28:50 +0000 (23:28 +0000)] 
  Spin control now emits TEXT_ENTER commands.

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

20 years ago Applied patch for generic file dialog Show()
Robert Roebling [Mon, 1 Mar 2004 22:54:20 +0000 (22:54 +0000)] 
  Applied patch for generic file dialog Show()

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

20 years ago Make multi-line text control focussable
Robert Roebling [Mon, 1 Mar 2004 22:42:07 +0000 (22:42 +0000)] 
  Make multi-line text control focussable
   by using tabs under GTK 2.0.
  Make hitting ENTER in a wxSpinCtrl to
    activate the default button work.

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

20 years ago Made space around text symmetric.
Robert Roebling [Mon, 1 Mar 2004 22:17:56 +0000 (22:17 +0000)] 
  Made space around text symmetric.

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

20 years ago Remove deprecated copystring() usage.
Mattia Barbon [Mon, 1 Mar 2004 21:48:05 +0000 (21:48 +0000)] 
  Remove deprecated copystring() usage.

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

20 years agomention Win9x size limitation
Vadim Zeitlin [Mon, 1 Mar 2004 20:54:59 +0000 (20:54 +0000)] 
mention Win9x size limitation

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

20 years agoWarning suppressions
David Webster [Mon, 1 Mar 2004 06:24:20 +0000 (06:24 +0000)] 
Warning suppressions

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

20 years agocheck for NULL pointer returned by wxFontEnumerator::GetFacenames() (it actually...
Vadim Zeitlin [Sun, 29 Feb 2004 23:54:46 +0000 (23:54 +0000)] 
check for NULL pointer returned by wxFontEnumerator::GetFacenames() (it actually happens under Cocoa and could conceivably happen elsewhere as well...)

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

20 years agorenamed start parameter of wxDC::DrawPolyPolygon() to count (patch 882189)
Vadim Zeitlin [Sun, 29 Feb 2004 23:34:01 +0000 (23:34 +0000)] 
renamed start parameter of wxDC::DrawPolyPolygon() to count (patch 882189)

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

20 years agodocs and example for wxDC::DrawPolyPolygon() (patch 882189)
Vadim Zeitlin [Sun, 29 Feb 2004 23:31:02 +0000 (23:31 +0000)] 
docs and example for wxDC::DrawPolyPolygon() (patch 882189)

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

20 years agouse HasFlag() and InXXX() instead of explicit flag testing (patch 899507)
Vadim Zeitlin [Sun, 29 Feb 2004 23:24:35 +0000 (23:24 +0000)] 
use HasFlag() and InXXX() instead of explicit flag testing (patch 899507)

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

20 years agocompilation fix for wxUSE_FILESYSTEM=0
Václav Slavík [Sun, 29 Feb 2004 22:30:39 +0000 (22:30 +0000)] 
compilation fix for wxUSE_FILESYSTEM=0

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

20 years agoremoved erroneous return type from a membersection (patch 905562)
Vadim Zeitlin [Sun, 29 Feb 2004 22:26:40 +0000 (22:26 +0000)] 
removed erroneous return type from a membersection (patch 905562)

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

20 years agohonour the 2nd parameter of DeleteEntry() instead of always deleting empty groups...
Vadim Zeitlin [Sun, 29 Feb 2004 22:25:28 +0000 (22:25 +0000)] 
honour the 2nd parameter of DeleteEntry() instead of always deleting empty groups unconditionally (patch 896303)

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

20 years agoupdate from Jonas for 2.5.1 (patch 901921)
Vadim Zeitlin [Sun, 29 Feb 2004 22:17:08 +0000 (22:17 +0000)] 
update from Jonas for 2.5.1 (patch 901921)

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

20 years ago Compilation fixes.
Mattia Barbon [Sun, 29 Feb 2004 15:21:11 +0000 (15:21 +0000)] 
  Compilation fixes.

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

20 years ago Added wxRTTI information to wxNumberEntryDialog.
Mattia Barbon [Sun, 29 Feb 2004 15:18:21 +0000 (15:18 +0000)] 
  Added wxRTTI information to wxNumberEntryDialog.

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

20 years ago STL fixes.
Mattia Barbon [Sun, 29 Feb 2004 15:15:59 +0000 (15:15 +0000)] 
  STL fixes.

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

20 years ago The DND sample shows both clipboard and drag'n'drop functionality,
Mattia Barbon [Sun, 29 Feb 2004 15:14:24 +0000 (15:14 +0000)] 
  The DND sample shows both clipboard and drag'n'drop functionality,
as such it can work with just wxUSE_CLIPBOARD.

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

20 years agoSpecify tree control in event table to avoid problems with stray tree events
Julian Smart [Sun, 29 Feb 2004 13:05:20 +0000 (13:05 +0000)] 
Specify tree control in event table to avoid problems with stray tree events

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

20 years agoSome doc corrections
Julian Smart [Sun, 29 Feb 2004 13:02:01 +0000 (13:02 +0000)] 
Some doc corrections

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

20 years agofixed wxDebugContext to work with global and static objects (patch 901031)
Václav Slavík [Sat, 28 Feb 2004 23:57:54 +0000 (23:57 +0000)] 
fixed wxDebugContext to work with global and static objects (patch 901031)

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

20 years agoreverted rev 1.26, workarounds for memchecking code no longer needed
Václav Slavík [Sat, 28 Feb 2004 23:57:15 +0000 (23:57 +0000)] 
reverted rev 1.26, workarounds for memchecking code no longer needed

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

20 years agoanother cleanup of constraints code in samples (patch #906438)
Václav Slavík [Sat, 28 Feb 2004 21:13:00 +0000 (21:13 +0000)] 
another cleanup of constraints code in samples (patch #906438)

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

20 years agoCompilation fix for Innotek gcc.
Stefan Neis [Sat, 28 Feb 2004 19:19:44 +0000 (19:19 +0000)] 
Compilation fix for Innotek gcc.

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

20 years agoregenerated
Václav Slavík [Sat, 28 Feb 2004 17:59:07 +0000 (17:59 +0000)] 
regenerated

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

20 years agoCompilation fix for OS/2 specific "Innotek gcc" port.
Stefan Neis [Sat, 28 Feb 2004 17:43:23 +0000 (17:43 +0000)] 
Compilation fix for OS/2 specific "Innotek gcc" port.

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

20 years agoConfiguration fixes for OS/2 specific "Innotek gcc" port.
Stefan Neis [Sat, 28 Feb 2004 17:28:05 +0000 (17:28 +0000)] 
Configuration fixes for OS/2 specific "Innotek gcc" port.

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

20 years agoCompilation fix for OS/2 specific "Innotek gcc" port.
Stefan Neis [Sat, 28 Feb 2004 17:23:22 +0000 (17:23 +0000)] 
Compilation fix for OS/2 specific "Innotek gcc" port.

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

20 years ago GPE generic font dialogs change.
Robert Roebling [Sat, 28 Feb 2004 15:32:41 +0000 (15:32 +0000)] 
  GPE generic font dialogs change.

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

20 years ago Add generix font dialog to gtk build.
Robert Roebling [Sat, 28 Feb 2004 15:27:58 +0000 (15:27 +0000)] 
 Add generix font dialog to gtk build.

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

20 years ago GPE uses generic dialogs.
Robert Roebling [Sat, 28 Feb 2004 15:27:11 +0000 (15:27 +0000)] 
  GPE uses generic dialogs.

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

20 years ago make use of GPE feature
Robert Roebling [Sat, 28 Feb 2004 13:18:08 +0000 (13:18 +0000)] 
  make use of GPE feature

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

20 years ago Checks for --enable-gpe, libgpewidget
Robert Roebling [Sat, 28 Feb 2004 13:16:30 +0000 (13:16 +0000)] 
  Checks for --enable-gpe, libgpewidget
  defines __WXGPE__

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

20 years agoapplied patch to remove use of deprecated constraints API
Václav Slavík [Sat, 28 Feb 2004 10:46:36 +0000 (10:46 +0000)] 
applied patch to remove use of deprecated constraints API

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

20 years agocopy data files
Václav Slavík [Sat, 28 Feb 2004 09:56:52 +0000 (09:56 +0000)] 
copy data files

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

20 years agoTypos fixed
Robin Dunn [Fri, 27 Feb 2004 23:22:47 +0000 (23:22 +0000)] 
Typos fixed

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

20 years agoUpdated wx.lib.calendar with many fixes and enhancements from Joerg
Robin Dunn [Fri, 27 Feb 2004 23:21:37 +0000 (23:21 +0000)] 
Updated wx.lib.calendar with many fixes and enhancements from Joerg
"Adi" Sieker.

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

20 years agomention exit code change
Vadim Zeitlin [Fri, 27 Feb 2004 18:09:08 +0000 (18:09 +0000)] 
mention exit code change

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

20 years agodocumented OnRun()/OnExit() return values; expanded OnInit()
Vadim Zeitlin [Fri, 27 Feb 2004 17:10:38 +0000 (17:10 +0000)] 
documented OnRun()/OnExit() return values; expanded OnInit()

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

20 years agofixed typoe
Václav Slavík [Fri, 27 Feb 2004 16:56:52 +0000 (16:56 +0000)] 
fixed typoe

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

20 years agosince drawtext does not have to take linefeeds into account, they're #if 0'ed now...
Stefan Csomor [Fri, 27 Feb 2004 10:07:24 +0000 (10:07 +0000)] 
since drawtext does not have to take linefeeds into account, they're  #if 0'ed now. fix for background colors in text using classic quickdraw

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

20 years agoMake wxMenuItemAction: and validateMenuItem: delegate messages take an
David Elliott [Fri, 27 Feb 2004 06:07:47 +0000 (06:07 +0000)] 
Make wxMenuItemAction: and validateMenuItem: delegate messages take an
NSWindow* parameter instead of an id.

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

20 years agoUpdated html files, removed old simplify xsl and shell script
Robin Dunn [Fri, 27 Feb 2004 00:34:30 +0000 (00:34 +0000)] 
Updated html files, removed old simplify xsl and shell script

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

20 years agodistrib tweaks
Robin Dunn [Fri, 27 Feb 2004 00:30:47 +0000 (00:30 +0000)] 
distrib tweaks

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

20 years agofix showing toolbar tooltips (we were using a pointer to a temporary object so it...
Vadim Zeitlin [Fri, 27 Feb 2004 00:24:13 +0000 (00:24 +0000)] 
fix showing toolbar tooltips (we were using a pointer to a temporary object so it mostly _appeared_ to work but really didn't)

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

20 years agotesting wxComboBox::SetBackgroundColour()
Vadim Zeitlin [Fri, 27 Feb 2004 00:02:44 +0000 (00:02 +0000)] 
testing wxComboBox::SetBackgroundColour()

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

20 years agodistrib tweaks
Robin Dunn [Thu, 26 Feb 2004 23:51:59 +0000 (23:51 +0000)] 
distrib tweaks

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

20 years agoupdated metadata file with new docstrings and such
Robin Dunn [Thu, 26 Feb 2004 23:29:50 +0000 (23:29 +0000)] 
updated metadata file with new docstrings and such

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

20 years agodistrib tweaks
Robin Dunn [Thu, 26 Feb 2004 23:28:24 +0000 (23:28 +0000)] 
distrib tweaks

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

20 years agoreSWIGged
Robin Dunn [Thu, 26 Feb 2004 22:23:53 +0000 (22:23 +0000)] 
reSWIGged

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

20 years agoAddPendingEvent() is not virtual
Vadim Zeitlin [Thu, 26 Feb 2004 22:21:52 +0000 (22:21 +0000)] 
AddPendingEvent() is not virtual

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

20 years agofixed invalid memory read
Václav Slavík [Thu, 26 Feb 2004 21:49:54 +0000 (21:49 +0000)] 
fixed invalid memory read

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

20 years agoupdate from Petri Jooste
Vadim Zeitlin [Thu, 26 Feb 2004 21:35:53 +0000 (21:35 +0000)] 
update from Petri Jooste

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

20 years agoreSWIGged
Robin Dunn [Thu, 26 Feb 2004 21:29:56 +0000 (21:29 +0000)] 
reSWIGged

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

20 years agoFix compilation error due to recent typedef changes
Robin Dunn [Thu, 26 Feb 2004 21:14:29 +0000 (21:14 +0000)] 
Fix compilation error due to recent typedef changes

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

20 years agoFix compilation errors due to recent typedef changes
Robin Dunn [Thu, 26 Feb 2004 21:12:16 +0000 (21:12 +0000)] 
Fix compilation errors due to recent typedef changes

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

20 years agoContextHelp is fixed on wxMac
Robin Dunn [Thu, 26 Feb 2004 20:49:22 +0000 (20:49 +0000)] 
ContextHelp is fixed on wxMac

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

20 years agoDon't use AA fonts to avoide measurment problem on wxMac
Robin Dunn [Thu, 26 Feb 2004 20:43:47 +0000 (20:43 +0000)] 
Don't use AA fonts to avoide measurment problem on wxMac

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

20 years agodocstring tweaks
Robin Dunn [Thu, 26 Feb 2004 19:50:35 +0000 (19:50 +0000)] 
docstring tweaks

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

20 years agoAdded docstrings
Robin Dunn [Thu, 26 Feb 2004 19:38:21 +0000 (19:38 +0000)] 
Added docstrings

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

20 years agoFixed PyDropTarget rename
Robin Dunn [Thu, 26 Feb 2004 19:37:41 +0000 (19:37 +0000)] 
Fixed PyDropTarget rename

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

20 years agoFix a typo
Robin Dunn [Thu, 26 Feb 2004 19:34:26 +0000 (19:34 +0000)] 
Fix a typo

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

20 years agoCall event.Skip in OnSize
Robin Dunn [Thu, 26 Feb 2004 19:33:48 +0000 (19:33 +0000)] 
Call event.Skip in OnSize

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

20 years agocopy the style sheet too
Robin Dunn [Thu, 26 Feb 2004 19:33:02 +0000 (19:33 +0000)] 
copy the style sheet too

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

20 years agoattempt to tame composite data objects
Stefan Csomor [Thu, 26 Feb 2004 17:02:00 +0000 (17:02 +0000)] 
attempt to tame composite data objects

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

20 years agoBad update last night. Compiler error fix.
David Webster [Thu, 26 Feb 2004 14:57:18 +0000 (14:57 +0000)] 
Bad update last night.  Compiler error fix.

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

20 years agoPending() fixed for OSX
Stefan Csomor [Thu, 26 Feb 2004 11:01:54 +0000 (11:01 +0000)] 
Pending() fixed for OSX

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

20 years agoadjusted LB_EXTENDED and LB_MULTIPLE to wxMSW
Stefan Csomor [Thu, 26 Feb 2004 07:52:17 +0000 (07:52 +0000)] 
adjusted LB_EXTENDED and LB_MULTIPLE to wxMSW

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

20 years agofixed crash when no wx menubar is created
Stefan Csomor [Thu, 26 Feb 2004 07:28:25 +0000 (07:28 +0000)] 
fixed crash when no wx menubar is created

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

20 years agoreverting best size calculations
Stefan Csomor [Thu, 26 Feb 2004 07:09:13 +0000 (07:09 +0000)] 
reverting best size calculations

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

20 years agoUpdated depricated stuff
David Webster [Wed, 25 Feb 2004 23:25:04 +0000 (23:25 +0000)] 
Updated depricated stuff

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

20 years agoUpdated depricated stuff
David Webster [Wed, 25 Feb 2004 23:03:46 +0000 (23:03 +0000)] 
Updated depricated stuff

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

20 years agoFixed various types like e.g. WXHWND for OS/2 that have been broken
Stefan Neis [Wed, 25 Feb 2004 21:49:52 +0000 (21:49 +0000)] 
Fixed various types like e.g. WXHWND for OS/2 that have been broken
        by the previous update.

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

20 years agoApplied patch [ 903619 ] Win64 and Itanium support
Julian Smart [Wed, 25 Feb 2004 10:45:02 +0000 (10:45 +0000)] 
Applied patch [ 903619 ] Win64 and Itanium support
by Brian Palmer

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

20 years agoScript updates
Julian Smart [Wed, 25 Feb 2004 10:39:57 +0000 (10:39 +0000)] 
Script updates

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

20 years agonewer DigitalMars is required
Václav Slavík [Wed, 25 Feb 2004 09:57:18 +0000 (09:57 +0000)] 
newer DigitalMars is required

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

20 years agoOops!
Robin Dunn [Wed, 25 Feb 2004 01:39:25 +0000 (01:39 +0000)] 
Oops!

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

20 years agoAdded docstrings
Robin Dunn [Wed, 25 Feb 2004 00:42:30 +0000 (00:42 +0000)] 
Added docstrings

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

20 years agoCorrected dependency
Robin Dunn [Tue, 24 Feb 2004 02:44:10 +0000 (02:44 +0000)] 
Corrected dependency

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

20 years agoAdded docstrings
Robin Dunn [Tue, 24 Feb 2004 02:09:17 +0000 (02:09 +0000)] 
Added docstrings

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

20 years agoAddFile isn't just for wxMSW
Robin Dunn [Tue, 24 Feb 2004 02:08:38 +0000 (02:08 +0000)] 
AddFile isn't just for wxMSW

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

20 years agoSome more demo tweaks
Robin Dunn [Tue, 24 Feb 2004 02:01:04 +0000 (02:01 +0000)] 
Some more demo tweaks

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

20 years agocreate wxPrintData instance on demand
Václav Slavík [Mon, 23 Feb 2004 22:38:30 +0000 (22:38 +0000)] 
create wxPrintData instance on demand

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

20 years agoThe UseAntiAliasing is off by default on wxMac. Add a menu item to
Robin Dunn [Mon, 23 Feb 2004 22:36:24 +0000 (22:36 +0000)] 
The UseAntiAliasing is off by default on wxMac.  Add a menu item to
the Py* Apps for experimenting with it.

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

20 years agoTurn off UseAntiAliasing by default on wxMac
Robin Dunn [Mon, 23 Feb 2004 22:10:19 +0000 (22:10 +0000)] 
Turn off UseAntiAliasing by default on wxMac

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

20 years agoCan't use NameError to check for NotIMplemented anymore. Just
Robin Dunn [Mon, 23 Feb 2004 21:23:26 +0000 (21:23 +0000)] 
Can't use NameError to check for NotIMplemented anymore.  Just
explicitly check platforms until I figure out a better way to do it.

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

20 years agoCan do wx.ToggleButton on wxMac now
Robin Dunn [Mon, 23 Feb 2004 21:22:09 +0000 (21:22 +0000)] 
Can do wx.ToggleButton on wxMac now

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

20 years agoBuild tglbtn.cpp and install tglbtn.h on wxMac
Robin Dunn [Mon, 23 Feb 2004 21:05:04 +0000 (21:05 +0000)] 
Build tglbtn.cpp and install tglbtn.h on wxMac

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

20 years agoUse a regular ID for the menu
Robin Dunn [Mon, 23 Feb 2004 20:22:14 +0000 (20:22 +0000)] 
Use a regular ID for the menu

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

20 years agoWas missing glcanvas.cpp/h copy
Julian Smart [Mon, 23 Feb 2004 14:12:36 +0000 (14:12 +0000)] 
Was missing glcanvas.cpp/h copy

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

20 years agoFix for compilation under GTK+ 2.0
Julian Smart [Sun, 22 Feb 2004 22:04:22 +0000 (22:04 +0000)] 
Fix for compilation under GTK+ 2.0

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

20 years agoadded reference to the bug in case somebody wanted to remove this
Václav Slavík [Sun, 22 Feb 2004 21:05:54 +0000 (21:05 +0000)] 
added reference to the bug in case somebody wanted to remove this

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

20 years agoFixed file lists
Julian Smart [Sun, 22 Feb 2004 19:03:05 +0000 (19:03 +0000)] 
Fixed file lists

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

20 years ago I don't understand what the original author
Robert Roebling [Sun, 22 Feb 2004 18:12:13 +0000 (18:12 +0000)] 
  I don't understand what the original author
    of the current list ctrl header button code
    under Mac meant with "CORNER", but the whole
    thing is off by 1.

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

20 years ago The list ctrl doesn't draw any focus
Robert Roebling [Sun, 22 Feb 2004 18:10:24 +0000 (18:10 +0000)] 
  The list ctrl doesn't draw any focus
    item under Mac at all.

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

20 years ago Upported menu bitmaps from 2.4.2
Robert Roebling [Sun, 22 Feb 2004 17:29:34 +0000 (17:29 +0000)] 
 Upported menu bitmaps from 2.4.2

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