Fix bug with not selecting wxAuiNotebook page when its child was focused.
[wxWidgets.git] / src / common / imagpcx.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2008-07-22  Vadim Zeitlinfix crash when reading malformed PCX images (#3836)
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-04-21  Włodzimierz SkibaInclude wx/hash.h according to precompiled headers...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/object.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2004-10-17  Włodzimierz SkibaWarning fixes related to various cases of typecasting.
2004-09-16  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2002-05-22  Vadim Zeitlinrestore the stream position in wxImageHandler itself...
2002-05-18  Vadim Zeitlincheck the return code of wxStream::Read() in wxImageHan...
2002-02-07  Václav Slavíkchanged wxImage::ComputeHistogram to use wxHashMap
2001-09-30  Vadim Zeitlinfixes for wxUSE_PALETTE=0 compilation
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-22  Václav Slavíkadded wxUSE_IMAGE; added write-only wxXPMHandler
2000-07-28  Julian SmartAdded wxQuantize, wxSplashScreen, wxEffects & added...
2000-03-13  Václav Slavíkreplaced 'wxPCX/GIFHandler:' by 'PCX/GIF:' in error...
2000-02-14  Guillermo Rodrigue... just some comments
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
1999-12-16  Guillermo Rodrigue... PCX images can now be embedded in streams
1999-12-16  Guillermo Rodrigue... Accomodate changes in CountColours
1999-12-15  Václav Slavíkimage handlers moved to separate headers (imagbmp.h...
1999-12-15  Guillermo Rodrigue... Small bugfix
1999-12-15  Guillermo Rodrigue... Now saves in eiher 8bit or 24bit
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-13  Guillermo Rodrigue... PCX handler now saves files too (always as 24 bit image...
1999-12-10  Guillermo Rodrigue... source clean-up
1999-12-04  Robert Roebling Two missing #includes in image code.
1999-12-04  Robert Roebling String changes for translations,
1999-11-30  Robert Roebling Compile fix for GIF decoder,
1999-11-30  Guillermo Rodrigue... Doesn't reset the stream pos to 0 in CanRead().
1999-10-15  Vadim Zeitlin1. wxImageHandler::DoCanRead() introduced to solve...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-09-09  Guillermo Rodrigue... Added #include "wx/setup.h" (or "wx/defs.h") before...
1999-09-09  Karsten Ballüdercosmetic fix
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-08-29  Guillermo Rodrigue... fixed bug for 24bit images
1999-08-29  Guillermo Rodrigue... PCX handler now working for reading (8bit and 24bit...
1999-08-27  Guillermo Rodrigue... New PCX Image Handler (still empty)