2005-02-18 |
Stefan Csomor | using correct theme heights for header on mac |
blob | commitdiff | raw |
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-06 |
Robert Roebling | Applied context menu patch. |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Kevin Hock | Clean up indentation / tabs from previous patch |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Robert Roebling | Applied selection patch from G.R. |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Kevin Hock | Make list consistent with tree in terms of Vetoed chang... |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Robin Dunn | wxEVT_MOUSEWHEEL is always defined, no #if needed |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Włodzimierz Skiba | MinGW warning fix. |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Robin Dunn | Bug fix for [ 1059381 ] Mouse wheel does not work in... |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Włodzimierz Skiba | wx/math.h integration |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Robert Roebling | Add SetFocusIgnoringChildren() to wxControlContainer... |
blob | commitdiff | raw | diff to current |
2004-11-01 |
Robert Roebling | wxListCtrl::InsertItem() ignored the column. |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Kevin Hock | Documentation patch from Olly Betts |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Stefan Csomor | __WXMAC_OSBUILDTYPE__ selections are now only defined... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Robin Dunn | Check for an image list before complaining in OnGetItem... |
blob | commitdiff | raw | diff to current |
2004-09-30 |
Vadim Zeitlin | don't deprecate SetItemImage() with 3 parameters; just... |
blob | commitdiff | raw | diff to current |
2004-09-30 |
Julian Smart | Deprecated SetItemImage with 2 image ids |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Václav Slavík | implementation should use DoFindFocus |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected... |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Vadim Zeitlin | more 64 bit correctness fixes |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Stefan Csomor | setting the mac theme font only in VARIANT_NORMAL |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robin Dunn | give the generic tree and list controls a DoGetBestSize |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Włodzimierz Skiba | We need one float argument to perform floating point... |
blob | commitdiff | raw | diff to current |
2004-07-27 |
Václav Slavík | fixed sending 2 events (normal and bogus cancel one... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | compilation fix for a patch which didn't compile... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | FindItem() implementation (patch 950021) |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Václav Slavík | documented while event.Skip() is necessary so that... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Włodzimierz Skiba | GetItemCount is int. |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Robin Dunn | Allow any too-large index to mean Append, just like... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Vadim Zeitlin | don't set font unless necessary (patch 984853) |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Vadim Zeitlin | use CmdDown() instead of #ifdefs for Mac |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Václav Slavík | SetDefaultXXX -> SetOwnXXX |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Robin Dunn | Allow for Cmd-click on wxMac |
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-11 |
Robin Dunn | Fixed compile warning |
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 | moved #define to before it is used |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Robin Dunn | Use wxVisualAttributes (partially #if'd out until teste... |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Stefan Csomor | mac fixes |
blob | commitdiff | raw | diff to current |
2004-03-01 |
Robert Roebling | Made space around text symmetric. |
blob | commitdiff | raw | diff to current |
2004-02-29 |
Vadim Zeitlin | use HasFlag() and InXXX() instead of explicit flag... |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Robert Roebling | The list ctrl doesn't draw any focus |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Robert Roebling | Fix redraw problem in multiple selection listctrl. |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Robert Roebling | Corrected redrawing of sash when resizing |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Robert Roebling | Correctly center lables vertically. |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Julian Smart | Reverted patch [ 832096 ] Final separation for GUI... |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Julian Smart | Applied patch [ 832096 ] Final separation for GUI and... |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Julian Smart | Applied patch [ 818941 ] Initialize vars and clear... |
blob | commitdiff | raw | diff to current |
2003-11-08 |
Vadim Zeitlin | removed assert which became incorrect after last change |
blob | commitdiff | raw | diff to current |
2003-11-06 |
Vadim Zeitlin | fixed vertical scrollbar handling (broken by some relat... |
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-07 |
David Elliott | wxListMainWindow::OnRenameCancelled(): itemEdit paramet... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Vadim Zeitlin | send END_EDIT label if label editing is cancelled |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Vadim Zeitlin | update height of the header window whenever it changes |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Robin Dunn | Allow derived classes to prevent default focus handling... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Julian Smart | Applied patch [ 808050 ] fixes for WXUNIVERSAL and... |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Vadim Zeitlin | adjust m_current when inserting items in the control... |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Vadim Zeitlin | fix for calculating the header window height (patch... |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Vadim Zeitlin | align the items correctly with wxLC_ALIGN_TOP |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Vadim Zeitlin | added support for wxLC_ALIGN_LEFT/TOP |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Vadim Zeitlin | account for the scrollbars in GetViewRect() |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Vadim Zeitlin | compilation fix after last check in |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Vadim Zeitlin | fixed GetItemSpacing() inconsistency by deprecating... |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Vadim Zeitlin | added wxListCtrl::GetViewRect() |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Julian Smart | Applied patch [ 803473 ] wxListCtrl header height bugfix |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Vadim Zeitlin | ensure that GetItemRect() returns the real rect and... |
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-03 |
Vadim Zeitlin | warnings (and some errors) fixes for wxUniv DLL build |
blob | commitdiff | raw | diff to current |
2003-07-20 |
Vadim Zeitlin | added wxRendererNative to be used by the generic contro... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | allow adding/removing columns dynamically (based on... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | OnIdle -> OnInternalIdle |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Robert Roebling | Corrected wxTreeCtrl and wxListCtrl end_label_edit... |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Vadim Zeitlin | Refresh() didn't work as it wasn't passed to subwindows |
blob | commitdiff | raw | diff to current |
2003-06-11 |
Vadim Zeitlin | don't ignore wxLC_NO_HEADER style when inserting first... |
blob | commitdiff | raw | diff to current |
2003-06-11 |
Vadim Zeitlin | extracted wxSelectionStore in a separate file |
blob | commitdiff | raw | diff to current |
2003-06-03 |
Vadim Zeitlin | generate wxEVT_COMMAND_LIST_INSERT_ITEM (patch 747070) |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Robin Dunn | Fix GetItemRect to offset by the header window, if... |
blob | commitdiff | raw | diff to current |
2003-05-01 |
Vadim Zeitlin | set the index for BEGIN_DRAG events (patch 726308) |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Robin Dunn | Turn off all border styles for the inner window |
blob | commitdiff | raw | diff to current |
2003-03-27 |
Václav Slavík | fixed DrawTextFormatted to work in O(n) instead of... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Vadim Zeitlin | respect Veto()ing the column resize events; added test... |
blob | commitdiff | raw | diff to current |
2003-02-06 |
Robin Dunn | Check the image height when calulating the line height... |
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-05 |
Vadim Zeitlin | compilation warning fix |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | implemented support for column label alignment (closes... |
blob | commitdiff | raw | diff to current |
2002-12-06 |
Vadim Zeitlin | avoid flicker when doing SetItem() in non report mode... |
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-11 |
Robin Dunn | Fixed some off-by-one and other issues with drawing... |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Julian Smart | Using wxImageListType instead of wxGenericImageList |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Julian Smart | Ditribution script mods; |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Julian Smart | Applied patch [ 590247 ] Fix bad calculation of listctr... |
blob | commitdiff | raw | diff to current |
2002-08-05 |
David Webster | FALSE, not false |
blob | commitdiff | raw | diff to current |
2002-07-30 |
Julian Smart | Added wx/listbase.h with wxListCtrl types, so we can |
blob | commitdiff | raw | diff to current |
2002-07-30 |
Julian Smart | Must include wx/listctrl.h unfortunately, for now |
blob | commitdiff | raw | diff to current |
next |