Julian Smart
|
c5d4a908ee
|
Backported the window border improvements to 2.4.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-07 08:36:40 +00:00 |
|
Julian Smart
|
44571a5d27
|
Doc clarifications
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-06 07:53:46 +00:00 |
|
Robin Dunn
|
6f9fbb55ab
|
Reversed the meaning of black and white in wxRegion::ConvertToBitmap
so it matches the menaning of black and white in wxMask
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-03 17:56:30 +00:00 |
|
Julian Smart
|
ea2d63b55b
|
Doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-03 13:45:00 +00:00 |
|
Julian Smart
|
ef1694d6f0
|
Typo fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-01 14:19:39 +00:00 |
|
Julian Smart
|
3ef4ba7fca
|
Removed backslash in example
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-01 13:40:12 +00:00 |
|
Robin Dunn
|
a16bcfcef2
|
Shaped window support for wxMac, plus a wxSTAY_ON_TOP fix from Egon
<e_lub@yahoo.com> wxMac requires knowledge before Create that SetShape
will be called so I also added the wxFRAME_SHAPED style flag.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-30 00:39:15 +00:00 |
|
Julian Smart
|
0e66b22778
|
Doc suggestions applied
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-28 10:37:08 +00:00 |
|
Julian Smart
|
a593039f68
|
Fixed memory leak when setting new wxMask for wxBitmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-16 09:54:23 +00:00 |
|
Václav Slavík
|
a24ce8f811
|
backported wxFileName::MakeAbsolute
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-13 17:09:37 +00:00 |
|
Václav Slavík
|
919d1806cc
|
removed outdated docs (fixes bug #698139)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-12 22:29:04 +00:00 |
|
Václav Slavík
|
89b6b3cccb
|
applied patch to fix tooltips charset
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-12 18:40:48 +00:00 |
|
Vadim Zeitlin
|
fd4b068652
|
fixed bug with searching in sorted arrays
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-11 22:05:24 +00:00 |
|
Václav Slavík
|
c44ad973b9
|
partially backported wxHTML SetFonts improvements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-07 22:19:19 +00:00 |
|
Václav Slavík
|
9d308583a4
|
more backported chnages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-07 22:10:44 +00:00 |
|
Julian Smart
|
e5490e6eb8
|
Add support for GTK2 label mnemonics
Backported from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 17:55:52 +00:00 |
|
Julian Smart
|
91c04f6445
|
Improved X11 ShowFullScreen
Backported from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 17:43:12 +00:00 |
|
Julian Smart
|
b5bc85ca42
|
Backported fix: use GNOME2's /usr/share/pixmaps/document-icons in wxMimeTypesManager
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 17:20:10 +00:00 |
|
Julian Smart
|
af21489292
|
Backported wxrc fixes from head
1) fixed compilation of wxBitmap, wxIcon toplevel nodes
2) fixed wxrc when using -o dirname/filename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 17:09:23 +00:00 |
|
Julian Smart
|
2d50f4b5f2
|
Applied [ 703260 ] wxFontEncoding Problem
Backported from trunk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 16:53:16 +00:00 |
|
Julian Smart
|
466a7a71c7
|
Implement wxExecute with proper callback on Mac OS X
Backported from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 16:47:48 +00:00 |
|
Julian Smart
|
5b7fd7d337
|
Implemented wxTextCtrl::Remove/Replace() for GTK2
Backport from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 16:38:28 +00:00 |
|
Julian Smart
|
0cf2523391
|
Applied patch [ 705441 ] Radio button consecutive groups bug
Backported from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 16:33:52 +00:00 |
|
Julian Smart
|
2b3986f719
|
Alt-letter didn't switch focus to a spin ctrl following static control
with "&letter" accel
Backport from head for
http://sf.net/tracker/index.php?func=detail&aid=672974&group_id=9863&atid=109863
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 16:28:12 +00:00 |
|
Julian Smart
|
846173c976
|
Fix for bug whereby owner-drawn buttons didn't draw multiline labels correctly
Backported from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 16:23:09 +00:00 |
|
Julian Smart
|
a5243c0dbe
|
Accept '\r' as delimiter when parsing dates (bug #684617)
Backported from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 15:39:39 +00:00 |
|
Julian Smart
|
bf9728b3d7
|
Fixed memory leak in generic wxFileDialog
Backported from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 15:36:12 +00:00 |
|
Julian Smart
|
3fd1786b81
|
Fixed memory leak in wxMimeTypesManager
backport from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 15:30:54 +00:00 |
|
Julian Smart
|
2c7015513f
|
Applied [ 668155 ] Refresh problem when msgbox is shown (wxUniversal)
Backport with modification from CVS head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 15:19:53 +00:00 |
|
Julian Smart
|
0733b715d6
|
Fix for wxProgressDialog::Update() signature
backported from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 15:15:37 +00:00 |
|
Julian Smart
|
c9cdb51104
|
Fixes for wxLocale::Init and Borland C++
Backported from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 15:08:12 +00:00 |
|
Julian Smart
|
9e1c4c0ab4
|
Use ES_DISABLENOSCROLL to work around the vertical scrollbar bug in
wxTE_RICH2 text control
Backport from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 15:03:08 +00:00 |
|
Julian Smart
|
091adf6727
|
wxCondition doc update from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 14:52:13 +00:00 |
|
Julian Smart
|
410b0c776d
|
wxFrame::Maximize(FALSE) would maximize the window if
called before showing it
Backport from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 14:45:30 +00:00 |
|
Julian Smart
|
b0b5189e03
|
wxStopWatch::Start() didn't resume it contrary to the docs
Backport from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 14:41:57 +00:00 |
|
Julian Smart
|
3b4b3d8550
|
Fix for deleting entries at root level in wxFileConfig
backported from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 14:38:19 +00:00 |
|
Julian Smart
|
e05c4ff66a
|
Backported [ 622089 ] wxTR_EDIT_LABELS vs wxTR_MULTIPLE style
Fix for wxTreeCtrl label editing in wxTR_MULTIPLE mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 14:31:20 +00:00 |
|
Julian Smart
|
87d05605b5
|
wxCaret::SetSize correction for showing caret
Backported from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 14:26:29 +00:00 |
|
Julian Smart
|
bc9406afe6
|
Fx for sending event from wxCheckListBox::Check().
Backported from head.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 14:20:49 +00:00 |
|
Julian Smart
|
9856829d76
|
Fix for explicit keyword detection (VC++)
backported from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 14:06:36 +00:00 |
|
Julian Smart
|
eddd296499
|
Don't use stipples in DoDrawText (backported from CVS head)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 12:28:14 +00:00 |
|
Julian Smart
|
bed2d80c90
|
Set orientation for scrollbar events (backported from CVS head)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 12:23:01 +00:00 |
|
Julian Smart
|
09007b50a0
|
Fixed assert (and crash in debug) in wxFileConfigGroup::DeleteSubgroupByName
Backported from CVS head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 12:19:23 +00:00 |
|
Julian Smart
|
98a67aa507
|
Backported SetScrollbars bug fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 12:03:09 +00:00 |
|
Julian Smart
|
6c11eb5b41
|
Backported fix: wxMSW::wxStaticText::GetBestSize() was wrong by '&' width
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 11:35:32 +00:00 |
|
Julian Smart
|
e63aab5adf
|
Version changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-01 16:49:41 +00:00 |
|
Robin Dunn
|
8c879ff9c5
|
Added wxTLW::SetShape and implementations for wxGTK, wxMSW and an
empty stub for wxMac.
Added some generic helpers and a new ctor to wxRegion.
Added samples/shaped.
(Backport to 2.4 from 2.5)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-29 19:03:04 +00:00 |
|
Vadim Zeitlin
|
f79cf03477
|
fixed a serious bug in Shrink()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-10 18:11:15 +00:00 |
|
Robert Roebling
|
194e741cea
|
Added hint at default conversion in Unicode mode. It is
enough if I got burned by it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-02 21:31:58 +00:00 |
|
Václav Slavík
|
5b6f98d439
|
removed deprecated calls from wxImage example (bug #688438)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-02 11:01:09 +00:00 |
|