2000-02-21 |
Robin Dunn | Added ability for tables, grids, editors and renderers... |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | added SetColMinimalWidth() |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | virtualized m_row/col height/widths arrays |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | added wxCURSOR_DEFAULT to others (not GTK only), hide... |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | 1. removed 3d border, but |
tree | commitdiff |
2000-02-18 |
Vadim Zeitlin | added dnd support to generic wxTreeCtrl |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | added wxGridCellEditor::StartingClick(), used by BoolEditor |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | wxGridCellEditor::PaintBackground() added |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | bool editor/renderer added |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | 1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX |
tree | commitdiff |
2000-02-16 |
Václav Slavík | fixed background colour handling in wxTreeCtrl |
tree | commitdiff |
2000-02-16 |
Vadim Zeitlin | added support for readonly cells and 3d border drawing |
tree | commitdiff |
2000-02-16 |
Vadim Zeitlin | the in-place control uses the attr for colours/font... |
tree | commitdiff |
2000-02-16 |
Vadim Zeitlin | deTABified |
tree | commitdiff |
2000-02-16 |
Robin Dunn | Added getters/setters for cell and grid-default editors |
tree | commitdiff |
2000-02-16 |
Stefan Neis | Added UpdateAttrRows/Cols to change the row/column... |
tree | commitdiff |
2000-02-15 |
Václav Slavík | background color set to wxSYS_COLOUR_LISTBOX |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | added wxUSE_PLOT |
tree | commitdiff |
2000-02-15 |
Robert Roebling | Many plot window gooddies. |
tree | commitdiff |
2000-02-15 |
Robin Dunn | Some cleanup. |
tree | commitdiff |
2000-02-14 |
Robin Dunn | 1. Initialized m_displayed to TRUE to solve a cell... |
tree | commitdiff |
2000-02-14 |
Robin Dunn | wxGridCellEditor plugged in and operational for strings. |
tree | commitdiff |
2000-02-14 |
Robin Dunn | 1. Fixed slow-click timer. |
tree | commitdiff |
2000-02-13 |
Stefan Neis | Shift edit control (since we shifted cells in last... |
tree | commitdiff |
2000-02-13 |
Stefan Neis | Added enabling/disabling of cell edit control. |
tree | commitdiff |
2000-02-13 |
Robin Dunn | 1. Grid cell defaults are now handled by an internal... |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | added attr assignment for rows/columns |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | added an extremely simple cell attr cache (yet it catch... |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | added wxGridCellRenderer |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | fixed setting more than one attr for a cell |
tree | commitdiff |
2000-02-11 |
Robert Roebling | Made HelpGen compile here. |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | added ChangeCursorMode() method, rewrote the col/row... |
tree | commitdiff |
2000-02-11 |
Michael Bedward | Added facility to resize rows and cols by dragging... |
tree | commitdiff |
2000-02-10 |
Robert Roebling | Whole lotta stuff for wxPlotWindow, |
tree | commitdiff |
2000-02-09 |
Vadim Zeitlin | cell attributes added (doesn't quite work, work in... |
tree | commitdiff |
2000-02-09 |
Michael Bedward | Simplified sizing code. Sub-windows are now sized... |
tree | commitdiff |
2000-02-09 |
Michael Bedward | Initializing more variables in wxGrid::Create() |
tree | commitdiff |
2000-02-07 |
Michael Bedward | Fixes for problem where selection fails to start on... |
tree | commitdiff |
2000-02-06 |
Robert Roebling | Tried to prevent scrollbars from scrolling as |
tree | commitdiff |
2000-02-05 |
Guillermo Rodrigue... | Some compilation fixes |
tree | commitdiff |
2000-02-05 |
Stefan Neis | Added different strategy for updating grid lines. |
tree | commitdiff |
2000-02-05 |
Robert Roebling | wxWindow no longer emits any scroll events after |
tree | commitdiff |
2000-02-05 |
Vadim Zeitlin | 1. wxTimer change - now generates EVT_TIMER() |
tree | commitdiff |
2000-02-05 |
Michael Bedward | Removed ^M chars again |
tree | commitdiff |
2000-02-04 |
Robert Roebling | Minor GTK fixes for wxGrid. |
tree | commitdiff |
2000-02-04 |
Michael Bedward | Many bug fixes for display code: |
tree | commitdiff |
2000-02-03 |
Stefan Neis | Added drag-shrinking. |
tree | commitdiff |
2000-02-03 |
Vadim Zeitlin | re-checking in files in Unix mode |
tree | commitdiff |
2000-02-03 |
Michael Bedward | Used old name SelectCell instead of new name SetCurrentCell |
tree | commitdiff |
2000-02-03 |
Michael Bedward | Added missing SetGridCursor function |
tree | commitdiff |
2000-02-03 |
Michael Bedward | Removed cell highlighting temporarily. Now wxGrid... |
tree | commitdiff |
2000-02-03 |
Michael Bedward | Major redesign of grid classes: |
tree | commitdiff |
2000-01-26 |
Vadim Zeitlin | more backwards compatible kbd handling in wxScrolledWindow |
tree | commitdiff |
2000-01-25 |
Vadim Zeitlin | 1. kbd interface for wxScrolledWindow |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | added wxGetPasswordFromUser(), dialogs sample shows... |
tree | commitdiff |
2000-01-23 |
Vadim Zeitlin | 1. '\n's in tooltip messages are handled (replaced... |
tree | commitdiff |
2000-01-22 |
Vadim Zeitlin | I think I finally fixed activation behaviour under... |
tree | commitdiff |
2000-01-21 |
Vadim Zeitlin | 1. wxWizard supports setting images for each page,... |
tree | commitdiff |
2000-01-20 |
Robert Roebling | More life in wxPlot. |
tree | commitdiff |
2000-01-20 |
Robert Roebling | A no-change for scroll events. |
tree | commitdiff |
2000-01-19 |
Václav Slavík | generic wxFileDialog now stores customizations to regis... |
tree | commitdiff |
2000-01-18 |
Václav Slavík | icons for generic file dialog |
tree | commitdiff |
2000-01-17 |
Robert Roebling | Add draft wxPlotWindow |
tree | commitdiff |
2000-01-16 |
Václav Slavík | file dialog now remebers list/report and hidden files... |
tree | commitdiff |
2000-01-16 |
Václav Slavík | wxFileDialog's report/list view icons changed to some... |
tree | commitdiff |
2000-01-14 |
Robert Roebling | image to bitmap rewrite, |
tree | commitdiff |
2000-01-11 |
Vadim Zeitlin | fixed refresh problem with holidays in wxCalendarCtrl |
tree | commitdiff |
2000-01-10 |
Guillermo Rodrigue... | Fixes from Mumit Khan to allow DLL compilation; most... |
tree | commitdiff |
2000-01-06 |
Vadim Zeitlin | 1. more warnings fixes in gtk/region.cpp and common... |
tree | commitdiff |
2000-01-05 |
Vadim Zeitlin | more fixes to compilation warnings from HP-UX build... |
tree | commitdiff |
2000-01-03 |
Vadim Zeitlin | 1. corrections for compilation of the wxBase apps with... |
tree | commitdiff |
2000-01-02 |
Vadim Zeitlin | 1. wxDateTimeHolidayAuthority class for calculating... |
tree | commitdiff |
1999-12-30 |
Vadim Zeitlin | added support for several new events in wxCalendarCtrl... |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | wxCalendarCtrl works under MSW too |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | 1. wxCalendarCtrl |
tree | commitdiff |
1999-12-29 |
Vadim Zeitlin | 1. some minor compilation fixes in datetime.cppm |
tree | commitdiff |
1999-12-28 |
Robert Roebling | Calling a Refresh() before the window is created... |
tree | commitdiff |
1999-12-23 |
Robin Dunn | Fixed wxSplitterEvent to set it's id to be the splitter... |
tree | commitdiff |
1999-12-14 |
Václav Slavík | added default ctor for wxDirDialog |
tree | commitdiff |
1999-12-07 |
Vadim Zeitlin | small cosmetic fix for wxListCtrl |
tree | commitdiff |
1999-12-07 |
Vadim Zeitlin | 1. wxFileDialog patch for multiple selection applied... |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | wxTreeCtrl has colours and fonts too now |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | generic wxListCtrl colour/font setting |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | Rotated text patch from Hans-Joachim Baader (with some... |
tree | commitdiff |
1999-12-04 |
Vadim Zeitlin | 1. wxGetOsDescription() function added |
tree | commitdiff |
1999-12-01 |
Robert Roebling | Applied patch for multiple file selection, documented. |
tree | commitdiff |
1999-11-26 |
Robert Roebling | Same changes as last commit... Maybe CVS works now. |
tree | commitdiff |
1999-11-24 |
Karsten Ballüder | fixed setfocus() flicker in listctrl |
tree | commitdiff |
1999-11-19 |
David Webster | Removal of previous wxValidtor code for wxOS2 |
tree | commitdiff |
1999-11-14 |
Robert Roebling | Added wxWakeUpIdle() to wxGTK, |
tree | commitdiff |
1999-11-14 |
Vadim Zeitlin | 1. wxBitmap copy ctor and operator=() taking wxIcon... |
tree | commitdiff |
1999-11-11 |
Stefan Csomor | wxMac completed so far, generic listctrl extension |
tree | commitdiff |
1999-11-09 |
Robert Roebling | Removed Vadim's surplus code in clipboard. |
tree | commitdiff |
1999-11-08 |
Vadim Zeitlin | compilation fix for Motif |
tree | commitdiff |
1999-11-08 |
Julian Smart | Made various Motif fixes, wxListBox/wxChoice derive... |
tree | commitdiff |
1999-11-08 |
David Webster | OS/2 PM specific fixes for validators and fonts |
tree | commitdiff |
1999-11-03 |
Václav Slavík | wxPostScriptDC::CanGetTextExtent now returns TRUE ... |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | wxMotif compiles (and runs minimal sample) again after... |
tree | commitdiff |
1999-10-31 |
Julian Smart | Fixes for VC++ 4 compilation; fixed wxCommandEvent... |
tree | commitdiff |
1999-10-31 |
Robert Roebling | More tab code corrections. |
tree | commitdiff |
next |