]> git.saurik.com Git - wxWidgets.git/history - include/wx
use global operator new to fix compilation errors if type T overloads new (as wxObjec...
[wxWidgets.git] / include / wx /
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
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(...
next