]> git.saurik.com Git - wxWidgets.git/history - include
Fix inplace editing of custom controls for
[wxWidgets.git] / include /
2007-04-19  Robert Roebling Fix inplace editing of custom controls for
2007-04-19  Václav Slavíkadded missing forward declaration for wxCStrData
2007-04-19  Václav Slavíkfixed compilation of STL non-UTF8 builds
2007-04-19  Václav Slavíkmoved primitive string and string iterators operations...
2007-04-19  Václav Slavíkmoved vararg CRT functions wrappers to a new wxcrtvarar...
2007-04-18  Robert Roebling Corrected/implemented sorting (by way of clicking on
2007-04-18  Václav Slavíkfixed DLL linking of wxMessageOutput class
2007-04-18  Václav Slavíkcompilation fix
2007-04-17  Václav Slavíkadded conversion to and from std::string and std::wstri...
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-17  Paul Cornettadd wxUSE_STC wrappers
2007-04-16  Robin DunnFix DLL compilation
2007-04-16  Vadim Zeitlincorrected the direction of comparisons between wxString...
2007-04-16  Robert Roebling Rewritten in-place editing for generic wxDataViewCtrl
2007-04-16  Václav Slavíkadded wxMBConv argument to char_str()
2007-04-16  Václav Slavíkadded wxCStrData::As[W]CharBuf() that doesn't keep...
2007-04-16  Vadim Zeitlinadded new wxCONTROL_FLAT bit (see discussion of patch...
2007-04-15  Vadim Zeitlindon't erase background in GL canvases to reduce flicker
2007-04-15  Vadim Zeitlinadded #ifdef __X__ forgotten in last commit
2007-04-15  Vadim Zeitlinfix handling of stock menu items (creating a stock...
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2007-04-15  Vadim Zeitlinadded wxGetX11Display() returning the pointer of the...
2007-04-15  Václav Slavíkremoved implicit conversion from wxString::iterator...
2007-04-15  Václav Slavíkcompilation fix for VC6 with wxUSE_STL=1
2007-04-15  Vadim Zeitlinremoved unnecessary return in a void function
2007-04-15  Mattia Barbon Make wxClassInfo attributes private. Replace
2007-04-14  Vadim Zeitlinadded wxRTTI macros to stream classes (patch 1687073)
2007-04-14  Vadim Zeitlinadded overloads of ctor/insert/assign/append taking...
2007-04-14  Václav Slavíkadded ability to create 'non-owned' buffers that aren...
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-04-14  Václav Slavíkdon't use the VC6 workaround in wxList with newer versi...
2007-04-14  Václav Slavíkfixed wxUniCharRef::IsAscii() definition
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-14  Stefan Csomorcleaning up problems after string changes
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-12  Václav Slavíkmoved vararg handling code in wxMessageOutput to single...
2007-04-12  Václav Slavíkremoved unneeded wxChar* cast, we already have wxString one
2007-04-12  Vadim Zeitlinavoid code duplication by using helper functions
2007-04-11  Stefan Csomorchanging the Multiple Inheritance along the Single...
2007-04-11  Vadim Zeitlinderive wxStaticText from wxStaticTextBase under wxGTK1...
2007-04-11  Vadim Zeitlinlinking fix after the one before last commit
2007-04-11  Mattia Barbon Added --enable-extended_rtti configure switch (defaul...
2007-04-11  Vadim Zeitlincompilation fix after last commit
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-11  Vadim Zeitlinadded our own implementation of strto[u]ll() if the...
2007-04-10  Václav Slavíkdon't crash if (char*)c_str() is used twice in a row...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-09  Vadim Zeitlinfix unused parameter warning introduced by last commit
2007-04-09  Vadim Zeitlinmake wxVarVScrollLegacyAdaptor::OnGetLineHeight() non...
2007-04-09  Vadim Zeitlincompilation fixes after last commit
2007-04-09  Václav Slavíkstring iterator's operator- should return difference_ty...
2007-04-09  Václav Slavíkremoved spurious semicolons
2007-04-09  Václav Slavíkcompilation fix: needs wx/string.h
2007-04-08  Vadim Zeitlinfix a fatal crash due to using wxHSCROLL presence in...
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-08  Vadim Zeitlinfix the problem with parsing HTML comments (closes...
2007-04-08  Václav Slavíkfix crash in ~wxString with global wxString objects...
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2007-04-08  Vadim Zeitlincorrected typo in the creation date
2007-04-08  Vadim Zeitlinadded wxPosition helper class (extracted from patch...
2007-04-08  Vadim Zeitlinadded wxEXEC_BLOCK flag (patch 1620430)
2007-04-07  Vadim Zeitlinadded GetIconOfExactSize()
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlinadded IsEmpty()
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-04-07  Vadim Zeitlinadded MacOpenURL() (patch 1235957)
2007-04-07  Robert Roebling Restore border around non-scrolling widgets. The
2007-04-06  Vadim Zeitlinadd conversion of wxUniChar[Ref] to unsigned int if...
2007-04-06  Vadim Zeitlinadded operator-(const wxChar *, const wxCStrData&)...
2007-04-06  Vadim ZeitlinwxCStrData must be dllexport'd now that it has non...
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2007-04-06  Vadim Zeitlinhandle child destruction notifications in wxTLW itself...
2007-04-06  Vadim Zeitlinmore compilation and linking fixes for !wxHAS_NATIVE_TA...
2007-04-06  Vadim Zeitlincompilation fix for VC7.1: add size_t overloads for...
2007-04-05  Vadim Zeitlincompilation fix for g++ 3 (and probably others) after...
2007-04-05  Vadim Zeitlincompilation fixes for generic TAB navigation after...
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-04-05  Vadim ZeitlinwxString::[const_]iterator operators -= and += should...
2007-04-05  Vadim Zeitlinadded overloads taking pairs of const char/wchar_t...
2007-04-05  Vadim Zeitlinadded WX_ASSERT_STR_EQUAL helper macro for comparing...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-04-05  Robin DunnPatch from FM with more bakefile tweaks and etc.
2007-04-05  Vadim Zeitlinuse wxINT32_MIN, not LONG_MIN, in wxDateTime default...
2007-04-05  Vadim Zeitlinchanged wxLongLongNative(hi, lo) ctor to take wxInt32...
2007-04-05  Vadim Zeitlindefine C99-like wxINT8/16/32_MIN/MAX constants in addit...
2007-04-05  Václav Slavíkmade wxString::Replace, Matches and Find work with...
2007-04-05  Robin DunnBakefile and other changes for new locations of STC...
2007-04-04  Václav Slavíkbuild fixes after previous commit
2007-04-03  Václav Slavíkcleanup of wxString ctors and operator=: made both...
2007-04-03  Vadim ZeitlinUndid last commit and restored bool argument to wxFrame...
2007-04-03  Václav Slavíkcompilation fix for BCC5.5
2007-04-03  Václav Slavíkfixed wxBitmap<->wxImage conversion to not exchange...
2007-04-02  Vadim Zeitlinremoved second parameter of wxFrame::DoGiveHelp(),...
2007-04-02  Václav Slavíkadded some unsigned char overloads to wxString for...
2007-04-02  Václav SlavíkGetBaseByName doesn't exist anymore
2007-04-01  Vadim Zeitlincompilation fix for wxUniv after last commit
2007-04-01  Vadim Zeitlincompilation fix for !wxUSE_PRINTF_POS_PARAMS
2007-04-01  Vadim Zeitlinimplement GetBestSize() (patch 1386199)
next