]> git.saurik.com Git - wxWidgets.git/history - src/common
PCX images can now be embedded in streams
[wxWidgets.git] / src / common /
1999-12-16  Guillermo Rodrigue... PCX images can now be embedded in streams
1999-12-16  Robert Roebling Added wxSizer::Insert()
1999-12-16  Guillermo Rodrigue... Accomodate changes in CountColours
1999-12-16  Guillermo Rodrigue... Changed stopat to stopafter in CountColours
1999-12-15  Václav SlavíkJPEG handler does not read entire file into memory...
1999-12-15  Václav Slavíkimage handlers moved to separate headers (imagbmp.h...
1999-12-15  Vadim Zeitlinmerging in the toolbar changes
1999-12-15  Vadim Zeitlinusing WX_TIMEZONE set by configure instead of timezone
1999-12-15  Vadim Zeitlinmore WXUNUSED() here and there
1999-12-15  Guillermo Rodrigue... Small bugfix
1999-12-15  Guillermo Rodrigue... Added CountColours()
1999-12-15  Guillermo Rodrigue... Now saves in eiher 8bit or 24bit
1999-12-15  Guillermo Rodrigue... Added ComputeHistogram
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-14  Sylvain Bougnoux~wxBufferedStream puts back unread bytes
1999-12-13  David WebsterNeeded a __WXPM__ in new OS ifdefs at top
1999-12-13  Sylvain BougnouxWas missing png_read_end
1999-12-13  Václav Slavíkadded #if wxUSE_NOTEBOOK around wxNotebookSizer
1999-12-13  Václav Slavíkadded #if wxUSE_CLIPBOARD
1999-12-13  Robert Roebling wxTextStream now interprets 1,1 as 1.1 (European...
1999-12-13  Vadim Zeitlinattempted Unicode fixes for BC++
1999-12-13  Guillermo Rodrigue... PCX handler now saves files too (always as 24 bit image...
1999-12-13  Guillermo Rodrigue... Added wxOutputStream::PutC()
1999-12-11  Robert Roebling Added wxNotebookSizer
1999-12-11  Vadim Zeitlin1. wxDir works for MSW and documented
1999-12-10  Vadim Zeitlinand now timezones work even better ;-)
1999-12-10  Vadim Zeitlinmore timezone stuff - it's a miracle, but it seems...
1999-12-10  Guillermo Rodrigue... source clean-up
1999-12-10  Vadim Zeitlinuse KDEDIR in wxKDEIconHandler
1999-12-10  Vadim ZeitlinwxString::substr() bug fixed
1999-12-10  Jouk Jansen Committing in .
1999-12-09  Robert Roebling Compile fix. Where exactly is "wxString GetHomeDir()"?
1999-12-09  Vadim Zeitlina more easy to use version of wxGetHomeDir() added
1999-12-09  Guillermo Rodrigue... Fixed small bug related to m_lastcount in wxInputStream...
1999-12-08  Vadim ZeitlinGNOME/KDE integration for wxMimeTypeManager
1999-12-08  Jouk Jansen Committing in .
1999-12-08  Guillermo Rodrigue... Optimized for performance.
1999-12-08  Guillermo Rodrigue... Fixed wxInputStream::Ungetch behaviour so that if you
1999-12-07  Vadim ZeitlinwxMimeTypeManager::EnumAll() seems to work, couple...
1999-12-07  Robert Roebling doc view code inteprets wxSTREAM_EOF as correct,
1999-12-07  Vadim Zeitlin1. wxFileDialog patch for multiple selection applied...
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-06  Robert Roebling Added tests for buffered streams.
1999-12-06  Vadim Zeitlincompile fix
1999-12-06  Vadim Zeitlinenumerating all MIME types (half finished, doesn't...
1999-12-06  Robert Roebling Patch for stream.cpp for non-flushable stream,
1999-12-06  Vadim ZeitlinwxSetlocale() doesn't always return NULL
1999-12-06  Vadim ZeitlinwxThread::GetCPUCount() and SetConcurrency() added...
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-12-04  Vadim ZeitlinwxMenu::Insert() seems to work, bug in wxMenuBase:...
1999-12-04  Vadim Zeitlindebug check for infinite loop in InitializeClasses...
1999-12-04  Robert Roebling Two missing #includes in image code.
1999-12-04  Robert Roebling String changes for translations,
1999-12-03  Vadim ZeitlinwxDateTime...
1999-12-02  Vadim Zeitlina small compilation fix
1999-12-02  Vadim Zeitlina small compilation fix
1999-12-02  Vadim ZeitlinwxUSE_CONFIG_NATIVE fix
1999-12-02  Vadim Zeitlineven more wxDateTime work (completely broken for now...
1999-12-01  Vadim Zeitlin1. more wxDateTime work
1999-12-01  Vadim Zeitlin1. wxMotif::wxFrame derives from wxFrameBase now
1999-11-30  Vadim ZeitlinwxDateTime starting to work, more tests for it and...
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-11-30  Guillermo Rodrigue... Fix to work with images embedded in streams (doesn...
1999-11-29  George TaskerAdded support for creating forward or backward scrollin...
1999-11-29  Robert Roebling More TIFF things,
1999-11-28  Vadim Zeitlin1. msec resolution for timer functions under Win32
1999-11-28  Robert Roebling More fool-proof lock in thread events code.
1999-11-28  Václav Slavíkfixed minor bug in wxFileSystem's converting \ to /
1999-11-28  Robert Roebling TIFF code 2.
1999-11-28  Robert Roebling New event locking.
1999-11-27  Vadim Zeitlinmy old draft of wxDateTime
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-26  Vadim Zeitlin1. wxBase compiles/links again
1999-11-25  George TaskerAdded "const" to the (char *) type params that should...
1999-11-24  George TaskerReplaced all the strxxx() function calls with wxStrxxx...
1999-11-24  George TaskerReplaced all the strxxx() function calls with wxStrxxx...
1999-11-24  Robert Roebling Partial fix for big_endian image conversion probs.
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-23  Karsten BallüderFixed linkage problem.
1999-11-23  David WebsterCriticalSection update for OS/2
1999-11-22  Robert Roebling Headers moved a bit.
1999-11-22  Jouk Jansen Committing in .
1999-11-21  Guilhem LavauxFixed an incorrect behaviour in ResetBuffer()
1999-11-19  Robin DunnAdded encoding parameter to wxFontList::FindOrCreateFont
1999-11-19  David WebsterRemoval of previous wxValidtor code for wxOS2
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-18  David WebsterSome minor modifications for VA 4.0 support
1999-11-18  Unknown (JL)add Mac to the list of definition of HAVE_LOCALTIME
1999-11-18  Robert Roebling Added wxEvtHandler::Disconect()
1999-11-18  Vadim Zeitlinbug in wxArray::Remove() fixed (thanks Robert)
1999-11-18  Jouk Jansen Committing in .
1999-11-18  Karsten BallüderLinux/AXP compilation fixed.
1999-11-17  Robin DunnAdded wxWakeUpIdle() for MSW and empty stubs for Motif...
1999-11-16  David WebsterVisualAge V4.0 duplicate definition error suppression
1999-11-16  Vadim ZeitlinwxMSW fixes after wxFrameBase change - seems to work...
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-16  David WebsterAdded full UNICODE support for VisualAge C++ for OS...
1999-11-16  Vadim ZeitlinRemoveAt() added to array classes
1999-11-15  Robert Roebling Added a few non-threads compile fixes,
next