Add wxMouseEvent::GetColumnsPerAction().
[wxWidgets.git] / src /
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 ZeitlinDon't mark the strings "1", "2", ... "10" as translatable.
2013-06-08  Vadim ZeitlinUse library-specific description in their version resou...
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 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 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 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  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 ZeitlinChange wxMSW wxTreeCtrl::DoFreeze() to not hide the...
2013-05-31  Vadim ZeitlinAdd wxFileDialog::GetCurrentlySelectedFilename().
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 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-24  Stefan Csomorusing scan-line polygon conversion for constructing...
2013-05-24  Robin DunnAdd wxRTTI for the wxFileSystemWatcherEvent class
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-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 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-18  Steve LamertonUse wxCOMPtr throughout the wxWebViewIE Find code.
2013-05-17  Vadim ZeitlinTest using wxString::ToCDouble() in wxAny.
2013-05-16  Vadim ZeitlinAllow wxPreferencesEditor::Dismiss() to work when using...
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.
2013-05-16  Vadim ZeitlinRename CreateWindow() to CreateDialog() in generic...
2013-05-16  Vadim ZeitlinAdd wxEVT_DIRCTRL_FILEACTIVATED wxDirCtrl event.
2013-05-16  Vadim ZeitlinRename wxEVT_DIRCTRL_CHANGED to wxEVT_DIRCTRL_SELECTION...
2013-05-16  Vadim ZeitlinAllow associating a validator with wxGridCellTextEditor.
2013-05-16  Václav SlavíkCall wxThread::Create() from Run() automatically.
2013-05-16  Václav SlavíkMove POSIX implementation of wxThread::Create() to...
2013-05-16  Václav SlavíkLock m_critsect in POSIX wxThread::Create().
2013-05-15  Vadim ZeitlinFix wxXmlNode self-assignment.
2013-05-15  Vadim ZeitlinFix memory leak in wxXmlNode::operator=().
2013-05-15  Vadim ZeitlinRestore ability to parse hours only with wxDateTime...
2013-05-15  Vadim ZeitlinFix crash in wxGTK wxPopupWindow when creating it witho...
2013-05-14  Václav SlavíkMove wxTransform2D methods' bodies to geometry.cpp.
2013-05-12  Vadim ZeitlinFix spurious g++ warning about possibly uninitialized...
2013-05-12  Stefan Csomordeactivating r65382 see #12267 (which does not seem...
2013-05-10  Stefan Csomorapplying editor part of patch, see #15003
2013-05-10  Vadim ZeitlinUse wxjpeg_boolean in libtiff sources.
2013-05-08  Vadim ZeitlinFix duplicate wxContextMenuEvent generation in wxMSW.
2013-05-08  Vadim ZeitlinFix wrong wxUSE_ACCEL around wxUSE_HOTKEY-related code...
2013-05-07  Robin DunnCall InitializeModules instead of just module->Init...
2013-05-07  Vadim ZeitlinTest for NULL associated frame in doc/view event handli...
2013-05-07  Vadim ZeitlinFix for event propagation in "single document" doc...
2013-05-06  Julian SmartApplied patches for #15184 (wxRichTextAction fix for...
2013-05-06  Julian SmartApplied patch #15183 (wxRichTextTable::DeleteColumns...
2013-05-06  Vadim ZeitlinAdd IEEE 754 single/double precision support to wxDataS...
2013-05-06  Vadim ZeitlinNo real changes, just rename double variables to "d".
2013-05-06  Vadim ZeitlinExtract common parts of wxData{In,Out}putStream in...
2013-05-05  Vadim ZeitlinDon't use gtk_file_chooser_set_filename() for save...
2013-05-05  Steve LamertonSpeculative fix for wxWebView unit tests on OSX.
2013-05-05  Vadim ZeitlinCorrect misleading error message in locale mismatch...
2013-05-04  Vadim ZeitlinFix event handling order in doc/view framework.
2013-05-04  Vadim ZeitlinForward events to active child at MSW, not wx, level...
2013-05-04  Vadim ZeitlinAdd public wxDocManager::GetAnyUsableView().
2013-05-04  Vadim ZeitlinConsistently set wxMenuBar parent in all ports.
2013-05-04  Vadim ZeitlinPass menu events to the handler in the associated menu...
2013-05-04  Vadim ZeitlinFix menu event handlers calling order.
2013-05-01  Vadim ZeitlinCopy max width of wxGridCellTextEditor when cloning it.
2013-04-30  Vadim ZeitlinCompilation fix for wxFont in wxGTK1.
next