2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected... |
blob | commitdiff | raw |
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 |
2002-07-30 |
Julian Smart | More tweaks so wxGenericListCtrl only uses generic |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Vadim Zeitlin | fixed bug due to which all items in a virtual control... |
blob | commitdiff | raw | diff to current |
2002-07-27 |
Mattia Barbon | Rename wxGenericImageList to wxImageList in generic... |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Julian Smart | Added wxListCtrl to derive from wxGenericListCtrl, |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Julian Smart | Applied patch [ 583922 ] Make generic/wxListCtrl avail... |
blob | commitdiff | raw | diff to current |
2002-07-12 |
Vadim Zeitlin | attempt to fix a rare crash which happens when changing... |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Vadim Zeitlin | fixed handling of Ctrl-arrows movement which was unsele... |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Vadim Zeitlin | applied the same fix for crashing if the END_EDIT event... |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Vadim Zeitlin | fixed off-by-few-pixels error in horz scrollbar calcula... |
blob | commitdiff | raw | diff to current |
2002-06-18 |
Vadim Zeitlin | relayout the window after adding/removing the columns... |
blob | commitdiff | raw | diff to current |
2002-05-28 |
Vadim Zeitlin | fixed icon drawing when they have different sizes ... |
blob | commitdiff | raw | diff to current |
2002-05-28 |
Vadim Zeitlin | unselected the current item when unfocusing it in a... |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Vadim Zeitlin | added missing wxListItem copy ctor to wxMSW, moved... |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Gilles Depeyrot | implemented missing copy constructor (needed for non... |
blob | commitdiff | raw | diff to current |
2002-04-24 |
Ron Lee | Added {S,G}etItem{Text,Background}Colour methods. |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Robin Dunn | Added sending of column dragging events to the generic... |
blob | commitdiff | raw | diff to current |
2002-03-17 |
Václav Slavík | use Calc(Un)ScrolledPosition instead of wxClientDC |
blob | commitdiff | raw | diff to current |
2002-03-16 |
Václav Slavík | make it possible to have empty lines in wxListCtrl |
blob | commitdiff | raw | diff to current |
2002-03-13 |
Vadim Zeitlin | update focus rectangle width when the columns are being... |
blob | commitdiff | raw | diff to current |
next |