A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / setup.h.in
2001-11-23  Gilles Depeyrotadded missing wxUSE_SYSTEM_OPTIONS define
2001-11-22  Mattia BarbonTest for wctype.h
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-11-06  Vadim Zeitlinremoved duplicated line
2001-10-24  Mattia BarbonVarious cygwin compilation fixes.
2001-10-19  Vadim Zeitlinuse statvfs() if statfs() is not available (Solaris)
2001-10-14  Ron LeeMerged IA64 build fixes from 2.2 (this will undoubtably...
2001-10-12  Vadim Zeitlindon't define wxUSE_OWNER_DRAWN for wxUniv
2001-10-02  Gilles Depeyrotadded Darwin related defines
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-09-28  Vadim Zeitlin1. made description of some options in configure [hopef...
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-08-25  Vadim Zeitlinstatfs() detection for wxGetDiskSpace
2001-08-08  Vadim Zeitlinmoved wxINSTALL_PREFIX from CPPFLAGS to setup.h
2001-08-08  Vadim Zeitlin1. next attempt to fix RH 7.1 build
2001-08-01  Vadim Zeitlinadded generic implementation and documentation for...
2001-07-22  Gilles Depeyrotadded tree layout define
2001-07-13  Vadim Zeitlinadded detection of regex support to configure
2001-07-11  Václav Slavíkfixed windows.h check and added checks for MS HTML...
2001-07-10  Václav Slavíkadded check for w32api.h to configure (so that libjpeg...
2001-07-08  Václav Slavíkadded wxUSE_OLE
2001-07-04  Vadim Zeitlinadded wxUSE_LOG_DIALOG
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-07-02  Vadim Zeitlinchanged wxUSE_DRAGIMAG to wxUSE_DRAGIMAGE and use it...
2001-07-02  Vadim Zeitlinadded WXWIN_COMPATIBILITY_2_2 option (disabled by default)
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-14  Vadim Zeitlinhopefully finally fixed the problem with ambiguous...
2001-06-08  Vadim Zeitlinimplemented wxSingleInstanceChecker for Unix
2001-04-27  Václav Slavíkoops, forgot to check in change that adds WX_ICONV_TAKE...
2001-04-27  Robert Roebling Maybe compilation works now.
2001-04-22  Václav Slavíkadded wxUSE_IMAGE, wxUSE_XPM
2001-04-09  Vadim Zeitlinfixed recursive mutexs compilation
2001-02-08  Vadim Zeitlinapplied (slightly modified) wxToggleButton patch from...
2001-02-08  Ron LeeMore mostly cross compiling related mods..
2001-01-16  Robert Roebling Removing wxPlotWindow from configure.
2000-11-26  Vadim Zeitlinadded wxGet/Set/UnsetEnv() for Unix
2000-11-24  Robert Roebling Adding wxUSE_GEOMETRY to setup.h.in
2000-09-03  Robert Roebling Preparing makefiles for freetype
2000-09-01  Robert Roebling Added check for <fnctl.h> which FreeType seems to...
2000-07-19  Ove KaavenConfigure checks for:
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Vadim Zeitlin1. corrected HAVE_PW_GECOS detection in configure ...
2000-03-18  Vadim Zeitlinsome files for wxHandleFatalException() I previously...
2000-03-01  Robert Roebling Various changes due to OGL and glcanvas having changed
2000-02-27  Václav Slavíkadded --enable-filesystem
2000-02-15  Vadim Zeitlinadded wxUSE_PLOT
2000-01-10  Stefan NeisSN: WXPM wants wxUSE_OWNER_DRAWN to be defined to 1...
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-20  Vadim Zeitlintest for strptime added
1999-12-15  Vadim Zeitlinadded check for timezone variable
1999-12-14  Vadim Zeitlinadded wxUSE_TOOLBAR_SIMPLE setting, enabled wxLongLong...
1999-12-07  Karsten BallüderHAVE_GDK_XIM -> HAVE_XIM
1999-12-07  Karsten BallüderTest for XIM support in gdk added, relevant code for...
1999-12-07  Robert Roebling Added wxUSE_SPINCTRL,
1999-12-06  Vadim ZeitlinwxTreeCtrl has colours and fonts too now
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-12-03  Vadim Zeitlintest for timegm() added
1999-12-01  George TaskerAdded wxODBC_FWD_ONLY_CURSORS define
1999-11-28  Robert Roebling TIFF change 5.
1999-11-26  Vadim ZeitlinwxUSE_RICHeDIT added
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-12  Vadim ZeitlinwxTimer/timercmn.cpp change
1999-10-27  Vadim Zeitlinchecks for time functions added
1999-10-27  Vadim Zeitlinalways use wxString::operator[](size_t) - wxWin doesn...
1999-10-21  Robert Roebling More DnD.
1999-10-19  Vadim Zeitlinnever undefine inline for C++ sources
1999-10-14  Vadim Zeitlinnever undefine 'inline' keyword for C++ compilation
1999-10-06  Michael BedwardAdded new wxGrid classes. This is a work in progress !
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-02  Karsten BallüderUnix implementation of wxDialUpManager.
1999-09-13  Harco de HilsterChanged configure option --with-libgif to --enable-gif
1999-08-23  Harco de Hilsteradded a define STRICT to setup.h (for mingw32-gcc2...
1999-08-22  Harco de HilsterFixes for smoother cross compilation;
1999-08-13  Robert Roebling Added setup.h.in