]> git.lyx.org Git - lyx.git/history - src
remove all forgotten traces of help/
[lyx.git] / src /
2004-03-31 Angus LeemingMissed this.
2004-03-31 Alfredo Braunsteinenable search & replace in LyXFunc::getStatus
2004-03-31 Angus LeemingRemove all the cruft needed by the original MVC dialog...
2004-03-31 Angus Leemings/C_FormBase/C_FormDialogView_/ and thereby fix a crash...
2004-03-31 Angus LeemingConvert the preamble dialog to the Dialog-based scheme.
2004-03-31 Angus LeemingConvert the spellchecker dialog to the Dialog-based...
2004-03-31 Alfredo Braunsteins/DocumentIterator/DocIterator/g a.k.a showing off...
2004-03-31 Angus LeemingConvert the prefs dialog to the Dialog-based scheme.
2004-03-31 Alfredo Braunsteinsome spellcheck fixes
2004-03-31 Alfredo BraunsteinThe lyx rabbit attacked again?
2004-03-31 Angus LeemingA new LFUN_LYXRC_APPLY lfun, together with a bit of...
2004-03-31 Angus LeemingFix crash when changing text class.
2004-03-31 Angus LeemingRename getOutOfInset as leaveInset.
2004-03-31 Angus LeemingUse Alfredo's getOutOfInset suggestion, but use it...
2004-03-30 Angus LeemingMove the document dialog over to the Dialog-based scheme.
2004-03-30 Angus Leeming5 new lfuns, move all apply code out of ControlDocument...
2004-03-30 Angus LeemingA slightly buggy lfun all-insets-toggle.
2004-03-30 Angus LeemingAdded/corrected header blurb.
2004-03-30 Alfredo Braunsteinchange iterators ctors, implement backwardPos
2004-03-29 Jürgen Spitzmülleradd bibtopic support (bug 870).
2004-03-29 Jürgen Spitzmüllercustomize bibtex call (bug 720)
2004-03-29 Jürgen Spitzmüllerremove conflict indicators
2004-03-29 Jürgen Spitzmüllersupport for sidewaysfloats and fix for bug 1016 (float...
2004-03-29 Alfredo Braunsteincure a couple of funny new bugs introduced in my latest...
2004-03-28 Alfredo Braunsteinthe pariterator stuff
2004-03-28 Alfredo Braunsteinfixes 3 c&p crashes, and a vanishing insets bug fix
2004-03-28 Angus LeemingIntroduce LFUN_PRINT.
2004-03-27 Angus LeemingNew LFUN_EXPORT_CUSTOM.
2004-03-27 Angus LeemingSquash a couple of warnings, one at compile time and...
2004-03-27 Angus LeemingGeorg's tex2lyx patch.
2004-03-27 Alfredo Braunsteinfix collapsables drawing problems
2004-03-27 Angus LeemingEnsure that insetlist always contains non-null pointers...
2004-03-27 Alfredo Braunsteincompile fix
2004-03-27 André Pönitzrest of patch
2004-03-27 André Pönitznew InsetIterator
2004-03-27 André Pönitzpartial fix for cursor movement in tables
2004-03-27 André Pönitzadd forwardInset, operator! etc
2004-03-27 André Pönitzpartial fix
2004-03-27 André Pönitz*** empty log message ***
2004-03-27 Angus LeemingSquash a bunch of compiler warnings.
2004-03-26 Angus LeemingSquash a noisy but useless warning.
2004-03-26 Angus LeemingClean-up the forked process code a little.
2004-03-26 Angus LeemingEnsure that the build can find lyx_forms.h when srcdir...
2004-03-26 Alfredo Braunsteinadd a 'cancel' button to the two alert dialogs triggere...
2004-03-26 Jean-Marc Lasgouttesdisplay key binding in native UI style
2004-03-26 Martin Vermeeradd using std::advance to compile for stlport
2004-03-25 Angus LeemingRemove test code in the LFUN_QUIT handler as it leads...
2004-03-25 Martin VermeerNew LColor::setColor
2004-03-25 Angus LeemingGeorg's take on Bug 605.
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-24 Angus LeemingUse SIGCHLD to reap zombies.
2004-03-24 Angus Leeming64 bit compile fixes.
2004-03-24 Angus LeemingGTK compile fixes.
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-23 Jean-Marc Lasgouttesfix handling of read-only in getStatus; fix handling...
2004-03-22 Jean-Marc Lasgouttesfind correct ps and pdf previewers in win32 (bug 1508...
2004-03-22 Angus LeemingRemove cruft left over from the removal of the Forks...
2004-03-22 Angus LeemingRemove unused nopos_ mamber variable.
2004-03-22 Angus LeemingPrevent tedious warning message.
2004-03-22 Angus LeemingMake error handling a little more robust.
2004-03-21 Alfredo BraunsteinKayvan's patch (crash fix)
2004-03-19 Alfredo Braunsteinandre's "brown paper bag" patch
2004-03-18 André Pönitzmore privacy for CursorSlice members
2004-03-18 André Pönitzmore 'value' semantics for paragraphs
2004-03-18 André Pönitzthe forks compile fix
2004-03-18 André Pönitzremove part of old texted<->mathed interface
2004-03-18 Jean-Marc Lasgouttesfix color nastiness
2004-03-18 André Pönitzsplit LyXFunc::getStatus() into inset specific chunks
2004-03-18 André Pönitzremove a few rarely neede LyXTExt member functions
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-03-17 Angus LeemingRemove the Forks dialog.
2004-03-17 Alfredo Braunsteintiny fix (current font was not set)
2004-03-17 Alfredo Braunsteinfix crash reported by Martin
2004-03-16 Jürgen Spitzmülleruse opening quotation marks after '[' char
2004-03-11 André Pönitzrevert Buffer LyxText->InsetText commit
2004-03-11 André Pönitzthe Buffer::text -> inset change
2004-03-11 Angus LeemingGeorg's mangling patch.
2004-03-10 Alfredo Braunsteininlined open submode, in the hope someone will actually...
2004-03-08 André Pönitzremove dead files
2004-03-08 André Pönitzredo undo
2004-03-07 Jürgen SpitzmüllerAdd support for the jurabib package (www.jurabib.org...
2004-03-05 Jürgen Spitzmüllersupport for second \cite option.
2004-03-05 Martin VermeerFix UI to branch activation
2004-03-05 Jürgen Spitzmüllertwo small qbranch ui fixes
2004-03-04 Alfredo Braunsteinavoid endless loop in LCursor::dispatch
2004-03-04 Alfredo Braunsteinmake right mouse button click only open the inset dialog
2004-03-01 Alfredo Braunsteincoord fix + shut up compiler warning
2004-03-01 Alfredo Braunsteinfix row breaking before display()ed insets
2004-03-01 André Pönitzthe DocIterator stuff
2004-03-01 Alfredo Braunsteinsome renaming
2004-03-01 Alfredo Braunsteinmove prepareToPrint out of the rowbreaking loop, do...
2004-03-01 Alfredo Braunsteinmove FontIterator to own files
2004-03-01 Alfredo BraunsteinFontIterator + rowbreaking fix
2004-02-27 Jean-Marc Lasgouttesfix crash with drag and drop
2004-02-27 Alfredo Braunsteinws fixes
2004-02-27 Alfredo Braunsteinfix a rebreaking bug
2004-02-27 André PönitzWednesday's 'de-mathed-ification' + Row::fill removal
2004-02-27 Alfredo Braunsteinmake cygwin and Angus happy (remove insetlist.[Ch]).
next