]> git.saurik.com Git - wxWidgets.git/history - src/common
comment improvements/fixes
[wxWidgets.git] / src / common /
2006-11-19  Vadim Zeitlinno changes, just some minor modifications of comments...
2006-11-19  Vadim Zeitlinset/get validator for wxTextCtrl part of wxComboCtrl...
2006-11-19  Michael WetherellwxArchiveFSHandler switches on simulated seeking for...
2006-11-18  Robert Roebling [ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap...
2006-11-18  Robert Roebling Restore correct behaviour of GetTimes() wrt to
2006-11-17  Robert Roebling Add forceTrueColour option to SetBestVisual().
2006-11-17  Vadim Zeitlindon't set A4 paper size, use the system default instead
2006-11-16  Michael WetherellFix not recognising '/' on Windows.
2006-11-14  Benjamin Williamsrestore brush properly
2006-11-14  Benjamin Williamsanother GradientFillLinear fix
2006-11-14  Benjamin Williamsfixed gradient direction in GradientFilLinear for all...
2006-11-13  Vadim Zeitlinfix some gcc warnings due to SQLINTEGER not being long...
2006-11-12  Vadim Zeitlinchanged last DrawButton() parameter from bool to int...
2006-11-12  Vadim Zeitlinuse wxFputs(s) instead of puts(s.mb_str()) to avoid...
2006-11-12  Vadim Zeitlinmade GetMultiLineTextExtent() const (part of patch...
2006-11-12  Julian SmartWine fix
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-11-11  Vadim Zeitlinfix the bug with renaming groups leaving wxFileConfig...
2006-11-10  Michael WetherellFixes for wxVsnprintf not always null terminating and...
2006-11-10  Michael WetherellFix for wxVsnprintf's %n.
2006-11-10  Michael WetherellMake the function passed to wxStringToIntType a templat...
2006-11-09  Michael WetherellWorkaround for BCC 5.5/5.5.1 _wopen bug.
2006-11-09  Vadim Zeitlindon't check whether wxUSE_MS_HTML_HELP is defined here...
2006-11-08  Vadim ZeitlinwxArrayString::Alloc() shouldn't clear the array contents
2006-11-08  Michael WetherellRestore the max printf arguments to 64.
2006-11-08  Michael WetherellGo back to using sprintf instead of swprintf, since...
2006-11-07  Michael WetherellFix for CreateTempFileName with wxFFile for Windows...
2006-11-07  Włodzimierz SkibaAdjustement to OW 1.6-rc2 state.
2006-11-06  Stefan Csomoradapting to new inheritance of wxMemoryDC (under MSW...
2006-11-06  Stefan Csomortranslate the wxRegion from device to user coordinates...
2006-11-05  Robin DunnRevert reentrancy patch (#1573619)
2006-11-05  Vadim Zeitlinpreserve pen in DrawCheckMark() (bug 1581621)
2006-11-04  Vadim Zeitlininclude wx/datetime.h and test for wxUSE_DATETIME befor...
2006-11-04  Vadim ZeitlinVC8 has strftime(), even under CE
2006-11-04  Vadim Zeitlinuse built in VC8 time functions instead of our (almost...
2006-11-04  Vadim Zeitlinuse wxLocaltime_r() instead of localtime(): this is...
2006-11-04  Vadim Zeitlinrecognize CP866 (bug 1497808)
2006-11-04  Vadim Zeitlindefine wxStringListBase::EmptyList to fix link with...
2006-11-04  Stefan Csomoradding text with background brush
2006-11-04  Vadim Zeitlinfixed crash due to infinite recursion in wxPopupFocusHa...
2006-11-04  Vadim Zeitlindefine arrays of chartoo as the existing ones can't...
2006-11-04  Vadim Zeitlininvalidate best size of the book controller too when...
2006-11-04  Vadim Zeitlinreverted the last fix, it was just wrong, sorry, the...
2006-11-04  Vadim Zeitlinfix tree control best size calculation: account for...
2006-11-04  Vadim Zeitlincall base class ctor in copy ctors explicitly (fixes...
2006-11-04  Stefan Csomoradding measuring contexts, streamlining printing code
2006-11-04  Stefan Csomorallowing transformation changes even if there is no...
2006-11-04  Vadim Zeitlindon't compile in wxCheckWin32Permission() when it's...
2006-11-03  Vadim ZeitlinwxAnimationCtrl fix to display inactive bitmap at start...
2006-11-03  Vadim Zeitlinuse wxNullFont instead of *wxNORMAL_FONT as default...
2006-11-03  Julian SmartRemoved a warning
2006-11-02  Julian SmartIf the GIF isn't an animation, we can ignore the animat...
2006-11-02  Jouk Jansen Committing in .
2006-11-02  Julian SmartMoved function
2006-11-02  Stefan Csomorinterpreting DrawBitmap for mono bitmaps according...
2006-11-01  Julian SmartIsDir() test is pretty useless, use DirExists
2006-11-01  Julian SmartReverted patch 1476893 pending further investigation...
2006-11-01  Robin DunnRemove comment from patch that doesn't apply anymore
2006-11-01  Robin DunnSwitch wxBufferedDC to use a wxBitmap* internally,...
2006-11-01  Michael WetherellFix setting the large file flag.
2006-10-31  Stefan NeisMaximize chances to find an existing definition for...
2006-10-31  Robert Roebling Return SetSizeHints() in wxWindow to its former
2006-10-31  Václav Slavíkcompilation fix for !wxUSE_PALETTE
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-31  Vadim Zeitlinremoved unused Tell() call
2006-10-31  Stefan Csomorcorrect meaning of logical origin
2006-10-31  Michael WetherellFix for handling of invalid gifs, patch 1587754 Noel...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlinmore fixes to double to int conversions
2006-10-30  Vadim Zeitlinhack to fix warnings about wxMAC_USE_CORE_GRAPHICS_BLEN...
2006-10-30  Vadim Zeitlinremoved unneeded ifdef from last commit
2006-10-30  Julian SmartCompile fix for Universal
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim Zeitlinremove just added wxCoordRound() (see patch 1586499)
2006-10-30  Vadim Zeitlinreplaced wxCint() with wxRound() (which is exactly...
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Robert Roebling It's too late.
2006-10-30  Robert Roebling Typo.
2006-10-30  Robert Roebling Small fix again.
2006-10-30  Włodzimierz SkibaSimplest fix received from OW community (Peter C. Chapin).
2006-10-30  Robert Roebling removed hack that used SetSizeHints() for some strang...
2006-10-30  Robert Roebling Correct wxPickerBase size calculation.
2006-10-30  Włodzimierz SkibawxWinCE build fix.
2006-10-30  Michael WetherellSome watcom warnings.
2006-10-30  Włodzimierz SkibaMatch EscapeSqlChars() interface.
2006-10-30  Robert Roebling Moved overridden SetMinSize() to base class.
2006-10-30  Robert Roebling [ 1587059 ] wxLaunchDefaultBrowser fix for KDE
2006-10-30  Václav Slavíkcompilation fix for !wxUSE_MIMETYPE
2006-10-30  Vadim Zeitlinslightly reduce the number of #ifndef __WATCOMC__
2006-10-30  Włodzimierz SkibaTemporary ugly trick to make release for OpenWatcom...
2006-10-30  Julian SmartApplied patch [ 1586964 ] Getting the PID of the proces...
2006-10-30  Julian SmartFocus event recursion fix
2006-10-30  Vadim Zeitlintry http scheme if we can't find the default browser...
2006-10-30  Vadim Zeitlinundid removal of implicit http: from wxLaunchDefaultBro...
2006-10-29  Michael WetherellMake m_typeflag an int.
2006-10-29  Vadim Zeitlinescape special SQL chars in where clauses (patch 1204728)
2006-10-29  Vadim Zeitlinavoid infinite recursion by not using GetMaxWidth/Heigh...
2006-10-29  Stefan Csomorguarding against setting of NULL
2006-10-29  Vadim Zeitlinpass correct indicator pointer to SQLBindCol() (patch...
next