Use wxDELETE() and wxDELETEA() when possible.
[wxWidgets.git] / src /
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-20  Vadim ZeitlinQuote file names with spaces in wxFileType::ExpandComma...
2010-06-20  Vadim ZeitlinFix activation handling in generic wxDataViewCtrl rende...
2010-06-20  Vadim ZeitlinAdd a system option to exit immediately on assert failure.
2010-06-20  Vadim ZeitlinDocument and improve system options definition in the...
2010-06-20  Vadim ZeitlinUse wxFont::Bold() in wxGenericTreeCtrl instead of...
2010-06-20  Vadim ZeitlinUse PBM_SETMARQUEE to implement indeterminate mode...
2010-06-20  Vadim ZeitlinDon't enable scrollbar if it can't do anything in wxMSW.
2010-06-20  Vadim ZeitlinUse wxTE_RICH2 for in-place wxGrid text editor control.
2010-06-20  Stefan Csomorno trailing slash for OSX_CARBON
2010-06-20  Stefan Csomorno trailing slash for OSX_CARBON
2010-06-20  Stefan Csomorno trailing slash for OSX_CARBON
2010-06-20  Vadim ZeitlinEnsure that wxFileName::GetTempDir() doesn't return...
2010-06-19  Francesco MontorsiRemove identic implementations of wxDir::Exists from...
2010-06-17  Vadim ZeitlinAllow specifying non default port for wxFTP connections.
2010-06-17  Václav SlavíkCompilation fix for GetAvailableTranslations().
2010-06-16  Václav SlavíkAdd wxTranslations::GetAvailableTranslations().
2010-06-15  Jaakko SalliFix compilation when wxAny was disabled (fixes #12148)
2010-06-13  Jaakko SalliAdded wxComboCtrl::SetTextCtrlStyle()
2010-06-12  Vadim ZeitlinFix scrolling to the bottom in wxTextCtrl::AppendText().
2010-06-12  Vadim ZeitlinFix processing of events for MRU entries #10 and more...
2010-06-12  Vadim ZeitlinAvoid sending spurious socket read notifications in...
2010-06-12  Jaakko SalliFor wxTextCtrl editor, set the bold font before margins...
2010-06-12  Jaakko SalliKeyboard handling was blocked by label editor. Also...
2010-06-12  Jaakko SalliAdded wxPropertyGrid::DedicateKey(), which prevents...
2010-06-10  Vadim ZeitlinFix typo in an error message in XTI code.
2010-06-10  Robert RoeblingImplemented wxDataViewColumn for wxOSX/Cocoa
2010-06-10  Robert RoeblingMake wxDataViewCtrl::GetColumnPosition() return the...
2010-06-09  Francesco MontorsiIncrease interoperability between wxPoint and wxRealPoi...
2010-06-09  Francesco Montorsifix bug in wxGDIPlusMatrixData::Rotate: it must take...
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE_EVENT_...
2010-06-09  Vadim ZeitlinDon't use -kAddToPopUp() gettext hack with Scintilla.
2010-06-07  Vadim ZeitlinInclude locale.h in cmdline.cpp to ensure LC_ALL is...
2010-06-07  Julian SmartGetStyleMergedWithBase no longer hangs if there's a...
2010-06-06  Vadim ZeitlinDon't post process events twice but return correct...
2010-06-06  Vadim ZeitlinFix compilation errors in wxGTK wxDataViewCtrl in ANSI...
2010-06-06  Jaakko SalliIn wxComboCtrlBase::DoShowPopup(), if the popup window...
2010-06-05  Vadim ZeitlinDon't send selection events for an already selected...
2010-06-05  Vadim ZeitlinDon't send listbox selection events when mouse wasn...
2010-06-05  Vadim ZeitlinUse mouse position to find the item for selection event...
2010-06-05  Vadim ZeitlinNo changes, just refactor wxListBox initialization...
2010-06-05  Vadim ZeitlinRefactor listbox event sending code to avoid duplication.
2010-06-05  Vadim ZeitlinDon't return true from DoTryChain() if the event wasn...
2010-06-05  Robin Dunnm_id was already set, don't set it to the passed in...
2010-06-03  Francesco Montorsino real change: just rename "near" into "onNearPart...
2010-06-03  Jaakko SalliGreatly reduce rare animation garbage in wxOwnerDrawnCo...
2010-06-03  Vadim ZeitlinDrop the column being dragged at the correct position...
2010-06-03  Vadim ZeitlinTest for wxPen validity before testing for its style...
2010-06-03  Vadim ZeitlinAssert if an invalid column index is specified when...
2010-06-02  Vadim ZeitlinFix recently broken forwarding of events between event...
2010-06-02  Vadim ZeitlinFix drawing of scaled bitmaps in wxCairoContext.
2010-06-02  Vadim ZeitlinRemove unused GetTextExtent() call from wxProgressDialog.
2010-06-01  Jaakko SalliInterpret arrow keys correctly in wxMSW wxComboCtrl...
2010-06-01  Jaakko SalliIn wxComboPopupEvtHandler::OnMouseEvent(), when need...
2010-06-01  Jaakko SalliFor clarity: wxComboPopupExtraEventHandler -> wxComboPo...
2010-06-01  Jaakko SalliRefactored wxComboPopupExtraEventHandler::OnMouseEvent...
2010-05-31  Vadim ZeitlinUpdate AUI floating windows position and not just size...
2010-05-31  Vadim ZeitlinDon't disable wxID_PRINT_SETUP even when there is no...
2010-05-31  Vadim ZeitlinUse C locale for numbers in wx(File)Config.
2010-05-31  Vadim ZeitlinAdd wxString::FromDouble() and FromCDouble().
2010-05-31  Vadim ZeitlinMake wxString::ToCXXX() methods always available.
2010-05-30  Vadim ZeitlinFix wxFont::IsFixedWidth() under MSW to always return...
2010-05-30  Vadim ZeitlinAdd <span> tag and limited support for CSS styles to...
2010-05-30  Vadim ZeitlinActivate the view of a newly created document.
2010-05-30  Vadim ZeitlinStore page setup data in wxDocManager.
2010-05-30  Vadim ZeitlinDon't generate AUINOTEBOOK_BG_DCLICK when clicking...
2010-05-30  Robert RoeblingPatch update, probably fixes #12090: wxGTK cursor handl...
2010-05-30  Robert RoeblingUse GTKXXX notation for some more wxGTK specific method...
2010-05-30  Julian SmartCaret position corrected to end of selection
2010-05-30  Václav SlavíkFix Shift+TAB navigation from wxNotebook.
2010-05-30  Paul CornettRemove pizza backing window.
2010-05-29  Vadim ZeitlinAdd "filter changed" event to wxFileCtrl.
2010-05-29  Vadim ZeitlinAdd wxConfig::Read(float *) overload.
2010-05-29  Vadim ZeitlinShow OLE errors using wxLogDebug() in wxAutomationObject.
2010-05-29  Jaakko SalliFixed assert when editing wxFontProperty with unspecifi...
2010-05-27  Jaakko SalliIn wxComboPopupExtraEventHandler::OnMouseEvent(): Also...
2010-05-27  Vadim ZeitlinIgnore "%*" in the shell command strings in MSW registry.
2010-05-27  Vadim ZeitlinFall back on using tree/list control item text in wxDra...
2010-05-27  Jaakko SalliFixed wxComboCtrl::SetButtonPosition() on Vista/Win7...
2010-05-27  Jouk Jansenuse wxToggleButtonXmlHandler::DoCreateBitmapToggleButto...
2010-05-26  Francesco Montorsifix incoherency between the wxThread implementation...
2010-05-26  Robert RoeblingApplied patch, fixes #12090: wxGTK cursor handling...
2010-05-25  Vadim ZeitlinFix setting the fonts for wxMSW wxTextCtrl with wxTE_RI...
2010-05-25  Jaakko SalliDraw wxPropertyGrid drop down items with consistent...
2010-05-24  Jaakko SalliAlways call OnSetValue() for a property when values...
2010-05-23  Robert Roeblingnon-PCH compilation
2010-05-23  Paul Cornettcompile fix for GTK2 systems which have X11/extensions...
2010-05-22  Vadim ZeitlinFix for user input processing in wxProgressDialog.
2010-05-22  Vadim ZeitlinUse GTK+ functions for wxDisplay implementation.
2010-05-22  Vadim ZeitlinRestore selection on click in row/column selection...
2010-05-22  Vadim ZeitlinModify wxBoxSizer minimal size calculations to respect...
2010-05-22  Vadim ZeitlinSet wild card in the base class too in wxGTK wxFileDialog.
2010-05-22  Vadim ZeitlinUnset the debug report preview dialog as critical windo...
2010-05-21  Robert RoeblingSecond try to get wxDataViewChoiceByIndex and its name...
2010-05-21  Vadim ZeitlinErase the column label background in wxGrid to avoid...
2010-05-21  Vadim ZeitlinUse ListView_CancelEditLabel() to implement wxListCtrl...
2010-05-21  Vadim ZeitlinSimplify and correct MSW selection of background brush...
2010-05-21  Vadim ZeitlinYet another fix to event propagation in scrolled windows.
2010-05-21  Vadim ZeitlinFix cast from pointer to int in wxDataViewCtrl.
2010-05-20  Vadim ZeitlinFix wxListCtrl::EndEditLabel() which simply didn't...
next