wxWidgets.git
2011-11-19  Vadim ZeitlinItalian translation update from Stefano and Roberto...
2011-11-19  Vadim ZeitlinCzech translations update from Zbyněk Schwarz.
2011-11-18  Vadim ZeitlinFix HasFocus() for composite controls.
2011-11-18  Vadim ZeitlinNo changes, just remove extra whitespace from wxWebView...
2011-11-17  Steve LamertonRemove double buffering from wxWebViewIE as this is...
2011-11-17  Steve LamertonAdjust testing for non-visible controls in wxActiveXCon...
2011-11-17  Vadim ZeitlinProvide HANDLE_PTR for the compilers without it such...
2011-11-17  Jouk Jansendefine Popup and Dismiss for wxComboBox in wxMOTIF
2011-11-17  Robin Dunnfix missing and broken interface items for Phoenix
2011-11-17  Robin DunnAdd arg default values for the Create method
2011-11-17  Robin DunnDon't include webkit headers from wx headers
2011-11-16  Vadim ZeitlinMove wxWebView-related definitions to webview_ie.cpp...
2011-11-16  Vadim ZeitlinAnother Chinese translations update from Jiawei Huang.
2011-11-16  Vadim ZeitlinCompilation fix for PCH-less build after r69758.
2011-11-15  Vadim ZeitlinAdd support for digits and +/- sign to wxUIActionSimula...
2011-11-15  Vadim ZeitlinOnly update status bar fields after they were created...
2011-11-14  Vadim ZeitlinReplace wxT() with wxS() in image options definitions.
2011-11-14  Vadim ZeitlinAdded wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage...
2011-11-14  Vadim ZeitlinFall back on ::GetMessagePos() if ::GetCursorPos()...
2011-11-14  Vadim ZeitlinDon't redefine symbols already defined in latest MinGW...
2011-11-14  Vadim ZeitlinNo changes, just add another case to a switch on wxMous...
2011-11-14  Jouk JansenUpdate compile support fror wxGTK on OpenVMS
2011-11-14  Stefan Csomorlatest private API usage complaint, right now most...
2011-11-13  Steve LamertonSet focus on the browser window after loading a url...
2011-11-13  Vadim ZeitlinAdded stock accelerator for wxID_PRINT.
2011-11-12  Vadim ZeitlinUse wxConvertStringToOle() in wxWebViewIE code.
2011-11-12  Vadim ZeitlinCorrect typo in wxUSE_WEBVIEW_IE test in configure.
2011-11-12  Steve LamertonReplace the sample animation timer with an idle loops...
2011-11-12  Paul Cornettposition expander in center of given rectangle
2011-11-11  Paul Cornettuse correct function to free GtkTextAttributes
2011-11-11  Vadim ZeitlinIntercept some keys in wxMSW wxTextCtrl even if they...
2011-11-10  Jouk JansenAdd compile support for widgets sample on OpenVMS
2011-11-10  Vadim ZeitlinCompilation fix for wxUSE_UNICODE=0 build after wxUSE_S...
2011-11-10  Vadim ZeitlinCorrect the direction passed to wxDataObject in wxOSX...
2011-11-10  Julian SmartApplied Blit system options optimization to StretchBlit
2011-11-10  Vadim ZeitlinFix compilation in wxUSE_STL case broken by r69663.
2011-11-10  Vadim ZeitlinRemove all unwanted occurrences of -mt/-pthread in...
2011-11-08  Robin DunnEnsure that there is a modal event loop before trying...
2011-11-08  Robin DunnAdd a border on the AutoComp list for wxOSX-Cocoa
2011-11-08  Steve LamertonSkip spurious blank JavaScript events in wxWebView.
2011-11-08  Steve LamertonCorrectly escape the error log messages in the wxWebVie...
2011-11-08  Steve LamertonUpdate wxHtmlWindow documentation to refer to wxWebView.
2011-11-08  Vadim ZeitlinDon't include wx/msw/wrapgdip.h if !wxUSE_GRAPHICS_CONTEXT.
2011-11-08  Vadim ZeitlinMove GDK_META_MASK definition in the header in which...
2011-11-08  Vadim ZeitlinCompilation fixes for GTK+ 2.4.
2011-11-08  Vadim ZeitlinAdd missing stdio.h include to wxGTK assert dialog...
2011-11-08  Václav SlavíkUse Enter and Space for cell editing in generic wxDVC...
2011-11-07  Jouk JansenUpdates to compile WX on OpenVMS
2011-11-07  Jouk JansenwxGTK1 should not include .h files for wxGTK
2011-11-06  Vadim ZeitlinUpdated all message catalogs to correspond to the curre...
2011-11-06  Vadim ZeitlinChinese translations update from Jiawei Huang.
2011-11-06  Vadim ZeitlinUse current time, not the Epoch for time zone determina...
2011-11-05  Václav SlavíkFix wxArray::Index() with bFromEnd=true in STL build.
2011-11-05  Václav SlavíkTest correctness of wxArray::Index() with bFromEnd...
2011-11-05  Francesco Montorsino real change: just move Docset/CHM/QCH declarations...
2011-11-05  Francesco MontorsiMove detailed documentation to the top, leaving styles...
2011-11-05  Francesco Montorsifix some simple Doxygen warning
2011-11-05  Francesco Montorsibetter links to the stock item ID list
2011-11-05  Vadim ZeitlinAllow reusing the same wxWindowID more than 254 times.
2011-11-05  Vadim ZeitlinUse wxWindowUpdateLocker to speed up updates of the...
2011-11-05  Vadim ZeitlinFix adding a control to two different sizers in the...
2011-11-05  Vadim ZeitlinTranslate the log message in wxLog destructor.
2011-11-05  Vadim ZeitlinFix format string in wxLog::LogLastRepeatIfNeeded().
2011-11-05  Vadim ZeitlinUse correct direction in wxDataObject::IsSupported...
2011-11-05  Vadim ZeitlinDon't read beyond the end of input buffer when decoding...
2011-11-05  Vadim ZeitlinAdd wxConvAuto::GetBOMChars() helper.
2011-11-05  Francesco Montorsidocument wxLogGeneric() function
2011-11-05  Francesco Montorsidocument wxConfigPathChanger helper class
2011-11-05  Vadim ZeitlinRename lineAnchor in Scintilla code to avoid shadowing...
2011-11-04  Vadim ZeitlinCorrect the misleading example of using id ranges in...
2011-11-04  Vadim ZeitlinSimplify wxIdRange code by using new XRCID_Assign(...
2011-11-04  Vadim ZeitlinFix choice of tree item icon for the selected state...
2011-11-04  Vadim ZeitlinMake wxQsort() definition exactly the same as declaration.
2011-11-04  Robin DunnAdd wxAnyButton so the shared class hierarchy of wxButt...
2011-11-04  Robin DunnFix missing and broken interface items for Phoenix
2011-11-03  Jouk JansenUpadte setup for OpenVMS
2011-11-02  Robin DunnFix missing or broken interface items for Phoenix
2011-11-02  Robin DunnFix missing or broken interface items for Phoenix
2011-11-02  Vadim ZeitlinImprovements to German translation.
2011-11-02  Vadim ZeitlinOrthographical fixes in German translation.
2011-11-02  Vadim ZeitlinHyphen fixes in German translation.
2011-11-02  Vadim ZeitlinPunctuation fixes in German translation.
2011-11-02  Vadim ZeitlinCorrections to spaces in German translation.
2011-11-01  Vadim ZeitlinExplicitly include X11/Xlib.h to fix AIX build.
2011-11-01  Vadim ZeitlinDefine _LINUX_SOURCE_COMPAT for AIX build.
2011-10-31  Vadim ZeitlinMake wxTreeListEvent dynamically creatable.
2011-10-31  Vadim ZeitlinCorrect wxFileName::SetPath() documentation.
2011-10-31  Paul Cornettfix creation of bitmap from image with requested depth 32
2011-10-31  Vadim ZeitlinSuppress harmless unused variable warnings in wxSocket...
2011-10-31  Vadim ZeitlinFix compilation of wxGethostbyname_r() and wxGethostbya...
2011-10-31  Vadim ZeitlinCompilation fix for AIX: fix the name of wxGetservBuf...
2011-10-31  Julian SmartFixed #13535: wxRichTextCtrl: Incorrectly documented...
2011-10-31  Dimitri SchoolwerthFixed dropdown height of wxChoice and wxComboBox controls.
2011-10-31  Vadim ZeitlinMention setting up file as default download on SF in...
2011-10-31  Vadim ZeitlinCompilation fix for wxUSE_GRAPHICS_CONTEXT && !WX_PRECOMP.
2011-10-31  Vadim ZeitlinCorrect FSF postal address in the licence text.
2011-10-31  Vadim ZeitlinRemove duplicated and apparently unnecessary licence...
2011-10-31  Paul Cornettadd gdk_window_get_height/width
2011-10-31  Paul Cornettsimplify Refresh(), ancestors of a mapped window have...
2011-10-31  Paul Cornettin DoSetSize, only call GetPosition if necessary
next