]> git.saurik.com Git - wxWidgets.git/history - docs
Updated some bits in socket docs.
[wxWidgets.git] / docs /
2000-01-24  Guillermo Rodrigue... Updated some bits in socket docs.
2000-01-24  Vadim Zeitlinadded wxGetPasswordFromUser(), dialogs sample shows...
2000-01-24  Václav Slavíkdocumented wxACCEL_ALT
2000-01-24  Robert Roebling Added geometry.cpp and made it compile,
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
2000-01-23  Václav Slavíkfixed broken GIFs
2000-01-23  Václav Slavíkfixed broken GIFs
2000-01-23  Julian SmartSmall changes
2000-01-23  Václav Slavíkadded wxFileType::GetMimeTypes
2000-01-22  Robert Roebling Changes for next snapshot.
2000-01-22  Václav Slavíkfixed bug in reference to tnoneng.tex
2000-01-22  Václav Slavíkupdated documentation about default type in wxImage...
2000-01-21  Václav Slavíkfinished non-Eng overview
2000-01-21  Julian SmartMisc. Dialog Editor/resource bugs fixed
2000-01-21  Guillermo Rodrigue... Some things added
2000-01-21  Guillermo Rodrigue... Some docs updated
2000-01-19  Vadim ZeitlinXBM loading finally works (thanks Guillermo)
2000-01-19  Václav Slavíkadded link to Writing non-E apps
2000-01-19  Václav Slavíkadded Writing non-English applications
2000-01-19  Václav Slavíkdocumented Charset= in hhp
2000-01-19  Václav Slavíkdocumented existence of wxTheMimeTypesManager
2000-01-19  Václav Slavíkdocumented macros *_EXPORTED_ARRAY
2000-01-19  Guillermo Rodrigue... Updated docs
2000-01-19  Václav Slavíkit is now possible to add custom buttons into wxHtmlHel...
2000-01-19  Václav Slavíkadded wxFSFile::GetModificationTime
2000-01-19  Václav Slavíkadded wxFileModificationTime
2000-01-19  Václav Slavíkremoved protected methods from docs
2000-01-18  Julian SmartSome more bug reports
2000-01-18  Václav SlavíkHTML_* -> wxHTML_* (bugs in docs)
2000-01-18  Václav Slavíkadded support for align=justify
2000-01-18  Václav Slavíkremoved relic: GetMaxLineWidth
2000-01-17  Václav SlavíkwxHtmlHelpController can now use default wxConfig instance
2000-01-17  Václav Slavíkdocumented support for <meta>
2000-01-17  Václav Slavíkchanged wxConfigBase::Get signature to wxConfigBase...
2000-01-17  Julian SmartMakeproj.cpp corrections; wxTextCtrl resource loading...
2000-01-16  Václav Slavíkdocumented wxGA_SMOOTH
2000-01-16  Václav Slavíkadded encoding conversion to wxHTML
2000-01-16  Robert Roebling sample docu
2000-01-16  Václav SlavíkKDE support for icons and mime types finished (icons...
2000-01-15  Vadim Zeitlin1. fixed small bug with toolbar size updates
2000-01-15  Robert Roebling Typos in docs.
2000-01-15  Robert Roebling black now denotes 0 on mono-bitmaps.
2000-01-14  Václav Slavíkfixed typos
2000-01-14  Václav Slavíkupdated list of supported tags (wxHTML)
2000-01-14  Robert Roebling image to bitmap rewrite,
2000-01-14  Julian SmartFurther fixes to Dialog Editor; additions to .dsp files
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
2000-01-13  Julian SmartSet RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but.....
2000-01-13  Julian SmartRemoved ::UpdateWindow from scrolwin.cpp; corrected...
2000-01-12  Vadim Zeitlinclarification of PAGE_CHANGING event
2000-01-12  Václav Slavíkadded wxHtmlLinkInfo::GetHtmlCell so that you know...
2000-01-11  Václav Slavíkadded mouse event member into wxHtmlLinkInfo. wxHtmlWin...
2000-01-11  Bart A.M. JourquinAdding GetCount() to wxHashTable
2000-01-11  Vadim ZeitlinEnableTool() should be called after Realize()
2000-01-11  Vadim ZeitlinwxMenuItem::GetLabelFromText() added/documented, bug...
2000-01-10  Julian SmartMakefiles and .rsp file edited for demos/samples
2000-01-08  Vadim Zeitlinupdated configure and the makefiles after the samples...
2000-01-06  Julian SmartSome edits to OGL; tweaks to wxClipboard docs
2000-01-06  Julian SmartBC++ IDE compile mod to thread.cpp; other small stuff
2000-01-04  Robert Roebling Doc updates.
2000-01-04  Robert Roebling Compilation fix,
2000-01-04  Guillermo Rodrigue... Some typos fixed
2000-01-02  Vadim Zeitlin1. wxDateTimeHolidayAuthority class for calculating...
2000-01-02  Robert Roebling Documented wxMutexGuiEnter etc and thread sample.
2000-01-02  Václav Slavíkadded wxEncodingConverter::Convert(char*,wxChar*) and...
2000-01-02  Robert Roebling Some more samples documented etc.
2000-01-02  Robert Roebling wxSpinCtrl no longer emits event when changed program...
2000-01-01  Julian SmartUpdated wxvc_dll.dsp and memory.h to make VC++ compile...
2000-01-01  Václav Slavíkdocumented wxMB_DOCKABLE
2000-01-01  Václav Slavíkadded 'document wxSpinCtrl & wxFontMapper' to TODO...
2000-01-01  Václav Slavíkreplaced occurences of \_ by _ in verbatim environment
1999-12-31  Václav Slavíkadded wxEncodingConverter
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-29  Julian SmartTidied some doc references; added Stefan's Blit optimis...
1999-12-29  Robert Roebling Doc correction for wxScrollWinEvent.
1999-12-29  Robert Roebling Added wxWindow::DoMoveWindow(..)
1999-12-29  Robert Roebling Small doc updates, mainly wxDropTarget,
1999-12-28  Julian SmartWatford C++ related changes. Unfortunately, the linker...
1999-12-28  Julian SmartRemoved references to separate prop and porting docs...
1999-12-28  Robert Roebling Calling a Refresh() before the window is created...
1999-12-28  Julian SmartAdded Bil Simser to wxBook page; fixed bug in notebook...
1999-12-27  Robert Roebling Minor doc updates.
1999-12-25  Václav Slavíkfixes of documentation - replaced \tt{...}, \em{.....
1999-12-25  Václav Slavíkmoved proplist documentation to main book
1999-12-25  Václav Slavíkmoved 1.6X -> 2.X porting manual to main book
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  Robin Dunnfixed mismatched }
1999-12-23  Václav SlavíkwxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink...
1999-12-23  Robin DunnwxPython doc updates
1999-12-23  Václav Slavíkremoved wxITALIC/wxSLANT stuff from wxHTML (no longer...
1999-12-22  Vadim Zeitlin1. corrected some owner-drawn buttons bugs
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 Zeitlin1. wxBase compiles under BeOS
1999-12-22  Robert Roebling Some debug code.
1999-12-22  Vadim Zeitlin1. coloured buttons seem to work
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  Vadim ZeitlinwxDateTime::ParseFormat() and ParseTime() added (compil...
next