]> git.lyx.org Git - lyx.git/history - src/text.C
Lars says _(_(b)) is a bug ... fix
[lyx.git] / src / text.C
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-25 Dekel TsurPatch from Isam Bayazidi
2002-11-07 John Levontwo fixes (posted to list)
2002-10-24 Dekel TsurFix LyXLength::inPixels
2002-10-21 John Levonremove unused and a little documentation (all r=larsbj)
2002-10-07 André Pönitztext.C: Vitaly Lipatov's small i18n fix
2002-09-11 André Pönitzlfun word-select
2002-09-09 Jürgen VignaFix for hfill rendering by Michael Schmitt.
2002-09-06 Lars Gullik Bjønnesremove all INHERIT_LANG and INHERIT_LANGUAGE commented...
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önitz- parts of Lars' diff-6.diff
2002-08-20 André Pönitzmove half of BufferView_pimpl::dispatch() to LyXText...
2002-08-19 André Pönitzmove handling of LFUN_APPENDIX to LyXText
2002-08-18 Dekel TsurRTL fixes
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-08-12 Angus LeemingMartin's Per-buffer counters patch.
2002-08-10 Lars Gullik Bjønnesa new paragraph function
2002-08-06 John LevonRemove LYX_LAYOUT_DEFAULT - it is very very old, even...
2002-07-21 Jean-Marc Lasgouttestime to recompile everything: I removed #include direct...
2002-07-19 Dekel TsurFix Arabic text rendering.
2002-07-09 John LevonA couple of minor bug fixes and cleanups
2002-07-01 Jean-Marc Lasgouttesfix bug 461
2002-06-24 Lars Gullik Bjønneslayout as layout
2002-06-21 John Levonfix bug 488
2002-06-11 John LevonRename screen, and don't re-construct it on a buffer...
2002-05-30 John Levonsrcdoc fixes + a little tidy or two
2002-05-29 André Pönitztyiny whitespace
2002-05-29 André Pönitzmore white spacei changes
2002-05-29 André Pönitzwhite space changes
2002-05-24 John Levonfont_metrics part 1
2002-05-23 John Levonmore guii moving around.
2002-05-23 John Levonguii2
2002-05-23 John LevonOK I'll try guii1 again ...
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-05-03 Jürgen VignaFix crash when row did rebreak while drawing (fix ...
2002-04-24 Lars Gullik Bjønnesws changes only
2002-04-12 Jürgen VignaFix for wrong cursor.x pos when before a fullRow inset...
2002-04-12 Jürgen VignaDo BreakParagraph on an empty paragraph if it's flagged...
2002-04-12 Jürgen VignaGive fullRow insets a full row width, small bugfix...
2002-04-11 Jürgen VignaFix the cursor position to be on the end of the row...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-14 Jürgen VignaFix deleting of paragraphs after undo (fix #236).
2002-03-06 Jürgen VignaMore fixes to InsetERT (hopefully the last ones for...
2002-03-05 Lars Gullik Bjønnesfix set layout 0 problem
2002-03-05 Jürgen VignaChanged behaviour of Inlined ERT insets (fix 251).
2002-03-04 Lars Gullik Bjønnescomment out some debugging
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-22 Jürgen Vignadon't add an indent for paragraphs inside tabular cells...
2002-02-20 Jürgen VignaFix for #143. Changed handling of Font stuff for ERTIns...
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-18 Allan Raeneed_break_row was wrong in my earlier patches
2002-01-16 Allan Raebug #174 now fixed
2002-01-15 Allan Raefinal(?) tweaks for removeAutoInsets() and removed...
2002-01-13 Dekel TsurRemove a #warning
2002-01-08 Jürgen VignaFixed rowbreaking for "character"-insets and ignore...
2002-01-07 Jürgen VignaFixes for smaller insets with not leftaligned paragraps...
2002-01-07 Jürgen VignaJohn's Layout Tabular UI improvements and Martins fixes...
2002-01-06 Jürgen VignaFixed long standing bug in breaking rows correctly...
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-20 Jean-Marc Lasgouttesremoved most uses of toupper and friends, removed ...
2001-12-19 Jean-Marc Lasgouttesfix crash with proof-type box markers
2001-12-17 Jean-Marc Lasgouttesa bunch of small patches from John and Juergen
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-12-10 Jean-Marc Lasgouttesbetter drawing of vertical space; merge vfill drawing...
2001-12-05 Lars Gullik Bjønnesapply added2.diff
2001-12-05 Lars Gullik BjønnesAdd string << operators for the other streams as well...
2001-12-04 Lars Gullik Bjønneschapter.diff
2001-12-04 Lars Gullik Bjønneshfilltextclean.diff
2001-12-04 Jürgen VignaMore fixes.
2001-12-03 Jürgen VignaJohn's minibuffer, checkInsetHit, lyxfunc-timeout patch...
2001-11-29 Jürgen VignaFixed cut&paste bugs and added freespacing for ERT...
2001-11-28 Allan Raemake g++ happy about variable declaration
2001-11-27 Jean-Marc Lasgouttesfix compilation buglet
2001-11-27 Jean-Marc Lasgouttescleanups by john and andre
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-22 Jean-Marc Lasgouttesremove bogus calls to LyXText::getRow
2001-11-15 Lars Gullik Bjønnesfix drawing of hfill characters, some small cleanup
2001-11-13 Jean-Marc Lasgouttespopup fixes from Juergen ; insetgraphics fix from Herbe...
2001-11-09 Jean-Marc Lasgouttescleanups from John and Michael
2001-10-19 Jürgen VignaSmall fixes to various InsetText problems.
2001-10-19 Jean-Marc Lasgouttesspeed up workWidth code
2001-10-18 Jürgen VignaTried to fix the too large InsetText (footnote).
2001-10-16 Jean-Marc Lasgouttescode cleanup
2001-09-24 Angus Leeming"Correct" way to prevent spellchecking in the ERT inset.
2001-09-21 Angus LeemingRenamed selectNextWord as selectNextWordToSpellcheck.
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-13 Jürgen VignaFixed bug when inserting insets in right alligned parag...
2001-08-11 Dekel TsurAdd latex_language and remove inherit_language
2001-08-10 Jürgen VignaSmall fixes + hfill display/draw bug (seen with minipag...
next