]> git.saurik.com Git - wxWidgets.git/history - src/common
Update options to the config files
[wxWidgets.git] / src / common /
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-12-22  Vadim Zeitlin1. coloured buttons seem to work
1999-12-21  David Websterdefine _timezone for VisualAge
1999-12-21  Vadim ZeitlinwxDateTime::ParseFormat() and ParseTime() added (compil...
1999-12-21  Vadim Zeitlinadded support for width and flags in wxDateTime::Format()
1999-12-21  Vadim ZeitlinwxString::Format() added
1999-12-21  Vadim Zeitlin1. corrected compilation of wxTime/wxDate
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-20  Guillermo Rodrigue... Stupid timeout bug fixed
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-20  Vadim Zeitlin'grey border' bug under MSW fixed
1999-12-17  Vadim ZeitlinwxDateTime progress: DST compuation, weekday computatio...
1999-12-17  Guillermo Rodrigue... *** empty log message ***
1999-12-17  Guillermo Rodrigue... Compile-fix after modifying timercmn.cp
1999-12-17  Robert Roebling Fixed typo in wxStaticBoxSizer::CalcMin().
1999-12-17  Guillermo Rodrigue... *** empty log message ***
1999-12-17  Julian SmartMisc small mods
1999-12-17  Vadim Zeitlinadded wxToolBar::SetToolClientData
1999-12-17  David Webstercleaning up image mess for os/2
1999-12-17  Guillermo Rodrigue... Everything rewritten from scratch
1999-12-17  Vadim Zeitlin1. compilation fix for wxDir
1999-12-16  Vadim ZeitlinWin16 compilation fixes
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...
next