wxWidgets.git
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...
1999-04-13  Václav Slavíkfixed transparency
1999-04-13  Vadim Zeitlincompilation fix
1999-04-13  Robert Roebling Drag'n'Drop works in a basic form
1999-04-13  Ove KaavenThis is the way to go (well, close enough).
1999-04-13  Ove KaavenBy this commit, I guess I'm announcing intent to add...
1999-04-13  Robert Roebling Drag works.
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 KaavenUnicode conversion.
1999-04-13  Ove KaavenNow this one also compiles in Unicode mode.
1999-04-13  Karsten BallüderAdded variable cursor to highlight embedded user data.
1999-04-13  Ove KaavenUnicode interface (the communication itself is still...
1999-04-13  Ove KaavenUnicode support.
1999-04-13  Ove KaavenFixed a typo. Added sloppy implementation of wxSscanf...
1999-04-13  Ove KaavenAdd wxSscanf (used in ftp.cpp to parse returned address)
1999-04-13  Ove KaavenThe prevalent wide characters.
1999-04-13  Ove KaavenUnicode. You know the drill.
1999-04-13  Vadim ZeitlinGetViews() documented
1999-04-13  Ove KaavenMore Unicode stuff. Implemented wxFprintf.
1999-04-13  Ove Kaavenchar->wxChar
1999-04-13  Ove KaavenFixed glibc2.0 check (for that glibc2.0 workaround...
1999-04-13  Vadim ZeitlinwxTempFile now respects umask when creating new files
1999-04-13  Vadim Zeitlinan attempt to fix glibc2.0 stupidness
1999-04-13  Vadim Zeitlinapparently this should fix some Borland problem
1999-04-13  Vadim Zeitlinsome typos in docs and code corrected (thanks Janos)
1999-04-13  Ove KaavenImplemented wxPrintf.
1999-04-13  Ove KaavenAdded wxPrintf declaration.
1999-04-13  Vadim ZeitlinPending() and Dispatch() implemented
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 KaavenwxString assignment operator from wx[W]CharBuffer.
1999-04-13  Ove KaavenwxAtof independent of wxNEED_WX_STDLIB_H, used by Visua...
next