1999-12-24 |
Vadim Zeitlin | implemented wxLongLong division - seems to work |
tree | commitdiff |
1999-12-24 |
Julian Smart | Small changes |
tree | commitdiff |
1999-12-23 |
Vadim Zeitlin | removed testing code from wxLongLong |
tree | commitdiff |
1999-12-23 |
Václav Slavík | wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink... |
tree | commitdiff |
1999-12-23 |
Vadim Zeitlin | tried to implement division of wxLongLongs - doesn... |
tree | commitdiff |
1999-12-23 |
Robin Dunn | Fixed wxSplitterEvent to set it's id to be the splitter... |
tree | commitdiff |
1999-12-23 |
Robin Dunn | Added a constructor that allows creation of independent... |
tree | commitdiff |
1999-12-23 |
Robert Roebling | Added wxBitmap::GetSubBitmap() |
tree | commitdiff |
1999-12-23 |
Václav Slavík | removed wxITALIC/wxSLANT stuff from wxHTML (no longer... |
tree | commitdiff |
1999-12-23 |
Václav Slavík | wxHtmlFontCell now has member wxFont m_Font instead... |
tree | commitdiff |
1999-12-23 |
Vadim Zeitlin | patches for BC++ 5.3 from Ricky Gonzales <gonzales... |
tree | commitdiff |
1999-12-23 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-12-22 |
Vadim Zeitlin | 1. corrected some owner-drawn buttons bugs |
tree | commitdiff |
1999-12-22 |
Vadim Zeitlin | 1. wxBase compiles under BeOS |
tree | commitdiff |
1999-12-22 |
David Webster | Changed Loadfile to be compatable with OS/2 Bitmap... |
tree | commitdiff |
1999-12-22 |
David Webster | Eliminate comma's after last element in an enum |
tree | commitdiff |
1999-12-22 |
Vadim Zeitlin | 1. coloured buttons seem to work |
tree | commitdiff |
1999-12-21 |
Vadim Zeitlin | wxDateTime::ParseFormat() and ParseTime() added (compil... |
tree | commitdiff |
1999-12-21 |
David Webster | can't support enums that have comma after last element |
tree | commitdiff |
1999-12-21 |
Vadim Zeitlin | wxString::Format() added |
tree | commitdiff |
1999-12-21 |
Vadim Zeitlin | 1. corrected compilation of wxTime/wxDate |
tree | commitdiff |
1999-12-21 |
David Webster | Uncompilable header fix. |
tree | commitdiff |
1999-12-21 |
Vadim Zeitlin | 1. wxLongLong and wxDateTime compilation fixed for... |
tree | commitdiff |
1999-12-20 |
Julian Smart | Mostly Mingw32/Cygwin corrections |
tree | commitdiff |
1999-12-20 |
Robert Roebling | Minor changes to wxTreeCtrl's horiz size, |
tree | commitdiff |
1999-12-20 |
Václav Slavík | HTML help: index panel now displays only part of index... |
tree | commitdiff |
1999-12-17 |
Robin Dunn | Adding MSVC makefile support for building the TIFF... |
tree | commitdiff |
1999-12-17 |
Václav Slavík | fixed problem with image handlers in two headers (and... |
tree | commitdiff |
1999-12-17 |
Vadim Zeitlin | wxDateTime progress: DST compuation, weekday computatio... |
tree | commitdiff |
1999-12-17 |
Guillermo Rodrigue... | Compatibility fix: defined wxGetCurrentTime to wxGetLoc... |
tree | commitdiff |
1999-12-17 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-12-17 |
David Webster | Fixed a void* to wxObject* conversion error in a return... |
tree | commitdiff |
1999-12-17 |
Vadim Zeitlin | added wxToolBar::SetToolClientData |
tree | commitdiff |
1999-12-17 |
David Webster | cleaning up image mess for os/2 |
tree | commitdiff |
1999-12-17 |
Guillermo Rodrigue... | timercmn rewritten from scratch |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | changed wxImage::Rescale() to return wxImage& and not... |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | compilation fix after incorrectly resolved conflict |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | Win16 compilation fixes |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | 1. wxMotif toolbar works; the toggle buttons have the... |
tree | commitdiff |
1999-12-16 |
Vadim Zeitlin | compilation fixes, doesn't work yet |
tree | commitdiff |
1999-12-16 |
Robert Roebling | Added wxSizer::Insert() |
tree | commitdiff |
1999-12-16 |
Guillermo Rodrigue... | Changed stopat to stopafter in CountColours |
tree | commitdiff |
1999-12-15 |
Václav Slavík | fixed wxHtmlWindow flicker |
tree | commitdiff |
1999-12-15 |
Václav Slavík | image handlers moved to separate headers (imagbmp.h... |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | small compilation fix |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | merging in the toolbar changes |
tree | commitdiff |
1999-12-15 |
Vadim Zeitlin | added datetime.h/cpp to filelist and regenerated the... |
tree | commitdiff |
1999-12-15 |
David Webster | Bitmap and Image updates |
tree | commitdiff |
1999-12-15 |
Guillermo Rodrigue... | Added CountColours() |
tree | commitdiff |
1999-12-15 |
Guillermo Rodrigue... | Added ComputeHistogram |
tree | commitdiff |
1999-12-15 |
David Webster | gdiimage updates |
tree | commitdiff |
1999-12-14 |
Václav Slavík | added default ctor for wxDirDialog |
tree | commitdiff |
1999-12-14 |
David Webster | Visualage C++ V4.0 updates |
tree | commitdiff |
1999-12-14 |
Robert Roebling | Added a few modifiers to wxSiserItem |
tree | commitdiff |
1999-12-14 |
Vadim Zeitlin | added wxUSE_TOOLBAR_SIMPLE setting, enabled wxLongLong... |
tree | commitdiff |
1999-12-13 |
Vadim Zeitlin | wxCreateMaskedBitmap() is more const correct |
tree | commitdiff |
1999-12-13 |
Vadim Zeitlin | added wxList::Insert(size_t); updated wxList documentation |
tree | commitdiff |
1999-12-13 |
Václav Slavík | wxNotebookSizer surrounder by wxUSE_NOTEBOOK |
tree | commitdiff |
1999-12-13 |
Vadim Zeitlin | attempted Unicode fixes for BC++ |
tree | commitdiff |
1999-12-13 |
Vadim Zeitlin | removed because unused |
tree | commitdiff |
1999-12-13 |
Guillermo Rodrigue... | Added wxOutputStream::PutC() |
tree | commitdiff |
1999-12-13 |
Vadim Zeitlin | moved wxID_SEPARATOR from menuitem.h to defs.h |
tree | commitdiff |
1999-12-12 |
Václav Slavík | removed pnghand from MSW sources - obsoleted |
tree | commitdiff |
1999-12-11 |
Václav Slavík | new wxHTML printing code ; parser now supports scaling |
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 | more timezone stuff - it's a miracle, but it seems... |
tree | commitdiff |
1999-12-10 |
Guillermo Rodrigue... | source clean-up |
tree | commitdiff |
1999-12-10 |
Vadim Zeitlin | wxString::substr() bug fixed |
tree | commitdiff |
1999-12-10 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-12-09 |
Vadim Zeitlin | a more easy to use version of wxGetHomeDir() added |
tree | commitdiff |
1999-12-08 |
Robert Roebling | Further stream tests, doc updates and minor clean... |
tree | commitdiff |
1999-12-08 |
Guillermo Rodrigue... | Performance optimizations |
tree | commitdiff |
1999-12-08 |
Vadim Zeitlin | wxDir class added |
tree | commitdiff |
1999-12-08 |
Vadim Zeitlin | compilation fix (long -> wxCoord) |
tree | commitdiff |
1999-12-08 |
Vadim Zeitlin | patch from Ricky Gonzales <gonzales@pyramid3.net> for... |
tree | commitdiff |
1999-12-07 |
Vadim Zeitlin | small cosmetic fix for wxListCtrl |
tree | commitdiff |
1999-12-07 |
Robert Roebling | Added wxUSE_SPINCTRL, |
tree | commitdiff |
1999-12-07 |
Robert Roebling | Various things related to wxFileDialog and attributes. |
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 |
David Webster | wxDC new virtual function |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | enumerating all MIME types (half finished, doesn't... |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | DrawRotatedText() for MSW |
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 |
Julian Smart | Inexplicable removal of wxRadioBox::MSWWindowProc rever... |
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-06 |
David Webster | some os/2 icon-bitmap fixes |
tree | commitdiff |
1999-12-05 |
David Webster | bitmap and image updates |
tree | commitdiff |
1999-12-05 |
Václav Slavík | added bookmarks support (strange thing : red color... |
tree | commitdiff |
1999-12-05 |
Václav Slavík | added bookmarks support |
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 | String changes for translations, |
tree | commitdiff |
1999-12-03 |
David Webster | Bitmap coding |
tree | commitdiff |
1999-12-03 |
Vadim Zeitlin | wxDateTime... |
tree | commitdiff |
next |