prevent unhandled key events from propagating up parent chain
[wxWidgets.git] / include /
2012-01-11  Vadim ZeitlinOnly declare wxDialog::SetWindowStyleFlag() when wxUSE_...
2012-01-10  Vadim ZeitlinAdded wxAbort() which can also be used under Windows CE.
2012-01-10  Vadim ZeitlinAdd missing wxUSE_TOOLTIPS and wxUSE_UXTHEME checks...
2012-01-09  Vadim ZeitlinUse wxT() instead of _T() in XTI code.
2012-01-09  Vadim ZeitlinResolve ambiguity between two wxAuiNotebook overloads.
2012-01-09  Julian SmartImproved layout, in particular passed a container size...
2012-01-09  Dimitri Schoolwerthno code changes, fixed some typos
2012-01-09  Paul Cornettmove render params out of wxDataViewCustomRenderer
2012-01-08  Vadim ZeitlinEnhance wxRibbonToolBar functionality to wxRibbonButton...
2012-01-08  Vadim ZeitlinAdd wxTopLevelWindow::SetRepresentedFilename().
2012-01-08  Vadim ZeitlinFix wxOSX/Carbon compilation after wxListCtrlBase intro...
2012-01-07  Vadim ZeitlinCompilation fix for PCH-less build after wxListCtrlBase...
2012-01-07  Vadim ZeitlinImprove column auto-sizing code in generic wxListCtrl.
2012-01-07  Vadim ZeitlinAdd support for wxLIST_AUTOSIZE_USEHEADER to InsertColu...
2012-01-07  Vadim ZeitlinAdd convenient wxListCtrl::AppendColumn() wrapper.
2012-01-07  Vadim ZeitlinImplement best size calculation for report mode wxListCtrl.
2012-01-07  Vadim ZeitlinReplace 3 copies of wxListCtrl mode tests with a single...
2012-01-07  Vadim ZeitlinAdd wxListCtrlBase common base class for port-specific...
2012-01-05  Julian SmartRemoved compilation ambiguity between different forms...
2012-01-05  Vadim ZeitlinInitialize wxListItem::m_itemId to -1, not 0.
2012-01-04  Julian SmartAdded box style functionality to style manager dialog
2012-01-04  Julian SmartImplement missing wxTextBoxAttr::IsDefault function
2012-01-03  Julian SmartApplied #13819: wxRTC drag and drop, by dghart, with...
2012-01-02  Julian SmartAdded a box style definition name to the box attribute.
2011-12-30  Julian SmartSplit up the context menu functionality to make it...
2011-12-29  Vadim ZeitlinAdd wxRibbonButtonBar::InsertXXXButton() methods.
2011-12-29  Vadim ZeitlinAllow using wxEVT_UPDATE_UI with wxRibbonButtonBar.
2011-12-29  Vadim ZeitlinBetter fix for wxSpinCtrlGeneric enabling/disabling...
2011-12-29  Stefan NeisDo not put semicolons after the definition of an inline...
2011-12-29  Stefan NeisInclude some more declarations & defines.
2011-12-29  Stefan NeisReordered "extern" and WXDLLIMPEXP_CORE specifiers...
2011-12-28  Vadim ZeitlinRestore wxEVT_MENU_CLOSE generation under Windows 95...
2011-12-28  Vadim ZeitlinComplete wxEVT_MENU_{OPEN,CLOSE} implementation in...
2011-12-24  Vadim ZeitlinImplement wxNotebook::CalcSizeFromPage() for wxGTK.
2011-12-24  Paul Cornettremove improper use of paste operator
2011-12-24  Vadim ZeitlinFix fatal bug with deleting the old contents in wxScope...
2011-12-24  Vadim ZeitlinUse the correct function type cast in EVT_WEBKIT_NEW_WI...
2011-12-24  Vadim ZeitlinAdd EVT_FSWATCHER event table macro.
2011-12-24  Vadim ZeitlinAdd EVT_WINDOW_MODAL_DIALOG_CLOSED() event table macro.
2011-12-24  Vadim ZeitlinFix typo in wxEVT_COMMAND_RICHTEXT_LEFT_DCLICK in docum...
2011-12-24  Vadim ZeitlinRemove references to defunct event types in comments.
2011-12-24  Julian SmartApplied #13803: wxRichTextCtrl: missing event-table...
2011-12-24  Steve LamertonFix typo in ADD_RAW_IID macro.
2011-12-23  Paul Cornettfix tests for WXWIN_COMPATIBILITY_2_8, closes #13800
2011-12-22  Steve LamertonUse OLE helper macros in wxWebView to reduce the amount...
2011-12-22  Steve LamertonAdd new ADD_RAW_IID OLE helper macro to allow use with...
2011-12-22  Steve LamertonMark various OLE helper functions as DLL exported so...
2011-12-22  Vadim ZeitlinAdd wxLogFormatter to allow easier wxLog output customi...
2011-12-22  Robin DunnAvoid a problem in Phoenix by making UpdateMacScrollWin...
2011-12-20  Vadim ZeitlinProvide native implementation of wx{Date,Time}PickerCtr...
2011-12-20  Vadim ZeitlinAdded helpers for translating between wxDateTime and...
2011-12-19  Vadim ZeitlinAdded support for wxEXEC_MAKE_GROUP_LEADER to wxExecute().
2011-12-19  Vadim ZeitlinAdd possibility to set item background in generic wxDat...
2011-12-19  Vadim ZeitlinDon't use dummy "inline" in wxDEPRECATED_CONSTRUCTOR...
2011-12-18  Vadim ZeitlinAdded wxFilePickerCtrl::SetInitialDirectory().
2011-12-17  Vadim ZeitlinMake wxPalette ctor and Create() const-correct in wxMSW.
2011-12-17  Vadim ZeitlinCorrected the name of EVT_WEB_VIEW_ERROR event table...
2011-12-16  Vadim ZeitlinIncremented the version number to 2.9.4 everywhere.
2011-12-12  Stefan Csomoradding defaults for Xcode builds
2011-12-12  Stefan Csomorreverting r69387 and r69389, fixes #13737
2011-12-11  Vadim ZeitlinEnsure that Enter key presses are never stolen from...
2011-12-10  Robin DunnUse default values for some parameters of wxSizerItem...
2011-12-09  Vadim ZeitlinRestore mouse capturing/releasing in wxPopupTransientWi...
2011-12-08  Vadim ZeitlinAdd wxEXEC_HIDE_CONSOLE flag allowing to unconditionall...
2011-12-08  Vadim ZeitlinAllow using wxEvtHandler::Bind() with IBM xlC compiler...
2011-12-08  Vadim ZeitlinOnly declare wxComboBox::Popup/Dismiss() when using...
2011-12-07  Vadim ZeitlinImplement wxComboBox::Popup() and Dismiss() for wxOSX...
2011-12-07  Vadim ZeitlinRemove vertical wxTextCtrl adjustment hacks for wxMSW...
2011-12-07  Vadim ZeitlinEnable wxEvtHandler::Bind() for Sun CC.
2011-12-04  Vadim ZeitlinAdd virtual dtor to wxCustomBackgroundWindowBase.
2011-12-03  Vadim ZeitlinAllow 2-step creation of wxGenericProgressDialog.
2011-12-02  Vadim ZeitlinUpdate all controls using in-place editors to handle...
2011-12-02  Vadim ZeitlinNo changes, just move wxTreeCtrlBase ctor to the source...
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK propagate upwards and send it...
2011-12-02  Vadim ZeitlinAdded wxKeyEvent ctor for creating event of the differe...
2011-12-02  Vadim ZeitlinRefactor wxKeyEvent copying code.
2011-12-01  Vadim ZeitlinAdded wxCriticalSection::TryEnter() method.
2011-12-01  Paul CornettFix crash when appending menuitem after removing it...
2011-11-30  Vadim ZeitlinDon't include all wx/xxx/webviewhistoryitem_xxx.h headers.
2011-11-30  Vadim ZeitlinInclude wx/defs.h, not wx/setup.h from wx/webview.h...
2011-11-30  Vadim ZeitlinUse more clear names for variables in wxHtmlSelection...
2011-11-28  Steve LamertonOverride MSWTranslateMessage for wxActiveXContainer...
2011-11-28  Vadim ZeitlinOverride GetMainWindowOfCompositeControl() in wxGrid...
2011-11-28  Vadim ZeitlinExtend wxBannerWindow background bitmap if necessary.
2011-11-28  Vadim ZeitlinAdd support for custom numeric formats to wxGrid.
2011-11-27  Vadim ZeitlinNo changes, just moved wxLocaltime_r() and wxGmtime_r...
2011-11-27  Vadim ZeitlinImplement wxStackWalker for wxMSW under x86-64.
2011-11-27  Vadim ZeitlinAdd support for VK_OEM_102 key under wxMSW.
2011-11-27  Vadim ZeitlinChange value of wxHELP to avoid clash with wxSTAY_ON_TOP.
2011-11-27  Vadim ZeitlinRemoved private wxGetLocalTimeUsec() function from...
2011-11-27  Vadim ZeitlinNo changes, just move time functions from wx/stopwatch...
2011-11-27  Vadim ZeitlinAdded wxGetUTCTimeMillis() and wxGetUTCTimeUSec().
2011-11-27  Vadim ZeitlinExtracted private GetTimeZone() to public wxGetTimeZone...
2011-11-27  Vadim ZeitlinAdded wxStopWatch::TimeInMicro() for better precision...
2011-11-27  Vadim ZeitlinCorrect wxTLS_PTR definition for !wxHAS_COMPILER_TLS...
2011-11-27  Vadim ZeitlinDefine wxCURSOR_DEFAULT_TYPE correctly for the old...
2011-11-25  Stefan Csomorfixing iPhone build
2011-11-25  Paul Cornettuse int instead of size_t for a couple member variables
2011-11-22  Vadim ZeitlinAdded convenient wxCmdLineParser::AddLong{Option,Switch...
2011-11-22  Vadim ZeitlinDismiss wxSplashScreen on any user input, not necessari...
next