added wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that...
[wxWidgets.git] / include /
2008-10-29  Vadim Zeitlinadded wxDocument::AlreadySaved() and use it in OnUpdate...
2008-10-29  Vadim Zeitlindocument wxDocument::GetDocumentSaved()
2008-10-28  Francesco Montorsifixed a missing ampersand
2008-10-28  Francesco Montorsimove wxVListBoxNameStr into vlbox.cpp source file ...
2008-10-28  Francesco Montorsimake IsKindOf() taking a const wxClassInfo* instead...
2008-10-28  Vadim Zeitlinno real changes, just reformat before starting really...
2008-10-27  Vadim Zeitlindisable workaround for lack of alpha support in native...
2008-10-27  Jaakko SalliAdded similar assignment operator as well
2008-10-27  Jaakko SalliAdded wxPropertyGridConstIterator(const wxPropertyGridI...
2008-10-27  Vadim Zeitlinfix handling of errors in wxConditionInternal::Wait...
2008-10-27  Jaakko SalliRemoved dummy wxFont == operator implementation (IIRC...
2008-10-27  Robert RoeblingAdded method to disable focus_out handling temporarily
2008-10-22  Vadim Zeitlincompilation fix for operator=() with DMC
2008-10-22  Jaakko SalliMerged wxBaseEnumPropertyClass (intermediate property...
2008-10-21  Robert RoeblingCorrect TAB handling for generic wxDataViewCtrl
2008-10-21  Jaakko SalliRemoved deprecated functions wxPGChoices::HasValue...
2008-10-20  Jaakko SalliUser should no longer be able to modify disabled or...
2008-10-20  Jouk Jansengtk1.x has less native functions than gtk2.x
2008-10-20  Vadim Zeitlina couple of more left over Borland unused variable...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-20  Vadim Zeitlinwork around Borland compilation errors
2008-10-20  Vadim Zeitlinfix virtual function hiding warnings introduced to...
2008-10-20  Stefan NeisCompilation fix for gcc-4 and newer.
2008-10-19  Stefan NeisCompilation fix for gcc-4 and newer.
2008-10-19  Jaakko SalliChanged argument of wxPropertyGrid::OnCustomEditorEvent...
2008-10-19  Jaakko SalliIn wxPropertyGridManager, alphabetic mode is now sorted...
2008-10-19  Vadim Zeitlinremove extraneous returns
2008-10-18  Jaakko SalliSimplistic tab support is now default (tab focuses...
2008-10-18  Vadim Zeitlinremove assert from GetSizeAvailableForScrollTarget
2008-10-17  Jaakko SalliwxPGProperty::GenerateComposedValue() -> protected...
2008-10-17  Vadim Zeitlincompilation fix for include wx/generic/stattextg.h...
2008-10-16  Robert RoeblingEnable intercepting ENTER in wxSpinCtrl under wxMac...
2008-10-16  Václav Slavíkforgot to commit toplevel.h as part of r56374
2008-10-16  Václav SlavíkCleaned up wxArtProvider:
2008-10-16  Jaakko SalliFixed broken wxMultiChoiceProperty::ValueToString()
2008-10-16  Jaakko SalliAdded virtual wxPGProperty::ValueToString(). In derived...
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
2008-10-16  Vadim Zeitlinadded wxConnection::IsTextFormat()
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
2008-10-16  Vadim Zeitlindisable VC6 warning C4284; put all warning disable...
2008-10-16  Václav Slavíkreverted broken changes from r56345 and r56349
2008-10-15  Václav Slavíkcompilation fix for older glib versions after r56345
2008-10-15  Jaakko SalliRemoved unneeded wxPG_INHERITED_PROPFLAGS
2008-10-15  Jaakko SalliRemove old workarounds to get cut, copy, and paste...
2008-10-14  Francesco Montorsienable more wx stuff when using gcc xml
2008-10-14  Jaakko SalliwxPGProperty::AddChild() can now be used to add normal...
2008-10-14  Robert RoeblingCorrect positioning of wxTextCtrl in wxPropertyGrid...
2008-10-14  Vadim Zeitlinadded wxXmlResource::FindXRCIDById() (#10026)
2008-10-14  Robert RoeblingAlso correct wxDList<T>
2008-10-14  Vadim Zeitlinfix the bug in insert(end(), value) and added unit...
2008-10-14  Vadim Zeitlinremove default value for the last parameter of insert...
2008-10-13  Vadim Zeitlinno real changes, just also rename _Read/_Write() to...
2008-10-13  Vadim ZeitlinCleanup of wxSocket::_Wait():
2008-10-13  Robert RoeblingUse native closure buttons under GTK+
2008-10-13  Robert RoeblingCorrect spelling, now use Indices
2008-10-13  Francesco Montorsiuse wxEmptyString instead of wxString() for default...
2008-10-12  Robert RoeblingCorrect spelling and signature of FixIndexesOfChildren
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2008-10-12  Jaakko SalliEliminate (or at least reduce) 64-bit build warnings...
2008-10-12  Jaakko SalliRe-added GetSelectProperty() to wxPropertyGridManager
2008-10-10  Francesco Montorsigroup hit-test flags into an enum (like I did in docs...
2008-10-10  Stefan Csomormoving embedding to common API
2008-10-10  Jaakko SalliGetPendingEditedValue() -> GetUncommittedPropertyValue...
2008-10-10  Robert RoeblingFix crash again
2008-10-09  Robert Roeblingimplement GetSizeAvailableForScrollTarget
2008-10-09  Francesco Montorsifix typo (missing P2 argument in template)
2008-10-09  Vadim Zeitlinuse wxScopeGuard instead of an explicit try/catch(...
2008-10-09  Vadim Zeitlinadd 3 parameter scope guard; improve its documentation
2008-10-08  Jaakko SalliRemoved '#ifndef DOXYGEN' sections
2008-10-08  Jaakko SalliRemoved dysfunctional wxPGPropery::PrepareValueForDialo...
2008-10-08  Jaakko SalliRemoved wxPropertyGridInterface::SetPropertyAttributes()
2008-10-08  Vadim Zeitlinadded wxDC::GetHDC() for backwards compatibility with...
2008-10-08  Stefan NeisWorkaround for bug in gcc-3.1 through gcc-3.3 in handli...
2008-10-07  Stefan NeisAvoid cyclic includes by forward declaring wxColour.
2008-10-07  Jaakko SalliRemoved SetPropertiesFlag() (high-level function using...
2008-10-07  Jaakko SalliEliminated last property generation macros from props...
2008-10-07  Jaakko SalliRemoved wxLongStringProperty derived property creator...
2008-10-07  Robert RoeblingForgot to commit
2008-10-06  Stefan Csomorporting dcscreen blit from 2.8
2008-10-06  Jaakko SalliMinimize use of editor class macros
2008-10-06  Jaakko SalliWhen registering editor, try wxRTTI class name in addit...
2008-10-06  Jaakko SalliRemove use of wxPG_EDITOR macro
2008-10-06  Jaakko SalliRemoved GetExpandedProperties() (used to act as poor...
2008-10-06  Jaakko SalliRemoved wxPropertyGridInterface::ClearPropertyValue...
2008-10-06  Vadim Zeitlinimplemented wxMemoryFSHandler::FindFirst/Next()
2008-10-06  Vadim Zeitlinmade m_Hash object, not a pointer and moved hash declar...
2008-10-06  Vadim Zeitlinrewrite using type safe wxHashMap instead of wxObject...
2008-10-06  Vadim Zeitlinremove erase(const_iterator) overload, it should have...
2008-10-06  Stefan Csomormoving more things to common API between carbon and...
2008-10-06  Vadim Zeitlinset svn properties correctly
2008-10-05  Vadim Zeitlincorrect the example/documentation of GetDocumentsDir...
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-05  Jaakko SalliNeed to call wxVScrolledWindow::UpdateScrollbar() in...
2008-10-04  Vadim Zeitlinadded the possibility to draw grid lines across the...
2008-10-04  Francesco Montorsiinterface revisions of ta*h te*h headers; grouped wxTex...
2008-10-04  Jaakko SalliAdded Description Box Height to saveable/restoreable...
2008-10-04  Robert RoeblingRemoved wxNavigationKey code, new keyboard navigation
2008-10-03  Vadim Zeitlindon't duplicate base class m_acceleratorTable as m_acce...
2008-10-03  Jaakko SalliExplicitly call wxObject ctor in wxColourPropertyValue...
2008-10-03  Jaakko SalliTweaked wxPGProperty::StringToValue() and IntToValue...
next