]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-03-23  Vadim Zeitlincompilation fix after wxCStrData changes
2007-03-23  Vadim Zeitlincompilation fix after last commit
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-23  Vadim Zeitlindestroy m_impl even if an exception is thrown from...
2007-03-23  Vadim Zeitlinalso removed WXDLLIMPEXP_BASE from friend declaration...
2007-03-23  Václav SlavíkwxLogGeneric usage compilation fix
2007-03-23  Vadim Zeitlinremoved dll export declaration for wxCStrData: it's...
2007-03-23  Vadim Zeitlinfix DLL build with MSVC: it wasn't happy that some...
2007-03-22  Václav Slavíkreimplemented wx[W]CharBuffer using templates
2007-03-22  Vadim Zeitlinadded explicit conversion of wxCStrData to const void...
2007-03-22  Vadim Zeitlinremove wxWINT_T_IS_TYPEDEF as it seems wint_t is always...
2007-03-22  Vadim Zeitlinadded macros to avoid code repetition when defining...
2007-03-22  Vadim Zeitlinadded wxCStrData conversion to const unsigned char...
2007-03-22  Vadim Zeitlinadd operator+=(unsigned char) for backwards compatibili...
2007-03-22  Vadim Zeitlinadded conversion to unsigned int too: this is needed...
2007-03-22  Vadim Zeitlinremoved Matches(const wxChar *, int=0) overload: it...
2007-03-22  Vadim Zeitlincorrect the checked flag in the event generated by...
2007-03-22  Vadim Zeitlinrename wxlike-libdirname to just wxlike-dirname (patch...
2007-03-22  Vadim Zeitlindon't lose the combobox text when it's opened and close...
2007-03-22  Vadim Zeitlinuse correct background colour for the box label when...
2007-03-22  Vadim Zeitlincall GetTextExtent() after selecting the correct font...
2007-03-21  Vadim Zeitlinuse wxIsEmpty() instead of deprecated IsEmpty()
2007-03-21  Jouk Jansen Committing in .
2007-03-21  Jouk Jansen Committing in .
2007-03-21  Paul Cornettrevert use of AllocExclusive
2007-03-20  Vadim Zeitlinremoved extraneous comma at the end of wxGridDirection...
2007-03-20  Vadim Zeitlinremoved extraneous semicolons
2007-03-20  Vadim Zeitlinno changes, just fixed spelling of 'indeterminate'
2007-03-20  Václav Slavíkadded wxUniChar <-> unsigned char conversion
2007-03-20  Vadim Zeitlinremoved unnecessary WXDLLIMPEXP_CORE from private class...
2007-03-20  Václav Slavíkcompilation fixes for !wxUSE_INTL case
2007-03-20  Vadim Zeitlinprevent GTK+ from changing locale when wxUSE_INTL=...
2007-03-20  Vadim Zeitlindon't offset the window being centered more than strict...
2007-03-20  Václav Slavíkcompilation fix after STL fixes if 2.8 compatibility...
2007-03-19  Vadim Zeitlinfix non-PCH build after latest change
2007-03-19  Vadim Zeitlindeprecate wxTR_EXTENDED and remove it from the docs
2007-03-19  Vadim Zeitlinfixed handling of accelerators using PageUp/Down keys...
2007-03-19  Vadim Zeitlincorrected VT_DATE conversion (bug 1683882)
2007-03-19  Václav Slavíkfixed compilation if wxUSE_STL=1
2007-03-19  Václav Slavíkfixed missing ; after class declaration
2007-03-19  Václav Slavíktagged IsEmpty(), Strlen() and Stricmp() global functio...
2007-03-19  Václav Slavíkfixed wrong include path
2007-03-19  Václav Slavíkuse wxUin32 for wxUniChar::value_type: we need 32bit...
2007-03-19  Václav SlavíkwxUniChar::unicode_type -> value_type
2007-03-19  Václav Slavíkadded makefile targets for building individual libs...
2007-03-19  Benjamin Williamsapplied patch 1683441
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2007-03-19  Vadim Zeitlinadded wxString::operator=(const wxCStrData&) to make...
2007-03-19  Vadim Zeitlinadded ctor for wxChar/WCharBuffer from wxCStrData in...
2007-03-19  Václav Slavíkfixed wxDataViewCtrl compilation with DigitalMars
2007-03-19  Vadim Zeitlinfix non-PCH build after latest change
2007-03-19  Vadim Zeitlinhandle 0 timeout in RunLoop() correctly
2007-03-19  Vadim Zeitlininitialize m_maxFD to avoid passing invalid values...
2007-03-19  Vadim Zeitlinimplement DoStretchBlit() in terms of DoBlit() and...
2007-03-19  Vadim Zeitlincompilation fix for switch(wxChar)
2007-03-19  Vadim Zeitlinreturn wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYS...
2007-03-19  Vadim Zeitlinuse wxCollapsiblePane in the log dialog (patch 1624796)
2007-03-19  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-19  Vadim Zeitlincompilation fix after wxUniChar changes
2007-03-19  Vadim Zeitlinfix compilation after c_str() changes, mainly by replac...
2007-03-19  Vadim Zeitlinadded wxXmString ctor from wxCStrData to fix compilatio...
2007-03-19  Vadim Zeitlinadded missing wxGUIAppTraits::SetLocale()
2007-03-19  Vadim Zeitlinadd overloads of wxString and wxCStrData::operator...
2007-03-18  Vadim Zeitlinadded wxCStrData::operator+(long) overload (this fixes...
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-18  Vadim Zeitlinreplaced c_str() with mb_str() to fix compilation after...
2007-03-18  Vadim Zeitlinfixed typo in last commit
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-18  Vadim Zeitlinfix assert because of passing more than one border...
2007-03-18  Vadim Zeitlinmodify m_encoding, not m_name, in wxCSConv::CreateConvI...
2007-03-18  Vadim Zeitlindon't check if the file exists if we don't use it
2007-03-18  Vadim Zeitlingive us wxSTAY_ON_TOP style if our parent has it, other...
2007-03-18  David ElliottwxTopLevelWindowCocoa::SetTitle title parameter is...
2007-03-18  Vadim Zeitlinfix XModifierKeymap memory leak (patch 1683137)
2007-03-18  Vadim Zeitlinuse wxStandardPaths and wxFileName in wxFileConfig...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-18  Vadim Zeitlinfix the run-time behaviour after the last compilation...
2007-03-18  Vadim Zeitlinadded wxJoin and wxSplit functions (modified patch...
2007-03-18  Vadim Zeitlinfix VC warning about applying unary minus to unsigned...
2007-03-18  Vadim Zeitlincompilation fixes after c_str() changes
2007-03-18  Vadim Zeitlinremoved minimal-specific Info.plist; updated the versio...
2007-03-18  Vadim Zeitlinlist samples/Info.plist in one manifest only (the Mac...
2007-03-17  Vadim Zeitlincorrected typo in \texttt in last commit
2007-03-17  Vadim Zeitlinupdated portability note for wxGetDiskSpace (patch...
2007-03-17  Vadim Zeitlinfixed signed/unsigned comparison warnings; reformatted...
2007-03-17  Vadim Zeitlincompilation fixes after c_str() changes (due to casting...
2007-03-17  Vadim Zeitlinremoved tests for WXWIN_COMPATIBILITY_2_4
2007-03-17  Vadim Zeitlinproduce better HTML output by using Unicode equivalents...
2007-03-17  Vadim Zeitlinrenamed meaningless IsRealClass() function in CanBeUsed...
2007-03-17  Vadim Zeitlindon't try to use XRCCTRL() with wxMenuBar or wxStaticBo...
2007-03-17  Vadim Zeitlinfix extra indentation in wxHTML_ALIGN_JUSTIFY display...
2007-03-17  Vadim Zeitlincall wxYield() to force display of the busy info frame...
2007-03-17  Vadim Zeitlinimplemented wxMemoryInputStream::CanRead() and added...
2007-03-17  Vadim Zeitlinadded wxMemoryInputStream(wxInputStream&, size_t) ctor...
2007-03-17  Vadim Zeitlingcc signed/unsigned warning fix
2007-03-17  Vadim Zeitlincorrected WX_DEFINE_VARARG_FUNC_NOP usage
2007-03-17  Vadim Zeitlinoutput '}' as wxChar, not char, which results in using...
2007-03-17  Vadim Zeitlinremoved Classic files from the manifest after removing...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
next