Commit Graph

29234 Commits

Author SHA1 Message Date
Julian Smart
d672173c65 Renewed makefiles after reverting run-time lib change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 20:08:49 +00:00
Václav Slavík
8c249a5994 reverted DEBUG_INFO change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 19:08:34 +00:00
Ryan Norton
437bfb360a fix those line endings in shared unicode builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 18:57:46 +00:00
Ryan Norton
f54043c214 fix 10.2 shared builds from crashing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 18:39:07 +00:00
Vadim Zeitlin
ed31dd079a added more reserved functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 16:50:09 +00:00
Julian Smart
6dc7c02c0e Removed border style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 16:42:48 +00:00
Ryan Norton
07323ed6f0 put in some reserved funcs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 16:42:17 +00:00
Julian Smart
68346cf9a4 Tweaked text
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 16:41:56 +00:00
Ryan Norton
0be2eb2f9d entryName is a pascal string - need to convert
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 16:38:31 +00:00
Vadim Zeitlin
5051821172 corrected wxMMedia description (forgot to commit before)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 16:36:06 +00:00
Vadim Zeitlin
aa6c5dae62 documented new AddFile() behaviour with abs paths
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 16:35:04 +00:00
Julian Smart
45a2f9494e Added some reserved functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 15:49:27 +00:00
Julian Smart
60acae65fa wxStaticBitmap should have transparent background (fixes grey backgrounds
on WinCE)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 15:34:05 +00:00
Julian Smart
7b6986c392 Workaround for wxUSE_STL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 15:30:05 +00:00
Julian Smart
7d30268cd9 Use GetCursorPos on WinCE wherever possible (otherwise the wrong
cursor is shown)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 14:49:34 +00:00
Vadim Zeitlin
abcb9fcff0 added missing ANSI DLL configurations (fixes VC6 crash)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 14:31:48 +00:00
Vadim Zeitlin
7618402ddb changed to DOS format; added tif_extension.c
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 14:13:49 +00:00
Ryan Norton
03271fa7a5 fix some possible crashes due to uninitialized variables - thanks to Steve Hartwell for pointing me in the right direction :). Also implement wxFileTypeImpl::GetCommands.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 14:08:43 +00:00
Julian Smart
bab3f3eac4 Applied patch [ 1184295 ] wxDateTimePickerCtrl Create() fix for wxDP_ALLOWNONE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 13:17:32 +00:00
Stefan Neis
d2fc28b197 Fixed problem with changing size of board (at least on GTK1).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 13:07:02 +00:00
Julian Smart
21c6080db7 Regenerated makefiles for runtime lib change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 12:58:24 +00:00
Julian Smart
dfc6f510c5 Fix for MGL link error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 12:55:39 +00:00
Robert Roebling
fe770a6011 Copied wxGTK_RR.spec to wxGTK.spec.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 12:33:54 +00:00
Robert Roebling
dd5878b326 Only delete wx-config if it exists.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 11:53:26 +00:00
Robert Roebling
1bf200d8d4 Added wx-i28n package.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 11:50:58 +00:00
Julian Smart
2f0e16e186 wxHelpController now wxCHMHelpController on Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 10:54:56 +00:00
Julian Smart
29234d62d5 Script updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 10:37:05 +00:00
Julian Smart
5147354ced Doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 10:34:19 +00:00
Vadim Zeitlin
23eaaaaf5f update for 2.6.0 from Martin Srebotnjak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 10:24:36 +00:00
Julian Smart
a393f450dc Temporary wxUniv menu fix from Michael Wetherell
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 10:06:01 +00:00
Julian Smart
c0b49f7fff Removed ctl3d and erroneous makefiles from scripts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 09:38:57 +00:00
Ryan Norton
7baa887cf5 do wxLogDebug instead of wxLogSysError so that production users arn't bugged - put in implementation for (dis)associate, complete open command for carbon pre-osx builds, and do a better implementation for osx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 09:34:30 +00:00
Julian Smart
0f4991f4ec Improved prop sheet dialog layout
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 07:50:25 +00:00
Ryan Norton
1e96e5030c fix 10.2 shared unicode builds for mbstowcs and vice versa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 05:19:03 +00:00
Michael Wetherell
a77104ea45 Use 'test -f' since Sun's shell doesn't have 'test -e'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 00:07:53 +00:00
Robin Dunn
9ad7392b6a reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 22:11:12 +00:00
Michael Wetherell
8fb6f6408d Plan B - use a #error when !wxUSE_ON_FATAL_EXCEPTION
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 22:10:55 +00:00
Michael Wetherell
21dfc16274 Only generate a makefile for the debugrpt sample when wxUSE_ON_FATAL_EXCEPTION=1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 22:08:43 +00:00
Ryan Norton
204d3530fd fixed for w/o expat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 21:42:17 +00:00
Robin Dunn
f2ccce28ad Add docstrings for wxSTC methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 21:41:28 +00:00
Michael Wetherell
08168cc43d Compilation fix. I didn't add a #error since I figured this sample will be
demonstrating more things than just OnFatalException() in the future?


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 21:22:29 +00:00
Michael Wetherell
05772b8495 Compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 20:47:24 +00:00
Michael Wetherell
5c99abbe83 Compile fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 20:40:43 +00:00
Robin Dunn
558282a81b New --with-gtk=VALUE syntax
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 19:42:51 +00:00
Robin Dunn
1ce1bd84ea Added Python methods to wxStyledTextCtrl that allow to get/set text in
UTF8 in either unicode or ansi builds


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 19:41:33 +00:00
Julian Smart
a1d2d6b1e8 Compile fixes for Linux
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 19:19:22 +00:00
Julian Smart
95ba86d706 Improved spacing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 18:57:23 +00:00
Robert Roebling
3128a6fddf Mention GTK+ fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 17:26:40 +00:00
Robert Roebling
7a1f2d57f4 Reflect new --with-gtk=VERSION syntax.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 17:22:55 +00:00
Michael Wetherell
368bb66293 No EOVERFLOW on openbsd
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 17:13:14 +00:00