Update new names to conform, add new event types and event attributes, etc.
[wxWidgets.git] / include /
2012-08-14  Robin DunnUpdate new names to conform, add new event types and...
2012-08-14  Robin DunnMinimal tweaks and additions to get wxSTC compiling...
2012-08-11  Stefan Csomoradding SetLabel -> SetTitle redirects, solves missing...
2012-08-09  Václav SlavíkShow progress of printing in wxMSW.
2012-08-09  Václav SlavíkReturn wxPrintAbortDialog from CreateAbortWindow().
2012-08-09  Václav SlavíkCreate wxPrintAbortDialog more sensibly.
2012-08-06  Vadim ZeitlinA better fix for wxHash{Map,Set} with g++ 4.7.
2012-08-05  Vadim ZeitlinFix wxAutomationObject compilation in PCH-less build.
2012-08-05  Vadim ZeitlinAdd webview library in MSVC-specific setup.h.
2012-08-03  Vadim ZeitlinMake wxGraphicsContext::GetSize() const.
2012-08-03  Vadim ZeitlinMake wxRect2D::Get{Position,Size}() const.
2012-08-02  Robin DunnHave wxDCImpl::GetHandle return NULL by default instead...
2012-07-31  Vadim ZeitlinFix comparisons of char and wchar_t with wxUniChar...
2012-07-31  Vadim ZeitlinAllow setting LCID used by wxAutomationObject.
2012-07-30  Vadim ZeitlinUse (newly) added wxStaticCastVariantData() to fix...
2012-07-30  Vadim ZeitlinAdd expand/collapse button to wxRibbonBar.
2012-07-29  Vadim ZeitlinRemove workaround for slow scrolling in wxStyledTextCtrl.
2012-07-29  Vadim ZeitlinGenerate clipboard events for wxComboBox in wxGTK too.
2012-07-29  Vadim ZeitlinRevert HasModifiers() change in behaviour, add HasAnyMo...
2012-07-29  Vadim ZeitlinAdd a wxGTK-specific function to set wxNotificationMess...
2012-07-28  Robin DunnAdd GetHandle for wxGnomePrinterDCImpl
2012-07-28  Robin DunnwxDC::GetHandle support for wxGTK
2012-07-28  Robin DunnwxDC::GetHandle support for wxMSW
2012-07-28  Robin DunnAdding wxDC::GetHandle for wxOSX-cocoa and wxOSX-carbon
2012-07-27  Vadim ZeitlinImplement wxNotificationMessage using libnotify in...
2012-07-27  Vadim ZeitlinAdd a private wrapper for GError to wxGTK.
2012-07-24  Vadim ZeitlinAdd wxWebView::GetNativeBackend() method.
2012-07-24  Vadim ZeitlinDon't eagerly set wxKeyEvent position fields.
2012-07-24  Vadim ZeitlinExtract OS X non-GUI event loop in a separate header.
2012-07-24  Vadim ZeitlinAdd wxDir::Close().
2012-07-24  Vadim ZeitlinRefactor: extract GtkScrolledWindow creation from wxWin...
2012-07-24  Vadim ZeitlinNo real changes, just avoid overloaded virtual wxWebVie...
2012-07-23  Vadim ZeitlinFix wxMSW wxTextEntry compilation in wxUSE_DYNLIB_CLASS...
2012-07-23  Vadim ZeitlinUse __DARWIN__ instead of __WXOSX__ in non-GUI code.
2012-07-23  Vadim ZeitlinDefine wxGUIAppTraits for wxGTK/Windows port.
2012-07-23  Vadim ZeitlinFix crash on wxWebViewWebKit window destruction.
2012-07-20  Vadim ZeitlinNo changes, just fix some typos in comments.
2012-07-20  Vadim ZeitlinUse both URL-specific and plain text formats in wxGTK...
2012-07-15  Julian SmartAdded continuation bullet style for supporting multiple...
2012-07-14  Vadim ZeitlinAdd support for CURRENCY and SCODE to MSW OLE helpers.
2012-07-13  Paul Cornettavoid creating and immediately destroying a wxGraphicsC...
2012-07-13  Vadim ZeitlinRename wxFileSystemWatcherBase::DoAdd() to AddAny(...
2012-07-13  Vadim ZeitlinAdd possibility to hide and show again wxRibbonBar...
2012-07-11  Paul CornettAvoid creating and immediately destroying a wxGraphicsC...
2012-07-10  Vadim ZeitlinFix wxNativeContainerWindowId definition for wxGTK...
2012-07-10  Vadim ZeitlinForbid setting hints for multi-line text controls.
2012-07-10  Vadim ZeitlinUse the same console event loop in wxBase and wxCore...
2012-07-10  Vadim ZeitlinIncrease version to 2.9.5.
2012-07-10  Paul Cornettremove DoSetSize override, unneeded after r72001
2012-07-10  Paul Cornettupdate minimum GTK2 version requirement to 2.6
2012-07-10  Robin DunnMake a couple virtuals protected so they can be overridden.
2012-07-08  Robin DunnRevert r71595 for now, as the bug it fixed is the lesse...
2012-07-07  Vadim ZeitlinReplace "_amd64" with "_x64" in a few more places.
2012-07-07  Vadim ZeitlinExplicitly call base class ctor in wxRichTextFieldType...
2012-07-07  Vadim ZeitlinReturn correct index from wxGenericListCtrl::InsertColu...
2012-07-04  Vadim ZeitlinUse list mode in wxListbook list control instead of...
2012-07-02  Vadim ZeitlinFix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa.
2012-07-02  Vadim ZeitlinNo changes, just suppress an unused parameter warning...
2012-07-01  Vadim ZeitlinFix wxMSW compilation without PCH.
2012-07-01  Stefan Csomorcommon code for normalization
2012-07-01  Paul Cornettoverride DoSetValue() to avoid unnecessary clipboard...
2012-07-01  Stefan Csomornative drop target method for cocoa
2012-07-01  Stefan Csomornative hook for supported datatypes
2012-07-01  Stefan Csomoradding native hook for drop target
2012-06-30  Vadim ZeitlinMake wxBookCtrlBase::GetPage() virtual to fix it for...
2012-06-30  Vadim ZeitlinAdded internal wxHatchStyle enum.
2012-06-30  Robin DunnMove a couple standard virtuals to protected sections...
2012-06-30  Paul Cornettsupport for GTK3
2012-06-30  Vadim ZeitlinDefine wxEntry() with WinMain-compatible signature...
2012-06-30  Vadim ZeitlinUse bitmaps from resources by default in wxGTK under...
2012-06-30  Vadim ZeitlinAdd wxRibbonBar::DeletePage() and ClearPages() methods.
2012-06-28  Vadim ZeitlinFix off by 1 error in wxHTML font size from points...
2012-06-26  Robin DunnDon't hide the m_mm_to_pix_x and m_mm_to_pix_y in the...
2012-06-24  Paul Cornettupdate size hints when decoration size becomes known...
2012-06-20  Vadim ZeitlinUse wx/msw/winundef.h for wxGTK under Windows too.
2012-06-20  Vadim ZeitlinUse C, not C++, comments in wx/gtk/chkconf.h.
2012-06-17  Vadim ZeitlinFixes for building wxGTK under Cygwin.
2012-06-17  Vadim ZeitlinDisable creation of wxDIB from wxBitmap in non-wxMSW...
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2012-06-17  Vadim ZeitlinDisable options that don't work with wxGTK in wx/chkconf.h.
2012-06-17  Vadim ZeitlinDefine wxGTK GTK version symbols in GTK-specific setup.h.
2012-06-17  Vadim ZeitlinAdd wxUSE_COMPILER_TLS to allow disabling compiler...
2012-06-15  Stefan Csomorbetter naming wxCFEventLoopPauseIdleEvents
2012-06-15  Stefan Csomoroffer suppression of idle processing (delayed destructi...
2012-06-14  Stefan Csomorclang analyzer support specific for OSX
2012-06-14  Stefan CsomorFixedWith support through CoreText
2012-06-14  Stefan Csomorusing CoreText under iOS
2012-06-14  Stefan Csomorremoving attribute, as assert is not guaranteed not...
2012-06-13  Stefan Csomorusing WX_ATTRIBUTE_NORETURN for asserts
2012-06-13  Stefan Csomoradding WX_ATTRIBUTE_NORETURN support (for functions...
2012-06-13  Stefan Csomorexposing mainWindow for C++
2012-06-13  Stefan Csomorindicating the memory ownership of our c-method for...
2012-06-13  Stefan Csomorsupporting clang memory management annotations
2012-06-12  Vadim ZeitlinAdd wx/setup.h header for wxGTK build under MSW.
2012-06-12  Vadim ZeitlinDon't use generic wxListCtrl style for wxListMainWindow.
2012-06-08  Robin DunnKeep track of the area intended to be buffered, and...
2012-06-08  Vadim ZeitlinUse wxString::Clone() instead of c_str() in wxThreadEve...
2012-06-07  Robin DunnAdd export macro for wxTreeListEvent so the non-inline...
2012-06-05  Paul CornettWorkaround for Ubuntu 12.04 run time warning
2012-06-03  Vadim ZeitlinImplement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbo...
next