wxWidgets.git
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
2011-10-31  Paul Cornettcorrect callback function signature
2011-10-31  Paul Cornettmove class function out of extern "C" block
2011-10-31  Paul Cornettsimplify code calling gtk_window_set_urgency_hint
2011-10-30  Vadim ZeitlinAvoid too many sash position changed events when splitt...
2011-10-30  Vadim ZeitlinFix the check for second window becoming too small...
2011-10-30  Vadim ZeitlinMake the initial sash position work in splitter sample.
2011-10-30  Vadim ZeitlinDon't apply gravity before requested sash position...
2011-10-30  Vadim ZeitlinRemove wxSplitterWindow::m_checkRequestedSashPosition.
2011-10-30  Vadim ZeitlinNo changes, just remove wxSplitterWindow::{Set,Get...
2011-10-30  Julian SmartFixed problem with the size of paragraphs not needing...
2011-10-30  Vadim ZeitlinPerform wxAuiToolBar idle updates from UpdateWindowUI...
2011-10-30  Vadim ZeitlinGenerate right click events for all kinds of items...
2011-10-30  Vadim ZeitlinFix splitting message into title in body in MSW wxProgr...
2011-10-30  Vadim ZeitlinDon't replace non default wxMessageDialog labels with...
2011-10-30  Vadim ZeitlinChange variables naming convention in wxAUI code.
2011-10-30  Vadim ZeitlinLink tests with webview library only if it is actually...
2011-10-30  Vadim ZeitlinRemove apparently unnecessary wxAuiMDIClientWindow...
2011-10-30  Vadim ZeitlinAdd wx/datetimectrl.h to the wxAdv files list.
2011-10-30  Vadim ZeitlinFix assert in generic wxListCtrl icon view when using...
2011-10-30  Julian SmartFixed warning when compiling richttextctrl.cpp in VS201...
next