]> git.saurik.com Git - wxWidgets.git/history - include
unussed param warning suppressed
[wxWidgets.git] / include /
1999-05-11  Vadim Zeitlinunussed param warning suppressed
1999-05-11  Vadim Zeitlinno changes
1999-05-10  Vadim ZeitlinMSW compilation fixes
1999-05-10  Vadim Zeitlincompile fix
1999-05-10  Vadim ZeitlinGetHandle() added (back)
1999-05-10  Robert Roebling Made wxWindowBase's variables protected again and...
1999-05-10  Vadim Zeitlinthe initial draft of wxLongLong class
1999-05-10  Brian MacyAdded inline keyword
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  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  Vadim Zeitlinicons for generic dialogs
1999-05-09  Julian SmartwxUSE_THREADS in sckint.h; wxMotif Clone error fixed...
1999-05-09  Karsten BallüderAdded a generic wxProgressDialog and made wxPostscriptP...
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  Robert Roebling Applied FreeBSD patch
1999-05-08  Brian MacyReference counted objects should be used *much* more...
1999-05-08  Guilhem Lavaux* implemented VZ's idea about creating and destroying...
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  Robert Roebling added wxStaticLine used in wxMessageBox
1999-05-05  Karsten BallüderModified WM hints handling which should be much better...
1999-05-05  Ove KaavencWX2MB and cMB2WX should be available even when without...
1999-05-05  Robert Roebling Added scrolling of widgets and sample
1999-05-05  Julian SmartwxNotebook fixes for Win16; VC++ 4 fixes for OLE files...
1999-05-05  J. Russell SmythAdded wxCONFIG_USE_RELATIVE_PATH option to allow config...
1999-05-03  Robert Roebling TreeCtrl indentation and spacing
1999-05-03  Robert Roebling Implemented flat toolbars
1999-05-01  Robert Roebling Rewrite generic message box
1999-04-30  Robert Roebling Added hotkeys to menus "E&xit\tAlt-X" and such.
1999-04-30  Ove KaavenShould compile better if wchar_t is not available.
1999-04-30  Robert Roebling Updated docs, distrib and version
1999-04-30  Robin DunnFixed wxValidator::Clone and friends to return a wxObje...
1999-04-27  Guilhem Lavaux* Fixed a compilation problem on Windows
1999-04-26  Robert Roebling added check for GTK 1.2
1999-04-26  Ove KaavenChanged capitalization style of wxConv*
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-04-26  Robert Roebling Another attempts at getting dialog positions right
1999-04-26  Ove KaavenHeavier checks for wxUSE_WCHAR_T
1999-04-25  Robert Roebling Backgrounds work again
1999-04-25  Ove KaavenUses wxUSE_WCHAR_T for compilers that don't support...
1999-04-24  Robert Roebling DnD with Unicode fixes
1999-04-24  Ove KaavenAdded wxOKlibc(), which checks for glibc2.0, which...
1999-04-24  Ove KaavencMB2WX and cWX2MB accepts null pointers.
1999-04-23  Ove KaavenUnicode fix.
1999-04-22  Ove KaavenUnicode fix.
1999-04-22  Ove KaavenAdded operator[] (read-only of course). Borland C+...
1999-04-21  Ove KaavenUnicode fixes.
1999-04-20  Ove KaavenAnother "char" occurrence
1999-04-20  Brian MacyCan't figure out why Borland was excluded from DRAG...
1999-04-20  Ove KaavenMoved that HAVE_WCSTR_H here.
1999-04-20  Ove Kaaven...and my Linux doesn't have wcstr.h. (Including of...
1999-04-20  Ove KaavenSome further changes. Now also sets a wsUSE_WCHAR_T...
1999-04-20  Karsten Ballüdertypos fixed
1999-04-20  Robert Roebling little doc updates
1999-04-19  Julian SmartFixed wxPostScript printing problem (used wrong constru...
1999-04-19  Ove KaavenMust include wchar.h in non-Unicode build too, since...
1999-04-19  Ove KaavenHmm, seems Borland also doesn't want wchar_t in fopen...
1999-04-19  Ove KaavenMore wxChar conversion
1999-04-19  Ove KaavenThose pesky globals declared all over again
1999-04-19  Ove KaavenHelps Borland compile further in Unicode mode.
1999-04-19  Ove KaavenSome Unicode changes.
1999-04-19  Ove KaavenForgot an additional prototype.
1999-04-19  Ove KaavenAttempts to make this wchar_t business compile with...
1999-04-19  Julian SmartFixed wxexpr.cpp bug (quote wasn't being removed in...
1999-04-18  Ove Kaaven...for both buffer types...
1999-04-18  Ove KaavenOops. The typecasting was interpreted as a constructor...
1999-04-17  Ove KaavenNew private SetName method in wxCSConv...
1999-04-17  Vadim Zeitlinradiobox now sends notification messages when the selec...
1999-04-17  Brian MacyEnough wxBitmapDataObject implementation to work with...
1999-04-17  Robert Roebling Added a bit of libJPEG 6.0b
1999-04-16  Brian MacyMade return a const reference
1999-04-16  Brian MacyChanged some parameters to be const references
1999-04-16  Ove KaavenHm, better make the operators inline.
1999-04-16  Ove KaavenSome Unicode conversion.
1999-04-16  Ove KaavenNeeded the reverse operator+ too...
1999-04-16  Ove Kaavenoperator+(const wxString&, const wx[W]CharBuffer)
1999-04-16  Ove KaavenwxGetUserHome() returns "const wxMB2WXbuf" for Unix...
1999-04-15  Ove KaavenSlightly better style?
1999-04-15  Ove KaavenAnother inline constructor to facilitate Unicode conver...
1999-04-15  Karsten BallüderAdded wxEnableTopLevelWindows(bool enable) for use...
1999-04-15  Vadim ZeitlinGTK 1.0.x compilation fix
1999-04-15  Robert Roebling added update UI event code to toolbar, could
1999-04-14  Ove Kaavenchar -> wxChar
1999-04-14  Ove KaavenMore helpful Unicode stuff.
1999-04-14  Robert Roebling wxGTK's built-in dockable menu now give their
1999-04-14  Robert Roebling mini frame rewrite (titlebar still missing)
1999-04-14  Ove KaavenwxMBConv derived classes and instances.
1999-04-14  Ove KaavenAnd here
1999-04-14  Ove KaavenDeclared here too
1999-04-14  Ove KaavenThe char->wxChar in window.h cascades through some...
1999-04-14  Ove Kaavenchar -> wxChar. (Vadim, you can probably just go ahead...
1999-04-13  Robert Roebling Drag'n'Drop works in a basic form
1999-04-13  Robert Roebling Drag works.
1999-04-13  Ove KaavenUnicode conversion.
next