Mattia Barbon
f8ab089a49
Added code for 3 state checkbox.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-05 21:01:06 +00:00
Václav Slavík
6bba4b8a13
wxTaskBarIcon::OnXXX virtual methods are deprecated, document it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-05 14:23:32 +00:00
Václav Slavík
e1633ef9ac
mention EVT_ macros type safety
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-05 14:17:29 +00:00
Václav Slavík
dae73d7473
added wxTaskBarIcon::CreatePopupMenu API
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-04 21:56:29 +00:00
Václav Slavík
bbce0c0ce6
fixed wrong tooltip colour -- don't mess with widget styles, use the defaults and let GTK+ do its job
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-03 18:40:13 +00:00
Julian Smart
ba44343285
Mention removal of wxHIDE_READONLY
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-02 16:28:48 +00:00
Václav Slavík
0a8d9df6a5
security fix to wxSingleInstanceChecker: check if the lock file was really created by us
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-31 22:19:51 +00:00
Václav Slavík
33d4eef0b9
implemented freedesktop.org spec support for GTK version of wxTaskBarIcon
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-31 22:17:09 +00:00
Dimitri Schoolwerth
44db04e4b2
fixed typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-31 18:47:15 +00:00
Václav Slavík
c663fbea68
implemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch 957687)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 10:35:34 +00:00
Julian Smart
c4839ccf58
Regenerated makefiles for 2.5.2
...
Other version updates
Added list of Cocoa files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-24 14:12:40 +00:00
Vadim Zeitlin
89b674772c
subdindented paragraphs support (patch 933436)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-15 18:17:14 +00:00
Vadim Zeitlin
dcbb88f02a
added Portuguese (Brazilian) translations
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-12 21:52:00 +00:00
George Tasker
a21c0aaa95
Added wxODBC change notes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-12 16:29:41 +00:00
Vadim Zeitlin
bf5d9fa4ea
fixed wxFileDataObject in Unicode build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-09 18:52:43 +00:00
Mattia Barbon
bdcade0a10
When wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set,
...
wxHashMap/wxHashSet are just typedefs for them. This makes impossible
to forward declare these classes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-08 20:20:24 +00:00
Vadim Zeitlin
1d8864ac63
added support for --libs=std,... syntax in wx-config
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-06 23:42:31 +00:00
Vadim Zeitlin
55e9fa681e
mention non-const wxDC::GetPen/Font/Brush() removal
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-05 22:36:46 +00:00
Julian Smart
fc2171bd4c
Name change replacements
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-04 08:27:20 +00:00
Mattia Barbon
e04b7e8e71
Make wxMotif buttons smaller (and nicer) by default,
...
with the option of reverting to the old behaviour.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 08:14:39 +00:00
Mattia Barbon
6e86701b83
Use new wxHashTable implementation not using keyed wxList
...
when !WXWIN_COMPATIBILITY_24. It is faster. It is almost 100%
compatible, too, the only difference being Next() return value
type.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 20:59:17 +00:00
Vadim Zeitlin
2d814c19cc
use an internal wxFileSystem in wxHtmlListBox so that references to images could be resolved
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 22:44:03 +00:00
Vadim Zeitlin
54bcff35e0
let wxFileName::GetModificationTime() work with files already opened [maybe in another application]
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-28 10:48:34 +00:00
Václav Slavík
8f61ba286d
added wxRegEx::GetMatchCount
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 21:04:05 +00:00
Vadim Zeitlin
5232d996cd
use wx_static_cast() inside wxDynamicCast to catch impossible casts at compile-time instead of run-time
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-16 10:57:06 +00:00
Vadim Zeitlin
a9a76b2fb8
fixed priority of the mailcap entries (patch 935954)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 22:07:47 +00:00
Robin Dunn
ec5cadfec5
Updated with notes about recent sizer changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-14 23:50:37 +00:00
Vadim Zeitlin
f6d742793e
added Hindi translation from Dhananjaya Sharma
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-13 11:33:16 +00:00
Vadim Zeitlin
e8ba218b1f
added DoDrawRoundedRectangle() implementation (patch 931364)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-13 11:23:44 +00:00
Vadim Zeitlin
207e624382
added a note about wxTreeCtrl::GetFirst/NextItem(id, long) deprecation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-12 19:24:39 +00:00
Václav Slavík
4c68a10264
improvements to zlib streams (patch 929416):
...
1. CanHandleGZip static method
2. code cleanup
3. 2.4 compatibility mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-11 19:34:56 +00:00
Vadim Zeitlin
15ad38c34f
added support for koi8-u
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-10 23:43:49 +00:00
Vadim Zeitlin
e1983ab588
implemented Freeze/Thaw() (patch 922156)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 17:10:30 +00:00
Julian Smart
a3c4cee78f
Documented UpdateSize function
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 11:57:16 +00:00
Václav Slavík
1e6d9c20fd
unified wxTaskBarIcon behaviour: wxMSW version is not removed automatically when all frames are closed, it must be destroyed explicitly
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 23:20:16 +00:00
Vadim Zeitlin
cf9df19136
removed wxMotif::wxMenuItem::DeleteSubMenu()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 17:47:50 +00:00
Václav Slavík
5b2b456fb1
lists rendering fixes (second part of patch 911377)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-21 10:37:21 +00:00
Václav Slavík
c5448f38d7
<div> handling fix (Xavier Nodet)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-17 22:44:32 +00:00
Václav Slavík
ca16b7a98e
improved HTML tables layout code (patch 911377)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-17 20:47:31 +00:00
Vadim Zeitlin
9a85c87d32
fixed bug with not reading settings from HKLM
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-03 23:02:26 +00:00
Vadim Zeitlin
4e86e9cd19
added wxMenuBar::GetLabelTop() fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-03 22:14:25 +00:00
Julian Smart
3c2544bb70
Added wxSP_NO_XP_THEME style to wxSplitterWindow to switch off
...
theming (some applications look bad without 3D borders)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-03 20:44:37 +00:00
Vadim Zeitlin
a1037371af
wxWindow::Freeze()/Thaw() can now be nested
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-02 18:15:00 +00:00
Vadim Zeitlin
527bbb3997
mention exit code change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-27 18:09:08 +00:00
Václav Slavík
f45f5d2726
updated new regex lib information
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-20 18:29:29 +00:00
Julian Smart
d3c17ee7a2
Additions to changes.txt
...
Doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-20 17:04:39 +00:00
Julian Smart
d61c1a6f21
Fixed source for WinCE compatibility
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-17 10:06:26 +00:00
Robin Dunn
42bf070c7e
Added wxDC::GetPartialTextExtents
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-11 23:49:31 +00:00
Vadim Zeitlin
244e5e34c2
allow generating PS on an output stream and not only a FILE (patch 876362)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-10 22:46:12 +00:00
Vadim Zeitlin
3a818b15a1
use static_cast<> in event table macros for type safety (patch 843206)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-10 22:15:19 +00:00