Commit Graph

29624 Commits

Author SHA1 Message Date
Roman Rolinsky
016f67baf6 0.1.5-2
Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing
active encoding.

Fixed pasting siblings (Ctrl key pressed while pasting).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 08:48:54 +00:00
Włodzimierz Skiba
2f17da8b71 MinGW fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 08:48:23 +00:00
Julian Smart
1ef1d1d988 Replaced icons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 08:27:27 +00:00
Robin Dunn
b8f9934145 *** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 02:34:45 +00:00
Robin Dunn
7c2c2e0742 Set the ID and the event object in the events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 02:33:37 +00:00
Robin Dunn
7343610edc Added some test code (commented out)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 02:32:05 +00:00
Robin Dunn
bb8967b96e Put a cap on the number of lines used in DoGetBestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 02:26:37 +00:00
Robin Dunn
31582e4e11 Patch #1203934: enable best size caching for MSW widgets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 02:23:01 +00:00
Robin Dunn
3de6964a9f Added a wx.xrc.XmlResourceHandler for the Ticker class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 00:39:38 +00:00
Vadim Zeitlin
de93d71f67 ensure that message catalog files are found when the sample is run under Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 23:42:49 +00:00
Vadim Zeitlin
aa74ad5b78 suppress events resulting from our own SetValue() calls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 23:19:46 +00:00
Vadim Zeitlin
40717c90bf added wxSashEventFunction macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 23:05:33 +00:00
Julian Smart
fb00f58d24 Removed last fix to aclocal.m4
Fixed configure.in for Wine


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 21:21:17 +00:00
Michael Wetherell
25bb0f8980 Work around compile problem with some versions of gcc 2.95 (Debian 3.0 and OS X 10.1 affected)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 20:58:41 +00:00
Julian Smart
994b07e800 Replaced image
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 20:49:18 +00:00
Julian Smart
84a4e55d29 Replaced icons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 20:30:50 +00:00
Julian Smart
926a18835e Fixed transparency
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 20:30:24 +00:00
Włodzimierz Skiba
aec2635825 DMC missing value.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 20:14:44 +00:00
Włodzimierz Skiba
03a62a0ccb Include common controls before completing it with missing.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 20:12:53 +00:00
Robin Dunn
1d13cc5da4 Cache best size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 19:05:03 +00:00
Włodzimierz Skiba
38647faa5a Possible crash fix from Ryan (patch #1194315).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 18:29:31 +00:00
Włodzimierz Skiba
878094ac7c wxLog small fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 18:25:39 +00:00
Włodzimierz Skiba
d69f2e34ca Fix for MinGW macros not available due to include order (http://www.solidsteel.nl/users/wxwidgets/viewtopic.php?t=108)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 18:20:24 +00:00
Julian Smart
3e32dedf3b Removed unnecessary bitmaps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 17:50:56 +00:00
Julian Smart
105474a6b9 Removed obsolete files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 17:34:16 +00:00
Julian Smart
17bcb99892 Removed redundant files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 17:25:32 +00:00
Dimitri Schoolwerth
767b35a56f applied patch #1185523: "Replace GetTextExtentPoint with GetTextExtentPoint32"
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 16:03:25 +00:00
Michael Wetherell
489c9090ef Disable debugrpt sample for Windows since it's not supported with mingw/cygwin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 14:28:18 +00:00
Julian Smart
4e83306987 Removed unnecessary bitmaps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 14:06:07 +00:00
Julian Smart
1d0214f9c2 Fixed Cygwin double definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 14:03:04 +00:00
Julian Smart
84c62b4f52 Guess settings for reasonable behaviour in all 3 standard XP themes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 13:23:51 +00:00
Julian Smart
c0e7c9a98b Fix for Wine
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 12:19:07 +00:00
Julian Smart
80b1db47a6 Wine fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 12:09:01 +00:00
Julian Smart
f54632db33 Generalised WinCE fix for other platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 11:41:46 +00:00
Julian Smart
bdebb37929 Override PLATFORM_WIN32 setting if using Wine on Linux/Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 11:40:31 +00:00
Julian Smart
e55a0db6cd Winelib fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 09:56:22 +00:00
Robin Dunn
60d5fcc18c reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 01:17:05 +00:00
Robin Dunn
976dbff5e6 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 01:11:22 +00:00
Robin Dunn
d167fc518a Themed backgrounds for flat generic buttons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 00:41:02 +00:00
Robin Dunn
c08df24903 Added optional parameter to wxversion.select and friends that makes
the options be required for a match.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 00:36:18 +00:00
Robin Dunn
0ef14ca557 Added DoEraseBackground
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 00:28:12 +00:00
Robin Dunn
f66cece380 Added wx.DROP_ICON()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 00:27:11 +00:00
Robin Dunn
a1539a1ff2 Don't bypass the bacground erase anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-16 20:14:24 +00:00
Robin Dunn
cbbd3db2f9 cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-16 20:12:50 +00:00
Stefan Neis
1a0c7d558e Fixed DoFloodFill's return value.
Fixed DoGetPixel.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-16 16:22:05 +00:00
Włodzimierz Skiba
709d008161 Third part of patch #1178276 and game improvements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-16 15:32:04 +00:00
Włodzimierz Skiba
3ac88cb5cb Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-16 15:26:41 +00:00
Julian Smart
a55c76fe40 Use Rob O'Connor's icons, provided under the wxWindows Licence
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-16 14:01:36 +00:00
Julian Smart
251ab3072d Restoring binary files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-16 12:33:21 +00:00
Julian Smart
c6c2445d88 Corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-16 11:33:30 +00:00