wxWidgets.git
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...
2008-09-21  Robert RoeblingAdded wxDList<T>. not yet used anywhere
2008-09-21  Kevin OllivierRebake after changes.
2008-09-21  Kevin OllivierStubbed wxToolTip implementation to get code that uses...
2008-09-20  Kevin OllivierRebake after bakefile changes.
2008-09-20  Kevin OllivierCopy headers and get MDI and glcanvas fully building...
2008-09-20  Kevin OllivierFix bakefiles. Precomp variable is used undefined when...
2008-09-20  Kevin OllivierSource changes needed to get MDI support compiling...
2008-09-20  Vadim Zeitlinadd const synonyms for wxGridTableBase::GetNumberRows...
2008-09-20  Vadim Zeitlinfix g++ warning about order of objects in the initializ...
2008-09-20  Vadim Zeitlinuse a single wxKeyboardEvent parameter instead of 4...
2008-09-19  Vadim Zeitlinallow specifying the initial modifier keys values in...
2008-09-19  Vadim Zeitlin- Main change is the addition of wxGridSelectRowsOrColu...
2008-09-19  Vadim Zeitlinmake wxKeyEvent and wxMouseEvent derive from the same...
2008-09-19  Jaakko SalliRemoved macros to create enum and flag props with custo...
2008-09-19  Jaakko SalliEliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS
2008-09-19  Jaakko SalliEliminated WX_PG_DECLARE_X_METHODS macros
2008-09-19  Jaakko SalliEliminate a warning
2008-09-19  Jaakko SalliMoved wxPGChoices m_choices member from various propert...
2008-09-19  Jaakko SalliDo not insert client data if client data is not used
2008-09-19  Michael WetherellChange <checkout> slightly so that it doesn't display...
2008-09-19  Francesco Montorsiimproved support for typedefs
2008-09-19  Vadim Zeitlinadd unit test for wxTextEntry methods of wxComboBox
2008-09-19  Vadim Zeitlinfix bug in SetInsertionPoint(-1) implementation
2008-09-19  Vadim Zeitlinset selection point to end in wxTextEntryBase::SetValue...
2008-09-19  Vadim Zeitlinimplement EnableTextChangedEvents() to make ChangeValue...
2008-09-19  Vadim Zeitlindo enable PCH for the tests, wx/wx.h was not precompile...
2008-09-19  Vadim Zeitlinextract wxTextEntry unit tests in a reusable base class
2008-09-19  Vadim Zeitlinset buffer length after reading the file contents into...
2008-09-19  Vadim Zeitlinreturn 0 (meaning the file is not seekable, as the...
2008-09-19  Vadim Zeitlinfix ownerdrawn button label drawing in ODS_NOACCEL...
2008-09-19  Vadim Zeitlincancel the current operation if mouse capture is lost...
2008-09-18  Robert RoeblingMove definition of wxListIteratorFunction and ..SortFun...
2008-09-18  Francesco Montorsifix for gccxml
2008-09-18  Francesco Montorsifix default arguments for various functions/ctors
2008-09-18  Francesco Montorsifew details fixed
2008-09-18  Stefan Csomorremove tests, from trunk, until we've sorted out the...
2008-09-18  Jaakko SalliRemoved unused comment
2008-09-18  Jaakko SalliDocument struct wxPGPaintData in function docs of only...
2008-09-18  Vadim Zeitlinmention that you need to update samples/samples.dsw...
2008-09-18  Jaakko SalliAdded section for propgrid sample
2008-09-18  Jaakko SalliReplaced @link with @ref
2008-09-18  Vadim Zeitlinuse #defines, not typedefs, for compatibility class...
2008-09-18  Jaakko SalliMade section names more globally unique
2008-09-18  Vadim Zeitlinrebaked after propgrid sample addition
2008-09-18  Jaakko SalliAdded 'propgrid'
2008-09-18  Stefan Csomoradding new commands for tests
2008-09-18  Stefan Csomorfixing deprecated constructors for osx
2008-09-18  Stefan Csomorin release builds gcc on osx evaporates these inlines...
2008-09-17  Vadim Zeitlinensure that the copies of the bitmap passed to wxMemory...
2008-09-17  Jaakko SalliRemoved wxPGProperty class overview docs from actual...
2008-09-17  Jaakko SalliFixed typos
2008-09-17  Jaakko SalliRemoved unused commented-out define
2008-09-17  Robert Roeblingminor corrections
2008-09-17  Jaakko SalliRemoved #ifndef DOXYGEN
2008-09-17  Jaakko SalliAdded separate SetFocusOnCanvas() function so that...
2008-09-17  Jaakko SalliRemoved some old testing code. Added more appropriate...
2008-09-17  Jaakko SalliTry to improve focus problem situation by using more...
2008-09-17  Jaakko SalliwxUSE_PROPGRID is now recognized by source and header...
2008-09-17  Stefan Csomornext attempt
2008-09-17  Michael WetherellGeneral purpose slave lock.
2008-09-17  Stefan Csomorreverting, something in locks wasn't good
2008-09-17  Stefan CsomorMW speedups
2008-09-16  Stefan Csomorosx_cocoa build
2008-09-16  Jaakko SalliTry to display '...' text on editor buttons more consis...
2008-09-16  Stefan Csomorfixing redefine warnings
2008-09-16  Stefan Csomornext build
2008-09-16  Stefan Csomoradding scheduler
2008-09-16  Jaakko SalliDo not incorrectly interprete StringToValue() returning...
2008-09-16  Vadim Zeitlinmore grid folding: got rid of duplicate version of...
2008-09-16  Vadim Zeitlindocument wxGridTableBase
2008-09-16  Jaakko SalliRemoved some test code left in a long time ago
2008-09-16  Jaakko SalliEliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
2008-09-16  Michael WetherellFix -- in comment.
next