Vadim Zeitlin
|
93ed8ff770
|
added wxDynamicLibrary::GetSymbolAorW()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 22:27:13 +00:00 |
|
Vadim Zeitlin
|
b7146cbec5
|
compilation fix for IBM xlC (closes 1230392)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 19:44:17 +00:00 |
|
Chris Elliott
|
e3307dddec
|
wxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 13:41:49 +00:00 |
|
Vadim Zeitlin
|
ddc5c471d4
|
refactoring in preparation for further changes: moved data in a private struct, let Windows load resources instead of doing it ourselves, use GlobalPtr[Lock] classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-29 13:19:32 +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 |
|
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
|
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 |
|
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
|
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
|
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
|
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
|
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 |
|
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
|
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 |
|
Włodzimierz Skiba
|
c40158e40b
|
Corrections for future OW 1.4. Warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-26 09:05:27 +00:00 |
|
Julian Smart
|
f02fe2efc8
|
Version number update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-25 16:35:16 +00:00 |
|
Stefan Csomor
|
03e4ffc38e
|
Adding David Surovell's fixes and extensions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-25 06:09:18 +00:00 |
|
Michael Wetherell
|
35c2acd4a8
|
Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesco Montorsi
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-22 22:29:20 +00:00 |
|
Michael Wetherell
|
6900d12d69
|
Add wxABI_VERSION wrappers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-22 20:21:14 +00:00 |
|
Włodzimierz Skiba
|
66e9a9f0ae
|
[1231183] 'cleanup: mismatched indentation' and other cleanings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-22 16:56:26 +00:00 |
|
Włodzimierz Skiba
|
b63269cabe
|
Re-adding setup0.h for OpenWatcom makefile build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-22 13:31:06 +00:00 |
|
Włodzimierz Skiba
|
7121be53c7
|
eVC3 compatibility workaround.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-21 17:44:06 +00:00 |
|
Włodzimierz Skiba
|
7e1e696511
|
wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-21 17:18:43 +00:00 |
|
Włodzimierz Skiba
|
0872eaf957
|
wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-21 17:08:28 +00:00 |
|
Vadim Zeitlin
|
2bb3c0c0dd
|
take the address of the member in wxON_BLOCK_EXIT_OBJ macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-20 13:30:28 +00:00 |
|
Włodzimierz Skiba
|
822fc19ef0
|
wxScopeGuard adjustements for Open Watcom.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-18 13:46:29 +00:00 |
|
Włodzimierz Skiba
|
b4626104e5
|
wxMSWUniv build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-18 13:36:31 +00:00 |
|
Michael Wetherell
|
c447205527
|
wxABI_VERSION >= 20601 for wxLaunchDefaultBrowser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-18 11:17:03 +00:00 |
|
Michael Wetherell
|
0f8218d7ca
|
Add wxABI_VERSION > 20601 wrappers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-17 13:00:11 +00:00 |
|
Michael Wetherell
|
45a9a13763
|
Make wxABI_VERSION default be e.g. 20699
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-17 12:50:29 +00:00 |
|
Vadim Zeitlin
|
7ae74029b8
|
put GetEscapeId() inside #if wxABI_VERSION > 20601
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-16 22:52:34 +00:00 |
|
Michael Wetherell
|
e304942c65
|
Set wxABI_VERSION default value to e.g. 29999 so that new APIs can be wrapped
in before the version number is bumped in cvs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-16 12:12:30 +00:00 |
|
Vadim Zeitlin
|
a7b7500c4f
|
added SetCriticalWindow() and AllowProcessing(): this allows to freeze all events except those for the specified window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-15 22:57:49 +00:00 |
|
Włodzimierz Skiba
|
b3eb133b51
|
Possibility of modeless wxWizard dialog (with presentation in sample).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-15 16:26:11 +00:00 |
|
Vadim Zeitlin
|
f55fee08e9
|
moved Esc processing from wxWindow to wxDialog where it belongs; use the -- to be implemented in 2.7 -- GetEscapeId() to decide what to do when Esc is pressed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-14 23:09:00 +00:00 |
|
Vadim Zeitlin
|
2b4f7fbc9f
|
added stub of GetEscapeId()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-14 23:07:10 +00:00 |
|
Vadim Zeitlin
|
dadacffc74
|
added wxID_NONE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-14 23:06:02 +00:00 |
|
Vadim Zeitlin
|
0a64bfdfd0
|
fixed warning due to not using dllexport wxShadowObjectFields/Methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-14 15:14:04 +00:00 |
|
Vadim Zeitlin
|
60fd818a78
|
added wxXmlResource::Unload() (replaces patch 1178853)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-13 18:01:43 +00:00 |
|
Vadim Zeitlin
|
cd900c5961
|
commented and documented wxXRC_NO_RELOADING flag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-13 16:30:11 +00:00 |
|
Włodzimierz Skiba
|
b4c4f1bca7
|
Use common wxTextCtrlBase::GetRange() for PalmOS text control implementation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-04 11:21:46 +00:00 |
|
Vadim Zeitlin
|
c9f00f2fce
|
wxVariant is in wxBase so should be forward declared using WXDLLIMPEXP_BASE and not WXDLLEXPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-01 21:36:25 +00:00 |
|
Włodzimierz Skiba
|
20bc5ad8dd
|
Global platform header (<PalmOS.h>) removed from public wx-headers (but included in wxprec.h) with all consequences in wxPalmOS specific API.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-01 19:36:58 +00:00 |
|
Vadim Zeitlin
|
6c99cd3d8c
|
fixed bug with HasGroup() creating groups as side effect
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-01 18:05:10 +00:00 |
|
Włodzimierz Skiba
|
0c0d1521c0
|
Helpers in disabling warnings for unused params.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-01 13:39:03 +00:00 |
|
Włodzimierz Skiba
|
7bea7b9148
|
Helpers in disabling warnings for unused params.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-06-30 15:31:20 +00:00 |
|
Michael Wetherell
|
29cc18e9a3
|
Put wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL inside
#if wxABI_VERSION >= 20601
...
#endif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-06-30 01:05:16 +00:00 |
|