wxWidgets.git
2013-07-22  Stefan Csomorcocoa wiring
2013-07-22  Stefan Csomorwiring osx native notification during launch
2013-07-22  Paul Cornettuse pango_matrix_scale() to scale text
2013-07-21  Steve LamertonFix wxWebView documentation warnings.
2013-07-21  Václav SlavíkAdd functor-taking overload of CallAfter().
2013-07-18  Vadim ZeitlinDon't assume that KeySym is always defined as long...
2013-07-17  Robin DunnFix interface definition of GetMouseCursorAt
2013-07-17  Vadim ZeitlinJust forward Stricmp() in wx/string.h to wxCRT_StricmpA().
2013-07-17  Vadim ZeitlinSet mouse cursor correctly over image map links in...
2013-07-17  Vadim ZeitlinCheck the number of points in the image map in wxHTML.
2013-07-17  Vadim ZeitlinNo changes, just remove an extra pair of braces in...
2013-07-17  Vadim ZeitlinHandle wxALWAYS_SHOW_SB in wxOSX.
2013-07-17  Vadim ZeitlinMention more announcement channels in the release makin...
2013-07-17  Vadim ZeitlinRemove more exclusions from Inno Setup file.
2013-07-17  Vadim ZeitlinDon't exclude tests from wxMSW-Setup.exe.
2013-07-17  Vadim ZeitlinExclude "osx" files, not "mac" ones, from Inno Setup...
2013-07-17  Vadim ZeitlinRemove redundant lines from Inno Setup file.
2013-07-17  Vadim ZeitlinDocument the release scripts really used for making...
2013-07-17  Vadim ZeitlinRemove Inno Setup file dependency on c:\daily path.
2013-07-17  Vadim ZeitlinUse "INNO" env var in Inno Setup script only if it...
2013-07-17  Vadim ZeitlinUpdate binaries release notes for 2.9.5.
2013-07-17  Vadim ZeitlinUpdate SHA1 sums for 2.9.5 release files.
2013-07-17  Vadim ZeitlinAdd a test for eol-native file existence in the release...
2013-07-17  Vadim ZeitlinMention that wxWidgets-x.y.z_Headers.7z must be uploade...
2013-07-17  Vadim ZeitlinMake it possible to use svn-find-native-eols script...
2013-07-17  Stefan Csomorfixing parameter name
2013-07-16  Vadim ZeitlinUpdated release notes for 2.9.5.
2013-07-16  Vadim ZeitlinAdd manually created VC10 project and solution files...
2013-07-16  Vadim ZeitlinFix insertion of radio menu items in wxOSX wxMenu.
2013-07-16  Vadim ZeitlinAllow unsetting wxMenuItem as start of radio group...
2013-07-16  Vadim ZeitlinNo changes, just fix some comments in wxOSX wxMenu...
2013-07-16  Vadim ZeitlinNo changes, just renamed "pItem" to "item" in wxOSX...
2013-07-16  Vadim ZeitlinGet rid of wxMenu::m_startRadioGroup in wxOSX.
2013-07-16  Vadim ZeitlinFix harmless unused parameter warning in wxOSX.
2013-07-16  Vadim ZeitlinAdd wxMenuItem::IsCheck() and IsRadio() accessors.
2013-07-16  Vadim ZeitlinUse [DOMRange markupString] to get selection source.
2013-07-16  Vadim ZeitlinReturn raw text, not markup, from wxWebViewWebKit:...
2013-07-16  Vadim ZeitlinNo changes, just get rid of some wxT()s in wxString...
2013-07-16  Stefan Csomornever return negative client sizes, fixes #15338
2013-07-15  Vadim ZeitlinReally fix wxUSE_PREFERENCES_EDITOR requirements check.
2013-07-15  Robin DunnOnly disable wxUSE_PREFERENCES_EDITOR if wxUSE_NOTEBOOK...
2013-07-15  Stefan Csomorkeeping selected page, fixes #15334
2013-07-15  Vadim ZeitlinMove HAVE_WCSXXX from wx/osx/config_xcode.h to wx/osx...
2013-07-15  Stefan Csomormaking sure images are in synch with the pages
2013-07-15  Vadim ZeitlinAdd wxUSE_PREFERENCES_EDITOR and the corresponding...
2013-07-15  Vadim ZeitlinFix new wxExecute() code compilation with wxUSE_CONSOLE...
2013-07-15  Vadim ZeitlinFix wxGTK compilation in wxUSE_MENUS==0 case.
2013-07-15  Vadim ZeitlinAvoid including pipe stream headers when streams are...
2013-07-15  Vadim ZeitlinRomanian translations update from Cătălin Răceanu.
2013-07-15  Vadim ZeitlinDon't hard code "2.9.3" in the release preparation...
2013-07-15  Vadim ZeitlinDon't use images in wxToolBar with wxTB_NOICONS in...
2013-07-15  Vadim ZeitlinDisable wxFont::SetStrikethrough() test under wxOSX.
2013-07-15  Vadim ZeitlinSupport using GetTextExtent() with empty string to...
2013-07-15  Vadim ZeitlinDon't test for wide character functions in configure...
2013-07-15  Vadim ZeitlinFix totally broken LocaleSetter class in the test suite.
2013-07-15  Vadim ZeitlinFix harmless Clang warning about unused class member...
2013-07-15  Vadim ZeitlinFix harmless Clang warning about an unused function.
2013-07-15  Vadim ZeitlinSuppress harmless clang 3.3 warning about unused wxMess...
2013-07-15  Vadim ZeitlinFix error checking in wxFileSystemWatcher::Remove(...
2013-07-14  Vadim ZeitlinDisable wxUSE_ENH_METAFILE for wxGTK builds.
2013-07-14  Vadim ZeitlinMake wxMSW wxSpinCtrl "not enough space" messages more...
2013-07-14  Vadim ZeitlinFix crash in docview code if view initialization failed.
2013-07-14  Vadim ZeitlinSwedish translations update from Jonas Rydberg.
2013-07-14  Vadim ZeitlinDon't use wxCriticalSection in wxWakeUpPipeMT if wxUSE_...
2013-07-14  Vadim ZeitlinDon't build tex2rtf and HelpGen utils in non-GUI buildb...
2013-07-14  Stefan Csomorsupport for @2x notation for wxBITMAP_TYPE_PNG (non...
2013-07-13  Vadim ZeitlinBetter fix for wxX11 linking problems than r74499.
2013-07-13  Vadim ZeitlinRestore embedding manifest when using MinGW.
2013-07-13  Vadim ZeitlinRemove some completely unused variables from configure.
2013-07-13  Vadim ZeitlinRemove the long obsolete and unused since 2.7.0 __WIN95...
2013-07-13  Vadim ZeitlinMove wx/msw/gccpriv.h inclusion back to wx/platform...
2013-07-13  Vadim ZeitlinUse wxNotebook background colour for the tab row backgr...
2013-07-13  Vadim ZeitlinAdd a possibility to change the layout direction in...
2013-07-13  Dimitri SchoolwerthRegenerated Xcode projects.
2013-07-13  Vadim ZeitlinUse "MSW" and "Windows" more accurately to avoid confusion.
2013-07-13  Dimitri Schoolwerthdeleted svn:executable property from src/expat/ files...
2013-07-13  Vadim ZeitlinUse Cocoa by default under OS X in configure.
2013-07-13  Vadim ZeitlinDo include src/generic/animateg.cpp in wxUniv/X11 sources.
2013-07-13  Dimitri SchoolwerthSet svn properties on new files.
2013-07-13  Vadim ZeitlinRebake all the samples and others makefiles too.
2013-07-13  Vadim ZeitlinExtract compiler-specific macro definitions in a new...
2013-07-12  Vadim ZeitlinFix harmless MinGW warning in wxMSW wxListCtrl code.
2013-07-12  Vadim ZeitlinFix harmless unused parameter warning in !wxUSE_GRAPHIC...
2013-07-12  Vadim ZeitlinFix wrong return value from wxWebViewIE::Find() in...
2013-07-12  Vadim ZeitlinMake destructors of COM interface classes virtual.
2013-07-12  Vadim ZeitlinFix warnings about implicit float or double to int...
2013-07-12  Vadim ZeitlinMention that wxGTK can be built with Wayland backend...
2013-07-11  Vadim ZeitlinReconcile HAVE_VARIADIC_MACROS and wxHAS_VARIADIC_MACRO...
2013-07-11  Stefan Csomoradapting to new x wheel behavior, see #15269
2013-07-11  Stefan Csomoradapt to wx conventions for scroll wheel differences...
2013-07-11  Václav SlavíkUse int instead of wxWindowID in wxNewId() and friends.
2013-07-11  Václav SlavíkUse wxWindowID in wxNewId() and related functions.
2013-07-11  Robin DunnComment out the CIAbot script, the site has been dead...
2013-07-10  Vadim ZeitlinImplement monitoring of file descriptors in wxMotif...
2013-07-10  Vadim ZeitlinRecognize VC12 (a.k.a. MSVS 2013) and define __VISUALC1...
2013-07-10  Vadim ZeitlinFix typo in wxGUIEventLoop::ScheduleExit() in wxMotif.
2013-07-10  Vadim ZeitlinAdd wxX11EventLoopSourcesManager stub implementation...
2013-07-10  Vadim ZeitlinAdd default ctors and Create() to wxDirDialog and wxFil...
2013-07-10  Vadim ZeitlinFix checking for GTK+ 3.0 in configure.
2013-07-10  Vadim ZeitlinUkrainian translations update from Yuri Chornoivan.
next