wxWidgets.git
2000-02-20  Julian SmartwxImage::Rotate corrections added; docview improvements...
2000-02-20  Robert Roebling configure changes
2000-02-20  Mark Johnson browsedb.cpp dbtree.cpp
2000-02-20  Mark Johnson help.de/compiler.htm help.de/dbbrowse.htm help.de...
2000-02-20  Guillermo Rodriguez... Opps. Sorry - typo fixes
2000-02-20  Guillermo Rodriguez... Don't try to translate empty strings (just a cosmetical...
2000-02-20  Guillermo Rodriguez... Process all pending events before starting to delete...
2000-02-20  Guillermo Rodriguez... Solved bug which was breaking richedit ctrls for non...
2000-02-19  Guillermo Rodriguez... Fixed these:
2000-02-19  Guillermo Rodriguez... Solved multiple memory leaks.
2000-02-19  Václav Slavíkfixed bug in wxMemoryInput/OutputStream::OnSysRead...
2000-02-19  Václav Slavíkripper_main.o does not belong to HelpGen
2000-02-18  David Websterno message
2000-02-18  Vadim Zeitlinadded dnd support to generic wxTreeCtrl
2000-02-18  Robin Dunntoggle button doesn't send event if mouse is released...
2000-02-18  Robin Dunnfixed some typos
2000-02-18  Vadim Zeitlinauto arrays can't be initialized - compile error for...
2000-02-18  Vadim ZeitlinHP-UX recommendations added
2000-02-18  Robin Dunnwx-config is configurable...
2000-02-18  Vadim Zeitlinmore long/double to int conversion warnings from HP...
2000-02-18  Guilhem Lavaux* ESD works in full duplex (theorically)
2000-02-18  Guilhem Lavaux* Some more missing files. MMBoard tested (wave files...
2000-02-18  Guilhem Lavaux* Make some more work on the video for Linux (Unix...
2000-02-18  Robert Roebling help sample useful again
2000-02-18  Guillermo Rodriguez... Added missing Unref() in wxImage::Create()
2000-02-18  Guillermo Rodriguez... Solved a typo related to masks. Was setting *all* pixel...
2000-02-18  Bart A.M. JourquinHashtable now supports negative keys
2000-02-18  Julian SmartAdded JPEG rsp file
2000-02-17  Guillermo Rodriguez... Now wxGIFDecoder always tries to read to the end of...
2000-02-17  David WebsterMore wxFrame updates
2000-02-17  Václav Slavíkadded wxMemoryFSHandler for storing VFS in memory
2000-02-17  Václav Slavíkadded wxMemoryFSHandler for storing VFS in memory
2000-02-17  Julian SmartReverted change to DrawLine so it doesn't draw the...
2000-02-17  Robert Roebling Small testing changes,
2000-02-17  Julian SmartRemoved redundant wxColour constructor (how come this...
2000-02-17  Vadim Zeitlinadded wxGridCellEditor::StartingClick(), used by BoolEditor
2000-02-17  Vadim Zeitlinsome (attempts of) appearance fixes for wxGCBoolRenderer
2000-02-17  Vadim ZeitlinwxGridCellEditor::PaintBackground() added
2000-02-17  Ron Leeadded -doc package
2000-02-17  Ron Leeremembered to update and commit after changing .in...
2000-02-17  Sylvain BougnouxWorkaround (?) for using streambuf with wxUSE_IOSTREAMH=0
2000-02-17  Ron Leefixed cutnpaste error samples->utils in UTILS_DIST
2000-02-17  Václav Slavíkfixed inaccurancy in container layouting with wxHTML_AL...
2000-02-17  Václav Slavíkdocumented 2nd prototype of wxListCtrl::SetItem
2000-02-17  Ron Leeignore CVS dir when copying /debian
2000-02-17  Václav Slavíkfixed detection of listbox background
2000-02-17  Vadim Zeitlinassorted files I forgot to commit before
2000-02-17  Vadim Zeitlinbool editor/renderer added
2000-02-17  Vadim Zeitlinadded wxRect::Inflate()
2000-02-17  Ron Leeadded APPEXTRADEFS var so things like tex2rtf can pass...
2000-02-17  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
2000-02-17  Vadim ZeitlinwxSysErrorCode/Msg documented
2000-02-17  Julian SmartAdded demo of strange rectangle behaviour
2000-02-17  Vadim Zeitlin1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX
2000-02-17  Vadim Zeitlinhack to fix crash when creating a DC for a widgetless...
2000-02-17  Vadim Zeitlinwarning in GetItemFromPoint with mingw32 fixed
2000-02-17  Robin DunnMore fixes for the OGL wrapper and some other updates.
2000-02-17  Guillermo Rodriguez... Optimized drawing code in OnMouse() for freehand drawing.
2000-02-16  Guillermo Rodriguez... added a few comments and remove $(COPYSEP)
2000-02-16  Guillermo Rodriguez... added myself for spanish translation :-)
2000-02-16  Václav Slavíkfixed background colour handling in wxTreeCtrl
2000-02-16  David WebsterStart of actual filling in of wxFrame.
2000-02-16  David WebsterStart of actual filling in of wxFrame. Makefile now...
2000-02-16  Julian SmartDrawLine normalized; wxStaticBitmap fixed for Dialog...
2000-02-16  Václav Slavíkdocumented Set/GetVendorName
2000-02-16  Vadim Zeitlinadded support for readonly cells and 3d border drawing
2000-02-16  Robin DunnEats EVT_CHAR events for WXK_ESCAPE, WXK_TAB, and WXK_R...
2000-02-16  Ron Leeadded files / made changes to enable building Debian...
2000-02-16  Robin Dunndisable edit control before insert/delete row/col
2000-02-16  Guilhem Lavaux* Video with XANIM is working on Multimedia Board ...
2000-02-16  Vadim Zeitlinthe in-place control uses the attr for colours/font...
2000-02-16  Vadim Zeitlinmissing event.Skip() added (it was impossible to use...
2000-02-16  Vadim Zeitlincompilation fix for the generic version
2000-02-16  Vadim Zeitlinremoved test wxYield
2000-02-16  Vadim ZeitlindeTABified
2000-02-16  Vadim Zeitlintranslators for Hungarian and Russian added
2000-02-16  Robin DunnInsert row/col now uses the current position to determi...
2000-02-16  Robin DunnAdded getters/setters for cell and grid-default editors
2000-02-16  David WebsterOS/2 support added
2000-02-16  Stefan NeisAdded UpdateAttrRows/Cols to change the row/column...
2000-02-16  Julian SmartCorrected my bug...
2000-02-16  David WebsterAdd Plot to library
2000-02-16  Sylvain BougnouxFixed stupidity
2000-02-16  Sylvain BougnouxFixed wxGetLocalTimesMillis using HAVE_GETTIMEOFDAY...
2000-02-16  Julian SmartVarious VC++ 1.5 and other corrections
2000-02-16  Julian SmartCorrected LINKAGEMODE OS/2 thingy
2000-02-16  Sylvain BougnouxAdd Shivar's patch for using iostream
2000-02-16  Robin Dunnmore updates
2000-02-16  David WebsterOS/2 updates, basically linkage mode settings on static...
2000-02-16  David WebsterFinal cleanup
2000-02-16  Robin Dunnincremented version number
2000-02-16  Robin Dunnincremented version number
2000-02-16  Robin DunnSome minor updates and fixes
2000-02-15  Vadim Zeitlinempty rc file for the sample
2000-02-15  Vadim Zeitlin1. dnd demo in treetest
2000-02-15  Vadim Zeitlinbug fix in wxRegKey::CopyValue()
2000-02-15  Václav Slavíkbackground color set to wxSYS_COLOUR_LISTBOX
2000-02-15  Václav Slavíkbackground color set to wxSYS_COLOUR_LISTBOX
2000-02-15  Václav Slavíkadded wxSYS_COLOUR_LISTBOX
2000-02-15  Václav Slavíkremoved duplicate defines of wxSYS_ constants
next