Vadim Zeitlin
|
172f04f5bb
|
added http://www.wxwidgets.org/bincompat.html link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 12:47:02 +00:00 |
|
Vadim Zeitlin
|
941821d8ac
|
added test for playing Windows resources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 12:35:10 +00:00 |
|
Vadim Zeitlin
|
2be57a5131
|
added GlobalPtr: GlobalAlloc/Free() wrapper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 12:18:17 +00:00 |
|
Chris Elliott
|
c9e4ece63a
|
fix for VC (also ok with Borland and DMC)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 11:32:27 +00:00 |
|
Vadim Zeitlin
|
0645e2b90a
|
renamed GlobalPtr to GlobalPtrLock
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 11:17:28 +00:00 |
|
Mart Raudsepp
|
0cc970b3db
|
Use *wxTopLevelWindowGTK*RequestUserAttention*; because *int* isn't the case always in the name mangling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 10:10:42 +00:00 |
|
Mart Raudsepp
|
4a446b03dc
|
wxABI_VERSION guard for wxTopLevelWindowGTK::RequestUserAttention(int)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 10:03:56 +00:00 |
|
Mart Raudsepp
|
32485259c1
|
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 09:56:25 +00:00 |
|
Kevin Hock
|
c6732f7f2f
|
Fixed label positions for horizontal slider [ modified patch 1102150 ], fixed value label position for vertical slider, added logic in constructor for choosing vertical or horizontal based on LEFT/RIGHT/TOP/BOTTOM etc. copied from MSW; without this, the widgets sample slider tab can't show the vertical slider because using LEFT or RIGHT doesn't cause the slider to go vertical.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 05:19:50 +00:00 |
|
Stefan Csomor
|
56d74412d9
|
added intl.h for contextmenu
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 04:45:17 +00:00 |
|
Mart Raudsepp
|
6925aa36f2
|
slight CPP logic fix in my wxTLW::RequestUserAttention code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 00:13:34 +00:00 |
|
Vadim Zeitlin
|
c5191fbd2b
|
many improvements/bug fixes to media control: new wxEVT_MEDIA_LOADED event, new methods taking URIs, new DirectShow implementation, significant sample improvements (patch 1233613)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 23:56:57 +00:00 |
|
Mart Raudsepp
|
dca92ddfbf
|
wxGTK: Implemented wxTLW::RequestUserAttention()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 23:32:42 +00:00 |
|
Vadim Zeitlin
|
e9333003ea
|
missing dll decl stuff and members initialization in ctor (patch 1211900)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 23:23:27 +00:00 |
|
Vadim Zeitlin
|
86110e1a19
|
clarifications about MRU menu workings (patch 1221797)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 23:09:26 +00:00 |
|
Vadim Zeitlin
|
73bb565476
|
don't reserve space in the header for the column image if there is none (patch 1225522)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 23:01:36 +00:00 |
|
Vadim Zeitlin
|
978d3d3647
|
added wxImage::RotateHue() and RGB <-> HSV conversions (patch 1227108)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 22:50:34 +00:00 |
|
Vadim Zeitlin
|
278d457684
|
mention VC8 support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 22:28:32 +00:00 |
|
Vadim Zeitlin
|
25a116143a
|
don't include shlwapi.h as it might be not available (modified patch 1228033)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 22:27:43 +00:00 |
|
Vadim Zeitlin
|
fb6efdf277
|
Ctrl+mouse wheel changes zoom factor in print preview (patch 1230919)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 22:20:06 +00:00 |
|
Vadim Zeitlin
|
62f864c32c
|
removed USE_SHARED_LIBRARY mentions (and all variations in spelling) (patch 1231184)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 22:08:31 +00:00 |
|
Vadim Zeitlin
|
3b2931fbf5
|
ShowFullScreen() shows the window if it was still hidden (modified patch 1231514)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 22:03:40 +00:00 |
|
Vadim Zeitlin
|
97d8fe8791
|
moved wxURL::ConvertToValidURI() and other methods from uri.cpp to url.cpp so that they're exported from net DLL as needed (patch 1233765)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 21:52:50 +00:00 |
|
Vadim Zeitlin
|
6984e41478
|
fix for wxLongLong division test (patch 1233771)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 21:49:26 +00:00 |
|
Vadim Zeitlin
|
93c96bab3d
|
corrected event type for standalone scrollbars (patch 1240385)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 21:38:46 +00:00 |
|
Vadim Zeitlin
|
2b3c87952d
|
document wxDb::ExecSql() 3 params overload (patch 1240839)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 21:28:05 +00:00 |
|
Vadim Zeitlin
|
e6d67b57dd
|
Ryan's binary compatibility technote (patch 1242898)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 21:25:00 +00:00 |
|
Vadim Zeitlin
|
b7d5066c30
|
added wxABI_VERSION check around newly added function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 21:23:50 +00:00 |
|
Vadim Zeitlin
|
fbd3c46d32
|
don't log error if connection has been already terminated in HangUp() (patch 1243184)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 21:15:53 +00:00 |
|
Vadim Zeitlin
|
c5c4070f88
|
typo (patch 1246614)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 21:02:18 +00:00 |
|
Vadim Zeitlin
|
f60b1d829d
|
added wxZipFSHandler::Cleanup() (modified patch 1213615)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 21:00:46 +00:00 |
|
Michael Wetherell
|
083508af51
|
Baked again without '-b wx.bkl' to fully update autoconf_inc.m4 and regenerated configure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 18:45:54 +00:00 |
|
Michael Wetherell
|
c946965956
|
Regenerate using autoconf/bakefile.m4 from bakefile CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 17:48:31 +00:00 |
|
Michael Wetherell
|
810b94f0aa
|
Rebaked with patched bakefile 0.1.9.1, ran aclocal and autoconf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 16:16:35 +00:00 |
|
Julian Smart
|
8e045ec6f5
|
Corrected DSW files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 14:52:30 +00:00 |
|
Vadim Zeitlin
|
da98e15760
|
disabled wxStackWalker and wxCrashReport for Win64
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 14:02:55 +00:00 |
|
Stefan Csomor
|
3803c372a1
|
lowercase bools
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 13:43:49 +00:00 |
|
Stefan Csomor
|
5d0bf05abe
|
code formattings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 13:32:20 +00:00 |
|
Julian Smart
|
eb730a0ca9
|
Regenerated configure for 2.6.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 13:18:09 +00:00 |
|
Julian Smart
|
0d90d6ea7a
|
Rebake for 2.6.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 12:48:14 +00:00 |
|
Włodzimierz Skiba
|
3285ee538b
|
Defaults in wxWinCE documented.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-27 20:01:02 +00:00 |
|
Stefan Csomor
|
c962017556
|
typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-27 18:16:27 +00:00 |
|
Stefan Csomor
|
db12374b74
|
new native toolbar implementation (turned off by default, not supporting embedded controls yet)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-27 15:02:04 +00:00 |
|
Stefan Csomor
|
e56d25204f
|
new native toolbar implementation (turned off by default, not supporting embedded controls yet)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-27 14:53:12 +00:00 |
|
Chris Elliott
|
77380b5cba
|
fix SF bug 1236365 (tested in VC only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-27 08:49:08 +00:00 |
|
Vadim Zeitlin
|
a8f84bcded
|
moved declaration of variable only used if wxUSE_GIF inside #if wxUSE_GIF block
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-26 23:33:27 +00:00 |
|
Vadim Zeitlin
|
f5d7ba7593
|
removed (non existing) default argument for DrawRoundedRectangle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-26 21:05:58 +00:00 |
|
Kevin Hock
|
8a46ca8568
|
Updating wording in description of Skip to be less ambiguous between the default behavior of the event processing and the default parameter of Skip
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-26 18:58:25 +00:00 |
|
Włodzimierz Skiba
|
5fb9aa5673
|
Better 'missing WXUNUSED' workaround (perhaps unnecessary if nomore standalone option possible).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-26 15:38:55 +00:00 |
|
Michael Wetherell
|
29c326b745
|
Support comma separated list in G_FILENAME_ENCODING
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-26 14:16:29 +00:00 |
|