1999-08-24 |
Sylvain Bougnoux | Fixed ctor declaration : some default were missing |
tree | commitdiff |
1999-08-24 |
Julian Smart | Minor doc & distrib file changes |
tree | commitdiff |
1999-08-22 |
Robert Roebling | Added wxFFileStream base on wxFFile (as opposed to... |
tree | commitdiff |
1999-08-21 |
Robert Roebling | Doc corrections, |
tree | commitdiff |
1999-08-20 |
Robin Dunn | Added a python note. |
tree | commitdiff |
1999-08-19 |
Robert Roebling | Doc updates, wxsizer et al |
tree | commitdiff |
1999-08-18 |
Sylvain Bougnoux | Added wxImage wxImage::GetSubImage(cont wxRect&) const |
tree | commitdiff |
1999-08-18 |
Vadim Zeitlin | more styles documented |
tree | commitdiff |
1999-08-18 |
Robert Roebling | EMX compilation, |
tree | commitdiff |
1999-08-17 |
Robert Roebling | Added new file dialog |
tree | commitdiff |
1999-08-16 |
Robert Roebling | compile fixes for EMX |
tree | commitdiff |
1999-08-15 |
Robert Roebling | Began docs on sizers, |
tree | commitdiff |
1999-08-13 |
Vadim Zeitlin | templates for new sizer classes |
tree | commitdiff |
1999-08-12 |
Julian Smart | wxBook additions; added a couple of pixels in menu... |
tree | commitdiff |
1999-08-12 |
Robert Roebling | Augmented beta to 9, |
tree | commitdiff |
1999-08-07 |
Vadim Zeitlin | wxMimeTypesManager::AddFallbacks() added, also correcte... |
tree | commitdiff |
1999-08-06 |
Václav Slavík | converted to 16 colors |
tree | commitdiff |
1999-08-05 |
Julian Smart | Cured some bugs/typos/spacing in docs |
tree | commitdiff |
1999-08-05 |
Robert Roebling | Compile fix for dynarray, |
tree | commitdiff |
1999-08-05 |
Julian Smart | Corrected some doc problems |
tree | commitdiff |
1999-08-05 |
Robin Dunn | Added missing } so tex2rtf wouldn't puke |
tree | commitdiff |
1999-08-04 |
Václav Slavík | added fsfile.tex |
tree | commitdiff |
1999-08-04 |
Václav Slavík | bool scrollable replaced by wxHW_* flags |
tree | commitdiff |
1999-08-03 |
Václav Slavík | initial commit |
tree | commitdiff |
1999-08-02 |
Vadim Zeitlin | 1. minor headers rearrangement: wxprec.h doesn't includ... |
tree | commitdiff |
1999-08-02 |
Robert Roebling | Minor changes |
tree | commitdiff |
1999-08-01 |
Guilhem Lavaux | wxMemoryStream doc updated |
tree | commitdiff |
1999-07-30 |
Vadim Zeitlin | wxMSW::wxTreeCtrl has multiple selection too (somewhat... |
tree | commitdiff |
1999-07-30 |
Guilhem Lavaux | Renamed GSocket_SetBlocking to GSocket_SetNonBlocking... |
tree | commitdiff |
1999-07-30 |
Robert Roebling | Some more doc beauty, |
tree | commitdiff |
1999-07-30 |
Robert Roebling | Doc corrections, |
tree | commitdiff |
1999-07-30 |
Robin Dunn | wxPython documentation updates |
tree | commitdiff |
1999-07-29 |
Robin Dunn | Put strmbfrd.tex back into classes.tex since it was... |
tree | commitdiff |
1999-07-28 |
Guilhem Lavaux | Added another missing file (wxBufferedStreams doc) |
tree | commitdiff |
1999-07-28 |
Robin Dunn | Fixed some stupid TEX errors... |
tree | commitdiff |
1999-07-28 |
Robin Dunn | If somebody ever decides to actually check in fsfile... |
tree | commitdiff |
1999-07-27 |
Robert Roebling | Corrected some more docs, |
tree | commitdiff |
1999-07-27 |
Guilhem Lavaux | Added the forgotten file txtstrm.tex |
tree | commitdiff |
1999-07-27 |
Harco de Hilster | minor fix |
tree | commitdiff |
1999-07-26 |
Robert Roebling | Typos in documentation |
tree | commitdiff |
1999-07-26 |
Robert Roebling | Added more docs for the new events, derived from... |
tree | commitdiff |
1999-07-26 |
Karsten Ballüder | Documented help API extension and fixed gsocket compila... |
tree | commitdiff |
1999-07-26 |
Vadim Zeitlin | EditLabel fixes (wxMSW/wxGTK synchronised, docs updated) |
tree | commitdiff |
1999-07-26 |
Vadim Zeitlin | Centre() supports wxCENTER_FRAME flag now |
tree | commitdiff |
1999-07-25 |
Robert Roebling | Added wxStaticBitmap::SetIcon() |
tree | commitdiff |
1999-07-24 |
Guilhem Lavaux | Updated wxDataStream (added ByteOrder) |
tree | commitdiff |
1999-07-22 |
Vadim Zeitlin | 1. added wxGetNumberFromUser (to textdlgg.cpp and dialo... |
tree | commitdiff |
1999-07-22 |
Robert Roebling | Corrected wxlistBox, wxRadioBox, wxComboBox and |
tree | commitdiff |
1999-07-20 |
Vadim Zeitlin | 1. panels pass focus to the next item in parent panel |
tree | commitdiff |
1999-07-15 |
Vadim Zeitlin | 1. wxTextCtrl compilation fixes for wxGTK and more... |
tree | commitdiff |
1999-07-10 |
Vadim Zeitlin | wxButton::GetDefaultSize() added for MSW and documented |
tree | commitdiff |
1999-07-10 |
Václav Slavík | *** empty log message *** |
tree | commitdiff |
1999-07-10 |
Václav Slavík | *** empty log message *** |
tree | commitdiff |
1999-07-09 |
Guilhem Lavaux | * wxStream doc update |
tree | commitdiff |
1999-07-07 |
Karsten Ballüder | documented wxMENU_TEAROFF |
tree | commitdiff |
1999-07-05 |
Vadim Zeitlin | CalcUnscrolledPosition takes int, not floats |
tree | commitdiff |
1999-07-05 |
Vadim Zeitlin | made wxImage::Scale() const to not confuse people any... |
tree | commitdiff |
1999-07-05 |
Karsten Ballüder | Made icons configurable via a wxMApp virtual function... |
tree | commitdiff |
1999-06-28 |
Vadim Zeitlin | more files I forgot to commit |
tree | commitdiff |
1999-06-28 |
Vadim Zeitlin | 1. wxStaticLine implemented (generic (ugly) and MSW... |
tree | commitdiff |
1999-06-27 |
Robin Dunn | fixed typo |
tree | commitdiff |
1999-06-27 |
Vadim Zeitlin | missing semicolon added to the example |
tree | commitdiff |
1999-06-26 |
Václav Slavík | *** empty log message *** |
tree | commitdiff |
1999-06-23 |
Vadim Zeitlin | in-place editing code from Michael Bedward integrated... |
tree | commitdiff |
1999-06-22 |
Robin Dunn | wxPython documentation updates |
tree | commitdiff |
1999-06-16 |
Robert Roebling | wxWINE things. |
tree | commitdiff |
1999-06-15 |
Vadim Zeitlin | wxString::IsSameAs(char) added and documented as well... |
tree | commitdiff |
1999-06-15 |
Vadim Zeitlin | 2 typos corrected |
tree | commitdiff |
1999-06-13 |
Robert Roebling | Added OS/2 patches to wxGTK. |
tree | commitdiff |
1999-06-12 |
Vadim Zeitlin | {Get/Set}{Width/Height} documented |
tree | commitdiff |
1999-06-11 |
Robert Roebling | Implemented ListCtrl::SetColumnWidth() wxLIST_AUTOSIZE |
tree | commitdiff |
1999-06-10 |
Robin Dunn | Added wxWindowBase::CentreOnParent to allow top level... |
tree | commitdiff |
1999-06-10 |
Karsten Ballüder | documented the wxNO_DEFAULT that I added to make No... |
tree | commitdiff |
1999-06-09 |
Robin Dunn | Added config values (commented out) for generating... |
tree | commitdiff |
1999-06-08 |
Vadim Zeitlin | explained (?) difference between LeftDown and LeftIsDown |
tree | commitdiff |
1999-06-08 |
Vadim Zeitlin | the default value for the constraints is wxUnconstraine... |
tree | commitdiff |
1999-06-07 |
Vadim Zeitlin | 1. wxWindow::IsTopLevel() added and documented |
tree | commitdiff |
1999-06-07 |
Robert Roebling | Updated distribtion and docs. |
tree | commitdiff |
1999-06-01 |
Vadim Zeitlin | new makefiles (part I) |
tree | commitdiff |
1999-05-31 |
Robert Roebling | Added support for extra bitmap for toggled tool. |
tree | commitdiff |
1999-05-27 |
Julian Smart | Added dcbase target to various makefiles |
tree | commitdiff |
1999-05-27 |
Robert Roebling | Doc updates. |
tree | commitdiff |
1999-05-25 |
Vadim Zeitlin | 1. wxNotifyEvent documented |
tree | commitdiff |
1999-05-25 |
Julian Smart | Misc small changes |
tree | commitdiff |
1999-05-24 |
Unknown (BV) | Updated splitter docs to describe new wxSP_PERMIT_UNSPL... |
tree | commitdiff |
1999-05-21 |
J. Russell Smyth | documented wxCONFIG_USE_RELATIVE_PATH |
tree | commitdiff |
1999-05-20 |
Vadim Zeitlin | bugs in splitter docs corrected |
tree | commitdiff |
1999-05-20 |
Unknown (BV) | Added a reference to the splitter event class and macros. |
tree | commitdiff |
1999-05-20 |
Unknown (BV) | Added the rest of the wxSplitterEvent class interface... |
tree | commitdiff |
1999-05-19 |
Vadim Zeitlin | wxThread::Entry documented |
tree | commitdiff |
1999-05-19 |
Vadim Zeitlin | 1. wxMSW seems to work (please test and send your bug... |
tree | commitdiff |
1999-05-12 |
Vadim Zeitlin | included longlong doc |
tree | commitdiff |
1999-05-10 |
Vadim Zeitlin | the initial draft of wxLongLong class |
tree | commitdiff |
1999-05-09 |
Karsten Ballüder | Added a generic wxProgressDialog and made wxPostscriptP... |
tree | commitdiff |
1999-05-06 |
Julian Smart | Some doc corrections; various small fixes for Cygwin... |
tree | commitdiff |
1999-05-05 |
Julian Smart | wxNotebook fixes for Win16; VC++ 4 fixes for OLE files... |
tree | commitdiff |
1999-04-30 |
Robin Dunn | wxPython documentation update |
tree | commitdiff |
1999-04-29 |
Robin Dunn | wxPython documentation update |
tree | commitdiff |
1999-04-15 |
Karsten Ballüder | Added a wxYield() warning to wxExecute() entry. |
tree | commitdiff |
1999-04-15 |
Karsten Ballüder | Added wxEnableTopLevelWindows(bool enable) for use... |
tree | commitdiff |
next |