]> git.saurik.com Git - wxWidgets.git/history - src/common
Unicode fix.
[wxWidgets.git] / src / common /
1999-06-19  Ove KaavenwxStrncmp implementation.
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-17  Ove KaavenAttempt to implement a bunch of wx string.h equivalents.
1999-06-16  Robert Roebling Forgot this one.
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-14  Ove KaavenExplicit casting/instantiation to resolve ambiguous...
1999-06-14  Ove KaavenUnicode needs the 'experimental' printf, so define...
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-06-13  Vadim ZeitlinwxWindow::Fit() infinite loop bug fixed
1999-06-13  Karsten BallüderAdded missing wxGetFullHostName() and wxNO_DEFAULT...
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-06-12  Vadim ZeitlinIRIX compilation fixes
1999-06-11  Vadim ZeitlinIRIX compile fixes
1999-06-11  Vadim Zeitlinmore DLL compilation changes
1999-06-10  Robin DunnFixed compile errors.
1999-06-10  Robin DunnAdded wxWindowBase::CentreOnParent to allow top level...
1999-06-10  Robert Roebling Corrected byte swapping macros.
1999-06-10  Vadim ZeitlinWXDLLEXPORT added to wxStringTokenizer (and also severa...
1999-06-10  Ove KaavenUnicode fix.
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-09  Karsten Ballüdercompilation fixes
1999-06-09  Robert Roebling WINE is so fine.
1999-06-08  Robert Roebling Chianti, Pinot noir, WINE..
1999-06-08  Karsten Ballüderanother fix
1999-06-08  Karsten BallüderFixed compilation, sorry for that.
1999-06-07  Robert Roebling Added some WINE things.
1999-06-07  Karsten BallüderCoupled some core functionality out, to allow its use...
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-06-05  Robert Roebling Compile fixes.
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-06-04  Robert Roebling Added semicolon to macro in list.h - I just read that
1999-06-03  Robert Roebling Reactivtaed the new wxRect code
1999-06-03  Robert Roebling The new wxRect doesn't compile so I #if 0ed it
1999-06-03  Julian Smartmin/max -> wxMin/wxMax
1999-06-02  Julian Smartday_of_week fix to wxDate, wxRect additions
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-06-01  Vadim ZeitlinOops, I didn't see Robert had already corrected 16bit...
1999-06-01  Robert Roebling Moving frames and dialogs now reports correct
1999-05-31  Robert Roebling Added support for extra bitmap for toggled tool.
1999-05-30  Robert Roebling Compile fix.
1999-05-28  Robert Roebling New defines for wxTreeCtrl
1999-05-26  Guilhem Lavaux* Small fix in wxHTTP::BuildRequest
1999-05-26  Vadim Zeitlinvalidators now validate again
1999-05-25  Brian MacyCleaned up some warnings
1999-05-25  Brian MacyMove some functions from header into here
1999-05-25  Guilhem Lavaux* wxThread fixes
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-05-25  Julian SmartMisc small changes
1999-05-24  Vadim Zeitlin1. bug fixes in wxCaret
1999-05-24  Guilhem LavauxwxFileIn/OutputStream fix
1999-05-23  Vadim Zeitlin1. some minor but nasty bugs fixed (see post to the...
1999-05-23  Guilhem Lavaux* wxSocket seems to work with the async requester turne...
1999-05-22  Robert Roebling Played a little with sockets.
1999-05-21  Vadim Zeitlinmsg catalog code bugfix for 64 bit platforms
1999-05-21  Robert Roebling Fixed typos in window.cpp and utils.cpp
1999-05-20  Guilhem Lavaux* Added a fix from Allen to wxStringTokenizer
1999-05-20  Ove KaavenUnicode compilation fix for find_*_of()
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-18  Robert Roebling More key event work. Added SetDetectableAutoRepeat.
1999-05-18  Brian MacyFixed some compile errors
1999-05-17  Robert Roebling Removed an #ifndef __WXGTK__
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-17  Guilhem Lavaux* prgodlgg.h: Update() use wxString instead of 'char *'
1999-05-17  Vadim Zeitlinfind_first/last_[not]_of() functions added
1999-05-13  Vadim ZeitlinwxWindowDC compiles (wxGTK doesn't link yet because...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-13  Guilhem Lavaux* Some more CopyObject()
1999-05-13  Robert Roebling Added m_scanCode field to wxKeyEvent
1999-05-13  Guilhem Lavaux* fix in wcslen()
1999-05-12  Robert Roebling Maybe negative wxWindowId are better than just -1.
1999-05-12  Robert Roebling -1 is kept -1 as a wxWindowID
1999-05-12  Robert Roebling added wxScrollWinEvent
1999-05-11  Robert Roebling Typos fixed.
1999-05-11  Vadim Zeitlin#pragma interface/implementation for gcc added
1999-05-11  Vadim Zeitlinspaces around '=' are not needed any more in config...
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-05-11  Vadim Zeitlinunussed param warning suppressed
1999-05-11  Vadim Zeitlinlibrary build even without wcslen()
1999-05-10  Vadim ZeitlinMSW compilation fixes
1999-05-10  Vadim Zeitlinthe initial draft of wxLongLong class
1999-05-10  Vadim Zeitlinpatch from Janos Vegh (2nd try, now it even compiles)
1999-05-10  Robert Roebling Changed wxSizer::GetSize() to DoGetSize() (and others)
1999-05-10  Vadim Zeitlinpatch from Janos Vegh for improved template handling
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-09  Julian Smart#ifdefs for wxUSE_THREADS
1999-05-09  Julian SmartMisc. fixes
1999-05-09  Guilhem Lavaux* Fixed two or three things in sckint.cpp but I still...
1999-05-09  Brian MacyRecursion bad... handle C++ style comments
1999-05-08  Guilhem Lavaux* implemented VZ's idea about creating and destroying...
1999-05-08  Brian MacyFixed two missing parens
1999-05-07  Karsten BallüderFixed SetZoom() so it can be used from the outside.
1999-05-07  Ove KaavenTry to not include ctype functions for win32. Not reall...
1999-05-07  Guilhem Lavaux* Created a new wxObject method: wxObject::CopyObject...
1999-05-06  Robert Roebling minor fixes
1999-05-06  Julian SmartSome doc corrections; various small fixes for Cygwin...
1999-05-05  Julian SmartFixed Yield/Windows clash in sckint.cpp, updated makefile
1999-05-05  J. Russell SmythAdded wxCONFIG_USE_RELATIVE_PATH option to allow relati...
next