]> git.lyx.org Git - lyx.git/history - src/lyxlex_pimpl.C
Remove cached var from RenderPreview. Changes elsewhere to suit.
[lyx.git] / src / lyxlex_pimpl.C
2004-01-31 Lars Gullik BjønnesThe func.diff patch. Functors work and some tiny cleanup.
2003-12-02 André Pönitz * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
2003-10-22 Lars Gullik BjønnesUse correct types when working with stream::pos_type.
2003-10-09 Lars Gullik Bjønnesremove some debug noise
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-07-28 Lars Gullik Bjønnesmore compress support
2003-07-27 Lars Gullik Bjønneszlib stuff
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-04-14 Lars Gullik Bjønneslyxlex-2-a.diff
2003-04-14 Lars Gullik Bjønneslyxlex-1-a with some modifications
2003-03-12 John LevonCreate ParagraphParameters::read(). JMarc, please note...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-08-11 Lars Gullik Bjønnesws changes only
2002-07-16 Jean-Marc Lasgouttescompile fix in XPM image loader; fix opaque handling...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2001-12-05 Lars Gullik BjønnesAdd string << operators for the other streams as well...
2001-08-18 Dekel TsurFixes due to new math-insert syntax.
2001-08-06 Lars Gullik Bjønnesmore funcs to lowerchar, adjust
2001-07-29 Asger Ottar AlstrupMore header file include dependency work
2001-06-25 Lars Gullik BjønnesLyX Drinkers Union: patch 1
2001-06-01 Jean-Marc Lasgouttescompilation fixes for compaq cxx + small things
2001-05-03 Lars Gullik Bjønnesremove !NEW_INSETS cruft
2001-04-17 Lars Gullik Bjønnesthe rest read the ChangeLog, hope I remembered all
2001-03-11 Lars Gullik Bjønnesmove the most important changes from branch new_insets...
2000-11-08 Jean-Marc LasgouttesUse lyxlex to parse rgb.txt + small compilation fixes
2000-11-04 Lars Gullik Bjønnessome formatting changes some simplifications and remova...
2000-10-11 Lars Gullik Bjønnesuse more std::functors add some of my own, some change...
2000-09-14 Jean-Marc LasgouttesUpdate to hollywood; tweak to lyxlex debug messages
2000-08-05 Lars Gullik Bjønnesmore changes read the ChangeLog
2000-07-31 Lars Gullik Bjønnessmall changes read ChangeLog
2000-07-24 Lars Gullik Bjønnesmore NEW_INSETS changes, define NEW_MANUBAR as default...
2000-06-26 Lars Gullik Bjønnestrying to track down a bug in lyxlex with gcc 2.96...
2000-05-17 Jürgen VignaVarious warnings fixed, added preliminary read of old...
2000-04-11 Jean-Marc LasgouttesSmall changes; ChangeLog is your friend
2000-04-08 Lars Gullik Bjønnesuse more explicit on constructors use the pimpl idom...