wxWidgets.git
2013-06-10  Vadim ZeitlinAdd wxMouseEvent::GetColumnsPerAction().
2013-06-10  Vadim ZeitlinAvoid problems when reparenting a TLW under a child...
2013-06-10  Vadim ZeitlinFix crash when undoing the deletion of a nested table...
2013-06-10  Vadim ZeitlinLink with libjbig when using built-in libtiff under...
2013-06-10  Vadim ZeitlinUpdated all the message catalogs with the latest transl...
2013-06-10  Vadim ZeitlinDon't mark the strings "1", "2", ... "10" as translatable.
2013-06-08  Robin DunnMore docs cleanup and fixes for richtextbuffer
2013-06-08  Robin DunnRemove some wxT()'s in the docs
2013-06-08  Robin DunnMore richtext fixes for Phoenix
2013-06-08  Vadim ZeitlinExclude src/msw/version.rc from svn pre-commit hook...
2013-06-08  Vadim ZeitlinUndo MIME type change of r74120.
2013-06-08  Vadim ZeitlinUse library-specific description in their version resou...
2013-06-08  Vadim ZeitlinRemove duplicate WXMAKINGDLL_RIBBON-related code.
2013-06-08  Vadim ZeitlinSimplify the version information resource definition...
2013-06-08  Vadim ZeitlinAdd back the copyright symbol to the version informatio...
2013-06-08  Vadim ZeitlinSet MIME type of Windows resource file to non-text.
2013-06-08  Vadim ZeitlinUpdate copyright year in the version information resource.
2013-06-04  Stefan Csomorassociate the outline view with the impl, fixes #13748
2013-06-04  Stefan Csomorrefactoring focus handling
2013-06-04  Stefan Csomorexposing wxOSXGetViewFromResponder
2013-06-04  Stefan Csomoradding a more extensive version to arrive at the impl...
2013-06-04  Stefan Csomoradding comment
2013-06-03  Stefan Csomoravoiding reentrancy problems and congestion
2013-06-03  Stefan Csomoravoiding focus lost events when a different subview...
2013-06-03  Stefan Csomormake sure we don't execute pending deletes either when...
2013-06-03  Stefan Csomorusing ordinary Show for popup windows as on MSW which...
2013-06-03  Stefan Csomorrefactoring SizeEvent sending
2013-06-03  Stefan Csomorrefactoring SizeEvent sending
2013-06-03  Stefan Csomorforgot to commit ...
2013-06-03  Stefan Csomorattempt to get the 'new focus' window parameter of...
2013-06-03  Stefan Csomordeal with Cocoa as we do with Carbon, see #15008
2013-06-03  Stefan Csomordeal with Cocoa as we do with Carbon, see #15008
2013-06-03  Stefan Csomormake sure mouse moved events are always delivered,...
2013-06-03  Stefan Csomormake sure button clicks etc. on a popup window don...
2013-06-02  Vadim ZeitlinTurkish translations update from Kaya Zeren.
2013-06-02  Stefan Csomorupdated Xcode project files
2013-06-02  Stefan Csomordon't take resize indicators into account if we are...
2013-06-02  Stefan Csomorpropagate scroll wheel events to parent, fixes #15187
2013-06-01  Stefan Csomorfixes potential crash under gatekeeper
2013-06-01  Stefan Csomoronly set native window level, when not using a wrapped...
2013-06-01  Paul Cornettupdate position for widgets in native containers, fixes...
2013-05-31  Vadim ZeitlinDocument that wxRadioBox::SetSelection() doesn't accept...
2013-05-31  Vadim ZeitlinChange wxMSW wxTreeCtrl::DoFreeze() to not hide the...
2013-05-31  Vadim ZeitlinAdd wxFileDialog::GetCurrentlySelectedFilename().
2013-05-31  Vadim ZeitlinDon't create multiple parent-less top level frames...
2013-05-31  Vadim ZeitlinFix wxStyledTextCtrl::SetInsertionPointEnd().
2013-05-31  Vadim ZeitlinImprove horizontal scrolling in wxRibbonControl.
2013-05-31  Vadim ZeitlinUse deferred window positioning in wxWindow::Layout...
2013-05-31  Vadim ZeitlinAdd wxWindow::BeginRepositioningChildren() and EndRepos...
2013-05-31  Vadim ZeitlinMake wxSharedPtr::Release() really MT-safe.
2013-05-31  Vadim ZeitlinFix for special characters in Doxygen comments.
2013-05-31  Vadim ZeitlinFix assert when adding columns to wxGrid using native...
2013-05-31  Stefan Csomorusing an empty default menu bar when no menubar is...
2013-05-31  Stefan Csomormake sure we have a default handling the quit command...
2013-05-31  Stefan Csomoravoiding reshow of hidden windows when app is brought...
2013-05-26  Julian SmartApplied patch for #15189 - avoid crash when deleting...
2013-05-26  Vadim ZeitlinReset row and columns count in wxRichTextTable::ClearTa...
2013-05-26  Vadim ZeitlinEnsure that detached menus don't keep focus grab in...
2013-05-26  Vadim ZeitlinFix printing multiple copies in wxMSW.
2013-05-26  Vadim ZeitlinUse C locale representation for floating point numbers...
2013-05-26  Vadim ZeitlinTamil translations update from DINAKAR T.D.
2013-05-24  Stefan Csomoradding x server license terms for polygon methods
2013-05-24  Stefan Csomoradding x server license terms for polygon methods
2013-05-24  Stefan Csomoradding x server license terms for polygon methods
2013-05-24  Stefan Csomorusing scan-line polygon conversion for constructing...
2013-05-24  Robin DunnAdd wxRTTI for the wxFileSystemWatcherEvent class
2013-05-24  Steve LamertonCorrectly link to wxWebViewNavigationError from wxWebVi...
2013-05-24  Steve LamertonDocument the unused baseURL parameter in wxWebViewIE.
2013-05-22  Vadim ZeitlinAdd ctor and assign() taking an iterator range to wxVec...
2013-05-22  Vadim ZeitlinAdd ctor from two input iterators to wxArray in STL...
2013-05-22  Vadim ZeitlinFix regression in wxGTK wxFilePickerCtrl due to wxFileD...
2013-05-22  Vadim ZeitlinFix GTK+ errors during wxFilePickerCtrl destruction...
2013-05-21  Vadim ZeitlinUse the best instead of current page size in OS X prefe...
2013-05-21  Vadim ZeitlinFit modeless preferences dialog to its contents too.
2013-05-21  Vadim ZeitlinTurkish translations update from Kaya Zeren.
2013-05-20  Vadim ZeitlinFix last count value after ReadAll() and WriteAll().
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2013-05-20  Vadim ZeitlinFix return value of wxCountingOutputStream::LastWrite().
2013-05-20  Vadim ZeitlinMake code reading BMP files more robust.
2013-05-20  Vadim ZeitlinAdd wxInputStream::ReadAll() and wxOutputStream::WriteA...
2013-05-19  Vadim ZeitlinLink with liblzma when using built-in libtiff if it...
2013-05-19  Vadim ZeitlinPropagate wxEVT_COMMAND_TEXT_UPDATED renaming to the...
2013-05-19  Vadim ZeitlinTrigger wxLog auto-creation when getting old logger...
2013-05-19  Vadim ZeitlinDelete the associated dialog in wxGTK wx{File,Dir}Button.
2013-05-19  Vadim ZeitlinAdd conversions to/from long long to wxUniChar.
2013-05-19  Vadim ZeitlinDisable menu event test case in wxGTK buildbot slaves.
2013-05-18  Steve LamertonUse wxCOMPtr throughout the wxWebViewIE Find code.
2013-05-17  Vadim ZeitlinTest using wxString::ToCDouble() in wxAny.
2013-05-17  Vadim ZeitlinTry using wxString::ToCDouble() instead of ToDouble...
2013-05-17  Vadim ZeitlinMake wxPreferencesEditor dtor virtual.
2013-05-16  Robin DunnAdd richtext event types.
2013-05-16  Robin DunnMore richtext fixes and cleanup for Phoenix
2013-05-16  Robin DunnAdd docs for SetMin and SetMax
2013-05-16  Vadim ZeitlinInitialize wxXmlResourceHandler members in its ctor.
2013-05-16  Vadim ZeitlinAllow wxPreferencesEditor::Dismiss() to work when using...
2013-05-16  Vadim ZeitlinAdd wxPreferencesEditor::ShownModally().
2013-05-16  Vadim ZeitlinMake wxPreferencesEditor::Show() virtual.
2013-05-16  Vadim ZeitlinUse "<Application> Preferences" as generic wxPreference...
2013-05-16  Vadim ZeitlinAllow to specify the title used by wxPreferencesEditor...
2013-05-16  Vadim ZeitlinOpen generic wxPreferencesEditor at last shown page.
next