]> git.saurik.com Git - wxWidgets.git/history - include/wx
bool editor/renderer added
[wxWidgets.git] / include / wx /
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-16  Václav Slavíkfixed background colour handling in wxTreeCtrl
2000-02-16  David WebsterStart of actual filling in of wxFrame.
2000-02-16  Vadim Zeitlinadded support for readonly cells and 3d border drawing
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  Stefan NeisAdded UpdateAttrRows/Cols to change the row/column...
2000-02-16  David WebsterAdd Plot to library
2000-02-16  Julian SmartVarious VC++ 1.5 and other corrections
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
2000-02-15  Vadim Zeitlinadded wxUSE_PLOT
2000-02-15  Robert Roebling Readded plot event constants.
2000-02-15  Vadim Zeitlinadded wxUSE_PLOT
2000-02-15  Vadim Zeitlinoops... another incorrectly resolved cvs conflict
2000-02-15  Robert Roebling Many plot window gooddies.
2000-02-15  Robin DunnSome cleanup.
2000-02-15  David WebsterUpdates to make VA 3.0 compile again, particularly xpm
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-02-14  Robin Dunn1. Initialized m_displayed to TRUE to solve a cell...
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-02-14  Vadim ZeitlinUSE_DYNLIB_CLASS set to 1 by default
2000-02-14  Robin DunnwxGridCellEditor plugged in and operational for strings.
2000-02-14  Robin Dunn1. Fixed slow-click timer.
2000-02-13  Stefan NeisShift edit control (since we shifted cells in last...
2000-02-13  Stefan NeisAdded enabling/disabling of cell edit control.
2000-02-13  Robert Roebling Applied colour reduction and changes to use
2000-02-13  Robin Dunn1. Grid cell defaults are now handled by an internal...
2000-02-12  Julian SmartBC++ doesn't like periods in resource names
2000-02-11  Vadim Zeitlinadded attr assignment for rows/columns
2000-02-11  Vadim Zeitlinadded an extremely simple cell attr cache (yet it catch...
2000-02-11  Vadim Zeitlinadded wxGridCellRenderer
2000-02-11  Vadim Zeitlinfixed setting more than one attr for a cell
2000-02-11  Robert Roebling Made HelpGen compile here.
2000-02-11  Guillermo Rodrigue... Added wxEVT_SCROLL[WIN]_THUMBRELEASE
2000-02-11  Vadim Zeitlinadded ChangeCursorMode() method, rewrote the col/row...
2000-02-11  Julian SmartSome BC++ 5.4 fixes
2000-02-11  Robert Roebling Added BMP files for wxPlotWindow,
2000-02-11  Michael BedwardAdded facility to resize rows and cols by dragging...
2000-02-10  Robert Roebling Whole lotta stuff for wxPlotWindow,
2000-02-10  David WebsterAdded an OS/2 section to the sql defines
2000-02-09  David WebsterUpdates to make latest changes compile
2000-02-09  Vadim Zeitlincell attributes added (doesn't quite work, work in...
2000-02-09  Vadim Zeitlinsome Motif compilation fixes
2000-02-09  Vadim Zeitlinmore HP-UX compilation warnings fixed (187th try)
2000-02-09  Michael BedwardSimplified sizing code. Sub-windows are now sized...
2000-02-09  Michael BedwardInitializing more variables in wxGrid::Create()
2000-02-08  Julian SmartAdded ShowFullScreen
2000-02-08  Vadim ZeitlinHP-UX compilation errors
2000-02-08  Bart A.M. Jourquinadd SQL_CATALOG and SQL_LOG filename variablesas extern
2000-02-08  Vadim Zeitlin1. wxWizard appears in the centre of the screen by...
2000-02-07  Vadim Zeitlintrying to fix memory leak in wxListCtrl (attributes...
2000-02-07  Bart A.M. Jourquinadd definition for FAR for mingwin 2.95
2000-02-07  Michael BedwardFixes for problem where selection fails to start on...
2000-02-06  Julian SmartSmall changes for VC++ 4 compilation
2000-02-06  Julian SmartSome doc corrections; Watcom C++ corrections; VC++...
2000-02-06  Julian SmartAdded rotation to wxImage
2000-02-06  Robert Roebling Tried to prevent scrollbars from scrolling as
2000-02-06  Julian Smartlong -> wxCoord
2000-02-06  Julian SmartSome BC++ 4.5 and other compile fixes; changed FAR...
2000-02-06  Stefan Neislong -> wxCoord
2000-02-05  Guillermo Rodrigue... Some compilation fixes
2000-02-05  Stefan NeisAdded different strategy for updating grid lines.
2000-02-05  Robert Roebling Fixed status bar probs,
2000-02-05  George TaskerFixed a typo in a comment
2000-02-05  Robert Roebling wxWindow no longer emits any scroll events after
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
2000-02-05  Michael BedwardRemoved ^M chars again
2000-02-04  Vadim Zeitlinanother new version of wxStringTokenizer (with tests...
2000-02-04  Robert Roebling Minor GTK fixes for wxGrid.
2000-02-04  Robert Roebling ROP changes.
2000-02-04  Michael BedwardMany bug fixes for display code:
2000-02-03  Stefan NeisAdded drag-shrinking.
2000-02-03  George TaskerReplaced C++ comment with C comment
2000-02-03  Vadim Zeitlinre-checking in files in Unix mode
2000-02-03  Bart A.M. Jourquinfix include files path
2000-02-03  Michael BedwardUsed old name SelectCell instead of new name SetCurrentCell
2000-02-03  Michael BedwardAdded missing SetGridCursor function
2000-02-03  Michael BedwardRemoved cell highlighting temporarily. Now wxGrid...
2000-02-03  Michael BedwardMajor redesign of grid classes:
2000-02-02  Václav Slavíkfixed memory leaks
2000-02-02  Václav Slavíkfixed DeleteContents inconsistency: didn't free memory...
2000-02-02  Václav Slavíkfixing memory leaks & mem tracing false alerts
2000-02-02  Vadim Zeitlinadded CentreOnScreen(), updated the docs to clear this...
2000-02-02  Robert Roebling Tried to fix corrupted display of wxTextCtrl,
2000-02-02  Vadim Zeitlin1. wxStaticBitmap now uses mask even for bitmaps (and...
2000-02-01  Julian SmartSet/GetWindowMenu added to MDI parent frame under MSW
2000-01-31  David WebsterVA 4.0 fix
2000-01-31  Robin DunnMinor additions to make working with binary buffers...
2000-01-31  Vadim Zeitlin1. bug in wxString::find_first_of() fixed
2000-01-31  Vadim Zeitlin1. configre/makefiles changes
2000-01-31  Robert Roebling Using the best visual is now an option.
2000-01-31  George TaskerRemoved tabs and cleaned up indentations.
2000-01-31  David WebsterVA 4.0 fixes
2000-01-30  Julian SmartSome but not all compile fixes for typetest (VC++ 1...
next