]> git.lyx.org Git - lyx.git/history - src/support
Change to use preffered calling of Boost.Function
[lyx.git] / src / support /
2004-09-26 Lars Gullik BjønnesChange to use preffered calling of Boost.Function
2004-09-17 Jean-Marc Lasgouttesfix backwards search (bug 1666)
2004-09-14 Jean-Marc Lasgouttesmake LyX work better when run from a directory which...
2004-09-04 Lars Gullik Bjønneslyxclient moved from development and cleaned up a bit...
2004-08-30 Lars Gullik Bjønnesfix a couple of pch.h files because of a gcc pch bug
2004-08-18 Lars Gullik BjønnesMore pch work.
2004-08-15 Lars Gullik Bjønnessome support for pch
2004-08-09 Jean-Marc Lasgouttesforgot this
2004-08-08 Jean-Marc Lasgouttesalways have "All Files" as filter in the list
2004-07-24 Lars Gullik BjønnesUse boost::scoped_array to store the temporary wchar_t...
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-06-29 Jean-Marc Lasgouttessupport fully the LANGUAGE variable
2004-06-08 Jean-Marc Lasgouttesfix handling of locales with LyX/Mac
2004-05-27 Lars Gullik Bjønnesget rid of nt_defines.h
2004-05-20 Angus LeemingWrap the definition of debug_trait::DEBUG with preproce...
2004-04-27 Angus LeemingSearch the src tree for glade files, so preventing...
2004-04-20 Angus LeemingWhitespace, only whitespace...
2004-04-05 Angus LeemingGet the date right ;-)
2004-04-05 Angus LeemingWrap all #warning calls inside #ifdef WITH_WARNINGS...
2004-04-05 Angus LeemingWhitespace.
2004-04-05 Jürgen SpitzmüllerAngus' fix to make pclose work again:
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-04-01 Angus LeemingSoothe Georg's minor irritation.
2004-03-27 Angus LeemingSquash a couple of warnings, one at compile time and...
2004-03-26 Angus LeemingClean-up the forked process code a little.
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-24 Angus LeemingUse SIGCHLD to reap zombies.
2004-03-24 Jean-Marc Lasgouttesmore tweaks to i18nLibFileSearch
2004-03-24 Jean-Marc Lasgouttesfix selection of locale when loading help files
2004-03-23 Angus LeemingStore the forked calls in boost::shared_ptr rather...
2004-03-22 Angus LeemingRemove cruft left over from the removal of the Forks...
2004-03-11 Angus LeemingGeorg's mangling patch.
2004-02-25 Jean-Marc LasgouttesGeorg Baum\'s no-tempdir patch
2004-02-01 Lars Gullik BjønnesCleanup usage of contains and simplify a bit.
2004-01-31 Lars Gullik BjønnesThe func.diff patch. Functors work and some tiny cleanup.
2004-01-28 Lars Gullik Bjønnesstd:: changes, stupid stuff
2004-01-13 André Pönitzsome integer type changes for inset unification
2004-01-08 Angus LeemingHandle Qt-style file filters like
2004-01-07 Jean-Marc Lasgouttesmake LyX/Mac compile and work better
2004-01-06 Angus LeemingCygwin compilation fix.
2004-01-06 Lars Gullik BjønnesDelete a coupld of unwanted files.
2004-01-05 Angus LeemingGlobbing.
2003-11-05 Alfredo Braunsteinfix putenv memory leak
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-11-01 Lars Gullik Bjønnestry to avoid initailizaton problems with global debugst...
2003-10-29 André Pönitzsome more 'global cursor' stuff
2003-10-28 André Pönitzlots of small stuff
2003-10-17 Jean-Marc Lasgouttescompile fixes for stlport
2003-10-16 André Pönitz * filetools.C (ReplaceEnvironmentPath): set up pattern...
2003-10-14 André PönitzIn insets:
2003-10-14 Angus LeemingMissing ChangeLog entry for the new socktools.[Ch]...
2003-10-13 Angus Leeming(Kayvan): compile fix for non-Linux platforms.
2003-10-13 Angus LeemingJo�o Assirati's lyxsocket patch.
2003-10-13 Angus LeemingNo trailing whitespace left in src...
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-08 Angus LeemingFix a bunch of doxygen warnings.
2003-10-08 Angus LeemingA couple of using std::string declarations from Kayvan.
2003-10-07 Jürgen Spitzmüllerstd::string fixes and small typo
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-06 Martin VermeerSmall fixes to allow building with STLport
2003-09-29 Angus LeemingMake ReplaceEnvironmentPath work for both ${HOME}/foo...
2003-09-26 Lars Gullik BjønnesNew debugstream.
2003-09-25 Angus LeemingRewrite ReplaceEnvironmentPath in a sane manner.
2003-09-25 Angus LeemingRe-add the RasterImage template.
2003-09-16 Angus LeemingRemove IsInsetChar and IsWordChar from textutils.h.
2003-09-15 Angus LeemingChangeLog entry for copied_ptr re-jig.
2003-09-15 Angus LeemingBeef up copied_ptr; use it rather than cow_ptr to store...
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-15 Angus LeemingAdd #include <boost/assert.hpp>.
2003-09-10 Angus LeemingAdd copied_ptr.h to the repository too.
2003-09-09 Angus LeemingGet rid of trailing whitespace 'noise' in future patche...
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-09 Angus LeemingPragmatic pimpl-ing of BufferParams.
2003-09-08 Angus LeemingVarious trivial bits 'n' bats about config.h, header...
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-06 Angus LeemingMove depth_type to support/types.h.
2003-09-05 Martin VermeerSmall bformat fix
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingConsistent headers in support.
2003-09-04 Lars Gullik Bjønneshave row information on state line + one more bformat...
2003-09-04 Angus LeemingMove #includes out of header files.
2003-09-04 Angus LeemingMove #include "lyxlib.h" out of Path.h, move ctor,...
2003-09-03 Angus Leemingsrc/support/ChangeLog
2003-09-03 Angus LeemingFix export of graphics images when compiling latex...
2003-09-03 Angus LeemingDon't bring namespace lyx::support into the global...
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-22 Angus Leeming...and a few more. That's all this licence nonsense...
2003-08-14 André Pönitzgrr.. revert. wrong patch.
2003-08-14 André Pönitzremove Row::pit_ member
2003-08-02 Jean-Marc Lasgouttesmore makefiles tweaks: kayvan's patch (with small chang...
2003-08-02 Jean-Marc Lasgouttesfix running in place
2003-07-29 Angus LeemingJean-Marc teaches me that MakeRelPath is quite sophisti...
2003-07-28 Lars Gullik Bjønnessome more compression stuff
2003-07-28 Angus Leeminglatin1 in author names, not utf8.
2003-07-28 Lars Gullik Bjønnescorrect magic for gzip and compress
2003-07-28 Lars Gullik Bjønneslyx_localedir fix
2003-07-27 Lars Gullik Bjønneszlib stuff
2003-07-27 Angus LeemingFlying high and free...
next