wxWidgets.git
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  Francesco Montorsirevert previous revision about localization of decimal...
2010-06-06  Francesco Montorsiadd to wxRealPoint the same operators already available...
2010-06-06  Francesco Montorsifix building without PCH
2010-06-06  Francesco MontorsiMove a couple of wxFileName tests from the console...
2010-06-06  Francesco Montorsiremove some tests from the console sample:
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 SalliTo make it clear in the sample that a custom animation...
2010-06-06  Francesco Montorsiget rid of wxMimeTypesManager::ReadMailcap and wxMimeTy...
2010-06-06  Francesco Montorsidocument wxTransparentColour global instance
2010-06-06  Francesco Montorsimore readable argument names for wxDC::DrawArc
2010-06-06  Jaakko SalliIn wxComboCtrlBase::DoShowPopup(), if the popup window...
2010-06-06  Jaakko SalliUse ShowWithEffect() in the sample wxComboCtrlWithCusto...
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-04  Vadim ZeitlinCorrect EVT_LIST_BEGIN_LABEL_EDIT macro name in the...
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  Francesco Montorsifix StringTestCase::FromDouble: newer MSVC versions...
2010-06-02  Francesco Montorsiremove wxFileConfig tests: FileConfigTestCase already...
2010-06-02  Francesco MontorsiMove some wxPrintf() tests (taken from glibc) to Vsnpri...
2010-06-02  Francesco MontorsiMove wxRegConfig tests from console sample to a new...
2010-06-02  Francesco MontorsiMake wxConfig ctor docs more readable.
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 ZeitlinDon't hard code position of the drawing sample window...
2010-06-02  Vadim ZeitlinRemove unused GetTextExtent() call from wxProgressDialog.
2010-06-02  Francesco Montorsidisable FTPTestCase by default.
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 ZeitlinRegenerate wxstd.pot with the recently added translatab...
2010-05-31  Vadim ZeitlinDon't disable wxID_PRINT_SETUP even when there is no...
2010-05-31  Vadim ZeitlinTranslate strings used in doc-view printing code.
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-31  Vadim ZeitlinNo real changes, just avoid an unnecessary heap allocat...
2010-05-30  Vadim ZeitlinFix wxFont::IsFixedWidth() under MSW to always return...
2010-05-30  Francesco MontorsiAdd a simple example to make it easier to get started...
2010-05-30  Francesco Montorsiimplement * and / operators for wxPoint, not only wxSize.
2010-05-30  Vadim ZeitlinAdd <span> tag and limited support for CSS styles to...
2010-05-30  Vadim ZeitlinNo changes, just rebaked and reran autoconf.
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  Václav Slavíkwxrc -g should output filenames in Unix format.
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-29  Francesco Montorsiremove test code for wxScopeGuard (there's already...
2010-05-29  Francesco Montorsiremove wxCmdLineParser tests; there is already a much...
2010-05-29  Francesco Montorsiget rid of socket tests; there are marked as broken...
2010-05-29  Francesco Montorsimove all non-interactive FTP tests from the console...
2010-05-28  Francesco MontorsiAdd examples of usage for easy copy-and-paste.
2010-05-28  Jouk JansenUpdate configuration for wxX11 on OpenVMS
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  Vadim ZeitlinCorrect wxEVT_AUXn_XXX event types names.
2010-05-27  Vadim ZeitlinAdd missing samples to samples.dsw.
2010-05-27  Jaakko SalliFixed wxComboCtrl::SetButtonPosition() on Vista/Win7...
2010-05-27  Jouk Jansenuse wxToggleButtonXmlHandler::DoCreateBitmapToggleButto...
2010-05-26  Francesco Montorsiadd docs for the global wxStringTokenize() function...
2010-05-26  Francesco Montorsifix incoherency between the wxThread implementation...
2010-05-26  Robert RoeblingApplied patch, fixes #12090: wxGTK cursor handling...
2010-05-26  Jaakko SalliComboControl -> ComboCtrl
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  Francesco Montorsiremove streams tests: they're very basic and already...
2010-05-23  Robert Roeblingnon-PCH compilation
2010-05-23  Paul Cornettcompile fix for GTK2 systems which have X11/extensions...
2010-05-23  Vadim ZeitlinRemove non-working or semi-working tests added from...
2010-05-22  Vadim ZeitlinAdded wxMessageQueue::Clear().
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 ZeitlinCorrect notebook sample layout.
next