Added a couple of text effects
[wxWidgets.git] / src / common /
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...
2006-10-29  Michael WetherellMake wxBackingFile internal, and remove wxZipFSHander...
2006-10-29  Vadim Zeitlinsome people disliked the asterisks in wxDebugReport...
2006-10-29  Robert Roebling Make wxWindow::SetSizeHints() do nothing.
2006-10-29  Vadim Zeitlinadded TGA handler (somewhat modified patch 1393912)
2006-10-29  Julian SmartApplied patch [ 1583316 ] set media source for printing
2006-10-29  Julian SmartApplied patch 1586499: wxCoordRound function
2006-10-29  Michael WetherellChange GetC to return an int so that it can return...
2006-10-29  Michael WetherellRename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT.
2006-10-29  Vadim Zeitlindeal correctly with vsnprintf() implementations which...
2006-10-29  Vadim Zeitlinuse just HAVE_FSYNC as wxFsync() guard, it is now defin...
2006-10-29  Stefan Csomorblit implemented using dc.GetAsBitmap with subrect
2006-10-29  Stefan Csomorapply complete transforms (scroll window PrepareDC...
2006-10-29  Stefan Csomorusing native tranforms for everything
2006-10-29  Michael WetherellFixes for semicolons, commas and wxSTRING_MAXLEN from...
2006-10-29  Kevin OllivierAdded wxDC::GetAsBitmap, and implemented wxWindowDC...
2006-10-29  Robin DunnAdd missing wxNullGraphicsPath
2006-10-29  Vadim Zeitlinadded NZST and NZDT time zones (request 617912)
2006-10-28  Robert Roebling Correct background colour in ComboCtrl (from Jaako).
2006-10-28  Robert Roebling Launch the browser that is set in the gconf registry.
2006-10-28  Vadim Zeitlinadded wxString::ToLongLong() and ToULongLong() (feature...
2006-10-28  Vadim Zeitlinalso reset errno iin ToDouble()
2006-10-28  Vadim Zeitlinreset errno before testing it
2006-10-28  Vadim Zeitlinextracted common code of ToLong and ToULong in a separa...
2006-10-28  Vadim Zeitlincheck for under/overflow in ToLong/ULong/Double() as...
next