2005-03-21 |
Vadim Zeitlin | unreachable code warning fix (Unicode build) |
blob | commitdiff | raw |
2005-03-19 |
Robin Dunn | Fixed bug #1163384. Moved the code that handles activa... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Vadim Zeitlin | iterator methods fixes (patch 1164808) |
blob | commitdiff | raw | diff to current |
2005-02-26 |
Robin Dunn | The key event for the shift key should not start the... |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Włodzimierz Skiba | Use default constructors for wxSize/Point/Rect. |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Vadim Zeitlin | redraw the grid when it's enabled/disabled |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Stefan Neis | fixed double delete in UpdateAttrRows/Cols introduced... |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Vadim Zeitlin | fixed memory leak in UpdateAttr[Rows][Or][Cols] (patch... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Włodzimierz Skiba | Old API depreciated. Use of new API. Source cleaning. |
blob | commitdiff | raw | diff to current |
2004-11-27 |
Robert Roebling | Give native GTK+ look to wxGrid. |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Włodzimierz Skiba | Fixes for wxUSE_SPIN... == 0. |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Ryan Norton | Revert files to previous version that were affected... |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Włodzimierz Skiba | Warning fixes to unused variables, int/wxChar keycode... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
Julian Smart | Worked around font setting problem for GTK+1 on some |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Włodzimierz Skiba | Unnecessary const_ prefix removed (blindly). |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Włodzimierz Skiba | Warning fixes for OpenWatcom. |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Włodzimierz Skiba | Warning fixes. |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Julian Smart | Added SetScrollLinesX, SetScrollLinesY so apps can... |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Robin Dunn | Fix for probably rare but potential refcount leak. |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Robin Dunn | For editors and renderers the type registry takes prece... |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Robin Dunn | Since it is documented, changed GetOrCreateCellAttr... |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Robin Dunn | Don't set the size until after everything is initialized |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Vadim Zeitlin | no real changes, just rewrote ChoiceEditor::EndEdit... |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Vadim Zeitlin | removed apparently useless (and provoking a dummy event... |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Robin Dunn | Fixes to allow DoGetBestSize to work before CreateGrid... |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Robin Dunn | Make wxGrid play nicer with sizers. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robin Dunn | Patch from Jed Burgess that optionally allows the grid... |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Václav Slavík | SetDefaultXXX -> SetOwnXXX |
blob | commitdiff | raw | diff to current |
2004-06-26 |
Václav Slavík | doubleclick selects cell for editing |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Włodzimierz Skiba | Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Robin Dunn | Don't #include the extra files unless we need them |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Robin Dunn | Use wxVisualAttributes (#if'd out until tested further) |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Roger Gammans | * fix bug where editing of the bootom and right most... |
blob | commitdiff | raw | diff to current |
2004-03-07 |
Julian Smart | Improved wxTreeCtrl tooltip processing performance... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Stefan Neis | Unicode fixes. |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Julian Smart | 0 -> 0u to keep gcc happy |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Stefan Neis | Applied and extended patch 886524 (wxGridCellFloatEdito... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Stefan Csomor | conversion warning gcc 3.3 mac |
blob | commitdiff | raw | diff to current |
2004-01-31 |
Mattia Barbon | Added some missing STL-like wxArray/wxArrayString... |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Julian Smart | Applied patch [ 800086 ] GridCellTextEditor wxTE_RICH... |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Julian Smart | Applied patch [ 863936 ] wxGrid scroll bars not drawn. |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Julian Smart | Applied patch [ 851044 ] wxGrid receives wxFocusEvent |
blob | commitdiff | raw | diff to current |
2003-11-08 |
Stefan Neis | Allow minimal acceptable row height/column width to... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Vadim Zeitlin | renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN... |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Mattia Barbon | Added, documented and used wxGridCellChoiceEditor |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | macro naming changes |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Mattia Barbon | Fixed bug introduced in fs_zip.cpp when replacing... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Julian Smart | Added style metadata for selected controls |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Stefan Csomor | avoid streaming of 'private' children |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Stefan Csomor | support for RTTI |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Vadim Zeitlin | don't create a multiline text control in the text edito... |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Robin Dunn | Switch to wxCHECK so the bad code isn't still executed... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Václav Slavík | compilation fixes for win32 dll+multilib |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | created wxAdvanced library |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | added NO_PTR versions of ARRAY macros to suppress warni... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods. |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Mattia Barbon | Moved some methods/classes inside COMPATIBILITY_2_4. |
blob | commitdiff | raw | diff to current |
2003-06-29 |
Stefan Neis | Applied Patch 760644 (wxGrid SetTable uses deleted... |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Stefan Neis | Reverted patch [ 746201 ] (partially) because of unwant... |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Applied [ 746201 ] wxGrid row/col change not updated |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Applied patch [ 746203 ] xwGrid::SetTable may be called... |
blob | commitdiff | raw | diff to current |
2003-05-18 |
Roger Gammans | * Prevent miminum and actual row and col sizes going... |
blob | commitdiff | raw | diff to current |
2003-05-18 |
Roger Gammans | * Apply patch #735595. Add miminumAcceptable{Height... |
blob | commitdiff | raw | diff to current |
2003-05-18 |
Roger Gammans | * Fix logical error in m_overflow attribute merging |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Robin Dunn | Acutally use the m_maxChars parameter value instead... |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Julian Smart | Reordered the slow-click test, otherwise it would never |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Julian Smart | Ensure grid components don't have borders |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Robin Dunn | fixed compile errors |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Robin Dunn | Also merge the m_overflow attribute |
blob | commitdiff | raw | diff to current |
2003-05-03 |
Julian Smart | Applied patch [ 726350 ] wxGrid - MovePageDown() |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Roger Gammans | * rename maxOnOverflow parameter to CoordToRowOrCol... |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Julian Smart | Applied patch [ 705663 ] Fix capture mouse bug in wxGrid |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Julian Smart | Removed old grid code |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Julian Smart | Fix by Milan Babuskov <albis@eunet.yu> in MovePageUp |
blob | commitdiff | raw | diff to current |
2003-02-18 |
Julian Smart | Fixed warning, reformatted some code |
blob | commitdiff | raw | diff to current |
2003-02-18 |
Julian Smart | Applied patch [ 608866 ] wxGrid: vertical column label... |
blob | commitdiff | raw | diff to current |
2003-02-12 |
Vadim Zeitlin | removed redundant code |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Robin Dunn | With the fix in gtk/font.cpp and switching to an wxplic... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-18 |
Julian Smart | Fixed cell paint background refresh bug |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Julian Smart | Fixed missing checkbox alignment |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Vadim Zeitlin | printf() format warning fixed |
blob | commitdiff | raw | diff to current |
2002-12-14 |
Vadim Zeitlin | fixed Unicode compilation |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Julian Smart | Applied patches by Scott Pleiter: |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-20 |
Stefan Neis | Fixed some typos that occured in applying patch 606235. |
blob | commitdiff | raw | diff to current |
2002-09-15 |
Stefan Neis | Applied revised patch 606235 (Cell overflow refresh... |
blob | commitdiff | raw | diff to current |
2002-09-11 |
Stefan Neis | Applied patch 606235 (Cell overflow refresh fixed). |
blob | commitdiff | raw | diff to current |
2002-09-11 |
Stefan Neis | Fixed CoordToRowOrCol according to Patch 607387. |
blob | commitdiff | raw | diff to current |
2002-09-11 |
Julian Smart | Typo fixed |
blob | commitdiff | raw | diff to current |
next |