wxWidgets.git
2012-06-14  Stefan Csomorsetting debug level explicitly
2012-06-14  Stefan Csomorcleanup for 10.5 minimum
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 Csomorguarding agains NULL
2012-06-14  Stefan Csomorguard XTI
2012-06-14  Stefan CsomorCoreText font enumeration support for iOS
2012-06-14  Stefan CsomorCoreText support for iOS
2012-06-14  Stefan Csomorfixing analyzer warning
2012-06-14  Stefan Csomorremoving superfluous 10.5 checks
2012-06-14  Stefan Csomoras we always have CoreText available under 10.5+, we...
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  Robin Dunnminor doc tweak
2012-06-13  Robin DunnFix for compilo on non-PCH builds
2012-06-13  Robin DunnAllow the doxygen command to be used to be specified...
2012-06-13  Robin Dunnupdate comment about SDKs
2012-06-13  Stefan Csomorusing native cocoa method for determining main window...
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-13  Stefan Csomoradding explanation for osx and fixing typo
2012-06-13  Stefan Csomorproper init
2012-06-13  Stefan Csomorhaving ONE set of raster-ops starting from 10.5
2012-06-13  Stefan Csomorfixing mem leak
2012-06-13  Stefan Csomorproper braces avoiding potential dangling else resultin...
2012-06-12  Stefan Csomoravoiding dangerous redraw events for windows that are...
2012-06-12  Vadim ZeitlinSlightly improve best size calculation for wxListCtrl...
2012-06-12  Vadim ZeitlinNo real changes, just add a wxCHECK to GetDlgUnitBase().
2012-06-12  Vadim ZeitlinFix crash in wxStaticBox::HandleEraseBkgnd() in wxMSW...
2012-06-12  Vadim ZeitlinOnly use Unix/X11-specific files under Unix in wxGTK.
2012-06-12  Vadim ZeitlinRemove another unneeded TOOLKIT test from the bakefiles.
2012-06-12  Vadim ZeitlinAdd wx/setup.h header for wxGTK build under MSW.
2012-06-12  Vadim ZeitlinCompilation fix in non-PCH build of wxMSW wxStaticBox.
2012-06-12  Vadim ZeitlinDon't use generic wxListCtrl style for wxListMainWindow.
2012-06-12  Vadim ZeitlinMake wxMSW tree item unlocking reentrant.
2012-06-12  Stefan Csomorsupport for native tlw parents, see #14252
2012-06-12  Stefan Csomorusing callback for menu enabling, allows to benefit...
2012-06-12  Stefan Csomorsetting source as this, according to thread '[wx-dev...
2012-06-10  Robin DunnFix compilation error
2012-06-10  Vadim ZeitlinFix wxHTMLDataObject compilation and memory leaks.
2012-06-08  Robin DunnKeep track of the area intended to be buffered, and...
2012-06-08  Robin DunnAdd doc for SendAutoScrollEvents
2012-06-08  Vadim ZeitlinFix wxWindow::IsDescendant() to work with argument...
2012-06-08  Vadim ZeitlinUse wxString::Clone() instead of c_str() in wxThreadEve...
2012-06-08  Vadim ZeitlinUse PLATFORM checks in bakefiles instead of TOOLKIT...
2012-06-08  Robin DunnInterface fixes for Phoenix
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2012-06-07  Paul Cornettfix warnings about unreachable return statements
2012-06-07  Robin DunnAdd export macro for wxTreeListEvent so the non-inline...
2012-06-07  Robin DunnInterface fixes for Phoenix
2012-06-07  Robin DunnAdd missing wxRichToolTip::SetTitleFont implementation.
2012-06-07  Robin DunnInterface fixes for Phoenix
2012-06-06  Václav SlavíkwxHtmlHelpWindow: Fix contents panel syncing with view.
2012-06-06  Robin Dunnadd missing public keyword for base class
2012-06-05  Robin DunnIf there is a sizer then use it's calculated minimum...
2012-06-05  Robin DunnInterface fixes for Phoenix
2012-06-05  Robin DunnInterface fixes for Phoenix
2012-06-05  Paul CornettWorkaround for Ubuntu 12.04 run time warning
2012-06-05  Vadim ZeitlinDon't give incorrect example in wxTextEntry::GetInserti...
2012-06-05  Vadim ZeitlinFix ribbon sample compilation after r71642.
2012-06-04  Paul CornettFix layout of wxStaticText, and possibly other controls.
2012-06-04  Julian SmartCorrected collection of common attributes, for clashing...
2012-06-03  Vadim ZeitlinImplement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbo...
2012-06-03  Vadim ZeitlinAdd wxRibbonControl::GetAncestorRibbonBar() helper.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-06-03  Steve LamertonUse wxCOMPtr throughout wxWebViewIE to simplify the...
2012-06-01  Vadim ZeitlinAdd support for MSVC 11 (a.k.a. MSVS 2012) to MSVC...
2012-06-01  Vadim ZeitlinClear old selection when wxListBox becomes empty.
2012-06-01  Vadim ZeitlinAdd wxMSW_CONV_LPCTSTR() and related macros and use...
2012-06-01  Vadim ZeitlinDisable wxUIActionSimulator wxGrid tests using mouse...
2012-06-01  Vadim ZeitlinAdd IsAutomaticTest() function to the unit tests.
2012-06-01  Vadim ZeitlinUse printf() instead of wxPrintf() in cppunit details...
2012-06-01  Vadim ZeitlinCompilation fix to wxWebView under wxOSX/Carbon after...
2012-06-01  Vadim ZeitlinFix wxWebKitCtrl::RunScript() return value.
2012-06-01  Vadim ZeitlinAdd support for CP1258 (Vietnamese) and CP1361 (Korean...
2012-06-01  Vadim ZeitlinUse "GBK" as alternative name for CP936 encoding.
2012-06-01  Vadim ZeitlinUse float instead of double division in wxHashMap code.
2012-06-01  Vadim ZeitlinKeep user-set wxFrame background color even if MSW...
2012-06-01  Vadim ZeitlinUpdate old selections after clearing wxListBox in wxGTK.
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-06-01  Vadim ZeitlinRemove unneeded dynamic cast in wxPropertyGrid.
2012-06-01  Vadim ZeitlinRemove unnecessary dynamic cast in wxComboPopupWindow.
2012-06-01  Vadim ZeitlinDon't reset previous window event handler in PopEventHa...
2012-06-01  Vadim ZeitlinFix wxMac preprocessor check in wxWebView code.
2012-06-01  Vadim ZeitlinNo changes, just refactor wxGrid::Render() to simplify it.
2012-05-31  Paul Cornettsilence warning about converting NULL to wxUIntPtr
2012-05-31  Paul Cornettsilence warning about __WXMSW__ not defined
2012-05-30  Robin DunnA patch adding wxHTMLDataObject which can be used for...
2012-05-30  Stefan Csomorfixing build with wxUSE_PROTOCOL = 1 and wxUSE_SOCKETS = 0
2012-05-30  Robin DunnAdjust the client area origin and the client size of...
2012-05-30  Robin DunnInterface fixes for Phoenix
2012-05-29  Stefan Csomoradapting char event handling to msw / gtk, see #13415...
2012-05-29  Stefan Csomorclang compat.
2012-05-29  Stefan Csomorclang compat.
2012-05-28  Vadim ZeitlinImprove wxDatePickerCtrlGeneric best size calculation.
2012-05-28  Vadim ZeitlinFix bug in wxAutomationObject introduced by r71574.
next