]> git.saurik.com Git - wxWidgets.git/history - include
1. Implemented support for different icons for different states (expanded,
[wxWidgets.git] / include /
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-29  Sylvain BougnouxChange wxGetCurrentUTime as wxGetCurrentMTime (milli...
1999-09-29  Sylvain BougnouxFactorize timercmm.cpp code
1999-09-29  Vadim Zeitlin1. added a brief overview of Unicode support
1999-09-29  J. Russell SmythAdded defines to allow altered tab placement under...
1999-09-29  Vadim Zeitlinparam type of wxWindow::Reparent() fixed in wxGTK
1999-09-29  J. Russell SmythAdded wxNB_LEFT,RIGHT,BOTTOM for notebook tab placement
1999-09-29  Julian SmartMisc changes, including to wxPropertyForm and sample...
1999-09-29  Vadim ZeitlinwxListCtrlCompare typedef now is defined correctly...
1999-09-21  David Webster*** empty log message ***
1999-09-20  Robin DunnI got tired of some of the memory leak messages related...
1999-09-20  Sylvain Bougnouxchange wxImage::InitAllHandlers to wxInitAllImageHandle...
1999-09-20  David WebsterMore OS/2 changes and fixes. Getting there.
1999-09-20  Vadim Zeitlinstarted separating GUI parts of wxLog from the rest
1999-09-20  Harco de HilsterRemoved obsolete files.
1999-09-20  Sylvain BougnouxAdd wxImage::InitAllHandlers()
1999-09-20  David Webster*** empty log message ***
1999-09-20  Robin DunnAdded userData to wxSizerItems and other things to...
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-09-18  Vadim Zeitlintypo fixed
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-09-18  Vadim Zeitlinextra consts removed here and there
1999-09-17  Guillermo Rodrigue... Solved problem with wxhInstance name being mangled...
1999-09-17  David WebsterMore OS/2 stubs and caret fix
1999-09-17  Guillermo Rodrigue... typedef unsigned int bool (instead of int) for consiste...
1999-09-16  Michael BedwardAdded GetMainWidget() to fix bug that was causing crash...
1999-09-15  J. Russell Smythcorrected to allow drag and drop for mingw32/gcc295
1999-09-15  Guillermo Rodrigue... Checking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__...
1999-09-15  Guillermo Rodrigue... wxSocketBase::OnRequest is non.virtual now (and there...
1999-09-15  Guillermo Rodrigue... Added _GSOCKET_STANDALONE_ symbol
1999-09-14  Robin DunnAdded GetParser method to wxHtmlWindow
1999-09-14  J. Russell SmythMingw32/gcc-2.95 change
1999-09-13  Robin DunnChanged HWND --> WXHWND in tooltip.h so it can be inclu...
1999-09-13  Harco de Hilsternew include file for change to new wxHtmlHelp classes.
1999-09-13  Julian SmartTook anonymous class out of wxHtmlHelpFrame; corrected...
1999-09-13  Unknown (MT)add detachmenu, insert menu, replace menu
1999-09-13  Unknown (MT)use global hwndTT
1999-09-13  Unknown (MT)Add detachmenu
1999-09-13  Unknown (MT)Add wxTE_AUTO_SCROLL
1999-09-13  Robin DunnFixed some compile errors (MSVC++ 6) and some very...
1999-09-13  Robin DunnAdded WXDLLEXPORT's to the class definitions
1999-09-12  Harco de HilsterNew HTML help system. The old controller class has...
1999-09-12  Guillermo Rodrigue... Added _GSocket_Configure()
1999-09-11  Guillermo Rodrigue... Prototypes for some _internal_ functions had to be...
1999-09-11  Guillermo Rodrigue... Added GSocket_Select() and removed some unused functions
1999-09-09  Guillermo Rodrigue... wxUSE_GIF instead of wxUSE_LIBGIF
1999-09-09  Guillermo Rodrigue... *** empty log message ***
1999-09-09  Guillermo Rodrigue... Accept, AcceptWith -> wait parameter
1999-09-09  David WebsterLatest OS/2 compiler bug fixes for common and generic
1999-09-09  Karsten Ballüdercosmetic fix
1999-09-08  Julian SmartAdded wxTE_NO_VSCROLL style; corrected joystick event...
1999-09-07  Guillermo Rodrigue... Header file for MSW GSocket
1999-09-06  Guilhem LavauxMoved gsockunx.h from src/unix to include/wx/unix
1999-09-06  Patrick AlbertChanged scope of wxMenuBar::Refresh() from protected...
1999-09-06  Julian SmartAdded missing constant
1999-09-06  Julian SmartChanged value of wxGA_SMOOTH (clashed with wxVERTICAL)
1999-09-06  Julian SmartAdded wxFontEnumerator class for wxMSW, and fixed text...
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-09-05  Guilhem LavauxUpdated wxSocket documentation
1999-09-05  Guilhem LavauxChanged some more name in wxSocket (internal)
1999-09-05  Guilhem LavauxAdded GSocket/wxSocket alias to socket.h to prevent...
1999-09-03  Michael BedwardFixes for gcc 2.95 and AIX.
1999-09-02  Robin Dunnfixed a clash in values for wxSlider styles
1999-08-31  Harco de Hilstersome changes to make wxHtmlHelpController easier to...
1999-08-31  Václav SlavíkScanParam has only one parameter now
1999-08-31  Julian SmartAdded Set/GetSelection to wxPrintDialogData (the value...
1999-08-30  Václav Slavíkremoved html/version.h
1999-08-30  Patrick AlbertRemoving most of level 4 warnings, particulary in 16...
1999-08-29  Guilhem LavauxRemoved LastError() from wxFilterStream
1999-08-27  Patrick AlbertAdding GetPrevSibling() & GetNextSibling() in winundef.h
1999-08-27  Patrick AlbertAdding GetFisrtChild in winundef.h
1999-08-27  Guillermo Rodrigue... Added wxBITMAP_TYPE_PCX
1999-08-27  Guillermo Rodrigue... Added PCX Handler
1999-08-26  Patrick AlbertSolving link problem with 16 bits versions (wxProcessEv...
1999-08-24  Guillermo Rodrigue... Added CanRead()
1999-08-24  Robert Roebling Forgot to add the files.
1999-08-24  Robert Roebling Added new wxFontDialog,
1999-08-23  Robert Roebling Small optical changes for MSW
1999-08-22  Harco de HilsterA few small fixes for cross compilation
1999-08-22  Robert Roebling Added wxFFileStream base on wxFFile (as opposed to...
1999-08-22  Robert Roebling Added wxCountingStream for measuring the size of...
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-08-20  Stefan CsomorCW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-08-18  Václav Slavíkadded wxImage::CanRead
1999-08-18  Robert Roebling More wxFileDialog things
1999-08-18  Vadim ZeitlinwxWizard added
1999-08-18  Sylvain BougnouxAdded PNM image handler
1999-08-18  Sylvain BougnouxAdded wxImage wxImage::GetSubImage(cont wxRect&) const
1999-08-18  Robert Roebling EMX compilation,
1999-08-18  Robert Roebling Whole lot of stuff for new wxFileDialog
1999-08-18  Julian SmartAdded gifdecod.h
1999-08-18  Guilhem LavauxAdded a check for -lresolv in configure.in
1999-08-17  Robin DunnAdded cross and tick bitmaps to the main resource file...
1999-08-17  Robert Roebling Added new file dialog
1999-08-17  Karsten Ballüderminor fix
1999-08-17  Sylvain BougnouxImprove wxImage::LoadImage so that image format in...
1999-08-16  Robert Roebling Added missing files
1999-08-16  Robert Roebling Added Prepend() and Remove() methods to wxSizer,
1999-08-16  Robert Roebling compile fixes for EMX
next