]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoadded support for async playback to Unix implementation of wxSound, implemented SDL...
Václav Slavík [Sun, 1 Feb 2004 18:25:12 +0000 (18:25 +0000)] 
added support for async playback to Unix implementation of wxSound, implemented SDL backend for playback if OSS is not available, fixed OSS to work on non-Linux Unices

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

20 years agoFixed typo in MBN's extensions.
Stefan Neis [Sun, 1 Feb 2004 16:52:11 +0000 (16:52 +0000)] 
Fixed typo in MBN's extensions.

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

20 years agodon't forget to update distrib scripts as I did
Václav Slavík [Sun, 1 Feb 2004 14:02:37 +0000 (14:02 +0000)] 
don't forget to update distrib scripts as I did

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

20 years agoUpdated scripts for new sound sample
Julian Smart [Sun, 1 Feb 2004 13:24:47 +0000 (13:24 +0000)] 
Updated scripts for new sound sample

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

20 years agoFixed setup.h logic again
Ryan Norton [Sun, 1 Feb 2004 12:30:37 +0000 (12:30 +0000)] 
Fixed setup.h logic again

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

20 years agoFix for [ 877037 ] It is no longer possible to build using wxWindows.dsw
Ryan Norton [Sun, 1 Feb 2004 12:27:47 +0000 (12:27 +0000)] 
Fix for [ 877037 ] It is no longer possible to build using wxWindows.dsw

Fixed setup.h logic

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

20 years agoadded back $id
Ryan Norton [Sun, 1 Feb 2004 12:19:07 +0000 (12:19 +0000)] 
added back $id

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

20 years agoAdded setup.h logic
Ryan Norton [Sun, 1 Feb 2004 12:17:15 +0000 (12:17 +0000)] 
Added setup.h logic

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

20 years agoadded wxWave sample
Václav Slavík [Sun, 1 Feb 2004 10:53:59 +0000 (10:53 +0000)] 
added wxWave sample

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

20 years agominor updates
Václav Slavík [Sun, 1 Feb 2004 10:52:30 +0000 (10:52 +0000)] 
minor updates

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

20 years agoprefix symbols with wx, for smaller risk of collision
Václav Slavík [Sun, 1 Feb 2004 10:48:30 +0000 (10:48 +0000)] 
prefix symbols with wx, for smaller risk of collision

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

20 years agouse at most -O1 with BCC, it is broken and cannot correctly compile this file with -O2
Václav Slavík [Sun, 1 Feb 2004 10:40:47 +0000 (10:40 +0000)] 
use at most -O1 with BCC, it is broken and cannot correctly compile this file with -O2

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

20 years agoReverted part of patch #876969 ("Fixes to Borland warnings"), resulted in bugs when...
Dimitri Schoolwerth [Sun, 1 Feb 2004 08:49:56 +0000 (08:49 +0000)] 
Reverted part of patch #876969 ("Fixes to Borland warnings"), resulted in bugs when running in wxUniv release mode using BCC.

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

20 years agoAssert that m_pendingEvents is not NULL (patch #886852 sort of)
David Elliott [Sun, 1 Feb 2004 01:55:41 +0000 (01:55 +0000)] 
Assert that m_pendingEvents is not NULL (patch #886852 sort of)

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

20 years ago Compilation fix for !WXWIN_COMPATIBILITY_2_4.
Mattia Barbon [Sat, 31 Jan 2004 18:23:50 +0000 (18:23 +0000)] 
  Compilation fix for !WXWIN_COMPATIBILITY_2_4.

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

20 years ago Added some missing STL-like wxArray/wxArrayString constructors.
Mattia Barbon [Sat, 31 Jan 2004 18:21:45 +0000 (18:21 +0000)] 
  Added some missing STL-like wxArray/wxArrayString constructors.
  Added helper class wxCArrayString, better replacement for
wxArrayString::GetStringArray.
  Added overloaded constructors and Create() methods taking
a wxArrayString for wxCheckListBox, wxChoice, wxComboBox,
wxListBox, wxRadioBox, wxSingleChoiceDialog, wxMultipleChoiceDialog.

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

20 years agoReordered includes to have OS2EMX_PLAIN_CHAR defined prior to including os2.h
Stefan Neis [Sat, 31 Jan 2004 17:47:53 +0000 (17:47 +0000)] 
Reordered includes to have OS2EMX_PLAIN_CHAR defined prior to including os2.h

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

20 years agowxClassInfo (un)registration now happens automatically, no need to do it in wxPluginL...
Václav Slavík [Sat, 31 Jan 2004 16:37:04 +0000 (16:37 +0000)] 
wxClassInfo (un)registration now happens automatically, no need to do it in wxPluginLibrary

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

20 years agofixed wxFSVolume definition if !wxUSE_GUI
Václav Slavík [Sat, 31 Jan 2004 14:49:51 +0000 (14:49 +0000)] 
fixed wxFSVolume definition if !wxUSE_GUI

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

20 years ago Fixed idle event processing in wxMotif.
Mattia Barbon [Sat, 31 Jan 2004 14:45:30 +0000 (14:45 +0000)] 
  Fixed idle event processing in wxMotif.

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

20 years agocleanup: all definitions missing from std headers should be in missing.h
Václav Slavík [Sat, 31 Jan 2004 14:44:46 +0000 (14:44 +0000)] 
cleanup: all definitions missing from std headers should be in missing.h

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

20 years agowxUSE_STL affect binary compatibility
Václav Slavík [Sat, 31 Jan 2004 14:32:30 +0000 (14:32 +0000)] 
wxUSE_STL affect binary compatibility

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

20 years agoRemoved remaining DialogEd files
Julian Smart [Sat, 31 Jan 2004 14:13:46 +0000 (14:13 +0000)] 
Removed remaining DialogEd files

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

20 years agoRemoved DialogEd
Julian Smart [Sat, 31 Jan 2004 14:03:31 +0000 (14:03 +0000)] 
Removed DialogEd

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

20 years agoFixed variable name mismatch.
Stefan Neis [Sat, 31 Jan 2004 12:49:12 +0000 (12:49 +0000)] 
Fixed variable name mismatch.

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

20 years agoFixed compile error with gcc-3.2.
Stefan Neis [Sat, 31 Jan 2004 12:44:47 +0000 (12:44 +0000)] 
Fixed compile error with gcc-3.2.

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

20 years agoFixed compile error.
Stefan Neis [Sat, 31 Jan 2004 12:41:32 +0000 (12:41 +0000)] 
Fixed compile error.

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

20 years agoreSWIGged
Robin Dunn [Sat, 31 Jan 2004 03:29:15 +0000 (03:29 +0000)] 
reSWIGged

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

20 years agoFixed a compile error
Robin Dunn [Sat, 31 Jan 2004 03:23:11 +0000 (03:23 +0000)] 
Fixed a compile error

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

20 years agoFix compile error
Robin Dunn [Sat, 31 Jan 2004 02:56:02 +0000 (02:56 +0000)] 
Fix compile error

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

20 years agoreSWIGged
Robin Dunn [Sat, 31 Jan 2004 01:48:55 +0000 (01:48 +0000)] 
reSWIGged

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

20 years ago%addtofunc --> %pythonAppend
Robin Dunn [Sat, 31 Jan 2004 01:45:47 +0000 (01:45 +0000)] 
%addtofunc --> %pythonAppend

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

20 years agoA few comments tweaked
Robin Dunn [Sat, 31 Jan 2004 01:19:44 +0000 (01:19 +0000)] 
A few comments tweaked

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

20 years ago%addtofunc --> %pythonAppend
Robin Dunn [Sat, 31 Jan 2004 01:18:37 +0000 (01:18 +0000)] 
%addtofunc --> %pythonAppend
Also used %pythonPrepend to provide backwards compatibility for a few
parameter name changes.

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

20 years agoUpdated SWIG runtime code
Robin Dunn [Sat, 31 Jan 2004 01:13:31 +0000 (01:13 +0000)] 
Updated SWIG runtime code

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

20 years agoUpdated SWIG patches to CWIG CVS 20040130.
Robin Dunn [Sat, 31 Jan 2004 01:11:51 +0000 (01:11 +0000)] 
Updated SWIG patches to CWIG CVS 20040130.
Added a new patch that changes addtofunc to pythonAppend and adds pythonPrepend.

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

20 years ago(blind) fix for gcc warning on some platforms
Václav Slavík [Fri, 30 Jan 2004 12:57:51 +0000 (12:57 +0000)] 
(blind) fix for gcc warning on some platforms

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

20 years agoprefix symbols with wx_ to reduce risk of collision
Václav Slavík [Fri, 30 Jan 2004 12:20:40 +0000 (12:20 +0000)] 
prefix symbols with wx_ to reduce risk of collision

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

20 years agoreverted rev 1.113
Václav Slavík [Fri, 30 Jan 2004 11:25:18 +0000 (11:25 +0000)] 
reverted rev 1.113

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

20 years agoApplied most of patch #880002: "Warning free plot contrib".
Dimitri Schoolwerth [Thu, 29 Jan 2004 23:30:21 +0000 (23:30 +0000)] 
Applied most of patch #880002: "Warning free plot contrib".

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

20 years agoApplied patch #880008: "Unused parameters in FL contrib reported by VC".
Dimitri Schoolwerth [Thu, 29 Jan 2004 23:11:29 +0000 (23:11 +0000)] 
Applied patch #880008: "Unused parameters in FL contrib reported by VC".

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

20 years agoFixed a few typos.
Dimitri Schoolwerth [Thu, 29 Jan 2004 21:33:45 +0000 (21:33 +0000)] 
Fixed a few typos.

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

20 years agoadded newline
Ryan Norton [Thu, 29 Jan 2004 09:44:34 +0000 (09:44 +0000)] 
added newline

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

20 years agoxcode native target adaption
Stefan Csomor [Thu, 29 Jan 2004 09:43:18 +0000 (09:43 +0000)] 
xcode native target adaption

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

20 years agoBad newlines in the mpw makefile,
Ryan Norton [Thu, 29 Jan 2004 08:19:49 +0000 (08:19 +0000)] 
Bad newlines in the mpw makefile,
so it is removed

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

20 years agoUse wxBitmap::GetNSImage(false) instead of duplicating code.
David Elliott [Thu, 29 Jan 2004 06:34:26 +0000 (06:34 +0000)] 
Use wxBitmap::GetNSImage(false) instead of duplicating code.

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

20 years agoConvertToImage: Check !Ok() (we may not have any ref data at all) and if
David Elliott [Thu, 29 Jan 2004 06:26:10 +0000 (06:26 +0000)] 
ConvertToImage: Check !Ok() (we may not have any ref data at all) and if
the bitmap is not okay return wxNullImage (instead of a dummy 5x5 image)

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

20 years agowxCocoa: Don't use listbox for logging until it's more fully implemented.
David Elliott [Thu, 29 Jan 2004 06:21:59 +0000 (06:21 +0000)] 
wxCocoa: Don't use listbox for logging until it's more fully implemented.

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

20 years agoMakefile for MPW
Ryan Norton [Thu, 29 Jan 2004 01:43:48 +0000 (01:43 +0000)] 
Makefile for MPW

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

20 years agoApplied patch #886192: "Minor fix to XRC contrib"; Minor cosmetic cleanups.
Dimitri Schoolwerth [Wed, 28 Jan 2004 14:41:59 +0000 (14:41 +0000)] 
Applied patch #886192: "Minor fix to XRC contrib"; Minor cosmetic cleanups.

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

20 years agoApplied remainder of patch #876969: "Fixes to Borland warnings".
Dimitri Schoolwerth [Wed, 28 Jan 2004 11:17:02 +0000 (11:17 +0000)] 
Applied remainder of patch #876969: "Fixes to Borland warnings".

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

20 years agoApplied patch #875658: "Fixes to console sample"; Further code cleanup.
Dimitri Schoolwerth [Wed, 28 Jan 2004 00:29:07 +0000 (00:29 +0000)] 
Applied patch #875658: "Fixes to console sample"; Further code cleanup.

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

20 years agoSend an extra size event after creation to work around an apparent bug
Robin Dunn [Tue, 27 Jan 2004 22:56:08 +0000 (22:56 +0000)] 
Send an extra size event after creation to work around an apparent bug
in XP's ListView_GetViewRect

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

20 years agoApplied patch #876969: "Fixes to Borland warnings"; Minor code cleanup.
Dimitri Schoolwerth [Tue, 27 Jan 2004 22:30:13 +0000 (22:30 +0000)] 
Applied patch #876969: "Fixes to Borland warnings"; Minor code cleanup.

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

20 years agoPatch from "Viktor Voroshylo" <viktor@voroshylo.com>
Julian Smart [Tue, 27 Jan 2004 17:47:37 +0000 (17:47 +0000)] 
Patch from "Viktor Voroshylo" <viktor@voroshylo.com>

src/.cvsignore : changes to ignore temorary project files
src/regex/.cvsignore : changes to ignore temorary project files for CE compiler
src/regex/regguts.h : assert will be ignored under WinCE
src/msw/button.cpp : BS_FLAT is not available under winCE
src/msw/clipbrd.cpp : changed CLIPFORMAT to wxDataFormat::NativeFormat so it will compile when ole is not included (under winCE)
src/msw/menu.cpp : GetMenuItemCount is not available under winCE. Using wxMenu::GetMenuCount in this case
src/common/regex.cpp : regex will be included under wince
include/wx/msw/wince/setup.h : wxUSE_THREADS & wxUSE_REGEX is enabled by default (as in standard windows configuration)
src/msw/wince/wxWindowsCE.vcp: fixed problem with all configurations (except emu once) do not have procompiled headers setup correctly. Changes for compiling with regex.
src/msw/wince/wxWindowsCE.vcw : added regex in workspace file

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

20 years agowxCocoa: Better icon support
David Elliott [Tue, 27 Jan 2004 06:01:34 +0000 (06:01 +0000)] 
wxCocoa: Better icon support

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

20 years agoreSWIGged
Robin Dunn [Tue, 27 Jan 2004 02:38:53 +0000 (02:38 +0000)] 
reSWIGged

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

20 years agodocstring patch has been submitted to SF
Robin Dunn [Tue, 27 Jan 2004 02:35:25 +0000 (02:35 +0000)] 
docstring patch has been submitted to SF

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

20 years agoGet[First|Next]Child need to actually create a new itemid if we want
Robin Dunn [Tue, 27 Jan 2004 02:30:05 +0000 (02:30 +0000)] 
Get[First|Next]Child need to actually create a new itemid if we want
the proxy to own it.

Also switch to just "void*" instead of the typedef to avoid confusing swig.

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

20 years agowxCocoa: Add some header files to the COCOA_HDR list
David Elliott [Tue, 27 Jan 2004 01:49:23 +0000 (01:49 +0000)] 
wxCocoa: Add some header files to the COCOA_HDR list

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

20 years agoUse the DISOWN typemap
Robin Dunn [Tue, 27 Jan 2004 01:00:54 +0000 (01:00 +0000)] 
Use the DISOWN typemap

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

20 years agoUse the DISOWN typemap
Robin Dunn [Tue, 27 Jan 2004 00:52:47 +0000 (00:52 +0000)] 
Use the DISOWN typemap

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

20 years agoMoved @interface wxNSApplicationDelegate to new header
David Elliott [Tue, 27 Jan 2004 00:50:57 +0000 (00:50 +0000)] 
Moved @interface wxNSApplicationDelegate to new header

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

20 years agowxMac needs the scroll styles
Robin Dunn [Mon, 26 Jan 2004 22:59:38 +0000 (22:59 +0000)] 
wxMac needs the scroll styles

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

20 years agoRemove all extensions before inport, not just .py
Robin Dunn [Mon, 26 Jan 2004 22:45:58 +0000 (22:45 +0000)] 
Remove all extensions before inport, not just .py

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

20 years agoFix incorrect #if in OnSysTell
Robin Dunn [Mon, 26 Jan 2004 22:45:21 +0000 (22:45 +0000)] 
Fix incorrect #if in OnSysTell

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

20 years agoMake SWIG copy the GetDate return value
Robin Dunn [Mon, 26 Jan 2004 22:44:38 +0000 (22:44 +0000)] 
Make SWIG copy the GetDate return value

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

20 years agoUse correct name for event type
Robin Dunn [Mon, 26 Jan 2004 22:43:39 +0000 (22:43 +0000)] 
Use correct name for event type

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

20 years agorun bakefile_gen in this directory
Václav Slavík [Mon, 26 Jan 2004 22:11:40 +0000 (22:11 +0000)] 
run bakefile_gen in this directory

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

20 years agoclarified that bakefile_gen is the tool to use, not bakefile
Václav Slavík [Mon, 26 Jan 2004 22:09:43 +0000 (22:09 +0000)] 
clarified that bakefile_gen is the tool to use, not bakefile

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

20 years agoanother libtiff fix
Václav Slavík [Mon, 26 Jan 2004 21:32:07 +0000 (21:32 +0000)] 
another libtiff fix

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

20 years agoAdded RTTI
Julian Smart [Mon, 26 Jan 2004 20:01:30 +0000 (20:01 +0000)] 
Added RTTI

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

20 years agorenamed system option to better match existing ones
Václav Slavík [Mon, 26 Jan 2004 13:19:31 +0000 (13:19 +0000)] 
renamed system option to better match existing ones

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

20 years agodon't include GetShortcutTarget if OLE is not available; removed fake noop implementa...
Václav Slavík [Mon, 26 Jan 2004 12:53:39 +0000 (12:53 +0000)] 
don't include GetShortcutTarget if OLE is not available; removed fake noop implementation from WinCE, it's better to let the user know it doesn't work by not providing it in the first place

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

20 years agodon't include GetShortcutTarget if OLE is not available; removed fake noop implementa...
Václav Slavík [Mon, 26 Jan 2004 12:44:14 +0000 (12:44 +0000)] 
don't include GetShortcutTarget if OLE is not available; removed fake noop implementation from WinCE, it's better to let the user know it doesn't work by not providing it in the first place

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

20 years agowxBase uses OLE, too
Václav Slavík [Mon, 26 Jan 2004 12:42:43 +0000 (12:42 +0000)] 
wxBase uses OLE, too

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

20 years agofixed syntax errors
Václav Slavík [Mon, 26 Jan 2004 10:40:53 +0000 (10:40 +0000)] 
fixed syntax errors

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

20 years agodocumented wxMGL's system options
Václav Slavík [Mon, 26 Jan 2004 10:39:26 +0000 (10:39 +0000)] 
documented wxMGL's system options

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

20 years agoMinor cleanup for 2.5. Upped version to 0.9.4. Removed use of decorators.
Patrick K. O'Brien [Sun, 25 Jan 2004 23:37:41 +0000 (23:37 +0000)] 
Minor cleanup for 2.5.  Upped version to 0.9.4.  Removed use of decorators.

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

20 years agoreopen app apple event
Stefan Csomor [Sun, 25 Jan 2004 15:17:48 +0000 (15:17 +0000)] 
reopen app apple event

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

20 years agocompositing and transition changes
Stefan Csomor [Sun, 25 Jan 2004 15:17:20 +0000 (15:17 +0000)] 
compositing and transition changes

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

20 years agomozilla fixes
Stefan Csomor [Sun, 25 Jan 2004 15:16:45 +0000 (15:16 +0000)] 
mozilla fixes

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

20 years agorendering adjustments for OSX
Stefan Csomor [Sun, 25 Jan 2004 15:15:12 +0000 (15:15 +0000)] 
rendering adjustments for OSX

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

20 years agopanther adjustements in size
Stefan Csomor [Sun, 25 Jan 2004 15:13:45 +0000 (15:13 +0000)] 
panther adjustements in size

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

20 years agoRyan's display extension
Stefan Csomor [Sun, 25 Jan 2004 15:12:43 +0000 (15:12 +0000)] 
Ryan's display extension

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

20 years agoextensions management unified
Stefan Csomor [Sun, 25 Jan 2004 15:12:02 +0000 (15:12 +0000)] 
extensions management unified

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

20 years agocompositing and transtion changes
Stefan Csomor [Sun, 25 Jan 2004 15:09:59 +0000 (15:09 +0000)] 
compositing and transtion changes

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

20 years agoreopen application
Stefan Csomor [Sun, 25 Jan 2004 15:08:35 +0000 (15:08 +0000)] 
reopen application

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

20 years agoCompute update rectangle only when needed [i.e. if (!m_grid->GetBatchCount())]
Stefan Neis [Sun, 25 Jan 2004 14:26:06 +0000 (14:26 +0000)] 
Compute update rectangle only when needed [i.e. if (!m_grid->GetBatchCount())]
                [Patch 882656]

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

20 years agoRemove taskbar support for now on OS X
Ryan Norton [Sun, 25 Jan 2004 08:46:00 +0000 (08:46 +0000)] 
Remove taskbar support for now on OS X

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

20 years ago Cleaner fix.
Mattia Barbon [Sun, 25 Jan 2004 08:33:57 +0000 (08:33 +0000)] 
  Cleaner fix.

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

20 years agocompilation fix for libtiff
Václav Slavík [Sun, 25 Jan 2004 00:34:38 +0000 (00:34 +0000)] 
compilation fix for libtiff

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

20 years agofix for libtiff compilation
Václav Slavík [Sat, 24 Jan 2004 22:13:28 +0000 (22:13 +0000)] 
fix for libtiff compilation

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

20 years agoRenamed PATPAINT to PATTERNPAINT (The former is an existing define in wingdi.h);...
Dimitri Schoolwerth [Sat, 24 Jan 2004 21:16:59 +0000 (21:16 +0000)] 
Renamed PATPAINT to PATTERNPAINT (The former is an existing define in wingdi.h); Cosmetic code cleanup.

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

20 years agoBaked bakefiles
David Elliott [Sat, 24 Jan 2004 06:22:55 +0000 (06:22 +0000)] 
Baked bakefiles

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

20 years agoreSWIGged for new runtime, etc.
Robin Dunn [Fri, 23 Jan 2004 22:52:06 +0000 (22:52 +0000)] 
reSWIGged for new runtime, etc.

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

20 years agoUpadted GLCanvas demo
Robin Dunn [Fri, 23 Jan 2004 22:49:04 +0000 (22:49 +0000)] 
Upadted GLCanvas demo

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

20 years agoUse correct name for alternate constructor
Robin Dunn [Fri, 23 Jan 2004 22:48:15 +0000 (22:48 +0000)] 
Use correct name for alternate constructor

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

20 years agoreSWIGged with new runtime, etc.
Robin Dunn [Fri, 23 Jan 2004 22:40:41 +0000 (22:40 +0000)] 
reSWIGged with new runtime, etc.

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

20 years agoPut a copy of the generated C++ docs back into the docs tree
Robin Dunn [Fri, 23 Jan 2004 22:11:26 +0000 (22:11 +0000)] 
Put a copy of the generated C++ docs back into the docs tree

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