]> git.saurik.com Git - wxWidgets.git/history - src/common
unussed param warning suppressed
[wxWidgets.git] / src / common /
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...
1999-04-30  Ove KaavenShould compile better if wchar_t is not available.
1999-04-30  Karsten Ballüdersuppressed compiler warning
1999-04-30  Karsten Ballüdersuppressed compiler warning about unitialised umask...
1999-04-28  Robert Roebling removed (wrong?) assert
1999-04-27  Guilhem Lavaux* Fixed a compilation problem on Windows
1999-04-26  Robert Roebling compile fix in debug mode
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 Layout things in wxMessageBox
1999-04-26  Ove KaavenOptional implementation of wcslen().
1999-04-25  Ove KaavenImplemented UTF-8 encoding.
1999-04-24  Ove KaavenFixed bug in wxConv_local.
1999-04-24  Ove KaavenAdded wxOKlibc(), which checks for glibc2.0, which...
1999-04-24  Ove KaavenSmall bugfix for wxString::Printf regarding %hs...
1999-04-24  Ove KaavenConstructor should survive getting passed a null pointe...
1999-04-24  Robert Roebling minimal now works in Unicode mode
1999-04-23  Ove KaavenMore fixes to make Borland compile this in Unicode...
1999-04-21  Ove KaavenUnicode fixes.
1999-04-20  Ove KaavenSome Unicode fixes (mostly for Borland's pickiness...
1999-04-19  Ove KaavenUnicode conversion for MSW, or something
1999-04-19  Julian SmartFixed wxexpr.cpp bug (quote wasn't being removed in...
1999-04-18  Vadim Zeitlinfix for the fix for the umask fix in wxTempFile
1999-04-18  Ove Kaavenglibc2.1 chokes on null input to wcstombs()
1999-04-17  Ove KaavenDefer retrieval of LANG env var, too. No memory management
1999-04-17  Robert Roebling Added a bit of libJPEG 6.0b
1999-04-17  Ove KaavenUnicodified wxEndsWithPathSeparator
1999-04-17  Ove KaavenFixed typo
1999-04-17  Ove KaavenUnicodified a few routines.
1999-04-16  Ove KaavenUnicodified wxSplitPath
1999-04-16  Ove KaavenHad changed the prototype of wxOnAssert after the disco...
1999-04-16  Vadim Zeitlinbug in handling escaped chars in entries/group names...
1999-04-16  Vadim Zeitlinattempted Borland C++ compilation fix
1999-04-16  Vadim Zeitlinlog unknown log levels too
1999-04-16  Vadim ZeitlinwxLog shouldn't complain about log levels it doesn...
1999-04-16  Ove KaavenAdded a comment.
1999-04-16  Vadim Zeitlindon't log empty status messages in wxLogWindow
1999-04-16  Ove KaavenwxGetUserHome() may return const val.
1999-04-16  Ove KaavenwxLoadCharacterSets() now appears to work (was a bit...
1999-04-16  Robert Roebling wxImage now uses GTK 1.2's fast rendering code if...
1999-04-15  Ove KaavenDefer loading of character sets, and some anti-crash...
1999-04-15  Ove KaavenRight-o, wxConv_local does cause some weird crashes...
1999-04-15  Karsten BallüderAdded wxEnableTopLevelWindows(bool enable) for use...
1999-04-15  Vadim ZeitlinGTK 1.0.x compilation fix
1999-04-15  Ove KaavenImplemented wxArrayString::Shrink() and stuff.
1999-04-14  Ove KaavenIf you look at the conversion and character set code...
1999-04-14  Ove KaavenwxConv classes and instances, including wxConv_gdk.
1999-04-13  Václav Slavíkfixed transparency
1999-04-13  Ove KaavenGot some compiler warnings in non-Unicode build. Fixed...
1999-04-13  Ove KaavenSomeone must have committed some ASCII string literals...
1999-04-13  Ove KaavenUnicode conversion.
1999-04-13  Ove KaavenNow this one also compiles in Unicode mode.
1999-04-13  Ove KaavenUnicode interface (the communication itself is still...
1999-04-13  Ove KaavenFixed a typo. Added sloppy implementation of wxSscanf...
1999-04-13  Ove KaavenThe prevalent wide characters.
1999-04-13  Ove KaavenMore Unicode stuff. Implemented wxFprintf.
1999-04-13  Vadim ZeitlinwxTempFile now respects umask when creating new files
1999-04-13  Vadim Zeitlinsome typos in docs and code corrected (thanks Janos)
1999-04-13  Ove KaavenImplemented wxPrintf.
1999-04-13  Ove KaavenAnother one bites the dust.
1999-04-13  Ove KaavenUnicode-mode typos in string.cpp (where did they sudden...
1999-04-13  Ove KaavenwxAtof implementation independent of (the rest of)...
1999-04-12  Ove KaavenBIG glitch.
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-04-12  Ove KaavenUnicode support. Uses wxWCharBuffer in Unicode build...
1999-04-12  Ove KaavenUnicode support for wxString (wxchar.cpp won't compile...
1999-04-12  Ove KaavenAdded wxchar.cpp, which contains:
1999-04-12  Václav Slavík...
1999-04-11  Vadim ZeitlinwxGetCwd fixed
1999-04-11  Václav Slavíkdirect stream use
1999-04-11  Václav SlavíkMIME support
1999-04-10  Vadim Zeitlinunitialized var initialized (mainly to reduce Purify...
1999-04-08  Julian SmartChanged the focus-window event handling back
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-04-07  Václav Slavíkfixed bug with incorrect fileformat
1999-04-07  Julian SmartAdded imaggif.h, imaggif.cpp (wxImage GIF-reading suppo...
1999-04-07  Vadim Zeitlinno more SetAppName/SetVendor in the config classes
next