wxWidgets.git
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 ZeitlinDon't use Unix-specific wxGTK utility functions under...
2012-06-17  Vadim ZeitlinProvide wxGetKeyState() studfor wxGTK under Windows.
2012-06-17  Vadim ZeitlinAdd wxUSE_COMPILER_TLS to allow disabling compiler...
2012-06-17  Paul Cornettupdate version check for glib 2.32
2012-06-15  Vadim ZeitlinNo real changes, just use wxSize::Get{Width,Height...
2012-06-15  Vadim ZeitlinRemove unnecessary base class OnPaint() call from wxGen...
2012-06-15  Vadim ZeitlinRemove left over conflict markers from documentation.
2012-06-15  Vadim ZeitlinFix compilation of MSW wxFSVolume with non-wxMSW ports.
2012-06-15  Vadim ZeitlinFix harmless MSVC warning about converting pointer...
2012-06-15  Vadim ZeitlinOnly use Unix sockets API under Unix in wxGTK.
2012-06-15  Stefan Csomortrying to improve appearance of gridcelltexteditor...
2012-06-15  Stefan Csomoravoid idling in native file dialogs
2012-06-15  Stefan Csomorbetter naming wxCFEventLoopPauseIdleEvents
2012-06-15  Stefan Csomorusing suppression of idle processing (delayed destructi...
2012-06-15  Stefan Csomoroffer suppression of idle processing (delayed destructi...
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.
next