]> git.saurik.com Git - wxWidgets.git/history - src/generic
fix to allow non-extension based template choosing to work from Vegh Janos
[wxWidgets.git] / src / generic /
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  Robert Roebling Playing with scrolling, als fixed redraw
2000-02-22  Stefan NeisCompilation fixes
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  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  Sylvain BougnouxCheck multiple selection :-)
2000-02-21  Vadim Zeitlinadded SetColMinimalWidth()
2000-02-21  Vadim Zeitlina couple of terrible typos fixed
2000-02-21  Stefan NeisEliminate apparently unnecessary updates in SetScrollbars.
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-20  Robert Roebling configure changes
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-17  Julian SmartReverted change to DrawLine so it doesn't draw the...
2000-02-17  Robert Roebling Small testing changes,
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  Vadim Zeitlinbool editor/renderer added
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  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  Stefan NeisAdded UpdateAttrRows/Cols to change the row/column...
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  Robert Roebling list ctrl and tree ctrl didn't like the new focus...
2000-02-15  Robin Dunnfix for goofed up grid borders when scrolling/refreshing
2000-02-15  Vadim Zeitlintext bg is transparent now, but the icons are still not
2000-02-15  Vadim Zeitlinadded wxUSE_PLOT
2000-02-15  Bart A.M. JourquinSCROLLWIN instead of SCROLL again
2000-02-15  Robert Roebling Many plot window gooddies.
2000-02-15  Robin DunnSome cleanup.
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  Stefan NeisFixed SetCurrentCell.
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  Julian SmartBitmap name changes (also done by RR, oops)
2000-02-13  Robert Roebling Corrected BMP names for plot window.
2000-02-13  Robin Dunn1. Grid cell defaults are now handled by an internal...
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  Vadim Zeitlinremoved debugging messages I just added by default
2000-02-11  Vadim Zeitlinadded ChangeCursorMode() method, rewrote the col/row...
2000-02-11  Michael BedwardAdded facility to resize rows and cols by dragging...
2000-02-11  Vadim Zeitlin1. exchanged binary ROPs wxSET/wxCLEAR meaning for...
2000-02-10  Robert Roebling Fixed Vadims fix.
2000-02-10  Robert Roebling Whole lotta stuff for wxPlotWindow,
2000-02-10  Vadim Zeitlin1. fixed bug with the index of the last column in EVT_C...
2000-02-10  Bart A.M. Jourquin#include textfile.h out of the WX_PRECOMP section ...
2000-02-10  Michael BedwardAdded wxTextFile functions to make multi-line text...
2000-02-10  Michael BedwardReverted changes to grid line positioning that caused...
2000-02-09  Vadim Zeitlincell attributes added (doesn't quite work, work in...
2000-02-09  Vadim Zeitlinfixed fatal bug in wxStatusBar::SetFieldsCount(), added...
2000-02-09  Vadim Zeitlinmore HP-UX compilation warnings fixed (187th try)
2000-02-09  Stefan NeisFix refreshs for wxGTK.
2000-02-09  Michael BedwardChanged grid line positioning slightly to line up the...
2000-02-09  Michael BedwardFixed problem where corner label was displayed when...
2000-02-09  Michael BedwardSimplified sizing code. Sub-windows are now sized...
2000-02-09  Michael BedwardPartially reverted last changes because of problems...
2000-02-09  Michael BedwardInitializing more variables in wxGrid::Create()
2000-02-09  Michael BedwardAdded more 3d rendering to row and col labels and remov...
2000-02-09  Michael BedwardA few optimizations to Refresh() calls for the grid...
2000-02-09  Michael BedwardImplemented row and col label size functions.
2000-02-08  Julian SmartVC++ project file updates; minor sashwindow/splitterwin...
2000-02-08  Vadim ZeitlinHP-UX compilation errors
2000-02-08  Michael BedwardFixed problem with label resize cursor not resetting
2000-02-08  Vadim Zeitlin1. wxWizard appears in the centre of the screen by...
2000-02-07  Vadim ZeitlinwxLogFatalError() should abort now
2000-02-07  Stefan Neis*** empty log message ***
2000-02-07  Michael BedwardFixes for problem where selection fails to start on...
2000-02-07  Michael BedwardFixed bug in wxGrid::DrawAllGridLines that was causing...
2000-02-06  Stefan NeisMinor fix in screen update code
2000-02-06  Robert Roebling Tried to prevent scrollbars from scrolling as
next