]> git.saurik.com Git - wxWidgets.git/history - include
fix compilation with cppunit 1.9 (which doesn't have stdCOut()) and some harmless...
[wxWidgets.git] / include /
2008-11-18  Vadim Zeitlinadd header required for PCH-less mingw32 compilation...
2008-11-17  Vadim Zeitlinimplement const rbegin/rend() versions (closes #3866)
2008-11-17  Vadim Zeitlinadded the possibility to rescale the image during loadi...
2008-11-16  Paul Cornettmake access for virtuals match base
2008-11-16  Paul Cornettcheck for self assignment in operator=
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-15  Jaakko SalliFixed various NULL reference issues. Also cleaned up...
2008-11-15  Jaakko SalliFixed wxPropertyGridPage::DoSetSplitterPosition() infin...
2008-11-14  Vadim Zeitlindo override SetSplitterPosition() in wxPropertyGridPage...
2008-11-14  Vadim ZeitlinCanPaste() should be const too
2008-11-13  Václav Slavíkimplement wxWindow::DragAcceptFiles() on all platforms
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
2008-11-12  Vadim Zeitlinfix warning about hiding the base class LoadFile()
2008-11-12  Vadim Zeitlinadded self-assignment check to wxListItem::operator=()
2008-11-12  Vadim Zeitlinadded check for self-assignment to wxPrintData::operato...
2008-11-12  Vadim Zeitlinremove consts from casts which don't do anything except...
2008-11-10  Vadim Zeitlinuse explicit global scope for a couple of more occurren...
2008-11-10  Vadim Zeitlinuse base class copy ctor in wxPGCell and wxPGChoiceEntr...
2008-11-10  Vadim Zeitlincompilation fix after wxFont changes (closes #10152)
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-11-09  Francesco Montorsiuse wxEventType coherently with the docs
2008-11-09  Vadim Zeitlinuse global operator new to fix compilation errors if...
2008-11-08  Francesco Montorsiuse wxFrameNameStr where possible instead of 'frame...
2008-11-08  Francesco Montorsido not halt gccXML because wxUSE_ACCESSIBILITY, even...
2008-11-07  Bryan PettyPrevent activation of the AUI hint window (mini frame...
2008-11-06  Jaakko SalliRemoved property editor validation failure assertions...
2008-11-05  Vadim Zeitlinremove Motif MDI files not used any longer
2008-11-04  Vadim Zeitlininclude wx/menu.h as we delete wxMenu pointer in this...
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsibuild fixes
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-03  Jaakko SalliMoved Get/SetPropertyText/BackgroundColour() member...
2008-11-03  Vadim Zeitlindefine wxHAS_CONFIG_TEMPLATE_RW if template wxConfig...
2008-11-03  Vadim Zeitlindefine operator<<(wxLongLong_t) for VC6 whether wxUSE_S...
2008-11-03  Vadim Zeitlinreally fix VC6 compilation of all testsi (without break...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-11-02  Stefan Csomormake sure virtual method isn't inlined away
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-11-02  Vadim Zeitlinadd yet another overload of assertEquals to fix another...
2008-11-02  Vadim Zeitlinremove tests for bool and {const,static,reinterpret...
2008-11-02  Vadim Zeitlinresolve the DLL linking problems with MSVC due to use...
2008-11-02  Vadim Zeitling++ compilation fix after latest changes
2008-11-02  Vadim Zeitlinadd assertEquals(int,unsigned short) overload to resolv...
2008-10-31  Vadim Zeitlinfix another MSVC /Wp64 warning about size_t to int...
2008-10-31  Jaakko SalliReworked wxPGCell. It is now reference counted, and...
2008-10-31  Vadim Zeitlinfix MSVC /Wp64 warning about size_t to int conversion...
2008-10-31  Vadim Zeitlinfix compilation without wxUSE_FILESYSTEM (closes #10114)
2008-10-30  Vadim Zeitlinfor some reason having int/size_t assertEquals() overlo...
2008-10-30  Vadim Zeitlinfix linking problems due to MSVC implicitly considering...
2008-10-30  Vadim Zeitlindon't use WXDLLIMPEXP_BASE with wx[Sorted]Array_SortFun...
2008-10-29  Francesco Montorsienable all compat symbols when using gccxml
2008-10-29  Francesco Montorsis/FALSE/false
2008-10-29  Vadim Zeitlinuse buffered streams to reduce the number of TCP packet...
2008-10-29  Vadim Zeitlinprovide ctors allowing to specify the non-default buffe...
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
next