wxWidgets.git
1999-12-25  Guilhem LavauxSound recording works on Windows
1999-12-25  Robert Roebling Wrote wxMask(bitmap,colour).
1999-12-24  Václav Slavíkmany fixes in documentation so that it compiles with...
1999-12-24  Václav Slavíkremoved date.cpp and time.cpp from filelist.txt (was...
1999-12-24  Václav Slavíkfixed bug in wxString::DoCopy - it called Sort on alrea...
1999-12-24  Václav Slavíkremoved wxHtmlParser::GetTempData (internal function...
1999-12-24  Václav Slavíkadded demo of <font face>
1999-12-24  Václav Slavíkadded <font face> support
1999-12-24  Robin DunnSome little compilation fixes, etc.
1999-12-24  Robin DunnRemoved all non wx stuff from the glcanvas module since...
1999-12-24  Vadim Zeitlinimplemented wxLongLong division - seems to work
1999-12-24  Julian SmartAdded default constructor to wxGLCanvas.
1999-12-24  Julian SmartSmall changes
1999-12-24  Robin DunnWrapper updates for wxHtmlLinkInfo and other changes
1999-12-24  Robin Dunnfixed mismatched }
1999-12-23  Vadim Zeitlinremoved testing code from wxLongLong
1999-12-23  Robin DunnA bugfix in the wxTreeCtrl.GetItem wrapper
1999-12-23  Robin DunnNew toolbar wrappers
1999-12-23  Václav Slavíkfixed interpretation of <font size>: was always relativ...
1999-12-23  Václav SlavíkwxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink...
1999-12-23  Václav SlavíkwxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink...
1999-12-23  Vadim Zeitlintried to implement division of wxLongLongs - doesn...
1999-12-23  Robin DunnLinking with the TIFF library
1999-12-23  Robin DunnFixed wxSplitterEvent to set it's id to be the splitter...
1999-12-23  Robin DunnwxPython doc updates
1999-12-23  Robin DunnNew toolbar wrappers
1999-12-23  Robin DunnAdded a constructor that allows creation of independent...
1999-12-23  Robert Roebling Added wxBitmap::GetSubBitmap()
1999-12-23  Václav Slavíkremoved wxITALIC/wxSLANT stuff from wxHTML (no longer...
1999-12-23  Václav SlavíkwxHtmlFontCell now has member wxFont m_Font instead...
1999-12-23  Václav Slavíkdate.cpp and time.cpp removed from CVS (no longer used)
1999-12-23  Vadim Zeitlinpatches for running configure under OS/2
1999-12-23  Vadim Zeitlinoops... problem with in Perl source - got mangled...
1999-12-23  Vadim Zeitlina small script to show the different between the curren...
1999-12-23  Vadim Zeitlinfixes for wxINSTALL_PREFIX definition
1999-12-23  Vadim Zeitlinpatches for BC++ 5.3 from Ricky Gonzales <gonzales...
1999-12-23  Jouk Jansen Committing in .
1999-12-22  David WebsterUpdate options to the config files
1999-12-22  Vadim Zeitlin1. corrected some owner-drawn buttons bugs
1999-12-22  Vadim Zeitlintesting new wxSpinCtrl event and button colours
1999-12-22  Václav Slavíkdocumented wxHashTable::DeleteContents(bool)
1999-12-22  Václav Slavíkadded printing classes to HTML section
1999-12-22  Vadim Zeitlintests for "big" wxTextCtrls
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-12-22  David WebsterUpdated Phnghand LoadFile and new makefile for DateTime
1999-12-22  David WebsterChanged Loadfile to be compatable with OS/2 Bitmap...
1999-12-22  David WebsterEliminate comma's after last element in an enum
1999-12-22  Robert Roebling Reduced spacing in tree ctrl.
1999-12-22  Robert Roebling Some debug code.
1999-12-22  Vadim Zeitlinmore wxDateTime tests
1999-12-22  Vadim Zeitlin1. coloured buttons seem to work
1999-12-21  David Websterdefine _timezone for VisualAge
1999-12-21  Václav Slavíkfixed typo (const<->cosnt)
1999-12-21  Václav Slavíkadded wxHTML to Classes by Category
1999-12-21  Václav Slavíkfixed horizontal scrollbar bug
1999-12-21  David WebsterAdd datetime file
1999-12-21  Václav Slavík#ifdef wxUSE_TOOLTIPS around tooltips
1999-12-21  Vadim ZeitlinwxDateTime::ParseFormat() and ParseTime() added (compil...
1999-12-21  David Webstercan't support enums that have comma after last element
1999-12-21  Robert Roebling Some doc updates.
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  David WebsterUncompilable header fix.
1999-12-21  Vadim Zeitlinmemory leak in ~wxMutex fixed
1999-12-21  Václav Slavíkstupid typo in wxHTML help options dlg - did not displa...
1999-12-21  Vadim Zeitlinmore wxDateTime tests
1999-12-21  Vadim Zeitlinremoved date.cpp and time.cpp from the makefiles
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-20  Guillermo Rodriguez... strange comment in gsocket_read (?)
1999-12-20  Guillermo Rodriguez... Stupid timeout bug fixed
1999-12-20  Robert Roebling Minor optical changes to toolbar and the help frame's
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-20  Vadim Zeitlintest for strptime added
1999-12-20  Robert Roebling Replaced the old wxGetResource implementation with...
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-20  Vadim Zeitlinfall back from wxITALIC to wxSLANT and vice versa
1999-12-20  Vadim Zeitlin'grey border' bug under MSW fixed
1999-12-20  Václav Slavíkadded <EM>, <CITE> and <STRONG> tags; now use separate...
1999-12-20  Václav SlavíkHTML help: index panel now displays only part of index...
1999-12-20  Václav Slavíkadded support for definition lists (DL,DT,DD) to wxHTML
1999-12-20  Václav Slavíkremoved 2nd frame from html test sample; test sample...
1999-12-20  Václav Slavíkcleaned some relics - mod_* instead of m_* in wxHTML...
1999-12-17  Robin DunnAdding MSVC makefile support for building the TIFF...
1999-12-17  Václav Slavíkfixed problem with image handlers in two headers (and...
1999-12-17  Vadim ZeitlinwxDateTime progress: DST compuation, weekday computatio...
1999-12-17  Robin DunnFixing another hard-coded WXDIR path
1999-12-17  Guillermo Rodriguez... *** empty log message ***
1999-12-17  Guillermo Rodriguez... Compile-fix after modifying timercmn.cp
1999-12-17  Robert Roebling Fixed typo in wxStaticBoxSizer::CalcMin().
1999-12-17  Guillermo Rodriguez... *** empty log message ***
1999-12-17  Guillermo Rodriguez... Compatibility fix: defined wxGetCurrentTime to wxGetLoc...
1999-12-17  Jouk Jansen Committing in .
1999-12-17  David WebsterFixed a void* to wxObject* conversion error in a return...
1999-12-17  Julian SmartMisc small mods
1999-12-17  David WebsterSome minor fixups
1999-12-17  David WebsterRemove tbarsmpl.cpp from the build list
1999-12-17  David WebsterNew image base classes for wxOS2
1999-12-17  Vadim Zeitlinadded wxToolBar::SetToolClientData
1999-12-17  David Webstercleaning up toolbar mess for os/2
next