]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1999-04-20  Ove KaavenSome Unicode fixes (mostly for Borland's pickiness...
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  Robert Roebling two people fixing the same thing...
1999-04-20  Karsten Ballüdertypos fixed
1999-04-20  Karsten BallüderTests for wchar.h/wcstr.h - PLEASE DO NOT GUESS BUT...
1999-04-20  Karsten BallüderI think I fixed the wxGenericPrintSetupDialog but PLEAS...
1999-04-20  Robert Roebling little doc updates
1999-04-19  Julian SmartFixed wxPostScript printing problem (used wrong constru...
1999-04-19  Vadim Zeitlina wxCHECK added
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 KaavenUnicode conversion for MSW, or something
1999-04-19  Ove KaavenHelps Borland compile further in Unicode mode.
1999-04-19  Ove KaavenSome Unicode changes.
1999-04-19  Karsten BallüderSOCKLEN_T expanded to socklen_t if supported, neede...
1999-04-19  Ove KaavenForgot an additional prototype.
1999-04-19  Ove KaavenAttempts to make this wchar_t business compile with...
1999-04-19  Robert Roebling JPEG fixes
1999-04-19  Vadim ZeitlinwxTextCtrl::DiscardEdits doesn't empty the text ctrl
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-18  Ove Kaaven...for both buffer types...
1999-04-18  Ove KaavenOops. The typecasting was interpreted as a constructor...
1999-04-17  Ove KaavenDefer retrieval of LANG env var, too. No memory management
1999-04-17  Ove KaavenNew private SetName method in wxCSConv...
1999-04-17  Vadim Zeitlintooltips in controls in dialogs actually work now
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-17  Ove KaavenUnicodified list of color strings.
1999-04-17  Robert Roebling added missing files
1999-04-17  Robert Roebling libPNG 1.0.3
1999-04-17  Ove KaavenAdapted those asserts and debug messages for Unicode.
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  Brian MacyMade return a const reference
1999-04-16  Vadim Zeitlinattempted Borland C++ compilation fix
1999-04-16  Vadim Zeitlinlog unknown log levels too
1999-04-16  Brian MacyChanged some parameters to be const references
1999-04-16  Vadim ZeitlinwxLog shouldn't complain about log levels it doesn...
1999-04-16  Ove Kaavenconst-ness warnings in non-Unicode again.
1999-04-16  Ove KaavenHm, better make the operators inline.
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1999-04-16  Ove KaavenAdded a comment.
1999-04-16  Ove KaavenSome Unicode conversion.
1999-04-16  Vadim Zeitlindon't log empty status messages in wxLogWindow
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() may return const val.
1999-04-16  Ove KaavenwxGetUserHome() returns a const value in Unicode mode.
1999-04-16  Ove KaavenCompiles in Unicode mode.
1999-04-16  Ove KaavenwxGetUserHome() returns "const wxMB2WXbuf" for Unix...
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  Robert Roebling removed some test code
1999-04-15  Vadim Zeitlinlog messages given during program initialization are...
1999-04-15  Robert Roebling small mods to tree ctrl
1999-04-15  Ove KaavenDefer loading of character sets, and some anti-crash...
1999-04-15  Ove KaavenSlightly better style?
1999-04-15  Ove KaavenRight-o, wxConv_local does cause some weird crashes...
1999-04-15  Ove Kaaven(ugh, I need to get a faster computer)
1999-04-15  Ove KaavenAnother inline constructor to facilitate Unicode conver...
1999-04-15  Ove KaavenCompilation problem in non-Unicode mode. (Will fix...
1999-04-15  Ove KaavenCompiler warning in non-Unicode mode fixed.
1999-04-15  Karsten BallüderAdded a wxYield() warning to wxExecute() entry.
1999-04-15  Ove KaavenOK, while I wait for the non-Unicode build to compile...
1999-04-15  Karsten BallüderAdded wxEnableTopLevelWindows(bool enable) for use...
1999-04-15  Vadim Zeitlinworkaround for mingw32 div() bug
1999-04-15  Vadim ZeitlinGTK 1.0.x compilation fix
1999-04-15  Vadim ZeitlinGTK 1.0.x compilation fix
1999-04-15  Ove KaavenA couple more.
1999-04-15  Ove KaavenSo far so good. These now compiles in Unicode mode.
1999-04-15  Robert Roebling added update UI event code to toolbar, could
1999-04-15  Ove KaavenImplemented wxArrayString::Shrink() and stuff.
1999-04-15  Robert Roebling egcs compilation fix
1999-04-14  Ove KaavenOK, enough for today. To be continued tomorrow...
1999-04-14  Ove KaavenThese at least compiles in Unicode mode...
1999-04-14  Ove Kaavenchar -> wxChar
1999-04-14  Ove KaavenThis seems to be compiling.
1999-04-14  Ove KaavenIf you look at the conversion and character set code...
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  Vadim ZeitlinHitTest() now works when the ctrl is scrolled too
1999-04-14  Robert Roebling mini frame rewrite (titlebar still missing)
1999-04-14  Ove KaavenwxConv classes and instances, including wxConv_gdk.
1999-04-14  Ove KaavenwxMBConv derived classes and instances.
1999-04-14  Robert Roebling added wxCB_READONLY
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...
next