1999-12-24 |
Václav Slavík | added demo of <font face> |
tree | commitdiff |
1999-12-24 |
Vadim Zeitlin | implemented wxLongLong division - seems to work |
tree | commitdiff |
1999-12-23 |
Vadim Zeitlin | tried to implement division of wxLongLongs - doesn... |
tree | commitdiff |
1999-12-23 |
Robert Roebling | Added wxBitmap::GetSubBitmap() |
tree | commitdiff |
1999-12-22 |
Vadim Zeitlin | testing new wxSpinCtrl event and button colours |
tree | commitdiff |
1999-12-22 |
Vadim Zeitlin | tests for "big" wxTextCtrls |
tree | commitdiff |
1999-12-22 |
Robert Roebling | Some debug code. |
tree | commitdiff |
1999-12-22 |
Vadim Zeitlin | more wxDateTime tests |
tree | commitdiff |
1999-12-21 |
Vadim Zeitlin | wxDateTime::ParseFormat() and ParseTime() added (compil... |
tree | commitdiff |
1999-12-21 |
Vadim Zeitlin | 1. corrected compilation of wxTime/wxDate |
tree | commitdiff |
1999-12-21 |
Vadim Zeitlin | more wxDateTime tests |
tree | commitdiff |
1999-12-20 |
Julian Smart | Mostly Mingw32/Cygwin corrections |
tree | commitdiff |
1999-12-20 |
Václav Slavík | removed 2nd frame from html test sample; test sample... |
tree | commitdiff |
1999-12-17 |
Vadim Zeitlin | wxDateTime progress: DST compuation, weekday computatio... |
tree | commitdiff |
1999-12-17 |
Vadim Zeitlin | test for weekdats added |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | 1. wxMotif toolbar works; the toggle buttons have the... |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | small fix to the sample |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | testing wxToolBarSimple |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | support for multiple rows in Win32 native toolbar |
tree | commitdiff |
1999-12-14 |
Ron Lee | added XBM example to image sample |
tree | commitdiff |
1999-12-14 |
Vadim Zeitlin | added support for vertical toolbars for MSW - seems... |
tree | commitdiff |
1999-12-13 |
Vadim Zeitlin | updated the sample and renamed the files |
tree | commitdiff |
1999-12-13 |
Robert Roebling | wxTextStream now interprets 1,1 as 1.1 (European... |
tree | commitdiff |
1999-12-12 |
Václav Slavík | removed pnghand from MSW sources - obsoleted |
tree | commitdiff |
1999-12-11 |
Robin Dunn | A couple small tweaks to get the new wxNotebookSizer... |
tree | commitdiff |
1999-12-11 |
Robert Roebling | Added wxNotebookSizer |
tree | commitdiff |
1999-12-11 |
Vadim Zeitlin | 1. wxDir works for MSW and documented |
tree | commitdiff |
1999-12-10 |
Vadim Zeitlin | and now timezones work even better ;-) |
tree | commitdiff |
1999-12-10 |
Vadim Zeitlin | more timezone stuff - it's a miracle, but it seems... |
tree | commitdiff |
1999-12-09 |
Robert Roebling | Changed scrollsub sample. |
tree | commitdiff |
1999-12-09 |
Stefan Csomor | no message |
tree | commitdiff |
1999-12-09 |
Stefan Csomor | cw pro 4 not supported anymore |
tree | commitdiff |
1999-12-09 |
Stefan Csomor | corrected mac-like placing of <about> menu line |
tree | commitdiff |
1999-12-08 |
Robert Roebling | Further stream tests, doc updates and minor clean... |
tree | commitdiff |
1999-12-08 |
Vadim Zeitlin | wxDir class added |
tree | commitdiff |
1999-12-08 |
Robert Roebling | Documented wxFFile and wxFFileStream and Co. |
tree | commitdiff |
1999-12-08 |
Robert Roebling | Stream error testing. |
tree | commitdiff |
1999-12-08 |
Vadim Zeitlin | 1. many DrawRotatedText() corrections (gtk) |
tree | commitdiff |
1999-12-07 |
Robert Roebling | Correction to position of rotated text. |
tree | commitdiff |
1999-12-07 |
Vadim Zeitlin | wxMimeTypeManager::EnumAll() seems to work, couple... |
tree | commitdiff |
1999-12-07 |
Vadim Zeitlin | small cosmetic fix for wxListCtrl |
tree | commitdiff |
1999-12-07 |
Vadim Zeitlin | 1. wxFileDialog patch for multiple selection applied... |
tree | commitdiff |
1999-12-07 |
Vadim Zeitlin | 1. fixes for DrawRotatedText(), drawing sample extended... |
tree | commitdiff |
1999-12-06 |
Robert Roebling | Added tests for buffered streams. |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | wxTreeCtrl has colours and fonts too now |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | wxThread::GetCPUCount() and SetConcurrency() added... |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | generic wxListCtrl colour/font setting |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | Rotated text patch from Hans-Joachim Baader (with some... |
tree | commitdiff |
1999-12-05 |
Vadim Zeitlin | wxListCtrl custom drawing seems to work |
tree | commitdiff |
1999-12-04 |
Vadim Zeitlin | 1. wxGetOsDescription() function added |
tree | commitdiff |
1999-12-04 |
Vadim Zeitlin | wxMenu::Insert() seems to work, bug in wxMenuBase:... |
tree | commitdiff |
1999-12-04 |
Vadim Zeitlin | wxMenuBar::Insert() seems to work! |
tree | commitdiff |
1999-12-04 |
Robert Roebling | Two missing #includes in image code. |
tree | commitdiff |
1999-12-03 |
Vadim Zeitlin | wxDateTime... |
tree | commitdiff |
1999-12-02 |
Vadim Zeitlin | more threds fixes, more threads tests - seems to work... |
tree | commitdiff |
1999-12-02 |
Vadim Zeitlin | even more wxDateTime work (completely broken for now... |
tree | commitdiff |
1999-12-01 |
Vadim Zeitlin | 1. more wxDateTime work |
tree | commitdiff |
1999-12-01 |
Vadim Zeitlin | sorting test added |
tree | commitdiff |
1999-12-01 |
Karsten Ballüder | rtf cut&paste works now, html export fixed |
tree | commitdiff |
1999-12-01 |
Vadim Zeitlin | 1. wxMotif::wxFrame derives from wxFrameBase now |
tree | commitdiff |
1999-12-01 |
Robert Roebling | Applied patch for multiple file selection, documented. |
tree | commitdiff |
1999-11-30 |
Vadim Zeitlin | wxDateTime starting to work, more tests for it and... |
tree | commitdiff |
1999-11-30 |
Robert Roebling | Made db.h compile (removed this wxODBC_ONLY_FARWRD_XX... |
tree | commitdiff |
1999-11-29 |
Vadim Zeitlin | joinable and detached POSIX threads (not fully tested... |
tree | commitdiff |
1999-11-29 |
Robert Roebling | More TIFF things, |
tree | commitdiff |
1999-11-28 |
Vadim Zeitlin | 1. msec resolution for timer functions under Win32 |
tree | commitdiff |
1999-11-28 |
Václav Slavík | changed icon name |
tree | commitdiff |
1999-11-28 |
Robert Roebling | TIFF change 6. |
tree | commitdiff |
1999-11-27 |
Vadim Zeitlin | 1. wxThread changes (detached/joinable) for MSW and... |
tree | commitdiff |
1999-11-27 |
Robert Roebling | sds |
tree | commitdiff |
1999-11-26 |
Robert Roebling | Minor changes. |
tree | commitdiff |
1999-11-25 |
Vadim Zeitlin | 1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed |
tree | commitdiff |
1999-11-25 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-11-24 |
Julian Smart | Removed strange wxFAIL; added dialup.cpp to filelist.txt |
tree | commitdiff |
1999-11-24 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-11-24 |
Jouk Jansen | VMS option files clash with VC++. temporarily removed. |
tree | commitdiff |
1999-11-23 |
Julian Smart | WM_MOUSEMOVE correction |
tree | commitdiff |
1999-11-22 |
Robert Roebling | Headers moved a bit. |
tree | commitdiff |
1999-11-22 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-11-22 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-11-22 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-11-22 |
Guillermo Rodrigue... | explicitly set addr.LocalHost before creting the wxSock... |
tree | commitdiff |
1999-11-21 |
Robert Roebling | Forgot one. |
tree | commitdiff |
1999-11-21 |
Robert Roebling | makefile updates, |
tree | commitdiff |
1999-11-21 |
Robert Roebling | Added speed-up for font-loading (a bit simplistic), |
tree | commitdiff |
1999-11-19 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-11-18 |
Robert Roebling | Added wxEvtHandler::Disconect() |
tree | commitdiff |
1999-11-18 |
Vadim Zeitlin | wxGTK pastes text from rxvt again |
tree | commitdiff |
1999-11-17 |
Julian Smart | Made some treectrl sample icons transparent; added... |
tree | commitdiff |
1999-11-16 |
Vadim Zeitlin | assert in OnSelected() fixed |
tree | commitdiff |
1999-11-15 |
Karsten Ballüder | private dataformat almost working - minor fixes |
tree | commitdiff |
1999-11-15 |
Robert Roebling | Added a few non-threads compile fixes, |
tree | commitdiff |
1999-11-15 |
Vadim Zeitlin | wxSnprintf() and wxVsnprintf() added, documented and... |
tree | commitdiff |
1999-11-14 |
Robert Roebling | Added two stand alone makefiles for samples. |
tree | commitdiff |
1999-11-14 |
Robert Roebling | Added wxWakeUpIdle() to wxGTK, |
tree | commitdiff |
1999-11-13 |
Ron Lee | added simple test for wxStaticBoxSizers |
tree | commitdiff |
1999-11-12 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-11-12 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-11-12 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-11-12 |
Jouk Jansen | Committing in . |
tree | commitdiff |
next |