Commit Graph

29873 Commits

Author SHA1 Message Date
Robin Dunn
8f9d20d16f Do a little less anti-alias so it looks better on dark backgrounds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 19:18:49 +00:00
Robin Dunn
a0415e129c remove the delete button and add another example of the calendar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 19:16:43 +00:00
Robin Dunn
406011a83d Some tweaks to the temporary art images, added wxART_NEW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 19:15:45 +00:00
Robin Dunn
5c3a23e1f9 Don't force the art provider to resize the toolbar bitmaps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 18:54:18 +00:00
Robin Dunn
e45b3f17a2 Since Scintilla uses XMP internally which doesn't support alpha, check
if the images have alpha and convert to a mask.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 18:07:43 +00:00
Robin Dunn
bfeb1e5838 Don't add extra size to the height, it makes the combo way too big.
(Patch from Ricardo Pedroso.)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 17:42:07 +00:00
Robin Dunn
311b8d3db7 Patch from Ricardo Pedroso that fixes a segfault when the
wxCAL_SEQUENTIAL_MONTH_SELECTION style is used.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 17:33:41 +00:00
Michael Wetherell
096ed1c628 Fix for a wxLogDebug call
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 17:09:47 +00:00
Michael Wetherell
0caebc27b4 No install_name_tool on OS X 10.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 16:48:32 +00:00
Roman Rolinsky
ce32683b97 small fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 01:20:33 +00:00
Roman Rolinsky
c70b2101a1 encoding should not be specified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 01:18:08 +00:00
Roman Rolinsky
9a69d0aa1d 0.1.5-2
-------

Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.

Fixed pasting siblings (Ctrl key pressed while pasting).

Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
If encoding is not specified it is not written in XRC. Will add more
customization in the future.

Changed to use SimpleTool instead or Toggle tool (does not work on Win32).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 01:10:05 +00:00
Vadim Zeitlin
628eae0bcd apparently the check for too small rect is needed not only with wxNB_MULTILINE (see http://www.solidsteel.nl/users/wxwidgets/viewtopic.php?p=9842#9842)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 23:27:34 +00:00
Michael Wetherell
2f73fd3816 Uncomment LVN_ODFINDITEM handler for systems that have NMLVFINDITEM or NM_FINDTIEM
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 21:15:47 +00:00
Robin Dunn
d00016f53f delete_ --> delete
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 18:01:57 +00:00
Robin Dunn
5a60b5f041 When converting a wxIcon to a bitmap check if the icon has an alpha
channel and set the bitmap to use it.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 17:06:58 +00:00
Julian Smart
3bf93e1e9a Some change logs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 16:13:17 +00:00
Michael Wetherell
8df9a8a047 No wxGetOSFHandle for Wine
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 16:05:22 +00:00
Julian Smart
5a00666114 wxTR_TWIST_BUTTONS style no longer used in wxTreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 15:49:01 +00:00
Robin Dunn
e102e12eff Reapplied Patch #1106564
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 14:58:38 +00:00
Julian Smart
304945f5f7 Manual speak with forked tongue
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 14:55:43 +00:00
Włodzimierz Skiba
65172406d2 Simpler fix for Borland.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 13:02:59 +00:00
Włodzimierz Skiba
19b6f1226c Multicharacter fix for MinGW and OW, semicolon fix for Borland.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 12:54:58 +00:00
Włodzimierz Skiba
82e3664e59 Fixes for Borland access to members in MSWUniv.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 12:49:59 +00:00
Vadim Zeitlin
c0bb586f50 if we return GetSize() from DoGetBestSize(), remember it as min size as well to prevent out best size from changing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 12:40:53 +00:00
Robin Dunn
034e367709 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 02:17:14 +00:00
Robin Dunn
15c892875c Don't set mac.textcontrol-use-mlte any longer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 01:41:15 +00:00
Robin Dunn
870b7ef0e5 Docstring updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 01:29:18 +00:00
Michael Wetherell
61581d48be Have the calendar control handle events from it's combo and spin controls
using Connect().


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 21:50:06 +00:00
Robin Dunn
6c75a4cf0f Removed unnecessary files, removed or replaced images that we're not
sure of their origin or license.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 20:55:42 +00:00
Robin Dunn
ec6803d965 Some placeholder images to use until we get those that are being
professionally done.  These fill out most of the art IDs that don't
currently have images in the standard provider.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 20:52:12 +00:00
Vadim Zeitlin
dfb47d834d subclass all updown controls in notebooks, not just the first one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 19:18:15 +00:00
Włodzimierz Skiba
600ffb3230 MinGW, Watcom and Borland warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 18:58:14 +00:00
Michael Wetherell
18228ab4f0 Set wxUSE_ON_FATAL_EXCEPTION to no for non-unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 17:15:14 +00:00
Vadim Zeitlin
e32703a9d7 don't use dangling HBRUSH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 11:46:45 +00:00
Włodzimierz Skiba
15575028ea Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 10:10:40 +00:00
Włodzimierz Skiba
7c8b87a78a Formating warning fix for FC2 build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 09:52:01 +00:00
Włodzimierz Skiba
821d644dd0 More fixes and wxWidgets coding standards.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 09:06:21 +00:00
Chris Elliott
c8200b5a5e possible fix for SF bug #1186144 (only VC tested)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 08:53:32 +00:00
Włodzimierz Skiba
1b75cbf9b3 Build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 08:48:17 +00:00
Włodzimierz Skiba
482635118a wxCocoa build fix. Use XPM everywhere.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 08:30:25 +00:00
Włodzimierz Skiba
b11eba7e92 [ 1207289 ] minor dll mediactrl fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 07:59:35 +00:00
Włodzimierz Skiba
9f13cedb5e Build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 07:54:43 +00:00
Robin Dunn
1c5f3f511d Avoid an assert on wxMSW and ensure we don't use a zero delay for the
timer.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-23 23:51:06 +00:00
Włodzimierz Skiba
3f302e7533 Unicode fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-23 16:53:30 +00:00
Włodzimierz Skiba
a04a377acf wxCocoa build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-23 16:13:37 +00:00
Julian Smart
8241721975 Reverted namespace patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-23 15:38:21 +00:00
Włodzimierz Skiba
8bc17f14f4 Initial HelpGen source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-23 15:22:10 +00:00
Włodzimierz Skiba
6131340355 Cast warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-23 13:49:33 +00:00
Włodzimierz Skiba
6d74e3005e wxMGL build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-23 13:12:02 +00:00