]> git.lyx.org Git - lyx.git/history - src/frontends/controllers
Switch from SigC signals to boost::signals
[lyx.git] / src / frontends / controllers /
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-25 Lars Gullik Bjønnesget rid of LRegex and LSubstring, use boost::regex...
2002-05-23 John Levonguii2
2002-05-22 Lars Gullik Bjønnesuse more specific smart_ptr headers
2002-05-21 Angus Leemingtrivial translation fix.
2002-05-13 Lars Gullik Bjønnessome bib fixes from Herbert
2002-05-01 Angus LeemingFix bug that I triggered with the sorting of the langua...
2002-05-01 Angus LeemingMake variable const and add forgotten ChangeLog entry.
2002-05-01 Angus LeemingSome comments to make Herbert happy.
2002-05-01 Angus LeemingInternationalise the rotation origin strings in the...
2002-04-30 Angus Leeming(John): fix build.
2002-04-30 Angus LeemingClean-up yesterday's code-splurge and sort the translat...
2002-04-29 Angus Leeming* Split out getLanguageData from character.[Ch] into...
2002-04-29 Angus LeemingInternationalise the language names in the character...
2002-04-29 Angus Leeming(Herbert): rather ugly hard-coded fix to hide some...
2002-04-26 Angus LeemingWYSIWYM citation labels for sub-standard BibTeX databases.
2002-04-24 Angus LeemingWYSIWYG citation labels when using natbib.
2002-04-19 Angus LeemingMarco might like this...
2002-04-19 Angus Leeming(Marco Morandini): make the list of loadable graphics...
2002-04-16 Angus Leeming(Herbert): fix parsing of bibtex entry bug.
2002-04-15 Angus LeemingThose parts of Herbert's natbib patch that either fix...
2002-04-12 Angus Leeming(Herbert): expand the list of recognised graphics formats.
2002-04-11 Angus Leeming(Herbert): discover the "Bounding Box" of non-(e)ps...
2002-04-09 Angus Leeming(Adrien): two forgotten _().
2002-04-08 Angus Leeming(John): translate dialog titles.
2002-04-08 Angus Leeming(Herbert): move readBB from ControlGraphics to support...
2002-04-05 Angus LeemingSigh. Why is debugging iterative?
2002-04-04 Angus LeemingHerbert's and my fixes to the graphics inset.
2002-03-26 Angus LeemingSquash warning from my compiler.
2002-03-25 Lars Gullik Bjønnesmakefile cleanup, and avoid some warnings
2002-03-22 Angus LeemingEnable the graphics inset to work correctly with relati...
2002-03-22 Angus Leeming* Use JMarc's browseRelFiles rather than browseFiles.
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-19 Angus LeemingJohn's msg.diff
2002-03-18 Angus LeemingDon't test for string::c_str() returning NULL.
2002-03-13 Lars Gullik Bjønnesunification of all Makefiles.am
2002-03-11 Lars Gullik Bjønnesdoxygen fixes
2002-03-11 Jean-Marc Lasgouttesanother bibtex parsing fix
2002-03-11 Jean-Marc Lasgouttesbibfile parsing and insetgraphics fixes from Herbert...
2002-03-07 Lars Gullik Bjønnesascii export of paragraphs, fix small compile problem.
2002-03-07 Angus LeemingFinish ControlSendto.
2002-03-07 Jürgen VignaAngus Custom Export patch and removal of unused files...
2002-03-06 Angus LeemingAdd LString.h to ControlShowFile.h
2002-03-05 Angus LeemingDon't call parseBibTeX at all if the info field is...
2002-03-05 Angus LeemingFix crash when data.find('=') returns string::npos.
2002-02-27 Angus LeemingThe graphics inset now has:
2002-02-26 Jean-Marc Lasgouttescleanups from John and Juergen, bib files parsing fix...
2002-02-20 Lars Gullik Bjønnessimper dep. tracking and obj. file compile
2002-02-20 Angus LeemingHerbert's graphics14.diff
2002-02-19 Lars Gullik Bjønnesbetter dep tracking
2002-02-18 Angus LeemingSynching my tree with cvs.
2002-02-16 Lars Gullik Bjønnesremove the syscall constructor, adjust other code
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-02-16 Angus LeemingWe don't currently use fork anywhere (or if we do it...
2002-02-07 Angus LeemingHerbert's unzip et al patch.
2002-02-06 Jean-Marc Lasgouttesfix weird error message when a command is disabled...
2002-02-05 Angus LeemingJ�rgen's first go at tooltips etc...
2002-02-04 Jean-Marc Lasgouttestwo patches from john
2002-02-01 Angus LeemingA couple of fixes from Herbert.
2002-01-31 Angus LeemingHerbert's latest graphics patch.
2002-01-30 Angus LeemingHerbert's fix to bug #222.
2002-01-29 Angus LeemingHerbert's big graphics patch.
2002-01-25 Angus Leemingadded #include "LString.h" where they belong.
2002-01-25 Angus Leemingremove redundant // -*- C++ -*-
2002-01-24 Angus LeemingRemove const qualifier from bool return type.
2002-01-21 Jean-Marc Lasgouttesforminclude patch from herbert
2002-01-20 Jean-Marc Lasgouttesfixes to biblio and insetgraphics from herbert; disable...
2002-01-19 Jean-Marc Lasgouttesfix from herbert to biblio parsing
2002-01-19 Jean-Marc Lasgouttesfix bugs 200, 201, 196
2002-01-19 Jean-Marc Lasgouttesfix bug 175 (minipage in minipage); fix some warnings...
2002-01-17 Jean-Marc Lasgouttesuse real LyXLength for minipages; new method LyXLength...
2002-01-17 Jean-Marc Lasgouttescompilation fix
2002-01-16 Jean-Marc Lasgouttesfinally apply DepTable patch; simplify file browsing...
2002-01-16 Angus LeemingAdd the missing template instatiations!
2002-01-16 Angus Leeming#include "LString.h" in the right places. Must be doing...
2002-01-16 Angus LeemingThe reducing file dependencies in the frontends patch.
2002-01-14 Jean-Marc Lasgouttesfix starting up which binary is really a symlink; make...
2002-01-14 Angus LeemingResolve virtual function name clashes:
2002-01-13 Lars Gullik Bjønnesbug 183
2002-01-13 Jean-Marc Lasgouttesadd shortcuts to filedialogs directory buttons; small...
2002-01-13 Lars Gullik Bjønnesthe aik patch
2002-01-07 Angus LeemingFix bugs #32 and #52.
2002-01-03 Jean-Marc Lasgouttestable selection fix from John; Here & wide figures...
2001-12-20 Jean-Marc Lasgouttesremoved most uses of toupper and friends, removed ...
2001-11-27 Jean-Marc Lasgouttescleanups by john and andre
2001-11-26 Jean-Marc Lasgouttesnew alert code
2001-11-20 Jean-Marc Lasgouttessmall things
2001-11-09 Jean-Marc Lasgouttescleanups from John and Michael
2001-10-23 Jean-Marc Lasgouttesfix compilation on freebsd
2001-10-22 Jürgen VignaFixed spellchecker problems.
2001-10-15 Angus LeemingRemove now redundant declaration
2001-10-15 Angus LeemingAddress most (if not all?) of the problems raised by...
2001-10-12 Jean-Marc Lasgouttesfixes to tex-info stuff
2001-10-10 Angus LeemingClean-up of Herbert's Texinfo dialog.
2001-10-09 Angus LeemingRevert change.
2001-10-09 Angus LeemingHerbert's TeX Info extravaganza.
2001-10-03 Jean-Marc Lasgouttesmore tweaks to version_info stuff
2001-10-01 Angus LeemingFix working of the spellchecker dialog with ispell...
2001-09-27 Angus LeemingFix silly little bug that resulted in only being able...
2001-09-27 Angus LeemingRemove old splash dialog(s).
next