]> git.saurik.com Git - wxWidgets.git/history - src
1. Implemented support for different icons for different states (expanded,
[wxWidgets.git] / src /
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 wxNB_LEFT,RIGHT,BOTTOM styles to alter tab placement
1999-09-29  J. Russell SmythAdded wxNB_RIGHT,LEFT,BOTTOM flags for tab placement
1999-09-29  Vadim Zeitlinparam type of wxWindow::Reparent() fixed in wxGTK
1999-09-29  Robin DunnRemoved call to SetValidator since CreateBase was doing...
1999-09-29  Julian SmartMisc changes, including to wxPropertyForm and sample...
1999-09-21  Vadim Zeitlin//... => /* ... */
1999-09-21  Michael BedwardAdded check to ensure that style arg to ctor has either...
1999-09-21  David Webster*** empty log message ***
1999-09-21  Michael BedwardAdded code to wxMemoryDC ctor to set default font....
1999-09-21  Michael BedwardAdded code to implement wxTE_READONLY style for single...
1999-09-20  David Websterno 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  Sylvain Bougnoux*** empty log message ***
1999-09-20  David WebsterMore OS/2 changes and fixes. Getting there.
1999-09-20  Vadim Zeitlinthe bitmaps in wxPropertyList are created on demand...
1999-09-20  Vadim Zeitlinstarted separating GUI parts of wxLog from the rest
1999-09-20  Harco de Hilsterheader inclusion fix
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 Zeitlinsetlocale() argument corrected
1999-09-18  Vadim Zeitlinsmall underscores fix for GTK 1.0
1999-09-18  Vadim Zeitlinunderscores in menu items handled too under GTK+ 1.2
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-09-18  Vadim Zeitlinserbase.cpp added to the list of files
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-09-18  Vadim ZeitlinFreeBSD linking fix
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-09-18  Vadim Zeitlintypo fixed
1999-09-18  Vadim Zeitlinmore files to ignore (*.env)
1999-09-18  Vadim Zeitlinambiguous ctor call resolved
1999-09-18  Vadim Zeitlintypo fixed
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-09-18  Vadim Zeitlinfont selector dialog doesn't work with GTK+ 1.0
1999-09-18  Vadim Zeitlinextra consts removed here and there
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-09-18  Vadim Zeitlin'static not in the beginning of the decl' warnings...
1999-09-18  Robin DunnFixed wxTreeCtrl to use the proper bacground color...
1999-09-17  Vadim Zeitlincompilation error corrected
1999-09-17  Vadim Zeitlinnow we initialize wxListEvent correctly
1999-09-17  Guillermo Rodrigue... Solved problem with wxhInstance name being mangled...
1999-09-17  David WebsterMore stubs
1999-09-17  Unknown (MT)set tooltip to be TOPMOST
1999-09-17  David Webster*** empty log message ***
1999-09-17  Guillermo Rodrigue... - NOWAIT flag now implemented
1999-09-16  Unknown (AN)call HasMask() before writing PNG files, as was done...
1999-09-16  Vadim Zeitlinvetoing item collapse works again
1999-09-16  Michael BedwardAdded GetMainWidget() to fix bug that was causing crash...
1999-09-16  Patrick AlbertCorrecting minor painting problems
1999-09-16  Michael BedwardModified wxTranslateMouseEvent so that it can recognize...
1999-09-15  David WebsterUpdated makefiles for VisualAge C++ V3.0
1999-09-15  Vadim Zeitlinunderscors are handled better in the menu item labels
1999-09-15  Vadim Zeitlincorrected the bad patch
1999-09-15  Vadim Zeitlinpatch for AIX compilation (Hans-Joachim Baader)
1999-09-15  Guillermo Rodrigue... Checking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__...
1999-09-15  Guillermo Rodrigue... Now uses wxSocketBase::Error() to see if last IO call...
1999-09-15  Guillermo Rodrigue... Various small bugfixes
1999-09-15  Guillermo Rodrigue... You CAN'T check for wxUSE_SOCKET *before* #including...
1999-09-14  J. Russell SmythChanges for mingw32/gcc-2.95
1999-09-14  J. Russell SmythMakefile for mingw/gcc-2.95
1999-09-14  J. Russell SmythAdded makeg295.env file for building with gcc-2.95...
1999-09-14  Harco de HilsterChanged AppendCommon (called by all Append methods...
1999-09-13  Robin Dunn*** empty log message ***
1999-09-13  Julian SmartAdded DLL versions of project files.
1999-09-13  Julian SmartAdded VC++ 5 wxWin project files (not generated sample...
1999-09-13  Unknown (MT)Add detachmenu
1999-09-13  Unknown (MT)use a global hwndTT
1999-09-13  Unknown (MT)add wxTE_AUTO_SCROLL
1999-09-13  Unknown (MT)blit using icon mask
1999-09-13  Unknown (MT)Add detachmenu, insert menu, replace menu.
1999-09-13  Unknown (MT)Added callback to start in current directory
1999-09-13  Robin DunnAllowed gsocket to compile when wxUSE_SOCKETS is 0
1999-09-13  Robin DunnMakefile updates from new filelist.txt
1999-09-13  Robin DunnFixed some compile errors (MSVC++ 6) and some very...
1999-09-13  Robin DunnMade wxNO_DEFAULT set the "no" button as the default...
1999-09-12  Harco de Hilsterfixed typo (?)
1999-09-12  Harco de HilsterNew HTML help system. The old controller class has...
1999-09-12  Guillermo Rodrigue... fixed (didn't work at all)
1999-09-12  Guillermo Rodrigue... Fixed a bug when GSocket_SetCallback was used before...
1999-09-11  Guillermo Rodrigue... - Completed WaitOnAccept
1999-09-11  Guillermo Rodrigue... Added GSocket_Select()
1999-09-11  Guillermo Rodrigue... Added GSocket_Select() and fixed some things
1999-09-10  Robin DunnMade wxNO_DEFAULT set the "no" button as the default...
1999-09-09  Guillermo Rodrigue... Ops. wxUSE_XXX and wxUSE_STREAMS are separated again :-)
1999-09-09  Guillermo Rodrigue... Fixed WaitOnConnect().
1999-09-09  Guillermo Rodrigue... Replaced wxUSE_LIBGIF with wxUSE_GIF
1999-09-09  Guillermo Rodrigue... Added #include "wx/setup.h" (or "wx/defs.h") before...
1999-09-09  David WebsterVisualAge C++ V4.0 configuration files
1999-09-09  David WebsterLatest OS/2 compiler bug fixes for common and generic
1999-09-09  Guillermo Rodrigue... Fixed some bus in Connect()
1999-09-09  Karsten Ballüdercosmetic fix
1999-09-09  Julian SmartSmall bug fix
1999-09-08  Guillermo Rodrigue... Bugfix in GSocket_Cleanup()
1999-09-08  Julian SmartFixed cursor loading on Win95
next