]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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:
2007-03-17  Vadim Zeitlinshutdown sockets gracefully instead of doing it with...
2007-03-16  Václav Slavíkadded missing #pragma hdrstop
2007-03-16  Václav Slavíkchanged wxPlatform implicit conversion to string to...
2007-03-16  Roman Rolinskydefault setting fix
2007-03-16  Vadim Zeitlinregenerated after wxSelectDispatcher addition (patch...
2007-03-16  Vadim ZeitlinwxX11 Unicode compilation fix
2007-03-16  Vadim Zeitlinmake wxFDIOHandler dtor virtual, it's meant to be used...
2007-03-16  Vadim Zeitlinrefactoring: replace wxSocketDispatcher with more gener...
2007-03-16  Roman Rolinskywarning about %comments, CHANGES.txt updated
2007-03-16  Vadim ZeitlinVC6 has problems with std::vector and identifiers names...
2007-03-16  Vadim ZeitlinVC6 compilation fix (don't reuse the same variable...
2007-03-16  Vadim Zeitlinadded more message names to wxGetMessageName() (modifie...
2007-03-16  Roman RolinskyAdded Preferences dialog (and defaults for some parameters)
2007-03-16  Roman Rolinskycollapsing tool panels
2007-03-16  Václav Slavíkremoved wxArrayString casting hack, it doesn't work...
2007-03-16  Roman Rolinskydefault values for option and flag (TODO: preferences...
2007-03-16  Julian SmartFurther correction in case where string value is omitted
2007-03-16  Vadim Zeitlindon't waste time updating state of tools in a hidden...
2007-03-16  Vadim Zeitlininclude wx/msw/missing.h after wx/msw/private.h, otherw...
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
2007-03-16  Vadim Zeitlinuse safer RemoveEventHandler() instead of PopEventHandl...
2007-03-16  Vadim Zeitlindo nothing in ShowHidden() if the flag doesn't change...
2007-03-16  Vadim Zeitlincall GetWidth/Height() only once in Rotate() and not...
2007-03-15  Roman Rolinskyanother fix for undo/redo
2007-03-15  Vadim Zeitlindon't add wxVSCROLL if only wxHSCROLL is explicitly...
2007-03-15  Roman Rolinsky- undo/redo fix for nonchecked items
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Stefan Csomorreverting one line
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-15  Julian SmartDon't send initial event in ctor
2007-03-15  Václav Slavíkfixed wxDataViewCtrl compilation with DigitalMars
next