2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw |
2000-02-21 |
Vadim Zeitlin | added wxCURSOR_DEFAULT to others (not GTK only), hide... |
blob | commitdiff | raw | diff to current |
2000-02-18 |
Vadim Zeitlin | added dnd support to generic wxTreeCtrl |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Václav Slavík | fixed background colour handling in wxTreeCtrl |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Václav Slavík | background color set to wxSYS_COLOUR_LISTBOX |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Vadim Zeitlin | 1. more warnings fixes in gtk/region.cpp and common... |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Vadim Zeitlin | 1. some minor compilation fixes in datetime.cppm |
blob | commitdiff | raw | diff to current |
1999-12-28 |
Robert Roebling | Calling a Refresh() before the window is created... |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | wxTreeCtrl has colours and fonts too now |
blob | commitdiff | raw | diff to current |
1999-11-19 |
David Webster | Removal of previous wxValidtor code for wxOS2 |
blob | commitdiff | raw | diff to current |
1999-11-09 |
Robert Roebling | Removed Vadim's surplus code in clipboard. |
blob | commitdiff | raw | diff to current |
1999-11-08 |
David Webster | OS/2 PM specific fixes for validators and fonts |
blob | commitdiff | raw | diff to current |
1999-09-30 |
Vadim Zeitlin | fixed compilation and added support for all 4 images... |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Vadim Zeitlin | 1. Implemented support for different icons for differen... |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Julian Smart | Misc. 16-bit compilation fixes |
blob | commitdiff | raw | diff to current |
1999-08-16 |
Robert Roebling | compile fixes for EMX |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Vadim Zeitlin | wxMSW::wxTreeCtrl has multiple selection too (somewhat... |
blob | commitdiff | raw | diff to current |
1999-07-26 |
Robert Roebling | Typos in documentation |
blob | commitdiff | raw | diff to current |
1999-07-25 |
Robert Roebling | Re-Added wxStream::StreamSize() |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Vadim Zeitlin | wxTreeEvent is declared in one header, not 3 of them |
blob | commitdiff | raw | diff to current |
1999-07-19 |
Sylvain Bougnoux | cosmetic, added some comment |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Patrick Albert | Correct some minor compile pbs with VC++1.52c & VC... |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Robert Roebling | Added OS/2 patches to wxGTK. |
blob | commitdiff | raw | diff to current |
1999-06-02 |
Julian Smart | Added progdlgg.cpp to makefiles; fixed true/false in... |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Vadim Zeitlin | new makefiles (part I) |
blob | commitdiff | raw | diff to current |
1999-05-03 |
Robert Roebling | TreeCtrl indentation and spacing |
blob | commitdiff | raw | diff to current |
1999-02-22 |
Vadim Zeitlin | GetSize() and GetClientSize() changes |
blob | commitdiff | raw | diff to current |
1999-01-27 |
Vadim Zeitlin | 1. added wxTreeCtrl::GetLastChild (modified MSW, GTK... |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Robert Roebling | minor Configure / makefiles updates |
blob | commitdiff | raw | diff to current |
1999-01-04 |
Robert Roebling | configure and #ifdef wxUSE_XXX updates |
blob | commitdiff | raw | diff to current |
1998-12-28 |
Julian Smart | Changes for 16-bit BC++ (not there yet), GnuWin32;... |
blob | commitdiff | raw | diff to current |
1998-12-25 |
Vadim Zeitlin | attempt to fix a report about compile problems in gener... |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Vadim Zeitlin | wxTreeCtrl::Sort() changed, adapted the sample to show it. |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Vadim Zeitlin | all delete functions now send delete notification event |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Vadim Zeitlin | 1. added wxTreeCtrl::DeleteChildren() |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Robert Roebling | Removed minor differences between wxMSW and wxGTK |
blob | commitdiff | raw | diff to current |
1998-12-16 |
Robert Roebling | Added layout constraints call to wxNotebook |
blob | commitdiff | raw | diff to current |
1998-12-11 |
Robert Roebling | ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK |
blob | commitdiff | raw | diff to current |
1998-12-07 |
Vadim Zeitlin | 1. wxNotebook::GetPageCount() returns only the number... |
blob | commitdiff | raw | diff to current |
1998-12-07 |
Robert Roebling | Keyboard navigatino in tree ctrl |
blob | commitdiff | raw | diff to current |
1998-12-01 |
Robert Roebling | Pixel corrections for wxListCtrl |
blob | commitdiff | raw | diff to current |
1998-11-13 |
Vadim Zeitlin | 1. GetNextChild() bug fixed in generic version |
blob | commitdiff | raw | diff to current |
1998-11-06 |
Robert Roebling | SetEventData for a few widgets |
blob | commitdiff | raw | diff to current |
1998-10-30 |
Robert Roebling | Fixes to fonts, static text, radiobox, frame |
blob | commitdiff | raw | diff to current |
1998-10-26 |
Vadim Zeitlin | final (?) changes to the generic tree ctrl -- seems... |
blob | commitdiff | raw | diff to current |
1998-09-22 |
Julian Smart | Some more Motif work; included utils.h in fileconf... |
blob | commitdiff | raw | diff to current |
1998-09-01 |
Robert Roebling | Added Set/GetItemState, GetNextItem.. to wxTreeCtrl |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-08-03 |
Vadim Zeitlin | SelectItem() always sends the notification messages |
blob | commitdiff | raw | diff to current |
1998-07-30 |
Robert Roebling | Pretty redical change concerning the underlying |
blob | commitdiff | raw | diff to current |
1998-07-23 |
Vadim Zeitlin | wxTreeControl::Get/SetSelection implemented |
blob | commitdiff | raw | diff to current |
1998-07-23 |
Vadim Zeitlin | IsItemExpanded() function added |
blob | commitdiff | raw | diff to current |
1998-07-20 |
Robert Roebling | many fixes to wxTextCrtl, wxTreeCrtl, wxListBox, |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Robert Roebling | tree control and dc::drawlines bug |
blob | commitdiff | raw | diff to current |
1998-07-07 |
Vadim Zeitlin | added missing DeleteItem(long itemId) function |
blob | commitdiff | raw | diff to current |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
blob | commitdiff | raw | diff to current |
1998-07-03 |
Julian Smart | Added #pragmas for gcc. |
blob | commitdiff | raw | diff to current |
1998-07-01 |
Vadim Zeitlin | many changes to make generic tree control (more) MSW... |
blob | commitdiff | raw | diff to current |
1998-06-26 |
Julian Smart | wxEventType alterations. |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Julian Smart | Corrected missing pipe in treectrl.h, wxOK->wxID_OK... |
blob | commitdiff | raw | diff to current |
1998-05-21 |
Robert Roebling | Add support for dynamic event tables |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|