]> git.saurik.com Git - wxWidgets.git/history - include/wx
Minor changes to wxTreeCtrl's horiz size,
[wxWidgets.git] / include / wx /
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-20  Václav SlavíkHTML help: index panel now displays only part of index...
1999-12-17  Robin DunnAdding MSVC makefile support for building the TIFF...
1999-12-17  Václav Slavíkfixed problem with image handlers in two headers (and...
1999-12-17  Vadim ZeitlinwxDateTime progress: DST compuation, weekday computatio...
1999-12-17  Guillermo Rodrigue... Compatibility fix: defined wxGetCurrentTime to wxGetLoc...
1999-12-17  Jouk Jansen Committing in .
1999-12-17  David WebsterFixed a void* to wxObject* conversion error in a return...
1999-12-17  Vadim Zeitlinadded wxToolBar::SetToolClientData
1999-12-17  David Webstercleaning up image mess for os/2
1999-12-17  Guillermo Rodrigue... timercmn rewritten from scratch
1999-12-16  Vadim Zeitlinchanged wxImage::Rescale() to return wxImage& and not...
1999-12-16  Vadim Zeitlincompilation fix after incorrectly resolved conflict
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-16  Vadim Zeitlin1. wxMotif toolbar works; the toggle buttons have the...
1999-12-16  Vadim Zeitlincompilation fixes, doesn't work yet
1999-12-16  Robert Roebling Added wxSizer::Insert()
1999-12-16  Guillermo Rodrigue... Changed stopat to stopafter in CountColours
1999-12-15  Václav Slavíkfixed wxHtmlWindow flicker
1999-12-15  Václav Slavíkimage handlers moved to separate headers (imagbmp.h...
1999-12-15  Vadim Zeitlinsmall compilation fix
1999-12-15  Vadim Zeitlinmerging in the toolbar changes
1999-12-15  Vadim Zeitlinadded datetime.h/cpp to filelist and regenerated the...
1999-12-15  David WebsterBitmap and Image updates
1999-12-15  Guillermo Rodrigue... Added CountColours()
1999-12-15  Guillermo Rodrigue... Added ComputeHistogram
1999-12-15  David Webstergdiimage updates
1999-12-14  Václav Slavíkadded default ctor for wxDirDialog
1999-12-14  David WebsterVisualage C++ V4.0 updates
1999-12-14  Robert Roebling Added a few modifiers to wxSiserItem
1999-12-14  Vadim Zeitlinadded wxUSE_TOOLBAR_SIMPLE setting, enabled wxLongLong...
1999-12-13  Vadim ZeitlinwxCreateMaskedBitmap() is more const correct
1999-12-13  Vadim Zeitlinadded wxList::Insert(size_t); updated wxList documentation
1999-12-13  Václav SlavíkwxNotebookSizer surrounder by wxUSE_NOTEBOOK
1999-12-13  Vadim Zeitlinattempted Unicode fixes for BC++
1999-12-13  Vadim Zeitlinremoved because unused
1999-12-13  Guillermo Rodrigue... Added wxOutputStream::PutC()
1999-12-13  Vadim Zeitlinmoved wxID_SEPARATOR from menuitem.h to defs.h
1999-12-12  Václav Slavíkremoved pnghand from MSW sources - obsoleted
1999-12-11  Václav Slavíknew wxHTML printing code ; parser now supports scaling
1999-12-11  Robert Roebling Added wxNotebookSizer
1999-12-11  Vadim Zeitlin1. wxDir works for MSW and documented
1999-12-10  Vadim Zeitlinmore timezone stuff - it's a miracle, but it seems...
1999-12-10  Guillermo Rodrigue... source clean-up
1999-12-10  Vadim ZeitlinwxString::substr() bug fixed
1999-12-10  Jouk Jansen Committing in .
1999-12-09  Vadim Zeitlina more easy to use version of wxGetHomeDir() added
1999-12-08  Robert Roebling Further stream tests, doc updates and minor clean...
1999-12-08  Guillermo Rodrigue... Performance optimizations
1999-12-08  Vadim ZeitlinwxDir class added
1999-12-08  Vadim Zeitlincompilation fix (long -> wxCoord)
1999-12-08  Vadim Zeitlinpatch from Ricky Gonzales <gonzales@pyramid3.net> for...
1999-12-07  Vadim Zeitlinsmall cosmetic fix for wxListCtrl
1999-12-07  Robert Roebling Added wxUSE_SPINCTRL,
1999-12-07  Robert Roebling Various things related to wxFileDialog and attributes.
1999-12-07  Vadim Zeitlin1. wxFileDialog patch for multiple selection applied...
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-06  David WebsterwxDC new virtual function
1999-12-06  Vadim Zeitlinenumerating all MIME types (half finished, doesn't...
1999-12-06  Vadim ZeitlinDrawRotatedText() for MSW
1999-12-06  Vadim ZeitlinwxTreeCtrl has colours and fonts too now
1999-12-06  Vadim ZeitlinwxThread::GetCPUCount() and SetConcurrency() added...
1999-12-06  Julian SmartInexplicable removal of wxRadioBox::MSWWindowProc rever...
1999-12-06  Vadim Zeitlingeneric wxListCtrl colour/font setting
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-12-06  David Webstersome os/2 icon-bitmap fixes
1999-12-05  David Websterbitmap and image updates
1999-12-05  Václav Slavíkadded bookmarks support (strange thing : red color...
1999-12-05  Václav Slavíkadded bookmarks support
1999-12-05  Vadim ZeitlinwxListCtrl custom drawing seems to work
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-12-04  Vadim ZeitlinwxMenu::Insert() seems to work, bug in wxMenuBase:...
1999-12-04  Vadim ZeitlinwxMenuBar::Insert() seems to work!
1999-12-04  Robert Roebling String changes for translations,
1999-12-03  David WebsterBitmap coding
1999-12-03  Vadim ZeitlinwxDateTime...
1999-12-03  Stefan CsomorwxMSW update for CW, wxMac updated
1999-12-03  Stefan CsomorwxMSW update for CW, wxMac updated
1999-12-03  Stefan CsomorwxMSW update for CW, wxMac updated
1999-12-03  David Websterbitmap and image updates
1999-12-02  Vadim ZeitlinwxUSE_CONFIG_NATIVE fix
1999-12-02  Vadim Zeitlinmingw32 compilation fixes
1999-12-02  Vadim Zeitlineven more wxDateTime work (completely broken for now...
1999-12-01  Vadim Zeitlin1. more wxDateTime work
1999-12-01  Vadim Zeitlin1. wxMotif::wxFrame derives from wxFrameBase now
1999-12-01  Robert Roebling Applied patch for multiple file selection, documented.
1999-11-30  Vadim ZeitlinwxDateTime starting to work, more tests for it and...
1999-11-30  Robert Roebling Made db.h compile (removed this wxODBC_ONLY_FARWRD_XX...
1999-11-30  Robert Roebling Compile fix for GIF decoder,
1999-11-29  Vadim Zeitlinjoinable and detached POSIX threads (not fully tested...
1999-11-29  George TaskerAdded support for creating forward or backward scrollin...
1999-11-29  Václav Slavíkfixed wxBITMAP for Motif
1999-11-29  Vadim Zeitlincompilation fix (no C++ comments in C files, include...
1999-11-29  Karsten Ballüdertest complete :-)
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
1999-11-29  Karsten Ballüdertest
next