Julian Smart
|
ff004763b2
|
Further wxRichTextCtrl performance improvements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-27 13:26:57 +00:00 |
|
Robin Dunn
|
b23effe830
|
Fix for potential layout glitches in wxGridBagSizer when items span cells but
some other item affects the size of one of spanned rows/cols.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-03 02:45:07 +00:00 |
|
Václav Slavík
|
d37ce8aaa7
|
backported wxXmlNode::InsertChildAfter and its use during XML parsing to 2.8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-02 10:06:54 +00:00 |
|
Václav Slavík
|
c46a31dd46
|
backported wxSizer::ComputeFittingClientSize() and ComputeFittingWindowSize() to 2.8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-05 15:02:22 +00:00 |
|
Václav Slavík
|
a0a0e2b8d8
|
backported ClientToWindowSize(), WindowToClientSize() to 2.8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-05 14:19:38 +00:00 |
|
Václav Slavík
|
f891eca8c0
|
backported wxRESERVE_SPACE_EVEN_IF_HIDDEN to 2.8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-04 17:46:43 +00:00 |
|
Václav Slavík
|
f15a5120e4
|
forgot to add OnFocusChange to version-script.in in r52007
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-27 15:32:57 +00:00 |
|
Julian Smart
|
25afa6b11a
|
Added new symbols
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-27 08:58:05 +00:00 |
|
Robin Dunn
|
361349fe79
|
Add MacHideApp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-22 20:39:11 +00:00 |
|
Julian Smart
|
4d6022b2c6
|
ABI compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-23 13:03:22 +00:00 |
|
Vadim Zeitlin
|
ee635d523a
|
fix bug with parsing negative time zones in ParseRfc822Date()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-12-30 23:35:40 +00:00 |
|
Václav Slavík
|
237d84033e
|
backported: when a window inside scrolled window receives focus, make sure the parent is scrolled so that the window with focus is visible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-12-20 18:36:19 +00:00 |
|
Vadim Zeitlin
|
cf22e46119
|
added wxWindow::GetPrev/NextSibling() [backport of r50108 from trunk]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-20 16:12:12 +00:00 |
|
Robin Dunn
|
f6edc96028
|
add missing versioned symbol
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-23 21:37:13 +00:00 |
|
Robin Dunn
|
2ccf76cd1f
|
Give wxMac's wxStaticBox an AcceptsFocus method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 16:03:38 +00:00 |
|
David Elliott
|
aa779707d4
|
Add static wxEventHashTable::ReconstructAll() to undo the effects of ClearAll().
Call it from wxEventTableEntryModule::OnInit() so that it is now symmetric with OnExit().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-22 14:46:50 +00:00 |
|
Václav Slavík
|
3ac7365cb3
|
fixed wxPropertySheetDialogXmlHandler backport: added missing wxABI_VERSION checks and added to version-script.in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-21 11:35:50 +00:00 |
|
Julian Smart
|
f83de45263
|
Addition to [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-21 09:38:27 +00:00 |
|
David Elliott
|
79176a4aa1
|
Fix wxCocoa's wxLaunchDefaultBrowser in the 2.8 branch.
Roughly equivalent to trunk 45892 (NOTE: CVS)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-19 19:22:09 +00:00 |
|
Julian Smart
|
a99f59788c
|
Added AdvanceSelection, ShowWindowMenu and keyboard handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-16 16:19:22 +00:00 |
|
Julian Smart
|
fb9c1ff9cb
|
Binary compatible API fixes for menu label retrieval with and without
mnemonics/accelerators.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-13 17:07:01 +00:00 |
|
Julian Smart
|
84426bea01
|
Added wxWindowMSW::GetThemedBorderStyle as a helper for 2.8
Improved help window borders
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-08 12:38:13 +00:00 |
|
Julian Smart
|
d916510cb3
|
Added Get/SetParentWindow to allow the same easy printing object to be used even
if the original parent frame was deleted
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-03 08:50:49 +00:00 |
|
David Elliott
|
f5d9bc0a49
|
Provide versioning for backport of 46117 (wxLog::DoCreateOnDemand).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 20:25:10 +00:00 |
|
Julian Smart
|
33fac1eaf7
|
Added SetBitmap, GetBitmap to wxWizard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-02 08:00:17 +00:00 |
|
Julian Smart
|
3d77f4389c
|
Added new wxAuiNotebook symbols
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-21 15:13:00 +00:00 |
|
Vadim Zeitlin
|
1240117c23
|
added wxLogChain::DetachOldLog()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-21 14:46:02 +00:00 |
|
Václav Slavík
|
9f50431f18
|
improve XRC loading performance on Unix by avoiding MIME database loading
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-18 18:37:40 +00:00 |
|
Vadim Zeitlin
|
b060ae7de4
|
added wxDocument::GetUserReadableName() for forward compatibility with 3.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-16 12:53:56 +00:00 |
|
Vadim Zeitlin
|
ce631c0b13
|
1. Override DoGetTextExtent() in wxMetafileDC instead of redefining (unused)
GetTextExtent()
2. Do use the provided font in it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-05-18 15:14:44 +00:00 |
|
Vadim Zeitlin
|
9ae4fd9db4
|
added wxListCtrl::SetItemPtrData() to allow associating pointers with items under 64 bit architectures
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-05-10 02:02:21 +00:00 |
|
Václav Slavík
|
b198c59447
|
added wxString::From/To8BitData() for forward compatibility with wx3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-05-02 18:03:26 +00:00 |
|
Václav Slavík
|
89b6915f14
|
added wxString::[w]char_str() to 2.8 for forward compatibility with wx3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-02 12:25:40 +00:00 |
|
Vadim Zeitlin
|
b61fb62542
|
added wxSafeConvertXXX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-12 11:30:36 +00:00 |
|
Vadim Zeitlin
|
5520cb30af
|
Added wxSizerFlags::Top() and Bottom()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-01-31 03:34:00 +00:00 |
|
Robin Dunn
|
69d4bbb974
|
Added wxToolBar::SetTool[Normal|Disabled]Bitmap for wxMSW, wxGTK and wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-01-25 23:35:07 +00:00 |
|
Robin Dunn
|
6646ca90e8
|
Added wxSearchCtrl::[Get|Set]DescriptiveText
Tweaked the layout of the subcontrols a bit
Lightened the icons to be more like Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-01-19 05:27:16 +00:00 |
|
Vadim Zeitlin
|
d95527de9a
|
added wxSizerFlags::Shaped() and FixedMinSize() methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-01-14 16:52:55 +00:00 |
|
Vadim Zeitlin
|
fc2b0e31bb
|
added wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods and added them to version script
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-01-14 16:38:53 +00:00 |
|
Vadim Zeitlin
|
bf41d9034a
|
added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() to version-script and use wxABI checks for them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-01-07 15:53:03 +00:00 |
|
Kevin Ollivier
|
7e2ee0bf41
|
Add middle-item click support.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-12-26 20:44:24 +00:00 |
|
Kevin Ollivier
|
d2a931c9f7
|
Add new wxListCtrl symbols.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-12-25 00:34:23 +00:00 |
|
Kevin Ollivier
|
471046b088
|
Adding SetFocus to wxABI_VERSION.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-12-22 20:14:38 +00:00 |
|
Vadim Zeitlin
|
cbf6ba7559
|
added wx{Dir|File}Dialog::Get/SetStyle() for 2.8.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-12-21 22:04:48 +00:00 |
|
Michael Wetherell
|
cc179d360a
|
Restore the final wildcard.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-29 21:10:18 +00:00 |
|
Michael Wetherell
|
8d23231721
|
Undo most of the previous commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-23 21:32:01 +00:00 |
|
Michael Wetherell
|
c37fdfc1c2
|
Remove the part that says "don't remove this!" as discussed on wx-dev, to
leave the symbols in the first version on a new stable branch unversioned.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-23 21:27:08 +00:00 |
|
Michael Wetherell
|
c14e2e9c8d
|
Remove symbol versions now that we are on a new branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-09-27 19:29:46 +00:00 |
|
Vadim Zeitlin
|
4f31d61012
|
added wxChoice:: and wxCombobox::GetCurrentSelection()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-08-28 13:33:31 +00:00 |
|
Vadim Zeitlin
|
b7ee3acf62
|
added wxDateTime::[Make]FromTimezone
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-08-28 13:31:20 +00:00 |
|