2000-03-01 |
Vadim Zeitlin | 1. warning in gtk/menu.cpp fixed |
tree | commitdiff |
2000-03-01 |
Julian Smart | Added wxDragImage generic implementation and sample... |
tree | commitdiff |
2000-02-29 |
David Webster | no message |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | setting parameters for wxGridCellFloatRenderer seems... |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | 1. more corrections for ref counted editors/renderers... |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | wxGridCellRenderer/Editor made ref counted |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | 1. added range checks in wxGridStringTable |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | added wxHashTableLong |
tree | commitdiff |
2000-02-29 |
Michael Bedward | AutoSizeColumns and AutoSizeRows changed to pass FALSE... |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | 1. fixed bug with MDI child frames changign state when... |
tree | commitdiff |
2000-02-29 |
Michael Bedward | Added wxWANTS_CHARS style to all windows so that the... |
tree | commitdiff |
2000-02-28 |
David Webster | no message |
tree | commitdiff |
2000-02-28 |
Vadim Zeitlin | wxGridCellAttr::Clone() added to allow the demo of... |
tree | commitdiff |
2000-02-28 |
Vadim Zeitlin | grid autosize fixes/changes |
tree | commitdiff |
2000-02-28 |
David Webster | Standard frame resource defines for OS/2 |
tree | commitdiff |
2000-02-28 |
Julian Smart | Some corrections |
tree | commitdiff |
2000-02-28 |
Julian Smart | Removed old wxGLCanvas stuff; moved wxTreeLayout to... |
tree | commitdiff |
2000-02-28 |
Guillermo Rodrigue... | Added #include "wx/bitmap.h" |
tree | commitdiff |
2000-02-28 |
Julian Smart | Moved OGL to new locations. |
tree | commitdiff |
2000-02-28 |
Julian Smart | Moved wxGLCanvas to more normal positions |
tree | commitdiff |
2000-02-28 |
David Webster | More updates to wxWindow, wxMenu, GdiImage to get minim... |
tree | commitdiff |
2000-02-27 |
Václav Slavík | added --enable-filesystem |
tree | commitdiff |
2000-02-27 |
Václav Slavík | minimalistic build fixes (mostly #if wxUSE_something) |
tree | commitdiff |
2000-02-27 |
Robert Roebling | Added bitmap create |
tree | commitdiff |
2000-02-27 |
Robert Roebling | More wxPlotWindow goodies. |
tree | commitdiff |
2000-02-27 |
Guilhem Lavaux | Inserted "stdio catch" in wxExecute. The activation... |
tree | commitdiff |
2000-02-26 |
Vadim Zeitlin | wxGrid::AutoSize() added |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | 1. cursor fixes: frame does have hand cursor in the... |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | WX_DECLARE_HASH() macro for type safe hashes |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | attempts at making wxSocket work with wxBase - it doesn... |
tree | commitdiff |
2000-02-25 |
Julian Smart | Added fix to wxMDIClientWindow to redisplay contents... |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | compatibility/compilation fix |
tree | commitdiff |
2000-02-25 |
David Webster | Change m_SubControls from wxList to wxArrayLong |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | 1. corrected problem with label updating in wxProgressD... |
tree | commitdiff |
2000-02-24 |
Vadim Zeitlin | 1. corrected bug in MDI sample (which resulted in missi... |
tree | commitdiff |
2000-02-24 |
Julian Smart | wxToolBarSimple fix + OGL studio sample compilation |
tree | commitdiff |
2000-02-24 |
Julian Smart | Some Motif fixes; makefile fixes; added wxTransferStrea... |
tree | commitdiff |
2000-02-24 |
Ron Lee | configure changes, for wxBase and wx-config |
tree | commitdiff |
2000-02-23 |
Julian Smart | Misc small changes, some for VC++ 1.5 |
tree | commitdiff |
2000-02-23 |
Vadim Zeitlin | removed saveValue param in EndEdit() |
tree | commitdiff |
2000-02-23 |
Michael Bedward | Added wxGrid::DrawGridSpace function to suppress junk... |
tree | commitdiff |
2000-02-23 |
Robin Dunn | Some mouse events need to be handled even when outside... |
tree | commitdiff |
2000-02-23 |
Robin Dunn | delay getting the default editor and renderer (by data... |
tree | commitdiff |
2000-02-22 |
David Webster | GetSubcontrols now returns a reference to an Arraylong |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | added combobox editor |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | column autosizing added |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | 1. corrected bug with LIST_ITEM_ACTIVATED being sent... |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | added renderers/editors for long/float, not fully teste... |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | don't draw cell highlight over the cell editor (improve... |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | 1. wxMenuBar::FindMenu() made "const" |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | added wxLog::Suspend/Resume and wxYield() uses them... |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | removed some default value for wxGrid compatibility... |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | moved wxMenuBar::FindMenu(title) from MSW to common... |
tree | commitdiff |
2000-02-22 |
Michael Bedward | Added functions to enable/disable drag-resizing of... |
tree | commitdiff |
2000-02-21 |
Robin Dunn | forgot to uncomment a few things |
tree | commitdiff |
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 |
Robert Roebling | Slightly better GC pooling, |
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-21 |
Robert Roebling | Implemented MSW's paint region clipping, but |
tree | commitdiff |
2000-02-21 |
Robert Roebling | Set logical functions to wxCOPY, no -1. |
tree | commitdiff |
2000-02-21 |
David Webster | Frame and Window coding |
tree | commitdiff |
2000-02-20 |
Julian Smart | wxImage::Rotate corrections added; docview improvements... |
tree | commitdiff |
2000-02-18 |
David Webster | no message |
tree | commitdiff |
2000-02-18 |
Vadim Zeitlin | added dnd support to generic wxTreeCtrl |
tree | commitdiff |
2000-02-18 |
Vadim Zeitlin | more long/double to int conversion warnings from HP... |
tree | commitdiff |
2000-02-17 |
Guillermo Rodrigue... | Now wxGIFDecoder always tries to read to the end of... |
tree | commitdiff |
2000-02-17 |
David Webster | More wxFrame updates |
tree | commitdiff |
2000-02-17 |
Václav Slavík | added wxMemoryFSHandler for storing VFS in memory |
tree | commitdiff |
2000-02-17 |
Julian Smart | Removed redundant wxColour constructor (how come this... |
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 |
Sylvain Bougnoux | Workaround (?) for using streambuf with wxUSE_IOSTREAMH=0 |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | bool editor/renderer added |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | added wxRect::Inflate() |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | added and documented wxDC::DrawCheckMark() |
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 |
David Webster | Start of actual filling in of wxFrame. |
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-16 |
David Webster | Add Plot to library |
tree | commitdiff |
2000-02-16 |
Julian Smart | Various VC++ 1.5 and other corrections |
tree | commitdiff |
2000-02-15 |
Václav Slavík | background color set to wxSYS_COLOUR_LISTBOX |
tree | commitdiff |
2000-02-15 |
Václav Slavík | added wxSYS_COLOUR_LISTBOX |
tree | commitdiff |
2000-02-15 |
Václav Slavík | removed duplicate defines of wxSYS_ constants |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | added wxUSE_PLOT |
tree | commitdiff |
2000-02-15 |
Robert Roebling | Readded plot event constants. |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | added wxUSE_PLOT |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | oops... another incorrectly resolved cvs conflict |
tree | commitdiff |
2000-02-15 |
Robert Roebling | Many plot window gooddies. |
tree | commitdiff |
2000-02-15 |
Robin Dunn | Some cleanup. |
tree | commitdiff |
2000-02-15 |
David Webster | Updates to make VA 3.0 compile again, particularly xpm |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | 1. implemented wxRegKey::Copy() and CopyValue() |
tree | commitdiff |
2000-02-14 |
Robin Dunn | 1. Initialized m_displayed to TRUE to solve a cell... |
tree | commitdiff |
next |