wxWidgets.git
2008-09-25  Jaakko SalliAddPage(), InsertPage() now return page ptr instead...
2008-09-25  Jaakko SalliReduce ambiguity of selection functions in wxPropertyGr...
2008-09-25  Jaakko SalliRemoved wxPGProperty:GetArrIndex() in favor of GetIndex...
2008-09-25  Jaakko SalliRemoved redundant wxPGChoices::Set()
2008-09-25  Jaakko SalliRemoved redundant wxPGProperty::SetChoices()
2008-09-25  Vadim Zeitlindon't test for both stream.fail() and stream.bad()...
2008-09-25  Jaakko SalliSlightly better wxStockCursor usage
2008-09-25  Vadim Zeitlinspecify the file name in IO errors messages; also make...
2008-09-25  Jaakko SalliFixed bug: Settings property attribute to wxNullVariant...
2008-09-25  Jaakko SalliFix wxCursor() ctor compilation by casting argument...
2008-09-25  Robin DunnConsolidate old and new implementations of Get/SetSelection
2008-09-25  Robin Dunnremove another SWIG #if
2008-09-25  Jaakko SalliFixed bug: wxPGProperty::OnEvent() was never called...
2008-09-25  Robin DunnRevert last change
2008-09-25  Vadim Zeitlinfix parsing of IP literals in URIs, added test for it
2008-09-25  Vadim Zeitlinintroduced more convenient and readable URI_ASSERT_XXX_...
2008-09-25  Francesco Montorsismall changes to fix doxygen warnings
2008-09-25  Francesco Montorsimore revisions of f*h headers
2008-09-25  Vadim Zeitlinremoved hardcoded size of 66 bytes of PRINTDLG struct...
2008-09-25  Francesco Montorsifix many doxygen warnings; added wxMotif section in...
2008-09-25  Francesco Montorsismall build fixes for PCH-less builds
2008-09-25  Stefan Csomoravoiding crash for pure modifier events
2008-09-25  Robin DunnMore changes needed to fix problems resulting from...
2008-09-25  Robin DunnInstall kbdstate.h and mousestate.h
2008-09-25  Kevin OllivierGet wxMediaCtrl stub impl. going for OS X Cocoa.
2008-09-25  Kevin OllivierRemove some wxCocoa stuff that isn't in OS X Cocoa.
2008-09-24  Kevin Ollivier#ifdef Carbon-specific code to get stubbed DND support...
2008-09-24  Robin DunnFix OpenGL test on OSX
2008-09-24  Robin DunnUnicode-related compile fixes
2008-09-24  Robin DunnIgnore the DECLARE_*()'s when swigging
2008-09-24  Robin DunnFix wxStockCursor realted compile error
2008-09-24  Francesco Montorsiifacecheck fixes to c*.h headers
2008-09-24  Francesco Montorsimade internal members of wxColourData public again...
2008-09-24  Francesco Montorsimake m_strDefaultValueForCmp always non-empty; this...
2008-09-24  Vadim Zeitlinstill define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_...
2008-09-24  Francesco Montorsifix build errors deriving from making wxColourData...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-24  Michael WetherellInitial commit for Laurent Humbertclaude's Windows...
2008-09-24  Francesco Montorsimade internal members of wxColourData private; they...
2008-09-24  Francesco Montorsichanged wxColourData::GetCustomColour to const; there...
2008-09-24  Vadim Zeitlinreturn false, not true, from wxSingleInstanceChecker...
2008-09-24  Vadim Zeitlinreverted r55167, see #9854
2008-09-24  Vadim Zeitlinrestore the original selection when the dropdown is...
2008-09-24  Vadim Zeitlindocument Connect(host, port) overload
2008-09-24  Stefan Csomorsupporting GetSize, fixes #9969
2008-09-23  Jaakko SalliDocument revisioning (including more wx-like formatting...
2008-09-23  Jaakko SalliRemove obsolete references to 'target page' concept
2008-09-23  Jaakko SalliRemove doc references to 'common value' (which is unfin...
2008-09-23  Stefan Csomorfixing compiles under certain flags
2008-09-22  Vadim Zeitlincopied and pasted 2.8.9 change log section (was there...
2008-09-22  Francesco Montorsifix signature of wxClipboard::UserPrimarySelection...
2008-09-22  Francesco Montorsifix typo
2008-09-22  Francesco MontorsiBIG CHANGES:
2008-09-22  Francesco Montorsiautomated virtual/const fixes by ifacecheck
2008-09-22  Francesco Montorsiifacecheck fixes
2008-09-22  Vadim Zeitlincompilation fix for PCH-less build
2008-09-22  Vadim Zeitlinuse wxGetDisplayPPI() instead of redoing it
2008-09-22  Vadim Zeitlinuse factor of 10, not 100, to convert mm to cm after...
2008-09-22  Vadim Zeitlinuse inches2mm instead of literal constant in wxGetDispl...
2008-09-22  Vadim Zeitlinfix METRIC_CONVERSION_CONSTANT which got accidentally...
2008-09-22  Vadim Zeitlinposition the insertion point to the start, not end...
2008-09-22  Vadim Zeitlindon't crash if the grid is being deleted while a cell...
2008-09-22  Vadim Zeitlinmention that width/height parameters to wxDisplaySize...
2008-09-22  Vadim Zeitlinadded a simple test for wxGetDisplayXXX() functions
2008-09-22  Vadim Zeitlinfix the event handling in presence of pushed event...
2008-09-22  Stefan Csomorusing new API instead of 2.8 compat, fixes #9990
2008-09-22  Stefan Csomorfixing typo, thanks to Angelo Mottola
2008-09-22  Vadim Zeitlinno changes, just clarified meaning of various conversio...
2008-09-22  Stefan Csomorfixing override, fixes #9985 (second error)
2008-09-22  Kevin OllivierRebake after taskbar addition (apparently dlist.h commi...
2008-09-22  Kevin OllivierAdding compiling (but not yet working) taskbar implemen...
2008-09-22  Vadim Zeitlinno changes, just some markup fixes
2008-09-22  Vadim Zeitlinuse ProcessEventHere() instead of ProcessEvent() in...
2008-09-22  Vadim Zeitlinhook the docview-specific customization of event handli...
2008-09-22  Vadim Zeitlincorrect and expand (while omitting the irrelevant bits...
2008-09-22  Vadim Zeitlinextracted the part of ProcessEvent() which is repeated...
2008-09-21  Francesco Montorsiother ifacecheck fixes
2008-09-21  Francesco Montorsivarious misc ifacecheck fixes (many virtual attributes...
2008-09-21  Francesco Montorsirevised and fixed some typos
2008-09-21  Francesco Montorsiignore preprocessor lines which #define a symbol to...
2008-09-21  Francesco Montorsicomplete rev55777 with some icon.h modifications which...
2008-09-21  Stefan Csomorfixing typo (lead to always floating layering for simpl...
2008-09-21  Francesco Montorsiintroduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP...
2008-09-21  Jaakko SalliFixed non-precompiled headers compilation
2008-09-21  Stefan Csomorfixes #9982
2008-09-21  Václav SlavíkRemoved too strict check from wx-config that prevented...
2008-09-21  Stefan Csomorfixing focus, fixes #9985
2008-09-21  Jaakko SalliRevised #ifndef WX_PRECOMP headers, added missing ...
2008-09-21  Jaakko Salli'wx(U)LongLong << variant' type safety improved (now...
2008-09-21  Francesco Montorsifix default argument values
2008-09-21  Jaakko SalliRemove redundant GetValueRef() from wxVariantData impl...
2008-09-21  Jaakko SalliRemoved #include <typeinfo> (since C++ RTTI is no longe...
2008-09-21  Jaakko SalliMoved SetPropertyAttributeAll() to wxPropertyGridInterface
2008-09-21  Jaakko SalliA lot of documentation revision. Updated doctest code...
2008-09-21  Vadim Zeitlindon't waste time sending out update UI events for separ...
2008-09-21  Václav SlavíkGet rid of gs_cairo; if wxGtkPrint* classes are used...
2008-09-21  Vadim Zeitlinno changes, just reformat/reindent, remove wxT()s
2008-09-21  Václav Slavíkroute all Cairo calls in GTK printing code through...
2008-09-21  Václav Slavíkadded wxGetDisplayPPI() convenience function and wxPrin...
2008-09-21  Václav Slavíkprogress message passed to wxDC::StartDoc() is not...
next