hook the docview-specific customization of event handling logic at TryValidator(...
[wxWidgets.git] / src /
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  Stefan Csomorfixing typo (lead to always floating layering for simpl...
2008-09-21  Jaakko SalliFixed non-precompiled headers compilation
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  Jaakko SalliRemoved #include <typeinfo> (since C++ RTTI is no longe...
2008-09-21  Jaakko SalliMoved SetPropertyAttributeAll() to wxPropertyGridInterface
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  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  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 Zeitlinuse a single wxKeyboardEvent parameter instead of 4...
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 SalliEliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS
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  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 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-17  Vadim Zeitlinensure that the copies of the bitmap passed to wxMemory...
2008-09-17  Jaakko SalliAdded separate SetFocusOnCanvas() function so that...
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-16  Jaakko SalliTry to display '...' text on editor buttons more consis...
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  Jaakko SalliEliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
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-15  Vadim Zeitlinuse wxSwap()
2008-09-15  Julian SmartFixed Freeze problem that rendered control invisible
2008-09-15  Vadim Zeitlinimplement CreateGrid() in terms of SetTable() instead...
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 ZeitlinWinCE compilation fix: don't use FNERR_INVALIDFILENAME
2008-09-15  Vadim Zeitlinremove automatic selection of the current row/column...
2008-09-15  Vadim Zeitlinselect current column when Ctrl-Space is pressed; the...
2008-09-15  Jouk JansenUpdate OpenVMS compile support
2008-09-15  Vadim Zeitlinimprove display of hints during column move (#9884)
2008-09-15  Vadim Zeitlindon't steal focus back to wxGrid when it hides an edito...
2008-09-15  Vadim Zeitlinfix drawing of the column move hint when the grid is...
2008-09-15  Vadim Zeitlinfix repaining of highlight for merged cells (#9718)
2008-09-14  Vadim Zeitlinwe don't need to round up the best/fitting grid size...
2008-09-14  Vadim Zeitlinneed to AdjustScrollbars() after changing the virtual...
2008-09-14  Vadim Zeitlinmove the grid-specific workaround for scrollbar hystere...
2008-09-14  Vadim Zeitlindon't use SetScrollbars() as this forces the grid virtu...
2008-09-14  Vadim Zeitlinno changes, just clarified a comment
2008-09-14  Vadim Zeitlinreally, really fix handling Enter in spin controls...
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 SalliwxVariant list used to translate between list of proper...
2008-09-14  Jaakko SalliAdapt to 'premature' events being sent from editor...
2008-09-14  Jaakko SalliFixed ambiguity with bitwise operators
2008-09-14  Vadim Zeitlinadded wxFileName::GetVolumeString() (#9950)
2008-09-14  Vadim Zeitlincompilation fix after the last commit
2008-09-14  Vadim Zeitlindon't give spurious error messages if the default brows...
2008-09-14  Vadim Zeitlinbuild fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
2008-09-14  Vadim Zeitlinmake ellipses drawn with transparent pen more wxGC...
2008-09-14  Vadim Zeitlinmust include typeinfo before using typeid()
2008-09-13  Vadim Zeitlincache the item text size to optimize tree layout/painti...
2008-09-13  Vadim Zeitlinno real changes, just some reformatting
2008-09-13  Jaakko SalliwxPropertyGrid::DoPropertyChanged() incorrectly passed...
2008-09-13  Jaakko SalliwxPropertyGrid member m_visPropArray removed, now alway...
2008-09-13  Robert RoeblingFix crash
2008-09-13  Jaakko SalliNeeded to convert string variable's type from wxChar...
2008-09-13  Robert Roeblinginclude <typeinfo> in all files
2008-09-12  Vadim Zeitlinmust include typeinfo before using typeid()
2008-09-12  Vadim Zeitlinmust include typeinfo before using typeid()
2008-09-12  Vadim ZeitlinPCH-less compilation fix
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-12  Stefan Csomorimplementing changes in toolbartool directly
2008-09-12  Stefan CsomorCoreText fixes
2008-09-12  Vadim ZeitlinSTL build fix
2008-09-12  Vadim Zeitlinreturn true from IsBeingDeleted() if any of the parent...
2008-09-12  Vadim Zeitlinadd wxCANCEL_DEFAULT support
2008-09-11  Vadim Zeitlinadded wxCANCEL_DEFAULT style to wxMessageDialog (only...
2008-09-11  Jouk JansenOpenVMS chokes on external templates
2008-09-11  Stefan Csomoradding missing y axis flip
2008-09-11  Stefan Csomoradding min and max size support for resizing events
2008-09-11  Stefan Csomorfixes #9951
2008-09-11  Stefan Csomorfix bugs in the last changes to min and max size handli...
2008-09-11  Vadim Zeitlinmade wxLogGui more flexible and documented it and added...
2008-09-11  Vadim Zeitlinget rid of __WXCOCOA__ check in common CreateLogTarget...
2008-09-11  Vadim Zeitlinpartially revert 55488: don't use message box with...
2008-09-11  Vadim Zeitlinreplace the static control in wxMessageDialog with...
2008-09-11  Jouk Jansenupdate OpenVMS compile support
2008-09-11  Jouk Jansenrename variable which was redefined inside a loop
2008-09-11  Stefan Csomorsolving osx problems (default inlines-hidden) by explic...
2008-09-11  Kevin OllivierDoGetAsBitmap implementation for Cocoa.
next