]> git.saurik.com Git - wxWidgets.git/history - samples/console
adding CoreText
[wxWidgets.git] / samples / console /
2003-08-20  Mattia Barbon Keep order of nodes when wxHashMap is resized; this...
2003-08-19  Mattia Barbon Fixes for wxHashTable when wxUSE_STL=1:
2003-08-16  Václav Slavíkremoved old bc++ makefiles
2003-08-15  Václav Slavíkchange MSW libs directories so that libraries are share...
2003-08-13  Václav Slavíknew VC++ project files with both dll and lib in one...
2003-08-13  Václav Slavíkmakefiles update with OSX fixes
2003-08-12  Mattia Barbon Added wxHashSet, with minimal tests.
2003-08-08  Václav Slavík1) some compilers (Watcom) don't like it if wxBase...
2003-08-06  Václav Slavíkregenerated makefiles
2003-08-06  Václav Slavíkcompilation fix
2003-08-03  Václav Slavíkfixed wrong target names
2003-08-02  Václav Slavíkfixed some VC++ projects bugs
2003-08-01  Václav Slavíkadded VC++ project files
2003-08-01  Václav Slavíkadded VC++ project files
2003-08-01  Václav Slavíkregenerated after adding DEBUG_ options
2003-07-25  Václav Slavík1. use three numbers version in win32 DLLs on unstable...
2003-07-24  Mattia Barbon Create a new wxStringBase class, providing a STL...
2003-07-20  Václav Slavíkfixed /Mxx flag when using static RTL
2003-07-20  Robin DunnA new set of baked makefiles
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-06  Václav Slavíkupdated
2003-07-06  Václav Slavíkdon't link wxBase against GUI libraries
2003-07-06  Václav Slavíkdon't link wxBase against GUI libs
2003-07-05  Vadim Zeitlinadded wxScopeGuard; test it in the sample
2003-07-05  Václav Slavíkregenerated
2003-07-05  Václav Slavíkregenerated
2003-07-05  Václav Slavíkremoved redundant app-type tag
2003-07-04  Václav Slavíkadded Mingw makefiles
2003-07-04  Václav Slavíkregenerated makefiles
2003-07-04  Václav Slavíkregenerated
2003-07-02  Václav Slavíkregenerated
2003-07-01  Václav Slavíkconsole sample is not GUI app
2003-06-29  Václav Slavíkregenerated
2003-06-28  Václav Slavíkregenerated
2003-06-28  Václav Slavíkmissing libbase
2003-06-25  Václav Slavíknew dependencies tracking code
2003-06-25  Václav Slavíknew dependency tracking from bakefile cvs
2003-06-25  Václav Slavíkregenerated makefiles, with support for multilib build
2003-06-24  Václav Slavíkmoved to autoconf-2.5x
2003-06-23  Václav Slavíkgenerated new makefiles
2003-06-23  Václav Slavíknew build system
2003-06-16  Chris Elliottmakefiles for samples for digital mars
2003-04-05  Chris Elliottchanges to watcom makefiles for OpenWatcom
2003-03-28  Vadim Zeitlinadded test for wxFileConfig::DeleteEntry
2003-03-23  Julian SmartRemoved obsolete wxDate and wxTime classes.
2003-01-27  Vadim Zeitlinfixed a crash in socket server test and added quit...
2003-01-26  Václav Slavíkcompilation fix
2003-01-24  Vadim Zeitlinminor changes to wxDir test code
2003-01-22  Vadim Zeitlinnew (for wxBase) or updated and (hopefully() improved...
2003-01-18  Václav Slavíkadded wxFileName::MakeRelative test
2002-12-07  Vadim Zeitlinadded trivial test for wxTextInputStream
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-11-28  Vadim Zeitlinadded test for env var expansion
2002-11-28  Vadim Zeitlincompilation fix in !WXWIN_COMPATIBILITY_2_2 mode; set...
2002-09-10  Vadim ZeitlinWindows and Unicode compilation fixes
2002-09-10  Vadim Zeitlinadded printf() test suite
2002-09-08  Vadim Zeitlinvariosu fixes to the tests
2002-09-08  Vadim Zeitlincorrected wxExecute() tests
2002-09-08  Vadim Zeitlinthe sample now builds in Unicode mode
2002-08-20  Vadim Zeitlinadded tests for wxString::To/FromAscii
2002-06-21  Vadim Zeitlinadded wxMemoryOutputStream test
2002-06-08  Vadim Zeitlintypo in dir enum test code fixed
2002-06-07  Vadim Zeitlinmore MIME tests
2002-05-22  Vadim Zeitlinadded \\server\dir\filename.exe test case
2002-05-22  Vadim Zeitlinadded wxDir::Exists() test
2002-05-11  Vadim Zeitlinfixed zlib compression test
2002-05-10  Vadim Zeitlinsome warnings fixed, checks for various wxUSE_XXX added
2002-05-09  Vadim Zeitlinadded build options check
2002-04-28  Stefan NeisMinor changes to test/show expanded array functions.
2002-04-26  Vadim Zeitlinfixed array tests compilation and a bug in obj array...
2002-04-11  Vadim Zeitlinadded more GetPath() tests
2002-04-09  Vadim Zeitlinfixed a bug in wxStopWatch::Pause() (wouldn't pause...
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-05  Vadim Zeitlinminor fix to wxFileName::MakeRelativeTo(), removed...
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-03-28  Vadim Zeitlinbasic wxFileName functions seem to work under Windows
2002-03-27  Vadim Zeitlinadded test of wxFSVolume
2002-03-27  Vadim ZeitlinwxFileName::Get/SetTimes() finally seem to work under...
2002-03-25  Vadim Zeitlinsome UTF8 tests
2002-03-08  Vadim Zeitlinfixed typo (missing comma) in MIME test
2002-03-06  Vadim Zeitlinfixes for non interactive execution
2002-02-06  Vadim Zeitlincleaned up the arrays declaration macros and added...
2002-02-01  Vadim Zeitlinmade wxCondition::Signal() queue the signals generated...
2002-01-30  Vadim Zeitlinattempts to make wxCondition::Broadcast() and Signal...
2002-01-29  Vadim Zeitlinadded wxCondition test
2002-01-29  Mattia BarbonNew wxHashMap class.
2002-01-28  Julian SmartAdded wxUSE_GUI=0 to EXTRAFLAGS to make it compile...
2002-01-25  Vadim Zeitlininserted @IF_GNU_MAKE@ to allow building with other...
2001-12-16  Robert Roebling Reimplemented wxFileName with m_relative field.
2001-12-10  Vadim Zeitlinenabled all tests for the release
2001-12-04  Vadim Zeitlinadded wxFileName::MakeRelativeTo() and the tests/docs...
2001-12-04  Vadim Zeitlinfixed Assign(fullpath, fullname)
2001-12-01  Vadim Zeitlin1. added wxFileName::CreateTempFileName() and implement...
2001-11-30  Vadim Zeitlinextended file name tests
2001-11-28  Vadim Zeitlinreplaced "CC = gcc" and even stranger "CPP = gcc -g...
2001-11-28  Vadim Zeitlinreplaced `wx-config --cflags` with `wx-config --cxxflag...
2001-11-25  Vadim Zeitlinadded wxCmdLineParser::ConvertStringToArgs(), wxApp...
2001-11-22  Julian SmartRemoved some dsw files from CVS
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-11-02  Gilles Depeyrotadded missing const
next