]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1999-07-22  Robert Roebling New drawing test code.
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-07-22  Robert Roebling Compile fix for *newest* mingw32
1999-07-22  Robert Roebling wxMenu compile fix
1999-07-22  Robin Dunnfixed font-matching bug in wxFontList::FindOrCreateFont...
1999-07-21  Harco de HilsterMinor and silly fix.
1999-07-21  Vadim Zeitlinadded demonstration of wxGTK wxStaticBitmap::SetBitmap...
1999-07-21  Harco de HilsterMade cross compiling easier;
1999-07-21  Karsten Ballüderbug fix for m_parent == NULL
1999-07-21  Robert Roebling Mini-fix for wxStaticBitmap
1999-07-21  Robert Roebling MingW32 compilation works now.
1999-07-21  Karsten Ballüdermore type-safety
1999-07-21  Vadim Zeitlin1. Assorted Motif fixes
1999-07-21  Karsten Ballüderremove duplicate deletion
1999-07-21  Karsten Ballüderadded helpwxht.h
1999-07-21  Karsten BallüderSuppressed a spurious error message, now contents are...
1999-07-21  Karsten Ballüderfix
1999-07-21  Karsten BallüderMuch improved wxHelpControllerHtml, works under Solaris...
1999-07-21  Václav Slavíkimagemap support (html)
1999-07-21  Václav Slavíkfixed refresh bug in wxHtmlWindow
1999-07-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-07-20  Harco de Hilstersome updates...
1999-07-20  Harco de Hilsterlittle wxMenu ctor fix
1999-07-20  Harco de HilsterAdded lots of files. Enough now so that all wxHTML...
1999-07-20  Harco de HilsterWhen building for/on a non-Unix platform, the --enable...
1999-07-20  Robert Roebling Trying to compile samples
1999-07-20  Robert Roebling MingW32 compilation fixes all over
1999-07-19  Vadim Zeitlincompilation fixes
1999-07-19  Vadim ZeitlinwxMenu ctor made compatible again
1999-07-19  Robin DunnFixed wxListCtrl::SetTextColour to set the RGB value...
1999-07-19  Harco de Hilsterforgot .bmp's
1999-07-19  Guilhem LavauxAdded StreamSize() to wxMemoryOutputStream.
1999-07-19  Harco de Hilsteradded extra #if case at the end for building using...
1999-07-19  Sylvain Bougnouxcosmetic, added some comment
1999-07-19  Sylvain Bougnouxitem with no image no longer crash when hit
1999-07-19  Harco de Hilsterforgot wx.rc
1999-07-19  Harco de Hilsteradded .cur and .ico files
1999-07-19  Harco de Hilsteradded dcpsg.cpp
1999-07-19  Harco de HilsterMoved bunch of #defines (LOG2DEV etc) from msw/dc.cpp...
1999-07-19  Robert Roebling Updated testconf
1999-07-19  Harco de Hilstersmall fix for mingw32 compilation
1999-07-19  Vadim Zeitlintypo corrected
1999-07-19  Vadim Zeitlineven more fixes for nmake compilation
1999-07-19  Karsten BallüderAdded test for vsscanf. GUESSING IS EVIL! Cannot test...
1999-07-19  Vadim Zeitlinregenaretd makefile from the latest template
1999-07-19  Vadim Zeitlin1. compilation fix for wxHelpHtmlController (which...
1999-07-19  Vadim Zeitlinifdef HAVE_VFORK => if HAVE_VFORK
1999-07-19  Karsten Ballüdertypo
1999-07-19  Karsten Ballüdercompilation fix
1999-07-18  Vadim ZeitlinEnter won't close dialog if [Ok] button is disabled
1999-07-18  Karsten Ballüdermore reasonable default size
1999-07-18  Karsten BallüderAdded wxHelpControllerHtml, derived from wxHtmlHelpCont...
1999-07-18  Harco de HilsterNow uses #define __WX_SETUP_H__ to signify that we...
1999-07-17  Harco de HilsterAdded statline to Makefile.am
1999-07-17  Harco de Hilsteradded TODO list for cross compilation
1999-07-17  Harco de HilsterTemp. fix for ..\..\zlib problem.
1999-07-17  Harco de HilsterRemoved USING_CONFIGURE define. As VZ pointed out,...
1999-07-17  Harco de HilsterAdded notes on cross compiling Unix->Windows.
1999-07-17  Harco de Hilsterignore...
1999-07-17  Harco de Hilsterignore these
1999-07-17  Harco de Hilstermingw32/cygwin32 builds now automatically link against...
1999-07-17  Harco de HilsterBuilding wxMSW with configure now also properly install...
1999-07-17  Harco de Hilsterminor fixes for mingw32 compilation
1999-07-17  Harco de HilsterMinor fixes mainly to get stuff compiled using the...
1999-07-17  Harco de Hilsteradded mingw32 host platform to configure.in, added...
1999-07-16  Vadim Zeitlin1. fixed Maximise() mismatch between wxFrame and wxMDIFrame
1999-07-16  Karsten Ballüderremoved obsolete flag
1999-07-16  Sylvain Bougnouxcheck wxUSE_LIBJPEG
1999-07-16  Sylvain Bougnouxflag use of multiple selection for MSW
1999-07-15  Robin DunnPreserve -1 for dilog unit conversions
1999-07-15  Vadim Zeitlinmade the sample work under wxMSW too
1999-07-15  Vadim Zeitlinsome warnings suppressed
1999-07-15  Vadim Zeitlinrenamed controls.* to text.*
1999-07-15  Vadim Zeitlinthe missing file for tmake (sorry)
1999-07-15  Robert Roebling Compile fixes,
1999-07-15  Robert Roebling wxWindowDC now uses its window's font
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
1999-07-15  Robert Roebling Compile fixes.
1999-07-15  Vadim Zeitlin1. wxFFile::Close() buglet fixed
1999-07-15  Vadim Zeitlin1. fixed makefile.vc for OLE files
1999-07-15  Vadim Zeitlin1. wxTextCtrl compilation fixes for wxGTK and more...
1999-07-15  Sylvain Bougnouxfixed SelectItem call with an invalid item
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-14  Vadim Zeitlinthe template files for generating all MSW makefiles...
1999-07-14  J. Russell... Changed to use new wxWindow->Reparent call to allow...
1999-07-14  J. Russell... restoring makefiles
1999-07-14  J. Russell... restoring makefile
1999-07-14  Robert Roebling Removed bug that made wxWindow call OnPaint
1999-07-13  J. Russell... Added wxHTML build to Makefile for VisualC++
1999-07-13  J. Russell... Added makefiles for VC++ for wxHTML samples
1999-07-13  J. Russell... added precomp header stuf
1999-07-13  J. Russell... Added precompiled header support to allow building...
1999-07-13  J. Russell... Removed default parameter setting for wxHtmlHelpControl...
1999-07-13  Robert Roebling New attempt at getting constraints work
1999-07-13  Guilhem Lavaux* Changed char to wxChar in operators.
1999-07-12  Guilhem Lavaux* Changed behaviour of wxTextStreams::operator(wxUint8...
1999-07-12  Vadim Zeitlin1. wxTextControl::SetFont() does something (good or...
1999-07-12  Václav Slavík*** empty log message ***
1999-07-12  Václav Slavík*** empty log message ***
1999-07-12  Vadim Zeitlineven more about setup0.h
next