hook the docview-specific customization of event handling logic at TryValidator(...
[wxWidgets.git] / include /
2008-09-22  Vadim Zeitlinhook the docview-specific customization of event handli...
2008-09-22  Vadim Zeitlinextracted the part of ProcessEvent() which is repeated...
2008-09-21  Francesco Montorsivarious misc ifacecheck fixes (many virtual attributes...
2008-09-21  Francesco Montorsicomplete rev55777 with some icon.h modifications which...
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  Stefan Csomorfixing focus, fixes #9985
2008-09-21  Jaakko Salli'wx(U)LongLong << variant' type safety improved (now...
2008-09-21  Jaakko SalliRemove redundant GetValueRef() from wxVariantData impl...
2008-09-21  Jaakko SalliMoved SetPropertyAttributeAll() to wxPropertyGridInterface
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 OllivierStubbed wxToolTip implementation to get code that uses...
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 SalliMoved wxPGChoices m_choices member from various propert...
2008-09-19  Vadim Zeitlinimplement EnableTextChangedEvents() to make ChangeValue...
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  Vadim Zeitlinuse #defines, not typedefs, for compatibility class...
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  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  Jaakko SalliRemoved #ifndef DOXYGEN
2008-09-17  Jaakko SalliAdded separate SetFocusOnCanvas() function so that...
2008-09-17  Jaakko SalliwxUSE_PROPGRID is now recognized by source and header...
2008-09-16  Stefan Csomorfixing redefine warnings
2008-09-16  Vadim Zeitlinmore grid folding: got rid of duplicate version of...
2008-09-16  Jaakko SalliEliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
2008-09-16  Robert RoeblingAdded reverse iterator to wxVector<T>
2008-09-16  Julian SmartSwitched off some buggy optimisation that caused caret...
2008-09-16  Vadim Zeitlinstart of the great grid folding: introduce wxGridOperat...
2008-09-16  Vadim Zeitlindisable AUI (and also MDI in 2.8) under CE, it doesn...
2008-09-15  Vadim Zeitlinuse wxSwap()
2008-09-15  Vadim Zeitlindocument wxDELETE() and wxDELETEA()
2008-09-15  Vadim Zeitlinmore cleanup (removed some TODOs/FIXMEs); use native...
2008-09-15  Vadim Zeitlinremove the now unused GetScroll[XY]
2008-09-15  Vadim Zeitlintake old (wx 2.2? older?) wxGrid compatibility function...
2008-09-14  Vadim Zeitlinmove the grid-specific workaround for scrollbar hystere...
2008-09-14  Vadim Zeitlinno changes, just removed the unnecessary wxGrid:: quali...
2008-09-14  Jaakko SalliHave support for both char* and wchar_t* in wxPGPropArg...
2008-09-14  Jaakko SalliFixed bug: Setting property value string did not update...
2008-09-14  Jaakko SalliUpdated documentation to acknowledge the fact that...
2008-09-14  Jaakko SalliwxVariant list used to translate between list of proper...
2008-09-14  Jaakko SalliRemoved dllimpexp declaration from std::vector typedef
2008-09-14  Vadim Zeitlinadded wxFileName::GetVolumeString() (#9950)
2008-09-14  Vadim Zeitlinbuild fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
2008-09-14  Vadim Zeitlincheck the item index inside Item() itself instead of...
2008-09-13  Vadim Zeitlincache the item text size to optimize tree layout/painti...
2008-09-13  Jaakko SalliwxPropertyGrid member m_visPropArray removed, now alway...
2008-09-13  Jaakko SalliCleaned up wxPropertyGrid::SetCurrentCategory()
2008-09-13  Jaakko SalliFixed warnings caused by docstrings in %pythoncode...
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-12  Stefan CsomorCoreText fixes
2008-09-12  Stefan Csomormissin quote
2008-09-12  Vadim Zeitlinreturn true from IsBeingDeleted() if any of the parent...
2008-09-12  Vadim Zeitlinfix the event type in EVT_GRID_[CMD_]COL_MOVE declarati...
2008-09-12  Stefan Csomormaking state changing calls on tool virtual
2008-09-11  Vadim Zeitlinadded wxCANCEL_DEFAULT style to wxMessageDialog (only...
2008-09-11  Vadim Zeitlinadded wxCANCEL_DEFAULT style to wxMessageDialog (only...
2008-09-11  Stefan Csomorfixes #9951
2008-09-11  Vadim Zeitlinmade wxLogGui more flexible and documented it and added...
2008-09-11  Vadim Zeitlinadded swap() for the other arrays too (and now committi...
2008-09-11  Vadim Zeitlinadded wxArrayString::swap()
2008-09-11  Vadim Zeitlinget rid of __WXCOCOA__ check in common CreateLogTarget...
2008-09-11  Vadim Zeitlinreplace the static control in wxMessageDialog with...
2008-09-11  Stefan Csomorfixing compilo
2008-09-11  Stefan Csomorsolving osx problems (default inlines-hidden) by explic...
2008-09-10  Stefan Csomor32/64 bit universal builds support
2008-09-10  Stefan Csomorupdating fixed config data for xcode builds for gcc...
2008-09-08  Benjamin Williamsfix aui sample breakage; added some accessor methods...
2008-09-07  Kevin OllivierRemove a couple duplicate feature checks, and check...
2008-09-07  Stefan Csomoravoiding crashes on osx during app shutdown
2008-09-07  Stefan Csomorchanges for command line builds of osx-cocoa
2008-09-07  Václav Slavíkwhatever it is, wxXmlResource::GetFirstRoot() isn't...
2008-09-06  Vadim Zeitlinimplement Empty() using clear() instead of Truncate(0)
2008-09-06  Vadim Zeitlinaccess TLS cache variable directly and not via a helper...
2008-09-06  Stefan CsomorRGBColor is part of ApplicationServices also under...
2008-09-06  Stefan Csomordefines reordered, support for non-precomp cocoa
2008-09-06  Stefan Csomoradapting to new platform constants
2008-09-05  Stefan Csomoradapting to new msgdlg class hierarchy
2008-09-05  Stefan Csomorforward define for non precomp build, switching preproc...
2008-09-05  Vadim Zeitlinallow passing literal strings and results of c_str...
2008-09-05  Stefan Csomorforward define for non precomp build
2008-09-05  Vadim Zeitlinmake it possible to use stock ids for custom message...
next