]> git.saurik.com Git - wxWidgets.git/history - src
fix to allow non-extension based template choosing to work from Vegh Janos
[wxWidgets.git] / src /
2000-02-23  Vadim Zeitlinfix to allow non-extension based template choosing...
2000-02-23  George TaskerTablesInUse did not have DeleteContents() set to TRUE...
2000-02-23  Michael BedwardAdded wxGrid::DrawGridSpace function to suppress junk...
2000-02-23  Robin DunnSome mouse events need to be handled even when outside...
2000-02-23  Robin Dunndelay getting the default editor and renderer (by data...
2000-02-22  David WebsterMore wxWindow updates
2000-02-22  Robert Roebling Playing with scrolling, als fixed redraw
2000-02-22  Václav Slavíkfixed divide by zero exception when layouting justified...
2000-02-22  Václav Slavíkone of error messages had way too much spaces in it
2000-02-22  Stefan NeisCompilation fixes
2000-02-22  David Websterno message
2000-02-22  Vadim Zeitlinadded combobox editor
2000-02-22  Vadim Zeitlincolumn autosizing added
2000-02-22  Robert Roebling SetSelection() in wxNotebook now sets the focus,
2000-02-22  Vadim Zeitlin1. corrected bug with LIST_ITEM_ACTIVATED being sent...
2000-02-22  Vadim Zeitlinadded renderers/editors for long/float, not fully teste...
2000-02-22  Vadim Zeitlindon't draw cell highlight over the cell editor (improve...
2000-02-22  Vadim Zeitlin1. wxMenuBar::FindMenu() made "const"
2000-02-22  Vadim Zeitlinattempt at HP-UX compilation fix
2000-02-22  Vadim Zeitlinadded wxLog::Suspend/Resume and wxYield() uses them...
2000-02-22  Vadim Zeitlinmoved wxMenuBar::FindMenu(title) from MSW to common...
2000-02-22  Julian SmartMoved the wxDialog BringWindowToFront fix to Show becau...
2000-02-22  David Websterno message
2000-02-22  Michael BedwardAdded functions to enable/disable drag-resizing of...
2000-02-22  Robert Roebling Removed some debug code.
2000-02-21  Robin Dunnforgot to uncomment a few things
2000-02-21  Robin DunnAdded ability for tables, grids, editors and renderers...
2000-02-21  Guillermo Rodrigue... End of stream reading stuff
2000-02-21  Robin Dunnadded typcast needed for VC++ 6
2000-02-21  Sylvain BougnouxCheck multiple selection :-)
2000-02-21  Vadim Zeitlinadded SetColMinimalWidth()
2000-02-21  Robert Roebling Slightly better GC pooling,
2000-02-21  Vadim Zeitlina couple of terrible typos fixed
2000-02-21  Stefan NeisEliminate apparently unnecessary updates in SetScrollbars.
2000-02-21  Vadim ZeitlinLeft() -> BeforeFirst()
2000-02-21  Vadim Zeitlinvirtualized m_row/col height/widths arrays
2000-02-21  Vadim ZeitlinMichaels change to OnEraseBackground()
2000-02-21  Vadim Zeitlin1. removed 3d border, but
2000-02-21  Vadim Zeitlininclude
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
2000-02-21  Robert Roebling Make use of FillRect() when possible.
2000-02-21  Vadim Zeitlincompile fix for wxUSE_STD_IOSTREAM case
2000-02-21  Michael BedwardChanged system colours for better default display of...
2000-02-21  Julian SmartFixed (I hope) the wxDialog reactivation bug
2000-02-21  Václav Slavíkmodif time of FS inet and FS mem files is not wxDateTim...
2000-02-21  David WebsterFrame and Window coding
2000-02-20  Julian SmartwxImage::Rotate corrections added; docview improvements...
2000-02-20  Robert Roebling configure changes
2000-02-20  Guillermo Rodrigue... Opps. Sorry - typo fixes
2000-02-20  Guillermo Rodrigue... Don't try to translate empty strings (just a cosmetical...
2000-02-20  Guillermo Rodrigue... Process all pending events before starting to delete...
2000-02-20  Guillermo Rodrigue... Solved bug which was breaking richedit ctrls for non...
2000-02-19  Václav Slavíkfixed bug in wxMemoryInput/OutputStream::OnSysRead...
2000-02-18  David Websterno message
2000-02-18  Vadim Zeitlinadded dnd support to generic wxTreeCtrl
2000-02-18  Vadim Zeitlinauto arrays can't be initialized - compile error for...
2000-02-18  Vadim Zeitlinmore long/double to int conversion warnings from HP...
2000-02-18  Guillermo Rodrigue... Added missing Unref() in wxImage::Create()
2000-02-18  Guillermo Rodrigue... Solved a typo related to masks. Was setting *all* pixel...
2000-02-18  Bart A.M. JourquinHashtable now supports negative keys
2000-02-17  Guillermo Rodrigue... 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  Sylvain BougnouxWorkaround (?) for using streambuf with wxUSE_IOSTREAMH=0
2000-02-17  Václav Slavíkfixed inaccurancy in container layouting with wxHTML_AL...
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  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
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-16  Guillermo Rodrigue... added a few comments and remove $(COPYSEP)
2000-02-16  Václav Slavíkfixed background colour handling in wxTreeCtrl
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  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  Robin Dunndisable edit control before insert/delete row/col
2000-02-16  Vadim Zeitlinthe in-place control uses the attr for colours/font...
2000-02-16  Vadim ZeitlindeTABified
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  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  David WebsterOS/2 updates, basically linkage mode settings on static...
2000-02-16  David WebsterFinal cleanup
next