projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Avoid using buffer of already deallocated string in wxHTMLDataObject.
[wxWidgets.git]
/
src
/
common
/
imaggif.cpp
2011-07-25
Steve Lamerton
Merge in from trunk r67662 to r64801
blob
|
commitdiff
|
raw
2011-05-27
Dimitri Schoolwerth
Fixed saving GIFs on big-endian architectures.
blob
|
commitdiff
|
raw
2011-01-28
Dimitri Schoolwerth
Allow writing a comment to each GIF frame.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-28
Dimitri Schoolwerth
Added support for writing a long comment to a GIF image.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-28
Dimitri Schoolwerth
Changed the procedure for writing a comment to a GIF...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-22
Dimitri Schoolwerth
Use wxString's empty() when checking if the string...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
Dimitri Schoolwerth
Added GIF and animated GIF saving support.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Vadim Zeitlin
No changes, just removed hard tabs and trailing white...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Vadim Zeitlin
Add information about the log message generation locati...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-01
Francesco Montorsi
document that CanRead() and GetImageCount() functions...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-05
Vadim Zeitlin
implement GetImageCount() for GIF handler (closes ...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
Vadim Zeitlin
added wxAnimationCtrl (patch 1570325)
blob
|
commitdiff
|
raw
|
diff to current
2006-04-18
Włodzimierz Skiba
wx/wxprec.h already includes wx/defs.h (with other...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2004-09-16
Włodzimierz Skiba
Source cleaning: whitespaces, tabs, -1/wxDefaultCoord...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2002-05-22
Vadim Zeitlin
restore the stream position in wxImageHandler itself...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-15
Václav Slavík
applied patch for seeking in GIF images
blob
|
commitdiff
|
raw
|
diff to current
2001-04-22
Václav Slavík
added wxUSE_IMAGE; added write-only wxXPMHandler
blob
|
commitdiff
|
raw
|
diff to current
2000-03-13
Václav Slavík
replaced 'wxPCX/GIFHandler:' by 'PCX/GIF:' in error...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-29
Guillermo Rodrigue...
moved Destroy() to the beginning
blob
|
commitdiff
|
raw
|
diff to current
2000-02-17
Guillermo Rodrigue...
Now wxGIFDecoder always tries to read to the end of...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-15
Václav Slavík
image handlers moved to separate headers (imagbmp.h...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-14
Václav Slavík
removed USE_SHARED_LIBRARY(IES)
blob
|
commitdiff
|
raw
|
diff to current
1999-12-10
Guillermo Rodrigue...
source clean-up
blob
|
commitdiff
|
raw
|
diff to current
1999-12-04
Robert Roebling
Two missing #includes in image code.
blob
|
commitdiff
|
raw
|
diff to current
1999-12-04
Robert Roebling
String changes for translations,
blob
|
commitdiff
|
raw
|
diff to current
1999-11-30
Robert Roebling
Compile fix for GIF decoder,
blob
|
commitdiff
|
raw
|
diff to current
1999-11-02
Vadim Zeitlin
include <wx/...> => include "wx/..."
blob
|
commitdiff
|
raw
|
diff to current
1999-10-15
Vadim Zeitlin
1. wxImageHandler::DoCanRead() introduced to solve...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-08
Karsten Ballüder
replaced T() makro with wxT() due to namespace probs...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Vadim Zeitlin
many changes; major ones:
blob
|
commitdiff
|
raw
|
diff to current
1999-09-09
Guillermo Rodrigue...
Ops. wxUSE_XXX and wxUSE_STREAMS are separated again :-)
blob
|
commitdiff
|
raw
|
diff to current
1999-09-09
Guillermo Rodrigue...
Added #include "wx/setup.h" (or "wx/defs.h") before...
blob
|
commitdiff
|
raw
|
diff to current
1999-09-05
Julian Smart
Misc. 16-bit compilation fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-09-05
Guilhem Lavaux
Updated wxSocket documentation
blob
|
commitdiff
|
raw
|
diff to current
1999-08-29
Guillermo Rodrigue...
Added error messages when (verbose == TRUE) to know...
blob
|
commitdiff
|
raw
|
diff to current
1999-08-27
Guillermo Rodrigue...
small change (honour 'verbose' parameter in LoadFile)
blob
|
commitdiff
|
raw
|
diff to current
1999-08-24
Guillermo Rodrigue...
Fixed CanRead(), which incorrectly forced version 89a...
blob
|
commitdiff
|
raw
|
diff to current
1999-08-18
Václav Slavík
added wxImage::CanRead
blob
|
commitdiff
|
raw
|
diff to current
1999-08-18
Julian Smart
Added gifdecod.cpp
blob
|
commitdiff
|
raw
|
diff to current
1999-08-17
Sylvain Bougnoux
Improve wxImage::LoadImage so that image format in...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-15
Robert Roebling
Added a few #if wxUSE_XXX
blob
|
commitdiff
|
raw
|
diff to current
1999-05-11
Vadim Zeitlin
unused parameter warnings suppressed
blob
|
commitdiff
|
raw
|
diff to current
1999-04-14
Ove Kaaven
If you look at the conversion and character set code...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-13
Václav Slavík
fixed transparency
blob
|
commitdiff
|
raw
|
diff to current
1999-04-13
Ove Kaaven
Someone must have committed some ASCII string literals...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-12
Ove Kaaven
It now compiles all these files without warnings in...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-12
Václav Slavík
...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-11
Václav Slavík
direct stream use
blob
|
commitdiff
|
raw
|
diff to current
1999-04-07
Julian Smart
Added imaggif.h, imaggif.cpp (wxImage GIF-reading suppo...
blob
|
commitdiff
|
raw
|
diff to current