]> git.lyx.org Git - lyx.git/history - src/paragraph.C
move some functions around
[lyx.git] / src / paragraph.C
2003-03-03 Lars Gullik Bjønnesmove some functions around
2003-02-21 Angus Leeming* Split insetbib.[Ch] into insetbibitem.[Ch] and insetb...
2003-02-17 André Pönitzremove the hardcoded bibkey from the paragraph
2003-02-14 John LevonReplace ugly getParFromID() code with ParIterator...
2003-02-14 John Levon2003-02-13 John Levon <levon@movementarian.org>
2003-02-13 Jean-Marc Lasgoutteselsart support
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-08 John LevonThe big change tracking patch. Changes from posted...
2003-01-15 Dekel TsurRemove XForms RTL hacks.
2003-01-08 Jean-Marc Lasgouttessmall bits
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-08 John LevonLar's ParConstIterator
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-10-24 Dekel TsurFix bug with language changes in nested environment.
2002-09-09 John Levonremove noload/don't typeset
2002-09-06 Lars Gullik Bjønnesremove all INHERIT_LANG and INHERIT_LANGUAGE commented...
2002-08-26 André Pönitzessentially Martin's patch to fix the \end-deeper bug
2002-08-23 Jean-Marc Lasgouttesthe optional argument patch from martin
2002-08-21 Lars Gullik Bjønnesmove pasteParagraph to global scope
2002-08-20 Lars Gullik Bjønnesmove breakParagraph and breakParagraphConservative...
2002-08-20 André Pönitzmore stuff from Lars' diff-6 (write one par at a time)
2002-08-15 Lars Gullik Bjønnesadd some NO_NEXT ifdefs
2002-08-14 Lars Gullik Bjønnesmore from the diff-5.diff merged
2002-08-12 Angus LeemingMartin's Per-buffer counters patch.
2002-08-11 Lars Gullik BjønnesSome small counters work
2002-08-11 Lars Gullik Bjønnesws changes only
2002-08-11 Lars Gullik BjønnesThe InsetList
2002-08-10 Lars Gullik Bjønnesa new paragraph function
2002-08-09 John Levonvarious cleanups
2002-08-07 Angus LeemingDon't #include "counters.h" in paragraph.h.
2002-08-06 Lars Gullik BjønnesMy simple testing of Martins patch, shows that it works...
2002-07-21 Jean-Marc Lasgouttestime to recompile everything: I removed #include direct...
2002-07-20 Jean-Marc Lasgouttesdo not define macro \LyX if we do not need it; small...
2002-07-01 Jean-Marc Lasgouttesfix latex output for graphics file names containing...
2002-06-24 Lars Gullik Bjønneslayout as layout
2002-06-10 Lars Gullik Bjønnessmall stuff
2002-05-30 John Levonsrcdoc fixes + a little tidy or two
2002-05-29 André Pönitzanother 8% or so when loading the UserGuide...
2002-05-14 Jürgen VignaFixed paragraph breaking mechanism for "keepempty"...
2002-05-08 Jürgen VignaThis is the ParagraphIndent stuff compatibility. All...
2002-05-05 Dekel TsurFix for insetERT in RTL docs.
2002-04-12 Jürgen VignaDo BreakParagraph on an empty paragraph if it's flagged...
2002-04-11 Jürgen VignaFixed \foreignlanguage outputs and small fix to x retur...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-15 Jürgen VignaFixed/Disabled code inserting InsetError in the wrong...
2002-03-13 Lars Gullik Bjønnesuse correct comparison
2002-03-13 Lars Gullik Bjønnesoptimization
2002-03-07 Lars Gullik Bjønnesclear params
2002-03-07 Lars Gullik Bjønnesuse layout default not layout from prev para
2002-03-06 Lars Gullik Bjønneshandle missing layout gracefully when reading and writi...
2002-03-05 Lars Gullik Bjønnesget rid of Paragraph::clear
2002-03-03 Lars Gullik Bjønnesremove lowercase, better layout handling and some varia...
2002-03-02 Lars Gullik Bjønneslayout as string
2002-02-28 Angus LeemingUpgrading of my xforms libs showed that lots of files...
2002-02-28 Jean-Marc Lasgouttesnew code for max depth; time to recompile your tree :)
2002-02-26 Jean-Marc Lasgouttescleanups from John and Juergen, bib files parsing fix...
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-02-13 Jean-Marc Lasgouttesfix insetert drupdate problems (bug #176); fix row...
2002-01-19 Jean-Marc Lasgouttesfix bugs 200, 201, 196
2002-01-08 Jürgen VignaFixed rowbreaking for "character"-insets and ignore...
2001-12-28 Lars Gullik Bjønnes2001-12-28 Lars Gullik Bj�nnes <larsbj@birdstep.com>
2001-12-28 Lars Gullik Bjønnes2001-12-28 Lars Gullik Bj�nnes <larsbj@birdstep.com>
2001-12-18 André Pönitzwhite space changes
2001-12-13 Jean-Marc Lasgouttesfix symbol font loading, insetquote latex output, undo...
2001-12-12 Jean-Marc Lasgouttesadd parOwner to Inset, optimize LyXText::workWidth...
2001-12-11 Jean-Marc Lasgoutteskeep selection after font change (John), fix positionni...
2001-11-29 André Pönitzreduction of header dependencies, part II (use new...
2001-11-29 Jürgen VignaFixed cut&paste bugs and added freespacing for ERT...
2001-11-27 André Pönitzwhitespace changes;
2001-11-26 André Pönitzstart reducing header file dependencies
2001-11-23 Jean-Marc LasgouttesisInset patch from John
2001-11-20 Allan RaeFix inset crashes ; now need to fix insertion of chars...
2001-11-19 Jean-Marc Lasgoutteslatexfeatures path from Michael
2001-11-13 Jean-Marc Lasgouttespopup fixes from Juergen ; insetgraphics fix from Herbe...
2001-11-09 Allan Raeremove old '\n' comments
2001-11-08 José MatoxRemoved obsolete code.
2001-11-03 Dekel TsurCorrect placement of the \selectlanguage commands.
2001-10-19 Jürgen VignaSmall fixes to various InsetText problems.
2001-09-30 Dekel TsurDo not ignore newline/hfill chars when copying to the...
2001-09-28 Dekel TsurMisc. small fixes
2001-09-12 Jean-Marc Lasgouttesfix indexing first word in a list layout
2001-09-09 Lars Gullik Bjønnessome mods I had in my local tree, mostly small stuff...
2001-09-07 Jean-Marc Lasgouttesbug fixes
2001-08-11 Dekel TsurAdd latex_language and remove inherit_language
2001-08-07 Jürgen VignaApplied Edwins patch, fixes to free memory read in...
2001-08-03 Lars Gullik Bjønnesget rid of NO_LATEX, split some methods, small cleanup
2001-07-31 Jürgen VignaFixed calculation of row ascent/descent.
2001-07-31 Jürgen VignaAdded inline functionallity to InsetERT. Fixed cache...
2001-07-29 Asger Ottar AlstrupMore header file include dependency work
2001-07-27 Jürgen VignaThis should clean up the language stuff a bit and a...
2001-07-20 Jean-Marc Lasgouttesa few small new features
2001-07-19 Jean-Marc Lasgouttespartial inset toggling ; insetAllowed stuff
2001-07-17 Lars Gullik Bjønnesspacing
2001-07-13 Angus LeemingEdwin's "about" patch + consistent use of Lsstream.h
2001-07-12 Lars Gullik Bjønnessmall changes read changelog
2001-07-11 Jean-Marc Lasgouttesimplement open-stuff + small things
2001-07-06 Jürgen VignaThe BIG UNDO patch. Recodes undo handling for better...
2001-06-29 Lars Gullik Bjønnespatch from Jean-Marc + some
2001-06-28 Jean-Marc Lasgouttescxx compile fixes ; several patches from John
2001-06-28 Lars Gullik Bjønneschange a lot of methods to begin with small char
next