1 2006-03-16 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
3 * text.C (delete): adjust cursor after backspace in change tracking
6 2006-03-16 Félix-Antoine Bourbonnais <bouf10pub2@myriade.ca>
8 * text3.C (dispatch): set needsUpdate according to the return
9 value of the methods below (bug 2298)
11 * text2.C (cursorTop, cursorBottom, cursorHome, cursorEnd): return
12 true if dEPM triggered.
14 2006-03-16 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
16 * text.C (getPossibleLabel): get a sensible prefix inside figure and
17 tabular floats (bug 1999).
19 2006-03-16 John Spray <spray@lyx.org>
21 * lyxfunc.C (getStatus): disable LFUN_MENUWRITE when document is
24 2006-03-15 Martin Vermeer <martin.vermeer@hut.fi>
26 * CutAndPaste.C (pasteSelectionHelper): comments
27 * paragraph_funcs.C (mergeParagraph): fix Juergen's cut&paste bug
29 * paragraph.C (stripLeadingSpaces): remove unnecessary setChange
30 * text.C (backspace): allow deletion of inserted para break
31 Change tracking -related bug fixes (reported by Juergen) and
32 some documentation work
34 2006-03-15 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
36 * MenuBackend.C (expand): make sure the menu is empty before
39 * MenuBackend.h (clear): new method.
41 2006-03-14 Georg Baum <Georg.Baum@post.rwth-aachen.de>
43 * buffer.C: format up to 246.
45 2006-03-13 Martin Vermeer <martin.vermeer@hut.fi>
47 * rowpainter.C (paintChangeBar): fix painting of change bar with
48 only paragraph break changed
50 2006-03-12 Georg Baum <Georg.Baum@post.rwth-aachen.de>
52 * lyx_cb.C (Reconfigure): run lib/configure.py, not lib/configure
53 * lyx_main.C (reconfigureUserLyXDir): run ditto
55 2006-03-12 Martin Vermeer <martin.vermeer@hut.fi>
57 * lyxtext.h: doxygen documentation fix
59 2006-03-11 Martin Vermeer <martin.vermeer@hut.fi>
61 * paragraph.[Ch] (write, lookupChange, lookupChangeFull;
63 * paragraph_pimpl.[Ch] (trackChanges, cleanChanges, acceptChange,
64 rejectChange, erase; added setChangeFull):
65 * CutAndPaste.C (eraseSelectionHelper):
67 * text.C (readParToken, readParagraph, breakParagraph,
68 acceptChange, rejectChange, backspace, currentState;
70 * paragraph_funcs.C (breakParagraphConservative, mergeParagraph):
71 * lyxfind.C (findChange, findNextChange): fix bug 880: Change
72 tracked paragraphs should still allow a paragraph split (and related
73 things, i.e., multi-paragraph change tracking)
75 2006-03-10 Martin Vermeer <martin.vermeer@hut.fi>
77 * BufferView_pimpl.C: fix bug 2212: First change is skipped is
78 "Merge changes..." dialog
80 2006-03-10 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
82 * bufferparams.C (writeLaTeX): define \labelitemi with \def. Fixes LaTeX
83 error if the class has not defined them yet (bug 2053).
85 2006-03-10 Martin Vermeer <martin.vermeer@hut.fi>
88 * BufferView_pimpl.[Ch]:
92 * text3.C: Inside-inset speedup, esp. for the Mac (bug 2195)
94 2006-03-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
96 * pch.h: fix nullstream.hpp location for boost 1.33.0
98 2006-03-05 Lars Gullik Bjønnes <larsbj@lyx.org>
102 * support/debugstream.h: Use the correct nullstream.
104 2006-02-26 Georg Baum <Georg.Baum@post.rwth-aachen.de>
106 * text3.C (mathDispatch): fix math inset creation from string (bug 2315)
108 2006-02-28 Martin Vermeer <martin.vermeer@hut.fi>
110 * cursor.C (niceInsert): fix (properly) insertion of
111 fonts/decorations around selection
113 2006-02-25 Georg Baum <Georg.Baum@post.rwth-aachen.de>
115 * lyxfont.C (lyxWriteChanges): Don't write \lang latex
117 2006-02-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
119 * text3.C (mathDispatch): fix crash when selection is not empty
120 but selectionAsString is empty (bug 2321).
122 2006-02-23 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
124 * text.C (changeCase): avoid crash in empty paragraph or on last
125 word of the paragraph. (buf 2323)
126 (cursorRightOneWord): fix the logic to stop at a beginning of a word.
128 2006-02-22 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
130 * buffer.C (readHeader): also erase params.preamble in advance
131 so that an empty preamble is actually recognized (bug 2317).
133 * rowpainter.C (paintFromPos): ditch applyOuterFont (bug 2308).
135 2006-02-06 Georg Baum <Georg.Baum@post.rwth-aachen.de>
137 * text2.C (deleteEmptyParagraphMechanism): 64bit compile fix
139 2006-02-05 Martin Vermeer <martin.vermeer@hut.fi>
149 * text3.C: Fix bug 2115: blue language lines (for default font)
150 popping up when the documnent font is different. This includes work
153 2006-02-02 Georg Baum <Georg.Baum@post.rwth-aachen.de>
155 * exporter.C (Backends): Add "lyx" backend
156 * exporter.C (Export): Handle "lyx" backend
157 * graph.C (getReachable): Don't exclude "lyx"
158 * MenuBackend.C (expandFormats): exclude "lyx" from export menu
160 2006-02-03 Martin Vermeer <martin.vermeer@hut.fi>
162 * cursor.C (bruteFind2): convert relative to absolute co-ordinates
163 for correct in-mathed positioning
165 2006-02-03 Martin Vermeer <martin.vermeer@hut.fi>
167 * rowpainter.C (paintForeignMark): fix foreign blue line under
170 2006-01-30 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
172 * * text2.C (deleteEmptyParagraphMechanism): fix off-by-one error of the start
173 pit of the uno range (bug 2022).
175 2006-01-28 Georg Baum <Georg.Baum@post.rwth-aachen.de>
177 * messages.C (get): Only warn once if setlocale fails (bug 2177)
179 2006-01-28 Martin Vermeer <martin.vermeer@hut.fi>
181 * text2.C (setCharFont): take inset's own font settings into account
182 when defining the font to reduce to, fixes 2019
184 2006-01-28 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
186 * bufferview_funcs.C (coordOffset): remove the check for
187 collapsed collapsables (fix for bug 2094). This is now done
188 on a more general level (cursor.C).
190 * dociterator.[Ch] (forwardPos): add an optional argument
191 bool "ignorecollapsed" (default false), which lets forwardPos
192 skip collapsed insets.
194 * cursor.C (bruteFind): use forwardPos(ignorecollapsed = true)
195 (fixes bug 2241 and 2094).
197 2006-01-26 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
199 * buffer.C: change tracking (dvipost) doesn't require
202 * LaTeXFeatures.C (getPackages): no need for the color
203 option "usenames" (bug 2169).
205 2006-01-23 Helge Hafting <helge.hafting@aitel.hist.no>
206 * buffer_funcs.C: Trivial fix - added {} around
207 the statements to be affected by a if-test. Now
208 label in a minipage in a float looks ok on screen again.
210 2006-01-23 Martin Vermeer <martin.vermeer@hut.fi>
212 * text2.C: fix bug 2015: on screen fonts in nested environments
215 2006-01-11 Georg Baum <Georg.Baum@post.rwth-aachen.de>
217 * converter.C (convert): handle unknown formats
219 2006-01-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
221 * cursor.C (goUpDown): comment out some debug messages.
223 * counters.C (newCounter): make error messages more explicit
224 (these appear with some textclasses like beamer)
226 2006-01-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
229 * lyxfunc.C (processKeySym): make sure new FuncRequest objects
230 have origin set to KEYBOARD. (bug 2221)
232 2006-01-16 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
234 * rowpainter.C (isCursorOnRow): do not exclude endpos().
236 2006-01-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
238 * cursor.C (macroModeClose): returns true if an inset actually got
239 inserted; revert faulty fix to bug 2034.
241 2006-01-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
243 * tabular.C (getLabelList): remove (not used anymore).
245 2006-01-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
247 * outputparams.[Ch]: add new flag inComment
249 2006-01-04 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
251 * text2.C (deleteEmptyParagraphMechanism): since we delete a
252 paragraph, recordUndo should span two paragraphs (bug 2155).
254 2006-01-01 Martin Vermeer <martin.vermeer@hut.fi>
256 * rowpainter.C (paintPar): always repaint the row with the
259 2006-01-01 Lars Gullik Bjønnes <larsbj@gullik.net>
265 * vspace.h: fix syntax error
267 2005-12-31 Martin Vermeer <martin.vermeer@hut.fi>
269 * text3.C (dispatch): Force refresh if typing into inset changes its
272 2005-12-30 Martin Vermeer <martin.vermeer@hut.fi>
277 * rowpainter.C: Speed up rendering by only re-painting rows that
278 have changed. When selection or whole-screen update active, all rows
279 are repainted, as are all rows within insets.
281 2005-12-30 Georg Baum <Georg.Baum@post.rwth-aachen.de>
283 * version.C.in: Use PACKAGE_VERSION instead of VERSION
285 2005-12-29 Georg Baum <Georg.Baum@post.rwth-aachen.de>
287 * tabular.C (toggleFixedWidth): Use default layout of text class
288 instead of hardcoded "Standard"
290 2005-12-22 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
292 * lyxfunc.C (dispatch): do not call getStatus again to determine
293 whether a lfun is disabled (bug 2172).
295 2005-12-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
297 * cursor.C (macroModeClose): set the cursor inside the new math
298 atom if relevant (think \frac{}{}) (bug 2034)
300 2005-12-19 Martin Vermeer <martin.vermeer@hut.fi>
304 * text3.C (Delete, backspace): force update when merging paragraphs
306 2005-12-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
308 * BufferView.C (mouseSetCursor): clear the selection properly (bug
311 2005-12-08 Georg Baum <Georg.Baum@post.rwth-aachen.de>
313 * text.C (redoParagraph): honor inset->noFontChange()
314 * rowpainter.C (paintInset): ditto
316 2005-12-15 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
318 * lyx_main.C (priv_exec): don't initialize Math on startup
319 (initMath() has been moved to math_hullinset).
321 2005-12-12 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
323 * lyxrc.C: set default_papersize to PAPER_DEFAULT;
324 handle PAPER_DEFAULT in LyXRC::read and LyXRC::write (bug 2148).
325 * paper.h: dispose dead PAPER_PACKAGES enum.
327 2005-12-07 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
329 * Makefile.am (OTHERLIBS): add SOCKET_LIBS in case we compile
332 2005-12-06 Georg Baum <Georg.Baum@post.rwth-aachen.de>
334 * exporter.C (Export): Don't try to copy a file if it does not exist
337 2005-12-02 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
339 * text2.C (makeFontEntriesLayoutSpecific): remove.
342 * text.C (insertChar): remove bogus caching of fonts (did not do
345 * text2.C (LyXText): initialize current_font to ALL_INHERIT (was
346 ALL_SANE). (bug 2146)
348 2005-12-01 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
350 * rowpainter.C (paintFirst): fix centering of
351 LABEL_CENTERED_TOP_ENVIRONMENT.
353 2005-11-30 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
355 * BufferView.C (mouseSetCursor): new method. Calls
356 deleteEmptyParagraphMechanism if necessary.
358 * lyxtext.h: make deleteEmptyParagraphMechanism public.
360 * text3.C (dispatch/LFUN_MOUSE_PRESS): use
361 BufferView::mouseSetCursor (bug 2109).
362 (dispatch/LFUN_PASTE): remove #warning that is now irrelevant.
364 2005-11-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
366 * text3.C (dispatch/LFUN_INDEX_INSERT): when a selection is set,
367 do not remove it (this inset behaves differently from the others).
369 2005-11-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
373 * BufferView_pimpl.C (getStatus): it is only possible to insert a
374 file in a text inset.
376 * buffer.C (readDocument): remove pit argument and code releated
377 to it; set the inset owner correctly (unrelated, but useful).
378 (readFile): get rid of pit argument.
380 * CutAndPaste.C (pasteSelectionHelper): use a ParagraphList and a
381 textclass instead of a selection index.
382 (pasteParagraphList): new function.
383 (pasteSelection): make it a wrapper around pasteParagraphList.
385 * BufferView_pimpl.C (MenuInsertLyXFile): use
386 cap::pasteParagraphList to insert a file.
388 2005-11-29 Georg Baum <Georg.Baum@post.rwth-aachen.de>
390 * buffer_funcs.C (bufferErrors): prevent endless loop (bug 2121)
392 2005-11-17 Michael Gerz <michael.gerz@teststep.org>
394 * exporter.C: fix typo in text message
396 2005-11-28 Georg Baum <Georg.Baum@post.rwth-aachen.de>
398 * text2.C (setLayout): move recUndo call to other setLayout method
399 * tabular.C (toggleFixedWidth): new, handle cell width changes
400 * tabular.C (setColumnPWidth): move some code from insettabular.C here
401 and use toggleFixedWidth
402 * tabular.C (setMColumnPWidth): ditto
404 2005-11-25 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
406 * paragraph.C (asString): use new inset->textString method (fix
409 2005-11-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
411 * CutAndPaste.C (numberOfSelections): new helper function.
413 * lyxfunc.C (getStatus): remove support for LFUN_COPY and LFUN_CUT.
415 * text3.C (getStatus): move code for LFUN_CUT and LFUN_COPY from
416 LyXFunc::getStatus; implement LFUN_PASTE.
418 2005-11-17 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
420 * dociterator.[Ch]: new member realInset() that returns the cell
421 for tabulars and the inset for the rest (bug 1952).
422 * undo.C (textUndoOrRedo): use realInset when resetting insetOwner
425 2005-11-15 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
427 * text.C (leftMargin): honor the NextNoIndent tag in layouts.
429 2005-11-17 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
433 * text3.C: InsetBase::forceDefaultParagraphs now takes a cell as
436 2005-11-07 Martin Vermeer <martin.vermeer@hut.fi>
438 * text.C (redoParagraph): Fix bug 1966: cursor doesn't go to next
439 line after typing ctrl-enter
441 2005-11-10 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
443 * bufferview_funcs.C (coordOffset): fix the fix for bug 2094, as
444 math insets do not return a proper editable() state yet (bug 2124).
446 2005-11-07 Martin Vermeer <martin.vermeer@hut.fi>
448 * BufferView_pimpl.[Ch]: Fix bug 1814: better scroll behaviour for
449 docs containing very large paragraphs.
451 2005-11-07 Martin Vermeer <martin.vermeer@hut.fi>
453 * cursor.C (selectionBegin, selectionEnd):
454 * text.C (drawSelection): Fix bug 2115: assertion when anchor and
455 cursor at different depths.
457 2005-11-03 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
459 * bufferview_funcs.C (coordOffset): do not call cursorPos
460 for collapsed collapsables (fix bug 2094).
462 2005-11-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
464 * paragraph.C (fontSpan): make sure that the FontSpan does not
465 span across beginOfBody (bug 1947).
467 2005-11-02 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
469 * lyxlength.h: undefine macros that clash with solaris/x86 (bug 992)
471 2005-11-03 Michael Gerz <michael.gerz@teststep.org>
473 * messages.C: fix crash and localization on MinGW/Windows platform
475 2005-11-02 Angus Leeming <leeming@lyx.org>
478 * lyxtextclass.C: trivial fixes to some MSVS warnings.
480 2005-10-28 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
482 * text3.C (getStatus): re-enable disabled code. (bug 2081)
484 * BranchList.h (empty): constify.
486 2005-10-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
488 * text3.C (getStatus):
489 * MenuBackend.C (expandBranches): take the branch list from the
490 master document (bug 2092).
492 * MenuBackend.C (expandBranches):
493 * bufferparams.C (writeFile): use BranchList type.
495 2005-10-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
497 * text3.C (dispatch, getStatus):
498 * LyXAction.C (init):
499 * lfuns.h: get rid of LFUN_KEYMAP_TOGGLE
501 2005-10-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
503 * toc.C (getTocList): skip paragraphs which toclevel is NOT_IN_TOC.
505 2005-10-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
507 * text.C (insertChar): do not reset boundary (bug 2061)
509 2005-10-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
511 * dociterator.C (updateInsets): new method. Updates the inset_
512 cache of all the slices of the iterator.
514 * text2.C (deleteEmptyParagraphMechanism): compare also containing
515 insets when comparing pit/pos; pass the right cursor to
516 recordUndo; when a paragraph has been deleted, compare `old.top()' to
517 the right cursor slice of `cur'; use updateInsets on cur to make
518 sure that the inset caches are correct; general cleanup.
520 2005-10-21 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
522 * text3.C (dispatch): LFUN_NEXT_INSET_TOGGLE: first try to
523 dispatch LFUN_INSET_TOGGLE to inset at cursor, and then to
524 containg inset. If this does not work, the same command will be
525 sent to other insets down the queue by Cursor::dispatch. (bug 2066)
527 * lyxfunc.C (dispatch): make sure the cursor is correct when doing
530 2005-10-20 Georg Baum <Georg.Baum@post.rwth-aachen.de>
532 * lyxtextclass.C (Read): convert layout file if the format is wrong
533 * lyxtextclass.C (layout2layout): new, needed for the above
535 2005-10-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
537 * messages.C: do not forget to include <cerrno>.
539 2005-10-12 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
541 * dociterator.h (StableDocIterator): add access to pos().
542 * undo.C (samePar): new method to check if two
543 iterators are in the same paragraph
544 * undo.C (recordUndo): check for samePar instead of cell identity
545 (which includes pos() and is too strict) (fixes bug 2097)
547 2005-10-07 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
549 * text.C (setCursorFromCoordinates): return a bool telling whether
552 * text3.C (cursorPrevious): update if needed after
553 setCursorFromCoordinates (when dEPM triggered).
555 * text2.C (cursorDown, cursorUp): make sure to reset the anchor
556 (otherwise the anchor may be completely wrong and make dEPM assert).
558 2005-10-12 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
560 * buffer.C: version upgrade to 245.
561 * bufferparams.C: remove \quotes_times (bug 2090).
562 * text3.C (doDispatch): LFUN_QUOTE_INSERT has to output double
563 quotation marks as default.
565 2005-10-09 Georg Baum <Georg.Baum@post.rwth-aachen.de>
567 * CutAndPaste.C (nrOfParagraphs): remove (unused)
568 * CutAndPaste.C (cutSelection): Remove debug message
569 * CutAndPaste.C (cutSelection): Use the real cursor in mathed, record
570 undo information and only copy if this is a real cut
571 * CutAndPaste.C (pasteSelection): remove superflous cur.resetAnchor()
573 * CutAndPaste.C (pasteSelection): remove now superflous mathed warning
575 * CutAndPaste.C (eraseSelection): prevent cursor corruption
576 * CutAndPaste.C (grabAndEraseSelection, selDel): remove now
577 superflous cur.selection() setting
578 * CutAndPaste.[Ch] (grabSelection): take a const cursor
579 * cursor.C (selectionAsString): implement mathed case ((bug 2059)
581 2005-10-09 Georg Baum <Georg.Baum@post.rwth-aachen.de>
583 * text3.C (mathDispatch, dispatch): Dont' record undo steps that don't
586 2005-10-11 Martin Vermeer <martin.vermeer@hut.fi>
588 * BufferView_pimpl.C: comment layout change
590 2005-10-07 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
594 * lyxfunc.C: reimplement LFUN_INSERT_CITATION, which is needed
595 by bibliography managers (bug 2071).
597 2005-10-07 Martin Vermeer <martin.vermeer@hut.fi>
599 * BufferView_pimpl.C (update): choose arguments to update call so
600 that single-par update works most times
601 * text3.C (dispatch): carefully tune updating separately for
602 whole-screen and current-paragraph
603 * rowpainter.C (paintText): 1) replace painting by caching for
604 the two extra paragraphs, because we can;
605 2) suppress greying out of areas below/above drawn area in case of
607 * lyxfunc.C (dispatch): remove superfluous update
608 * LyXAction.[Ch]: introduce SingleParUpdate
610 2005-10-05 Angus Leeming <leeming@lyx.org>
612 * BufferView_pimpl.C (loadLyXFile): ensure that a pointer is
613 always initialised before use.
615 * text.C (setHeightOfRow): squash warning about comparison
616 of signed and unsigned types.
618 2005-10-03 Martin Vermeer <martin.vermeer@hut.fi>
620 * text.C (cursorX): two fixes involving RtL text drawing
622 2005-10-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
624 * cursor.C (erase): fix 'clever' UI hack. It was activated for all
625 items, not only large ones (part of bug 2057)
627 2005-10-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
629 * text3.C (dispatch): when invoking LFUN_MATH_MACRO with no type
630 argument, use "newcommand".
632 2005-09-28 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
634 * cursor.C (setSelection): do not open collapsable insets;
635 the insets do by themselves now (autoopen).
637 2005-09-28 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
639 * buffer.C: format is up to 244.
641 2005-09-27 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
643 * text.C (redoParagraph): fix calcultation of inset width wrt
644 leftMargin (bug 1957).
646 * text3.C (dispatch): leave inset to the right when hitting ESC
649 2005-09-23 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
654 * messages.C: include <boost/current_function.hpp>
656 2005-09-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
658 * lyxfunc.C (sendDispatchMessage): do not update menubar/toolbar
659 when command is internal. (bug 1941)
661 2005-09-20 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
663 * text2.C (cursorRight): do not honor boundary when at the end of
664 a paragraph. (bug 2010 again)
666 2005-09-20 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
668 * cursor.C (paste): do nothing if `data' is empty. (bug 2033)
670 2005-09-19 Martin Vermeer <martin.vermeer@hut.fi>
672 * rowpainter.C (paintText): fix RtL space width display bug (2029)
674 2005-09-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
676 * text2.C (setCursor): remove the unused 'boundary' parameter for
677 the CursorSlice version; adapt the Cursor version.
680 * paragraph_pimpl.C (markErased):
681 * cursor.C (bruteFind2, bruteFond3): fix warnings.
683 2005-09-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
685 * rowpainter.C (paintFirst): use a 'labeladdon' for TOP_* labels,
686 as is already done for "chapter".
688 2005-09-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
690 * lyxfunc.C (dispatch): LFUN_TEXTCLASS_APPLY: actually set the
691 textclass; do not record undo if nothing is changed.
693 2005-09-16 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
695 * text3.C (dispatch): recordUndo in LFUN_PASTESELECTION (#2011).
697 2005-09-14 Michael Gerz <michael.gerz@teststep.org>
699 * lyxfunc.C: update display after LFUN_ALL_INSETS_TOGGLE
701 2005-09-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
703 * BufferView_pimpl.C (setBuffer): when one wants to set the layout
704 combox, it is necessary to search for the topmost paragraph in the
705 cursor stack (bug 1926)
707 2005-09-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
709 * text2.C (cursorEnd, cursorRight): do not set boundary to true at
710 end of paragraph. (bug 2010)
712 2005-09-10 Georg Baum <Georg.Baum@post.rwth-aachen.de>
714 * text.C (leftMargin): check for inInset == 0
716 2005-09-10 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
718 * text.C (leftMargin): test for insetbase's new neverIndent()
719 bool instead of listing each and every inset that does not
720 wish par indendation.
722 2005-09-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
724 * buffer_funcs.C (setCounter): put the code to compute enum label
725 here (where it belongs).
727 * counters.C (enumLabel): move code to buffer_funcs.C.
729 2005-09-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
731 * outputparams.[Ch]: store local_font instead of local_language
732 * paragraph.C (simpleTeXOnePar): adapt to the change above
734 2005-09-08 Martin Vermeer <martin.vermeer@hut.fi>
737 * counters.[Ch]: clean up special code for Hebrew.
739 2005-09-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
741 * lyxfunc.C (lookupChange): fix code when cursor depth is greater
744 2005-09-08 Angus Leeming <leeming@lyx.org>
747 * lyxrc.C: correct grammar describing invocation of the
750 2005-08-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
752 * text.C (read): remove unused variable.
753 (readParToken): remove static Change variable (never good in
754 recursive settings...); add it as a parameter instead.
756 * paragraph_pimpl.C (acceptChange): make debug info conditional.
758 * metricsinfo.C (PainterInfo): add new member erased_.
760 * rowpainter.C (RowPainter): add erased_ member, initialized from
762 (paintInset): pass erased_ to Inset::draw.
764 * lyxfunc.C (lookupChange): new function. Tells whether change
765 tracking is disabled at a given postion.
766 (getStatus): disable some actions when in deleted text with change
769 2005-08-03 John Levon <levon@movementarian.org>
771 * tabular.C (appendColumn, setMultiColumn): adapt to change to
774 * paragraph_pimpl.C (markErased): add bool argument and handle it.
775 Also make sure to mark insets recursively.
776 (rejectChange, erase): be recursive
778 * paragraph.C (markErased): add bool argument.
779 2005-08-04 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
781 * lyxfind.C (findNextChange): tiny cleanup.
783 * BufferView_pimpl.C (trackChanges): avoid crash when stopping
784 change tracking with the cursor in an inset; make sure the first
785 change is not skipped.
787 2005-09-06 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
789 * CutAndPaste.[Ch]: new methods dirtyTabularStack and
790 tabularStackDirty to work around bug 1919 (tabular needs
791 to know whether its own cell paste buffer or the one of
793 * CutAndPaste.C: mark tabular_stack_ clean after copy.
795 2005-08-26 Georg Baum <Georg.Baum@post.rwth-aachen.de>
797 * text2.C (cursorEnd): check for empty text (fixes bug 1998)
799 2005-08-19 Lars Gullik Bjønnes <larsbj@gullik.net>
801 * CutAndPaste.C (eraseSelectionHelper): fix bug 1920
802 use old deleteion algorithm when changetracking is on.
804 2005-08-18 Martin Vermeer <martin.vermeer@hut.fi>
806 * messages.C (get): add debug output.
808 2005-08-02 Martin Vermeer <martin.vermeer@hut.fi>
810 * text.C (cursorX): fix bug 1965: cursor movement at
811 line end broken in RtL.
812 (drawSelection): fix bug 1970: drawing of single-line
813 selection broken for RtL.
815 2005-07-31 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
819 * dociterator.h (clear, push_back, pop_back): change from
822 * buffer_funcs.C (getItemDepth): renamed from incrementItemDepth
823 and changed to just return the value of the item depth; take a
824 ParIterator as argument; take the itemdepth at outer nesting level
825 in account if necessary; cleanup and comment the code.
826 (resetEnumCounterNeeded): renamed from resetEnumCounterIfNeeded
827 and changed to just return true if reset is needed; take a
828 ParIterator as argument; cleanup and comment the code.
829 (setCounter): adapt to above changes.
831 2005-07-30 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
833 * text3.C (dispatch): make debug message optional
835 2005-08-02 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
837 * lyxfunc.C (dispatch): use InsetIncludeMailer for the include
840 2005-08-02 Martin Vermeer <martin.vermeer@hut.fi>
842 * BufferView_pimpl.C (updateScrollbar): scrollbar fixes
844 2005-07-27 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
846 * text.C (insertChar):
847 * text2.C (deleteEmptyParagraphMechanism): take care whether
848 a blank has been deleted (in change tracking mode) (bug 1254).
850 2005-07-20 John Levon <levon@movementarian.org>
852 * text2.C (insertStringAsLines): remove old dubious code,
855 2005-07-28 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
857 * MenuBackend.C (expandToc): use Floating::listName() as title of
860 2005-07-27 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
862 * toc.[Ch]: Do not use translatable strings (bug 1870).
864 2005-07-20 John Levon <levon@movementarian.org>
866 * tabular.C: fix 1748 - setting multicolumn adds
867 left line to the first cell
869 2005-07-19 Lars Gullik Bjønnes <larsbj@lyx.org>
872 * CutAndPaste.C (eraseSelectionHelper): erase all the "middle"
875 2005-07-18 Lars Gullik Bjønnes <larsbj@lyx.org>
877 * messages.C: supress some lyxerr messages
879 2005-07-18 Juergen Vigna <jug@lyx.org>
881 * text.C (drawSelection): honor boundary when asking for cursorX.
883 2005-07-17 José Matos <jamatos@fc.up.pt>
885 * tabular.C (recalculateMulticolumns): fix handling of one column
888 2005-07-17 Juergen Vigna <jug@lyx.org>
890 * text.C (Delete, backspace): fixed so that paragraph with the
891 same layout can be merged by Delete/Backspace.
893 2005-07-17 Michael Schmitt <michael.schmitt@teststep.org>
895 * text.C (readParToken): fix spelling.
897 2005-07-17 Martin Vermeer <martin.vermeer@hut.fi>
899 * text2.C: fix counter update for DEPM problem reported by
902 2005-07-17 Juergen Vigna <jug@lyx.org>
904 * BufferView_pimpl.C (setBuffer): save/restore the
905 cursor/selection when switching buffers
908 * buffer.C (saveCursor): add saveDocumentIterators to save the
909 cursor when switching buffer.
911 2005-07-17 Michael Schmitt <michqel.schmitt@teststep.org>
914 * buffer.C: clarify message
916 2005-07-17 Lars Gullik Bjønnes <larsbj@lyx.org>
918 * dociterator.C (DocIterator): fix initialization order
920 2005-07-17 Juergen Vigna <jug@lyx.org>
922 * text2.C (cursorHome):
923 * text.C (drawSelection, cursorX):
924 * dociterator.C (textRow): add boundary to getRow() call
926 * paragraph.C (getRow): implementation of below
928 * paragraph.h: add parameter boundary for getRow() function
930 2005-07-17 José Matos <jamatos@fc.up.pt>
934 * tex-strings.[Ch]: new file format, remove support for a4.sty,
935 a4wide.sty and a4widemargins.
937 2005-07-17 Juergen Vigna <jug@lyx.org>
939 * text2.C (cursorLeft): fix one of error
941 2005-07-17 Juergen Vigna <jug@lyx.org>
943 * text2.C (getColumnNearX, cursorRight, cursorLeft, cursorHome,
945 more fixes for boundary handling
947 * text3.C (dispatch): don't reset cursor if boundary has changed
950 2005-07-16 Juergen Vigna <jug@lyx.org>
952 * text2.C (getColumnNearX): hopefully got it right now,
953 check if we are on column 0 for special case.
955 2005-07-16 Juergen Vigna <jug@lyx.org>
957 * text2.C (getColumnNearX): handle special case Newline Inset
959 * text.C (singleWidth): Just remove bogus check
961 2005-07-16 Michael Schmitt <michael.schmitt@teststep.org>
963 * funcrequest.C (split): avoid reading uninitialized char c
965 2005-07-16 José Matos <jamatos@fc.up.pt>
971 * bufferparams.[Ch] (setPaperStuff): remove setPaperStuff and use a
972 single papersize variable.
974 2005-07-16 Juergen Vigna <jug@lyx.org>
976 * text3.C (dispatch): honor boundary when checking if a cursor
977 movement has been done
979 * text2.C (cursorRight, cursorLeft, cursorUp, cursorDown)
980 (setCursor, setCursorIntern): fix cursor movement with boundary
982 2005-07-16 Juergen Vigna <jug@lyx.org>
984 * text.C (currentState): output the actual Boundary
986 2005-07-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
988 * factory.C (createInset): fix bad logic for tabular creation
990 2005-07-16 Lars Gullik Bjønnes <larsbj@lyx.org>
992 * lyx_main.C (init): change some reLyX reference to tex2lyx
994 2005-07-16 Juergen Vigna <jug@lyx.org>
996 * dociterator.C (DocIterator): initialize boundary
998 2005-07-16 Juergen Vigna <jug@lyx.org>
1000 * text2.C (getColumnNearX): Consider rows without trailing blank.
1002 2005-07-16 André Pönitz <poenitz@gmx.net>
1004 * lyxfont.h: Change order of declarations to give the compiler
1005 a better chance to inline things
1007 * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
1008 questions on unsaved docs for better scritability
1010 2005-07-16 André Pönitz <poenitz@gmx.net>
1012 * paragraph.h (getChar): remove asserts as the same kind of security
1013 can be achieved by using a suitable standard library implementation
1014 and the function was in the critical path (25.9% in profiler)
1016 2005-07-16 Juergen Vigna <jug@lyx.org>
1018 * cursor.C (bruteFind2):
1019 * bufferview_funcs.C (coordOffset):
1020 * text.C (cursorX,cursorY): Handle cursor position after last char
1021 in row before a inset which uses a whole row.
1023 2005-07-15 José Matos <jamatos@lyx.org>
1025 * output_plaintext.[Ch] (writeFileAscii): control reference title
1027 (asciiParagraph): noparbreak was already deal and was incorrectly
1030 2005-07-15 Juergen Vigna <jug@lyx.org>
1032 * lyxfunc.C (dispatch): save and restore the cursor after a
1035 2005-07-15 Lars Gullik Bjønnes <lgb@tandberg.net>
1037 * text.C (backspace): bug 806 for empty keepempty paragraphs we
1038 change the layout to default before letting DEPM do its thing.
1040 * paragraph_funcs.C (breakParagraph): dont reset the layout on
1041 keepEmpty paragraphs
1043 * text.C (setCursorFromCoordinates): add a debug statement
1045 * text2.C (getColumnNearX): bug 1825 make sure that we don't
1046 return a pos that is not on the row
1048 * output_latex.C (TeXDeeper): get rid of potential dereferencing
1049 of past the end iterator
1051 2005-07-14 André Pönitz <poenitz@gmx.net>
1053 * undo.C (recordUndoFullBuffer): implement undo for
1056 2005-07-14 André Pönitz <poenitz@gmx.net>
1058 * cursor.C (setSelection): open insets when selection is set there
1059 to avoid crashs with cold coord cache
1061 2005-07-14 André Pönitz <poenitz@gmx.net>
1063 * trans_mgr.C (insert): move cursor to the right after inserting
1066 2005-07-14 Lars Gullik Bjønnes <larsbj@lyx.org>
1068 * BufferView_pimpl.C (update): dampen some of the debug blabbering
1069 * factory.C (readInset): ditto
1070 * text.C, text2.C: ditto
1072 2005-06-21 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1074 * buffer.C: format incremented to 242. There is no file format per
1075 se, but the "frenchb" language has been removed from lib/language
1076 and has to be translated to "french" by lyx2lyx.
1078 2005-07-06 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1080 * cursor_slice.h, dociterator.h: add some documentation
1081 * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
1083 2005-07-06 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1085 * text.C (leftMargin): do not add identation to display() style
1086 insets, because they are always centered (bug 1293).
1088 2005-07-05 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1090 * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
1091 formatted_time methods in support/lyxtime.
1093 2005-07-04 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1095 * toc.[Ch]: new method getGuiName, which is used by the frontends
1096 to set the toc combo (fixes bug 1870). Make TOC string translatable.
1098 2005-07-01 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1100 * dociterator.[Ch]: implement operator==(StableDocIterator const &,
1101 StableDocIterator const &)
1102 * undo.C (recordUndo): use the above instead of cell.size() comparison
1103 (fixes bug 1808; instructed by Andr�.
1105 2005-06-29 Martin Vermeer <martin.vermeer@hut.fi>
1108 * dociterator.h: Fix the assert when copying rows/cols in math
1110 2005-06-25 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1112 * BufferView_pimpl.C:
1114 * lfuns.h: reintroduce LFUN_BIBDB_ADD and LFUN_BIBDB_DEL (bug 961)
1116 * bufferview_funcs.[Ch] (gotoNextInset): rename to findNextInset;
1117 (findInset): new functions, refactored from goto Inset that return
1118 the position of a certain inset without setting the buffer's cursor
1120 (gotoInset): rewrite to call findInset and then set the cursor
1123 2005-06-16 Angus Leeming <leeming@lyx.org>
1125 * lyxrc.C (output, read): wrap all input and output of paths with
1126 calls to os::internal_path and os::external_path, respectively.
1127 (output): wrap bind_file inside quotes.
1129 * format.C (view): enable the viewer to use the '$$s' placeholder.
1131 2005-06-16 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1133 * LColor.[Ch] (getFromLaTeXName): new
1135 2005-06-16 Martin Vermeer <martin.vermeer@hut.fi>
1137 * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
1139 2005-06-14 Angus Leeming <leeming@lyx.org>
1141 * lyx_main.C (init): ensure that the LyX binary dir is the first
1142 element in the PATH on non-POSIX builds.
1144 2005-06-11 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1146 * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
1148 2005-06-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1150 * rowpainter.C (paintInset, paintHebrewComposeChar)
1151 (paintArabicComposeChar, paintChars): add a LyXFont argument.
1152 (paintChars): use getFontSpan to reduce calls to getFont to a
1153 minimum; use Paragraph::lookupChange instead of isXXXText.
1154 (paintForeignMark): rename LyXFont argument.
1155 (paintFromPos): pass a LyXFont object to the various paintXXX
1158 * FontIterator.C (FontIterator, operator++): use
1159 Paragraph::getFontSpan
1161 * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
1162 version that returns the font span as a pair.
1164 2005-06-09 Angus Leeming <leeming@lyx.org>
1166 * converter.C (convert): Don't forget "outfile = real_outfile" as
1167 the final step in a conversion where the input and output file names
1168 are the same. Otherwise, future conversion steps won't work...
1170 2005-06-09 Angus Leeming <leeming@lyx.org>
1172 * lyxsocket.C: remove stub code as it isn't needed by
1173 MinGW/MinSYS anyway. Let's see if the MSVC people scream...
1175 2005-06-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1177 * lyx_main.C (parse_execute): Fix last fix: is_gui = false
1178 effectively disabled -x
1180 2005-06-06 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1182 * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
1183 when it actually makes sense.
1185 2005-06-06 Martin Vermeer <martin.vermeer@hut.fi>
1187 * BufferView_pimpl.C: revert to showCursor in connection with
1188 Lars's front-end stack
1190 2005-06-06 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1192 * text.C (redoParagraph): move cursor right after a bibitem
1195 * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
1197 2005-06-02 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1199 * buffer_funcs.C (bufferErrors): fix computation of the end of an
1202 2005-05-31 Martin Vermeer <martin.vermeer@hut.fi>
1204 * BufferView.[Ch] (update):
1205 * BufferView_pimpl.[Ch] (update, metrics):
1206 * dimension.h (operator==):
1207 * lyxfunc.C (dispatch):
1208 * metricsinfo.h (ViewMetricsInfo):
1209 * rowpainter.C (paintText):
1211 * text.C (redoParagraph):
1212 * text3.C (dispatch): Make LyX only repaint current paragraph in
1213 case of character insert --> speedup. Also fix cursor draw
1216 2005-05-31 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1218 * bufferview_funcs.C (gotoInset): fix the wrap-around code to
1219 avoid a crash (bug 1891)
1221 2005-05-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1225 * text2.C (getStringToIndex): constify cur argument.
1227 * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
1228 argument has been given
1229 (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
1230 try to invoke LFUN_INSET_APPLY).
1232 * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
1233 if no inset was created by doInsertInset
1234 (doInsertInset): return true if an inset has been inserted.
1236 2005-05-23 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1238 * vspace.C (asGUIName): new method. A version of the space
1239 suitable for showing on screen.
1241 2005-05-20 Michael Schmitt <michael.schmitt@teststep.org>
1244 * lyxrc.C: rename "ASCII" to "Plain Text"
1246 2005-05-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1248 * buffer_funcs.C (expandLabel): take a Buffer as argument;
1249 translate the labelstring.
1250 (setCounter): translate labelstring as needed.
1252 * output_docbook.C (makeCommand): fix expandLabel invokation
1254 2005-05-14 Michael Schmitt <michael.schmitt@teststep.org>
1256 * BufferView.C: fix dialog title
1258 2005-05-18 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1260 * lyx_main.C (priv_exec): fix logic error with help from Angus
1261 * lyx_main.C (parse_execute): set is_gui = false and remove now
1262 obsolete comment about a segfault
1264 2005-05-18 Angus Leeming <leeming@lyx.org>
1266 * buffer.C (readFile): Quote all file names passed to lyx2lyx.
1268 2005-05-12 Martin Vermeer <martin.vermeer@hut.fi>
1270 * tabular.[hC]: added setCellInset to fix tabular paste.
1272 2005-05-11 Lars Gullik Bjønnes <larsbj@gullik.net>
1274 * buffer.C (save): check if destination is writable before trying
1277 2005-05-11 Martin Vermeer <martin.vermeer@hut.fi>
1279 * BufferView_pimpl.C (update): fix processEvents -caused update
1282 2005-05-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1284 * buffer_funcs.C (setCounter): fix test for numbering of
1287 * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
1288 depth correctly; use optional argument when it exists
1290 * lyxtextclass.C: remove unused MaxCounterTags enum
1291 (Read): compute min_toclevel_ and max_toclevel_ after reading class.
1292 (max_toclevel, min_toclevel): new methods.
1294 * MenuBackend.C (expandToc2): fix case where depth is smaller than
1295 the smallest depth in toc.
1297 * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
1298 layouts that should not appear in a table of contents.
1300 2005-05-09 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1302 * cursor.h (undispatched, noUpdate): add comments from Andr�
1303 2005-05-07 Michael Schmitt <michael.schmitt@teststep.org>
1307 * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
1309 2005-05-07 André Pönitz <poenitz@gmx.net>
1311 * cursor.[Ch] (leaveInset): new function
1313 2005-05-06 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1315 * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
1317 2005-05-04 Angus Leeming <leeming@lyx.org>
1319 * lyxfunc.C (getStatus): disable the spell checker dialog if
1320 none of USE_[AIP]SPELL are defined.
1322 2005-05-05 Martin Vermeer <martin.vermeer@hut.fi>
1324 * tabular.C (setWidthOfCell): remove obsolete comment
1326 2005-05-05 Martin Vermeer <martin.vermeer@hut.fi>
1328 * paragraph.C (bibitem):
1329 * buffer_funcs.C (setCounter):
1330 * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
1332 2005-05-05 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1334 * text3.C (getStatus): immediately return after setOnOff
1336 * rowpainter.C: fix drawing of appendix start
1338 2005-05-03 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1340 * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
1341 SwitchBetweenClasses and remove the unused return value.
1342 Handle character styles, too
1344 2005-05-03 Martin Vermeer <martin.vermeer@hut.fi>
1346 * factory.C (createInset): handle undefined character styles
1348 2005-05-02 Angus Leeming <leeming@lyx.org>
1350 * buffer.C: protect the #include of utime.h with a preprocessor
1353 2005-05-02 Angus Leeming <leeming@lyx.org>
1355 * lyx_cb.C: artificially define fork() on Windows as a no-op failing
1356 function so that auto-saving works, albeit in a blocking manner.
1358 * Makefile.am: make compilation of the client sub directory, of
1359 aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
1360 on conditionals set at configure time.
1362 * SpellBase.[Ch]: no longer an abstract base class. Instead,
1363 it can be compiled in its own right but has no-op functionality.
1365 * aspell.C, pspell.C: remove preprocessor guards. The files should
1366 be compiled only if the necessary functionality exists.
1368 * lyxserver.C, lyxsocket.C: disable on Windows.
1370 2005-05-01 Martin Vermeer <martin.vermeer@hut.fi>
1372 * text.C (leftMargin): Fix the parindent use bug (1764)
1375 2005-04-28 Michael Schmitt <michael.schmitt@teststep.org>
1377 * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
1380 2005-04-25 Angus Leeming <leeming@lyx.org>
1388 include <config.h> in .C files, not .h ones.
1390 protect headers inside preprocessor guards.
1392 2005-04-21 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1394 * FuncStatus.h (StatusCodes): document
1396 2005-04-21 André Pönitz <poenitz@gmx.net>
1398 * FuncStatus.h (enabled, onoff): document
1400 2005-04-19 Angus Leeming <leeming@lyx.org>
1402 * BufferView_pimpl.C (cursorToggle): no longer test whether
1403 any child processes have been reaped before calling
1404 handleCompletedProcesses().
1406 2005-04-19 Martin Vermeer <martin.vermeer@hut.fi>
1408 * text3.C (dispatch): fix, finally fix, the language problem in
1409 new lyxtexts, without disabling on-the-fly font changes (Helge's
1412 2005-04-19 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1414 * text3.C (dispatch): set cursor on double/triple click events
1417 2005-04-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1419 * lyxfunc.C (actOnUpdatedPrefs): avoid warning
1420 (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
1422 * rowpainter.C (paintFirst): simplify the code a little bit. In
1423 particular, remove the test for secnumdepth.
1424 * text.C (setHeightOfRow): only allocate space for chapter number
1425 when updateCounters provided an actual label, instead of looking
1426 at secnumdepth directly.
1428 * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
1430 * buffer_funcs.C (setCounter): only number LABEL_COUNTER
1431 paragraphs when secnumdepth is large enough or, for environments,
1432 when they are not the first in a sequence.
1434 2005-04-17 Angus Leeming <leeming@lyx.org>
1436 * buffer.C (makeLaTeXFile): replace code to manipulate a path
1437 containing space and '~' characters with a call to latex_path().
1439 2005-04-17 Angus Leeming <leeming@lyx.org>
1441 * converter.C (convert): protect all args of convertDefault.sh
1444 2005-04-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1446 * text3.C (dispatch): change the layout to "Caption" after inserting
1449 2005-04-12 Martin Vermeer <martin.vermeer@hut.fi>
1451 * text3.C (dispatch): fix language problem in newly created
1452 textinsets (and main text) in non-english docs
1454 2005-04-13 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1456 * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
1457 * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
1458 * text3.C (getStatus): disable LFUN_INSET_MODIFY
1460 2005-04-12 Martin Vermeer <martin.vermeer@hut.fi>
1464 * text2.C (getFont):
1465 * rowpainter.C (getFont): Fix metrics bug introduced by inset
1468 2005-04-11 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1470 * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
1471 output of \item arguments without trailing text.
1473 2005-04-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1475 * FontIterator.C (operator*): avoid a copy of the font.
1477 2005-04-10 Martin Vermeer <martin.vermeer@hut.fi>
1479 * rowpainter.C (getFont): fix language bug from previous fix
1481 2005-04-10 Martin Vermeer <martin.vermeer@hut.fi>
1483 * rowpainter.C (RowPainter, getFont): fix font inside inset
1486 2005-04-06 Martin Vermeer <martin.vermeer@hut.fi>
1488 * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
1489 preventing inserted font, deco, delim insets jumping to start of
1492 2005-03-30 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1494 * lyxfunc.C (dispatch): translate message before sending it to the
1497 2005-03-29 Angus Leeming <leeming@lyx.org>
1499 * lyx_main.C (priv_exec): call os::internal_path on each file passed
1500 to LyX on the command line.
1502 2005-03-25 Stephan Witt <stephan.witt@beusen.de>
1504 * vc-backend.C: use QuoteName to protect file names wherever
1507 2005-03-27 Martin Vermeer <martin.vermeer@hut.fi>
1510 * BranchList.h: fix bugs 1844,1845: document settings don't
1513 2005-03-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1515 * lyxrc.C (setDefaults, read, output, getDescription): add support
1516 for tex_allows_spaces.
1518 * exporter.C (Export): allows files in directory containing spaces
1519 if tex_allows_spaces is true.
1521 * buffer.C (makeLaTeXFile): if the document path contains spaces,
1522 output it in double quotes.
1524 2005-03-22 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1526 * rowpainter.C: use default text height for drawing change tracker
1529 2005-03-21 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1531 * lyx_main.C: fix binding of tabulator key (especially S-Tab).
1533 2005-03-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1535 * lyx_main.C (queryUserLyXDir): fix logic when LyX support
1536 directory is missing.
1538 2005-03-11 Martin Vermeer <martin.vermeer@hut.fi>
1540 * text2.C: fixed the fix, extended to other case.
1542 2005-03-08 Martin Vermeer <martin.vermeer@hut.fi>
1544 * text2.C: fix for cursor up/down stuck in math [bug 1792]
1546 2005-03-07 Alfredo Braunstein <abraunst@lyx.org>
1548 * text2.C (cursorUp): get rid of a crash
1549 * text.C (x2pos): add an assert
1551 2005-03-07 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1553 * lyxfunc.C (getStatus): fix warning when assertions are disabled
1557 * dociterator.C: include <boost/current_function.hpp>, which is
1558 needed when assertions are disabled.
1560 2005-03-05 Johnathan Burchill <jkerrb@users.sourceforge.net>
1562 * text2.C: fix for stuck cursor when traversing two
1563 consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
1565 2005-02-25 Andreas Vox <avox@arcor.de>
1567 * output_docbook.C (makeParagraph): suppress trailing newline
1568 after a run of paragraphs
1570 2005-02-28 Johnathan Burchill <jkerrb@users.sourceforge.net>
1572 * paragraph.C: fix for confused change tracker when pasting
1573 text that begins with a lineseparator. [bug 1827]
1574 (setChange(0, Change::INSERTED);)
1576 * paragraph_funcs.C: fix for lost changes on triple-paste
1577 in change tracking mode [bug 1827] (par.setChange()).
1579 2005-02-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1581 * text2.C (updateCounters, setCounter, expandLabel): move to
1584 * buffer_funcs.C (updateCounters): turn into a free standing
1585 function and add a buffer parameter. Remove dead code for tracking
1587 (setCounter): change into a free-standing function which gets a
1588 dociterator as argument. Use this iterator to fix captions in a
1589 simple way. When no float is found above the caption, use the
1590 labelstring of the caption layout as default.
1592 * text.C (breakParagraph, backspace):
1593 * text2.C (init, setLayout, changeDepth):
1594 * text3.C (dispatch):
1595 * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
1598 * dociterator.C (forwardPar): make it much faster by calling
1599 forwardPos() only when really necessary.
1601 * output_docbook.C (makeCommand): adapt to expandLabel move.
1603 * cursor.C: remove unused variable
1605 2005-02-24 Johnathan Burchill <jkerrb@users.sourceforge.net>
1607 * paragraph_funcs.C: fix crash when pasting insets in change
1608 tracking mode [bug 1277] (honour change type in moveItem).
1610 2005-02-23 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1612 * LaTeX.C (scanLogFile): recognize pdfTeX warnings
1614 2005-02-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1616 * BufferView.C (setCursor): change to use a DocIterator.
1617 (gotoLabel): use BufferView::setCursor (other part of bug 781).
1618 (putSelectionAt): adapt to BufferView::setCursor change.
1620 * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
1621 moved here from LyXText and rewritten to use proper cursor
1622 methods. Fixes bug 1787, 616 and 835.
1624 * BufferView_pimpl.C (restorePosition): set the cursor correctly
1625 when inside an inset (part of bug 781).
1626 (dispatch): adapt to change of BufferView::setCursor.
1627 (getStatus, dispatch): handle LFUN_GOTOERROR,
1628 LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
1630 * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
1631 LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
1632 * text3.C (gotoNextInset, gotoInset): removed.
1634 2005-02-20 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1636 * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
1638 2005-02-15 Angus Leeming <leeming@lyx.org>
1640 * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
1641 can be used meaningfully in a comparison.
1643 2005-02-13 André Pönitz <poenitz@gmx.net>
1645 * bufferview_funcs.C (coordOffset): improve cursor drawing
1647 2005-02-13 André Pönitz <poenitz@gmx.net>
1649 * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
1650 * Cursor.C (dispatch): use fixIfBroken
1651 * lyxfunc.C (getStatus): use fixIfBroken
1653 2005-02-15 Angus Leeming <leeming@lyx.org>
1655 * lyx_main.C (error_handler):
1657 * lyxrc.C (setDefaults):
1659 #include "environment.h".
1661 * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
1663 2005-02-15 Angus Leeming <leeming@lyx.org>
1665 * lyxserver.C (startPipe): squash MSVC warning "local variable
1666 'fd' used without having been initialized".
1668 2005-02-14 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1670 * BufferView_pimpl.C: revert accidental commit.
1672 2005-02-14 André Pönitz <poenitz@gmx.net>
1674 * dociterator.[Ch]: new member forwardPosNoDescent(),
1675 which doesn't enter nested insets.
1676 * text2.C (setFont): use forwardPosNoDescent() instead
1677 of ForwardPos() (fixes crash on font change).
1679 2005-02-13 Angus Leeming <leeming@lyx.org>
1681 * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
1682 only if lyxrc.path_prefix is not empty.
1684 2005-02-12 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1686 * bufferparams.C (readGraphicsDriver): prevent crash
1688 2005-02-10 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1690 * text2.C (setCounter): check for inInset() == 0
1692 2005-02-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1694 * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
1695 but use update() to get correct screen display; use convert
1696 instead of istringstream.
1697 (getStatus): handle LFUN_GOTO_PARAGRAPH
1699 * lyxfunc.C (dispatch, getStatus): do not handle
1700 LFUN_GOTO_PARAGRAPH here.
1702 2005-02-08 Lars Gullik Bjønnes <larsbj@gullik.net>
1704 * text3.C (dispatch): size() -> depth()
1706 * text2.C: remove some debug output
1708 * paragraph.C: ws changes only
1710 * lyxfunc.C (getStatus): size() -> depth()
1712 * dociterator.h (clear, push_back, pop_back, internalData,
1713 operator[], resize, empty): new functions
1714 Make StableDocIterator and operator== be friends. Don't inherit
1715 from std::vector use a privat class variable slices_ instead.
1718 * dociterator.C: update because of not inheriting from std::vector
1719 anymore. Call explictly to slices_ instead. Use depth() instead of
1720 size() and top() instead of back()
1722 * cursor.C: chagne size() -> depth and back() -> top(). Also
1723 remove some direct operator[](i) calls in favour of foo[i]
1724 (getFont): remove some dead code
1726 * bufferview_funcs.C (coordOffset): size() -> depth()
1728 * buffer.C: ws changes only
1730 * CutAndPaste.C (eraseSelection): back() -> top()
1732 * BufferView_pimpl.C (selectionRequested): back() -> top()
1734 * BufferView.C (setCursor): size() -> depth()
1736 2005-02-08 Lars Gullik Bjønnes <larsbj@gullik.net>
1738 * text3.C (cursorPrevious): return true if depm changed something
1740 (dispatch): rename sl to oldTopSlice, remove moving use the new
1741 NoUpdate func attrib instead. Make sure that needsUpdate is set
1742 for function that have NoUpdate, but where depm might have changed
1745 * text2.C (cursorLeft): make us return true if depm changed
1747 (cursorRight): ditto
1748 (cursorUpParagraph): ditto
1749 (curosrDownParagraph): ditto
1750 (cursorUp, cursorDown): ditto, make sure to read comments in code
1751 (deleteEmptyParagraphMechanism): remove an assert, also return
1752 true if just a single char was deleted.
1754 * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
1755 cursor that we modify, to avoid modifying an active cursor before
1756 we call setCursor. This allows depm to run. Also return true if
1757 depm deleted something.
1759 * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
1760 cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
1761 cursorDownParagraph, cursorPrevious and cursorNext, return true if
1762 something was changed in the buffer because of them (ie. depm run)
1764 * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
1765 debug messages. Make update by default be false. Make sure that
1766 the result of update is retained throught several calls down to
1769 * LyXAction.h: add a new func_attrib: NoUpdate
1771 * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
1772 LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
1773 LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
1775 (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
1777 2005-02-07 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1779 * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
1780 bv_->owner(), bv_->buffer() by direct references to the private
1782 (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
1783 (getStatus): isSavedPosition() is in BufferView::Pimpl.
1784 (fitCursor): center() is in BufferView::Pimpl.
1785 (getStatus, trackChanges, dispatch): no need for a temporary buf
1787 (fitCursor, workAreaDispatch): use workarea().workheight()
1789 2005-02-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1791 * CutAndPaste.C (pasteSelectionHelper): fix a crash
1793 2005-02-03 Georg Baum <Georg.Baum@post.rwth-aachen.de>
1795 * buffer.C: format up to 241.
1796 * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
1797 break if pasting into ERT
1798 * lyxfunc.C (getStatus): suppress mathpanel and
1799 LFUN_DIALOG_SHOW_NEW_INSET in ERT
1801 2005-02-01 Angus Leeming <leeming@lyx.org>
1803 * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
1805 2005-02-01 Angus Leeming <leeming@lyx.org>
1807 * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
1808 calling fs::is_directory().
1810 2005-01-31 Angus Leeming <leeming@lyx.org>
1812 * lyx_main.C (priv_exec): specify explicitly the relative location
1813 of the top level build directory when run in-place.
1815 2005-01-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1817 * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
1818 LyXText containing the cursor, not the top-level one.
1820 * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
1822 (insertStringAsLines): rename par to pit; use temporary variable
1823 par to hold a Paragraph; do not store par.layout() in a variable,
1824 since the pointer may die when breaking paragraphs; pass pars to
1825 breakParagraph() instead of Buffer::paragraphs().
1827 2005-01-31 Asger Ottar Alstrup <aalstrup@laerdal.dk>
1829 * lyxlex_pimpl.h: #include <fstream>.
1831 * BufferView.[Ch] (getLyXText): add a const version.
1833 * BufferView_pimpl.C: add debug aids.
1838 * paragraph_funcs.h: add commentary explaining what the class does.
1841 * coordcache.[Ch]: add lots of commentary.
1842 (startUpdating, doneUpdating): debug aids.
1843 (arrays, insets, parPos, getParPos): accessors to private data.
1845 * cursor_slice.[Ch] (text): add a const version.
1846 * dociterator.[Ch] (text, innerText): add const versions.
1848 * lyxtext.h (breakParagraph): change the keep_layout arg to a
1851 * paragraph.C (getRow, pos2ros): add asserts.
1853 * paragraph.h: add commentary. Lots of.
1855 * paragraph.[Ch] (metrucs, draw): removed.
1858 * rowpainter.[Ch]: const-correct changes.
1860 * text.C: various obvious clean-ups. Removal of ancient cruft.
1863 2005-01-31 Lars Gullik Bjønnes <larsbj@gullik.net>
1865 * vc-backend.C (find_file): rewrite to use boost.filesystem
1868 * main.C (main): set default name check for boost.filesystem to
1871 * lyxfunc.C (menuNew): rewrite to use boost.filesystem
1874 (actOnUpdatedPrefs): ditto
1876 * lyx_main.C (init): rewrite to use boost.filesystem
1877 (queryUserLyXDir): ditto
1879 * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
1880 (getContentsOfAsciiFile): ditto
1882 * lastfiles.C (readFile): rewrite to use boost.filesystem
1884 * exporter.C (checkOverwrite): rewrite to use boost.filesystem
1886 * buffer_funcs.C (readFile): rewrite to use boost.filesystem
1887 (loadLyXFile): ditto
1889 * buffer.C (Buffer): adjust for destroydir
1890 (getLogName): rewrite to use boost.filesystem
1891 (setFileName): ditto
1892 (save): use fs::copy_file (from fs_extras)
1894 * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
1896 * LaTeX.C (run): rewrite to use boost.filesystem
1897 (scanAuxFiles): ditto
1898 (handleFoundFile): ditto
1900 2005-01-28 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1902 * LaTeXFeatures.C (getAvailable): always clear packages_ list.
1904 * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
1906 2005-01-27 Lars Gullik Bjønnes <larsbj@gullik.net>
1908 * lyxlayout.[Ch]: change some vars from float to double
1910 * buffer.C (readFile): make a local var const
1912 * Several files: use convert<> instead of atoi,strToXXX and friends
1914 2005-01-24 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1916 * LaTeXFeatures.[Ch]: Add a static list packages_ that
1917 holds the contents of packages.lst. New functions getAvailable
1918 and isAvailable to parse and check that list, resp.
1922 * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
1924 * bufferparams.[Ch]: new param output_changes.
1926 * Buffer.C: increase file format to 240.
1927 Use output_changes and isVailable.
1931 * paragraph_pimpl.C: Use output_changes and isVailable.
1933 2005-01-23 Angus Leeming <leeming@lyx.org>
1935 * output_latex.C: #include "insetbibitem.h", rather than
1936 forward declare function bibitemWidest.
1938 2005-01-21 Andreas Vox <vox@isp.uni-luebeck.de>
1940 * lyx_main.C (init): make it compile on the Mac.
1942 2005-01-20 Angus Leeming <leeming@lyx.org>
1944 * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
1945 (setLyXMisc): (char string literal) != (char string literal) is
1946 performing a comparison on the addresses. Convert one operand
1947 explicitly to string to guarantee expected behaviour.
1950 2005-01-20 Asger Ottar Alstrup <aalstrup@laerdal.dk>
1953 * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
1955 * output_plaintext.C: remove unneeded #include gzstream.h.
1957 2005-01-20 Angus Leeming <leeming@lyx.org>
1959 * SpellBase.h: rename some of the elements of the Result enum.
1966 * pspell.C (check): ditto
1968 2005-01-20 Asger Ottar Alstrup <aalstrup@laerdal.dk>
1970 * buffer.C: add #include <fstream>.
1972 * lyx_main.C (init): Compile fix.
1974 * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
1976 2005-01-20 Angus Leeming <leeming@lyx.org>
1978 * mover.h: change commentary to reflect the changed meaning of
1979 the $$s placeholder.
1981 2005-01-20 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
1983 * output_linuxdoc.C (linuxdocParagraphs): silence warning
1985 * lyxfind.C (MatchString::operator()): remove bogus semicolon
1987 2005-01-20 Angus Leeming <leeming@lyx.org>
1989 * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
1990 printing diagnostic data by not dereferecing an iterator past the
1993 2005-01-19 Asger Ottar Alstrup <aalstrup@laerdal.dk>
1995 * buffer.C (readHeader): use "&&" rather than "and".
1997 * lyxserver.h (inPipeName, outPipeName): make these const.
1999 2005-01-19 Angus Leeming <leeming@lyx.org>
2001 * lyx_main.C (error_handler, init): protect SIGHUP with
2002 #ifdef SIGHUP guards.
2004 2005-01-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2006 * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
2008 2005-01-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2010 * text.C (setHeightOfRow): add a margin at the top and bottom of
2011 the document (bug 1761)
2013 2005-01-17 Angus Leeming <leeming@lyx.org>
2015 * buffer.C (readFile): prepend the name of the "lyx2lyx" script
2016 with "python ". Workaround for a brain-dead Windows.
2018 2005-01-16 Angus Leeming <leeming@lyx.org>
2020 * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
2021 for MacOSX and Windows to use prependEnvPath.
2022 Strip out the hard-coded block to add elements to the PATH for
2023 MacOSX and replace it with a call to prependEnvPath using the
2024 contents of LyXRC::path_prefix.
2025 (queryUserLyXDir): strip out the code to run reconfigure, instead
2026 returning a boolean indicating the necessity to do so.
2027 (reconfigureUserLyXDir): contains the code to reconfigure the
2028 user support directory. Is now called after the various LyXRC data
2029 files have been read.
2031 * lyxrc.[Ch]: add path_prefix var and code to read/write it.
2033 2005-01-14 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2035 * converter.[Ch] (convert): take a new parameter try_default. Use
2036 a default converter (imagemagick) if try_default is true.
2038 2005-01-13 Angus Leeming <leeming@lyx.org>
2040 * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
2041 os::cygwin_path_fix.
2042 (write): output LyXRC::cygwin_path_fix as necessary.
2044 2005-01-02 Kayvan Sylvan <kayvan@sylvan.com>
2047 * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
2049 2005-01-12 Angus Leeming <leeming@lyx.org>
2051 * lyx_main.C (init): set the PATH variable to include the
2052 directory containing the LyX binary when running on Mac or Windows.
2054 2005-01-12 Angus Leeming <leeming@lyx.org>
2056 * lyx_main.C (init): remove cruft that purports to set the locale
2057 dir. It doesn't and is not needed anyway.
2059 2005-01-10 Angus Leeming <leeming@lyx.org>
2061 * Makefile.am: remove the lyx_main.C special casing.
2063 * BufferView_pimpl.C:
2069 * messages.C: use support/package.h to provide the paths to the
2070 various directories used by LyX.
2072 2005-01-09 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2074 * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
2075 layout if pasting into an empty paragraph)
2077 2005-01-07 Lars Gullik Bjønnes <larsbj@gullik.net>
2079 * tex-accent.C: add <string>
2081 2005-01-06 José Matos <jamatos@lyx.org>
2083 * ParagraphParameters.C (write): put every parameter in its own line.
2084 * paragraph.C (write): reduce number of consecutive empty lines exported.
2085 * buffer.C (LYX_FORMAT): increase file format to 239.
2087 2005-01-06 Lars Gullik Bjønnes <larsbj@gullik.net>
2089 * everywhere: change support/tostr.h -> support/convert.h
2091 * tabular.C: make all write_attributes templates, tostr -> convert
2093 * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
2094 (emptyTag): and -> &&, and fix type for ret from getChar
2095 (getFirstWord): fix type for ret from getChar
2096 (onlyText): and -> &&
2097 (simpleDocBookOnePar): and not -> && !, fix type for ret from
2100 * toc.C (goTo, action):
2101 * text3.C (dispatch):
2102 * text.C (currentState):
2103 * tex-accent.C (DoAccent):
2106 * lyxfunc.C (menuNew):
2107 * lyxfinc.C (replace):
2108 * counters.C (laberItem):
2109 * bufferview_funcs.C (font2string):
2110 * bufferparams.C (writeFile):
2111 * buffer.C (readFile):
2113 * MenuBackend.C: tostr -> convert
2115 * LaTeX.C (runMessage): fix format
2116 (scanAuxFiles): tostr -> convert
2118 * BufferView_pimpl.C (savePosition): fix format
2119 (restorePosition): ditto
2122 2005-01-06 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2124 * Spacing.[Ch]: New method getValueAsString().
2128 * ParagraphParameters.C:
2131 * text3.C: store/read spacing value as string.
2133 * rowpainter.C: change float value (spacing_val) to double.
2135 * bufferparams.C: add Spacing::Other to spacetranslator (fixes
2136 broken custom document spacing).
2138 2005-01-05 Lars Gullik Bjønnes <larsbj@gullik.net>
2140 * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
2141 namespace, also more use of temp references and const
2143 * cursor.[Ch] (getStatus): move to lyxfunc.C
2145 * bufferparams.C: reformat slightly
2147 * bufferview_funcs.C (font2string): constify arg
2153 * buffer_funcs.C: (many funcs): constify arg on function
2154 definitions, also make more local vars const, also add ASSERTS on
2157 * buffer.C (LYX_FORMAT): put const in correct place
2158 (many funcs): constify arg on function definitions, also make
2159 more local vars const
2161 * aspell_local.h: remove "struct" from typdef setup
2163 * aspell.C (check): make word_ok const
2164 (nextMiss): simplify slightly
2167 2005-01-05 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2169 * lyxrc.[Ch]: store all float values as strings.
2170 use int (not float) for lyxrc.dpi.
2172 2005-01-04 Angus Leeming <leeming@lyx.org>
2174 * lyx_cb.C (Reconfigure):
2175 * lyx_main.C (queryUserLyXDir):
2176 to run the <system_lyxdir>/configure correctly on Windows, prefix
2177 the path to the script with "sh " when generating the string that
2178 is passed to system().
2180 2005-01-04 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2182 * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
2184 2004-12-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2186 * lyxlength.C (asLatexString): get rid of setprecision
2188 2004-12-28 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2190 * text2.C (setLayout): remove unused variable endpit.
2191 (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
2193 * paragraph.C (onlyText): remove unused variable style.
2195 * cursor.C (bruteFind): remove unused variables beg and end.
2197 * Makefile.am (dist_noinset_DATA): not needed anymore
2199 * cheaders/*: remove.
2201 2004-12-27 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2203 * text3.C: fix LFUN_MATH_MODE.
2205 2004-12-22 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2207 * buffer_funcs.C (countWords): new function. Counts words between
2210 * BufferView_pimpl.C (getStatus, dispatch): handle
2213 * LyXAction.C (init):
2214 * lfuns.h: add LFUN_WORDS_COUNT.
2216 2004-12-19 Angus Leeming <leeming@lyx.org>
2218 * buffer.C (save): s/slashify_path/internal_path/.
2220 2004-12-20 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2222 * lyxfind.C (findChange): do not search for end of pars, because
2223 the change tracker cannot handle this (fixes bug 1719).
2225 2004-12-17 Alfredo Braunstein <abraunst@lyx.org>
2227 * paragraph.[Ch] (autoBreakRows): remove
2229 * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
2231 * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
2232 avoid using the paragraph one
2234 * text2.C (LyXText, insertStringAsLines): adjust
2236 2004-12-16 Angus Leeming <leeming@lyx.org>
2240 * messages.C: remove redundant "using lyx::support::GetEnvPath;"
2242 2004-12-14 Angus Leeming <leeming@lyx.org>
2244 * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
2246 * bufferlist.C (emergencyWrite):
2247 * lyx_main.C (queryUserLyXDir): use os::homepath(), not
2250 2004-12-14 Angus Leeming <leeming@lyx.org>
2252 * main.C: (main): no longer pass pointers to os::init.
2254 2004-12-06 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2256 * buffer.C: format up to 239.
2258 2004-12-06 Alfredo Braunstein <abraunst@lyx.org>
2260 * undo.C (textUndoOrRedo): simplify logic, fix a crash
2261 (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
2263 2004-12-06 Alfredo Braunstein <abraunst@lyx.org>
2266 * text3.C: remove selection_possible global flag
2268 2004-12-06 Alfredo Braunstein <abraunst@lyx.org>
2270 * text2.C (getSelectionSpan): remove
2271 (changeDepth, changeDepthAllowed): adjust
2273 2004-12-05 Lars Gullik Bjønnes <larsbj@lyx.org>
2275 * Makefile.am (BOOST_LIBS): use boost variables
2277 2004-12-03 José Matos <jamatos@lyx.org>
2279 * buffer.C: format up to 238.
2281 2004-12-03 José Matos <jamatos@lyx.org>
2283 * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
2285 2004-12-03 Lars Gullik Bjønnes <larsbj@gullik.net>
2287 * cursor.C (goUpDown): remove call to idxUpDown2
2289 2004-12-02 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2291 * tabular.[Ch]: use size_t-like types for cell, row and column
2294 2004-12-01 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2296 * lyxfunc.C (getStatus): do not lose previous information when
2297 calling BufferView::getStatus; do not set a default "Command
2298 disabled" message at the beginning, but just before returning.
2300 2004-11-30 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2302 * cursor.h (getStatus): add better comment from src/cursor.C
2304 2004-11-30 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2306 * text3.C (getStatus): return false when the lfun is not handled
2308 2004-11-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2310 * broken_headers.h: remove
2312 * Makefile.am (lyx_SOURCES): remove broken_headers.h
2314 2004-11-24 Alfredo Braunstein <abraunst@lyx.org>
2316 * BufferView.[Ch]: remove top_y, introduce anchor_ref,
2317 offset_ref accessors
2319 * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
2320 top_y_, merge fitcursor with update
2321 (updateScrollbar, scrollDocView, fitCursor, center, update): new
2323 (metrics): introduce
2324 (workAreaDispatch): adapt to new coord scheme
2325 (redoCurrentBuffer): remove
2327 * FontIterator.[Ch]: Use Paragraph & instead of pit_type
2329 * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
2332 * coordcache.[Ch]: add paragraph cache and helpers
2334 * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
2337 * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
2338 (targetX, setTargetX): introduce
2340 * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
2341 baseline -> ascent, as the rest of lyx
2343 * lyxtext.h: remove redoParagraphs, updateParPositions,
2344 fullRebreak, redoParagraphInternal. move dist to anon namespace in
2345 tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
2346 have ascent/descent (ascent is ascent of first par)
2348 * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
2351 * paragraph.[Ch]: unify dimension handling with the rest of lyx
2353 * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
2355 * pariterator.C: fix infinite loop introduced in par->pit renaming
2357 * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
2358 in insets and LyXText, draw two off-screen paragraphs using
2359 NullPainter, and adapt to new coord scheme
2363 * text3.C: adapt lfun handlers to the new coord scheme, which
2364 means: there's only guaranteed coord information for onscreen pars
2365 plus one above and one below. This implies that one can do search
2366 from y coordinates in the range [-1,workHeight]
2368 2004-11-25 Lars Gullik Bjønnes <larsbj@gullik.net>
2370 * rename a lot of InsetOld to InsetBase
2372 2004-11-25 Angus Leeming <leeming@lyx.org>
2374 * BufferView_pimpl.C:
2376 * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
2378 2004-11-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2380 * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
2381 call BufferView::getStatus if Cursor::getStatus did nothing
2382 (setStatusMessage, getStatusMessage): removed.
2384 * FuncStatus.C (message): new methods. Used to provide an error
2385 message indicating why a command is disabled.
2386 (clear, |=, FuncStatus): update for message.
2388 2004-11-23 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2390 * lyxfunc.C (dispatch): always call sendDispatchMessage
2392 2004-11-24 Alfredo Braunstein <abraunst@lyx.org>
2395 * BufferView_pimpl.C:
2400 * cursor_slice.[Ch]:
2403 * paragraph_funcs.C:
2409 * undo.C: par->pit renaming
2411 2004-11-23 Lars Gullik Bjønnes <larsbj@gullik.net>
2413 * tabular.C (cellstruct): use initialization, store a shared_ptr
2414 to insettext instead of the insettext directly, adjust to fit.
2415 (operator=): new function
2416 (swap): new function
2417 (rowstruct): use initialization
2418 (columnstruct): use initialization
2419 (ltType): use initialization
2422 * lyxlength.h (swap): new function
2424 * LColor.[Ch] (operator=): use the common semantics
2426 2004-11-22 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2428 * lyxfind.C (findNextChange): update the bufferview after setting
2431 2004-11-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2433 * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
2434 number of InsetOptArgs has already been inserted.
2436 * output_latex.C (latexOptArgInsets): new method. This outputs all
2437 the optarg insets, up to the limit defined in the layout file.
2438 (optArgInset): removed
2439 (TeXOnePar): call latexOptArgInsets; correctly update texrow
2441 2004-11-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2443 * paragraph.C (isLetter): remove special spellchecker-related
2444 code; return true also for digits
2445 (isWord, isKomma): remove
2447 * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
2448 * lyxfind.C (MatchString()): use isLetter instead of isWord
2450 2004-11-17 Lars Gullik Bjønnes <larsbj@gullik.net>
2452 * pariterator.h (operatir=): comment out un-implemented member
2455 * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
2458 2004-11-17 Lars Gullik Bjønnes <larsbj@gullik.net>
2460 * lyxfont.h: include LColor.h to satisfy concept checks.
2462 2004-11-16 Lars Gullik Bjønnes <larsbj@gullik.net>
2464 * pariterator.h: add typdefs for value_type, difference_type,
2465 pointer and reference to satisfy concept checks. Also add default
2466 constructor for same reason.
2468 * pariterator.C (operator++): add post-increment operator to
2469 satisfy concept checks.
2471 * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
2474 * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
2476 * ParagraphList_fwd.h: include paragraph.h to satisfy concept
2477 checks. Also rename base_type to BaseType to follow naming
2480 * FloatList.h: include Floating.h to satisfy concept checks.
2482 2004-11-15 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2484 * lyxfunc.C (getStatus): when the origin of the request is menu or
2485 toolbar, and the LyXView does not have focus, do as if there was
2486 no buffer (bug 1720)
2488 * lyxfunc.C (getStatus, dispatch): propagate the origin of a
2489 FuncRequest to individual entries of LFUN_SEQUENCE
2491 2004-11-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2493 * output_latex.C (TeXOnePar): override runparams.moving_arg
2494 according to the needprotect value of the current paragraph (bug
2497 * paragraph.C (simpleTeXOnePar): no need to override
2498 runparams.moving_args here
2500 2004-11-14 John Spray <spray_john@users.sourceforge.net>
2502 * vspace.C: fix off-by-one-error, related to fix #1682
2504 2004-11-11 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2506 * buffer.C: format up to 238.
2508 2004-11-11 Edwin Leuven
2510 * LaTeXFeatures.C: add booktabs package
2511 * tabular.[Ch] (use_booktabs, setBookTabs, useBookTabs): new members,
2512 use them in several places
2514 2004-11-11 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2516 * lengthcommon.C: a more general fix for bug 1682
2518 2004-11-11 Alfredo Braunstein <abraunst@lyx.org>
2520 * text.C (backspace): fix crash
2522 2004-11-09 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2524 * format.[Ch] (getFormatFromFile): new method
2525 * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
2527 2004-11-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2529 * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
2531 2004-11-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2533 * lyxfunc.C (dispatch): remove the verbose argument
2534 (sendDispatchMessage): ditto. Use the origin of the FuncRequest
2537 * kbmap.C (defkey): set the origin of func to KEYBOARD
2539 * MenuBackend.C (MenuItem):
2540 * ToolbarBackend.C (add): set the origin of func to UI
2542 * funcrequest.[Ch]: add origin member, which indicates which part
2543 of LyX requests an action
2545 2004-11-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2547 * converter.C (move): don't lie in the error message
2548 * converter.h (isReachable, move): document
2550 2004-11-07 Lars Gullik Bjønnes <larsbj@gullik.net>
2552 * buffer.C: remove unused using lyx::support::atoi
2553 * paragraph_funcs.C: ditto
2555 2004-11-06 Lars Gullik Bjønnes <larsbj@gullik.net>
2557 * bufferlist.C (exists): use bind and equal_to instead of
2560 * lyxtextclasslist.C (NumberOfClass): ditto
2562 * cursor.C (insert): use for_each instead of explicit for loop
2564 * bufferlist.C (getFileNames): use std::transform and
2565 std::back_inserter instead of std::copy and lyx::back_inserter_fun.
2567 * buffer_funcs.C (bufferErrors): use for_each instead of explicit
2570 * buffer.C (changeLanguage): use for_each instead of explicit for
2572 (hasParWithID): implement using getParFromID
2574 * LaTeXFeatures.C: ws change only
2576 * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
2579 * BufferView_pimpl.C (trackChanges): use for_each instead of
2582 2004-11-04 André Pönitz <poenitz@gmx.net>
2585 * undo.C (textUndoOrRedo): fix crash when creating undo information.
2587 * dociterator.C (asDocIterator): use hard assert again.
2589 2004-11-04 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2591 * lyxlength.C (asLatexString): rewrite so that it does not use
2594 2004-11-02 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2596 * text3.C (specialChar, dispatch): make sure cursor moves to the
2597 right after inserting an inset
2599 2004-11-02 José Matos <jamatos@lyx.org>
2601 * output_docbook.C (docbook):
2602 * paragraph.C (getID):
2603 * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
2604 garantee that the output is always legal.
2606 * tabular.C (docbook):
2607 * outputprams.[Ch]: remove mixed contents.
2609 2004-11-01 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2611 * text2.C (setCounter): prevent endless loop
2613 2004-11-01 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2615 * exporter.C (copyFile): use the mover instead of support::copy()
2616 * exporter.C (Export): pass format and latex name to copyFile()
2617 * exporter.h (addExternalFile): document
2618 * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
2620 2004-10-31 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2622 * text.C (leftMargin): do not indent paragraphs in charstyle insets.
2624 2004-10-30 José Matos <jamatos@lyx.org>
2626 * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
2627 text and no inset or font change. This allows to use CDATA
2628 sections just for the whole paragraph.
2630 2004-10-30 José Matos <jamatos@lyx.org>
2632 * paragraph.C (getFirstWord): remove unused variable.
2634 2004-10-30 José Matos <jamatos@lyx.org>
2636 * paragraph.C (getFirstWord): the content should always be escaped
2638 (simpleDocBookOnePar):
2639 * output_docbook.C (makeEnvironment): replace reference to CDATA
2642 2004-10-30 José Matos <jamatos@lyx.org>
2644 * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
2646 2004-10-30 José Matos <jamatos@lyx.org>
2648 * output_docbook.C (makeParagraphs):
2649 * paragraph.[Ch] (emptyTag): for docbook and company, if the
2650 standard paragraph has only a given type of content drop the wrapper.
2652 2004-10-29 José Matos <jamatos@lyx.org>
2654 * output_docbook.C (makeEnvironment):
2656 * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
2658 2004-10-29 Andreas Vox <vox@isp.uni-luebeck.de>
2660 * sgml.[Ch] (uniqueID): returns a unique id for a given label.
2661 (cleanID): sanitize any id.
2663 2004-10-29 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2665 * buffer.C, lyxlex_pimpl.C:
2666 * lyxlex_pimpl.C (setFile):
2667 s/getExtFromContents/getFormatFromContents/
2669 2004-10-28 José Matos <jamatos@lyx.org>
2671 * output_docbook.C (makeEnvironment): move id to broadest possible
2674 * sgml.C (openTag): apply substitution of <> for all attributes.
2676 2004-10-28 José Matos <jamatos@lyx.org>
2678 * buffer.C (makeLinuxDocFile, makeDocBookFile):
2679 * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2680 * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
2682 * sgml.[Ch]: new version for open and closeTag for paragraph and
2683 for strings. Now they handle the ids of paragraphs.
2685 2004-10-26 Angus Leeming <leeming@lyx.org>
2687 * Makefile.am: add mover.[Ch].
2689 * converter.C (convert, move): use the new Movers to move external
2690 files to the temp directory.
2692 * lyx_main.C (init): ensure that the global system_movers data
2695 * lyxrc.[Ch]: code to read and write 'copiers' from/to the
2698 * mover.[Ch]: new files, defining a Mover as a utility to move an
2699 external file between directories and, if necessary, manipulate this
2700 file using a helper script.
2702 2004-10-25 José Matos <jamatos@lyx.org>
2704 * output_docbook.C (makeCommand): merge two if's that tested the
2707 2004-10-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2709 * sgml.C (escapeString): fix warning in a better way
2711 2004-10-25 José Matos <jamatos@lyx.org>
2713 * sgml.C (escapeString): import the require boosts header file for
2714 tie, and avoid a signed unsigned comparison.
2716 2004-10-25 José Matos <jamatos@lyx.org>
2718 * sgml.h: add #include <string>
2720 2004-10-25 José Matos <jamatos@lyx.org>
2722 * sgml.[Ch] (escapeString): new function to escape all the string.
2724 2004-10-24 José Matos <jamatos@lyx.org>
2726 * paragraph.[Ch] (getFirstWord): new function to get the first
2727 word. Useful for description.
2728 (simpleDocBookOnePar): remove depth argument, add another that
2729 says where to start the paragraph.
2731 * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2732 use the new functions to fix cleanly the support for descriptions.
2734 2004-10-24 José Matos <jamatos@lyx.org>
2736 * buffer.C (makeLinuxDocFile, makeDocBookFile):
2737 * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
2738 * output_linuxdoc.C (linuxdocParagraphs):
2739 * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
2740 add buffer as argument.
2742 2004-10-24 José Matos <jamatos@lyx.org>
2744 * output_docbook.C (makeEnvironment, searchEnvironment): place
2745 CDATA inside paragraphs and fix scope for listitems.
2747 2004-10-24 José Matos <jamatos@lyx.org>
2749 * output_docbook.C: remove using statement for stack.
2751 2004-10-23 José Matos <jamatos@lyx.org>
2753 * buffer.C (makeDocBookFile): reorganize the comments about lyx.
2754 * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
2755 docbook. The new scheme is recursive and makes use of iterators, the
2756 same as latex export works.
2757 * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
2758 directly with the paragraph contents. This code was moved up to
2759 output_docbook.C (docbookParagraphs).
2760 * sgml.C (openTag, closeTag): removed unneeded newlines.
2761 (closeEnvTags) removed.
2763 2004-10-23 André Pönitz <poenitz@gmx.net>
2765 * undo.C (textUndoOrRedo):
2766 * dociterator.C (asDocIterator): work around crash
2768 * cursor.C (getStatus): replace ASSERT by more verbose error message
2769 and manual correction of the problem. Should increase stability
2770 while providing more sensible information.
2772 2004-10-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2774 * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
2776 * bufferlist.C (previous, next): new methods
2779 * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
2781 2004-10-18 Andreas Vox <vox@isp.uni-luebeck.de>
2783 * buffer.C (makeDocBookFile): add dsssl stylesheet control
2784 entities to preamble.
2786 2004-10-18 Georg Baum <Georg.Baum@post.rwth-aachen.de>
2788 * messages.C (Pimpl): strip off translation context information
2790 2004-10-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2792 * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
2793 the cursor is correct (bug 1694)
2795 2004-10-13 José Matos <jamatos@lyx.org>
2797 * output_docbook.C (docbookParagraphs): fix closing tags in the
2798 end of the document.
2800 2004-10-09 José Matos <jamatos@lyx.org>
2802 * buffer.C: format up to 237.
2803 * bufferparams.C (write): use tostr to convert booleans to strings.
2805 2004-10-08 Martin Vermeer <martin.vermeer@hut.fi>
2807 * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
2809 2004-10-07 Martin Vermeer <martin.vermeer@hut.fi>
2811 * LaTeX.C: implement use of babel language in xindy.
2813 2004-10-05 José Matos <jamatos@lyx.org>
2815 * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
2816 Add new translators to help reading and writing the lyx file.
2818 2004-10-05 José Matos <jamatos@lyx.org>
2820 * ParagraphParameters.C (read):
2821 * text.C (readParToken): replace nexToken by more appropriate lex
2824 2004-10-05 Hartmut Haase <hha4491@atomstromfrei.de>
2826 * LaTeX.C (runMakeIndex):
2827 * lyxrc.[Ch] (read, write, getDescription): make the indexing command
2828 (usually 'makeindex') configurable.
2830 * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
2831 with a variable rather than with a number.
2833 2004-09-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2835 * output_latex.C (TeXOnePar): make sure font setting is the first
2836 thing that gets output (and the last at the end). Should fix bug
2839 2004-09-26 Lars Gullik Bjønnes <larsbj@gullik.net>
2841 * pch.h: use proper signal include
2843 * LaTeX.h: Use preferred calling of Boost.Signal
2846 2004-09-26 Lars Gullik Bjønnes <larsbj@gullik.net>
2848 * pch.h: dont include <boost/function/function0.hpp>
2850 * Makefile.am (lyx_SOURCES): remove ShareContainer.h
2852 * paragraph_pimpl.h: remove usage of ShareContainer
2854 * paragraph_pimpl.C: remove initialization of ShareContainer.
2856 2004-09-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2860 * BufferView.C (putSelectionAt): change the semantics when
2861 backwards == true: now, this just swaps cursor and anchor wrt the
2864 * BufferView.h (putSelectionAt): add some documentation
2866 * lyxfind.C (findBackwards): rewrite using while(). In particular,
2867 make sure backwardChar is done at least once (to avoid getting
2869 (findNextChange): use putSelectionAt in the forward direction
2870 (operator()): use Paragraph::isWord
2872 2004-09-16 Lars Gullik Bjønnes <larsbj@gullik.net>
2874 * Spacing.C (set): c_str fix
2876 2004-09-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2878 * lyx_cb.C (Reconfigure): quote the name of configure script in
2879 case it contains spaces
2881 2004-09-04 Lars Gullik Bjønnes <larsbj@gullik.net>
2885 * Makefile.am (SUBDIRS): change order of subdirs and add client dir
2886 (BOOST_LIBS): use top_buildir when looking for the file
2888 2004-08-30 Lars Gullik Bjønnes <larsbj@gullik.net>
2890 * pch.h: do not use include boost/format.hpp, multiple symbols
2891 will result (gcc bug)
2894 2004-08-23 José Matos <jamatos@lyx.org>
2896 * bufferparams.C (readToken): fix reading of the author field.
2898 2004-08-20 José Matos <jamatos@lyx.org>
2900 * lyxrc.C: remove support/translator.h inclusion since it is not used.
2902 2004-08-20 José Matos <jamatos@lyx.org>
2904 * lyxlex.[Ch] (findToken): remove function.
2906 * ParagraphParameters.C (findToken):
2907 * bufferparams.C (findToken): replace call for previous function
2908 with local copy. This local function has one more argument, the
2909 read string argument.
2911 2004-08-16 José Matos <jamatos@lyx.org>
2913 * ParagraphParameters.C (write):
2914 * Spacing.C (writeFile):
2915 * bufferparams.C (writeLaTeX):
2916 * lyx_cb.C (Reconfigure):
2917 * paragraph.C (write):
2918 * tabular.C (write): remove unnecessary space at end of line.
2921 2004-08-16 José Matos <jamatos@lyx.org>
2923 * text.C (readParagraph): remove debug message.
2925 2004-08-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2927 * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
2930 * output_plaintext.C (asciiParagraph): set depth correctly
2932 * outputparams.h: add member depth
2934 * paragraph_funcs.C (ownerPar): remove.
2936 * text2.C (setCounter): remove first_pit; comment out some
2937 non-working code that uses ownerPar
2939 * BufferView.C (getParentLanguage): remove. Not used anymore, and
2942 2004-08-16 José Matos <jamatos@lyx.org>
2944 * text.C (readParToken, readParagraph, read): report all unknown tokens.
2945 For the same level of importance use the same chanel to report problems.
2946 (read): add code to deal with \begin_body and \end_body.
2949 2004-08-15 José Matos <jamatos@lyx.org>
2951 * lyxlex.C (getString): fix comment, buffer::readBody is now
2952 buffer:readDocument.
2954 * tex-strings.C (string_papersize): Default -> default,
2955 Custom -> custom, for consistency with other options.
2957 2004-08-15 Lars Gullik Bjønnes <larsbj@gullik.net>
2961 * Makefile.am: support pch
2963 2004-08-15 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2965 * text.C (readParToken): remove the static LyXFont variable and
2966 pass it as a parameter instead. This fixes a nasty bug where an
2967 inset will be inserted with a bad font in some situations
2968 (readParagraph): adapt
2970 * text2.C (setCounter): reduce number of calls to pars_[pit]
2972 * text.C (singleWidth): add an assert, fix a test
2974 * rowpainter.C (paintText): reduce number of calls to singleWidth
2976 * paragraph.C (isHfill):
2977 (isNewline): ws only
2979 2004-08-14 André Pönitz <poenitz@gmx.net>
2984 * lyxtext.h (several functions): use a Paragraph & argument
2987 2004-08-15 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2989 * metricsinfo.h: add a new field ltr_pos to PainterInfo
2991 * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
2993 * text.C (singleWidth): remove useless test
2995 2004-08-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
2997 * tabular.h: remove bogus comments
2999 * tabular.C (getDescentOfRow):
3000 (isPartOfMultiColumn): add assertions
3002 * lyxlength.C (inPixels): remove #warning
3004 2004-08-14 André Pönitz <poenitz@gmx.net>
3006 * paragraph.h: inline getChar()
3008 * BufferView.h: remove unused declarations
3010 2004-08-14 José Matos <jamatos@lyx.org>
3012 * Buffer.[Ch] (readDocument): new name for old readBody.
3013 * Buffer.C: new file format, new keywords: \begin_document,
3014 \begin_header, \begin_body, \end_body.
3016 * bufferparams.C (readToken): replace all calls to lex.nextToken
3017 by lex.next(). Do the same to eatLine except where really needed.
3019 * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
3020 line when writing to the lyx file.
3022 * output_plaintext.C (asciiParagraph): fix Bibliography style
3025 * text.C (read): fix end of file handling.
3027 2004-08-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3029 * MenuBackend.C (Menu::operator[]): new method to access
3030 individual menu items
3031 (Menu::hasFunc): new method. search for an item that corresponds
3033 (MenuBackend::specialMenu): new method
3034 (MenuBackend::expand): if a special menu has been set, skip
3035 entries whose func() appears in this menu
3037 2004-08-14 Lars Gullik Bjønnes <larsbj@lyx.org>
3039 * text3.C: use Debug::DEBUG a bit more
3041 * text.C (leftMargin): try to simplify a tiny bit change var x to
3042 l_margin. Dont output the wide margins always.
3043 (rightMargin): no margin in inner texts
3045 * rowpainter.h (nestMargin): new func
3046 (changebarMargin): new func
3047 (rightMargin): new func
3049 * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
3053 * factory.C (createInset): modify setDrawFrame
3055 * cursor.C: use Debug::DEBUG a bit more
3057 2004-08-14 André Pönitz <poenitz@gmx.net>
3060 * Makefile.am: new files to accomodate an 'external' (x,y)-position
3061 cache for all insets in (at least partially) visible (top-level)
3064 * BufferView_pimpl.C: reset external coord cache before every update.
3065 This means the coord cache only contains valid entries.
3067 2004-08-14 Lars Gullik Bjønnes <larsbj@lyx.org>
3070 * BufferView_pimpl.C (getInsetByCode): move function out of class
3071 and change in to a template in anon namespace. Also fix to do what
3074 2004-08-13 Lars Gullik Bjønnes <larsbj@lyx.org>
3077 * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
3079 (breakParagraph): rename par to par_offset and use a local
3080 reference. Add code to keep the language over a rebreak.
3081 (breakParagraphConservative): rename par to par_offset, use a
3083 (mergeParagraph): ditto
3085 (isFirstInSequence): ditto
3086 (outerFont): rename pit to par_offset
3088 * paragraph.C: ws change
3089 * paragraph.h: ditto
3093 2004-08-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3095 * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
3098 * paragraph.C (simpleTeXOnePar): when we have a \item with
3099 optional argument, enclose the argument with curly brackets (in
3100 case it contains a closing square bracket)
3104 * text3.C (checkInsetHit): constify
3106 2004-08-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3108 * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
3109 documents (bug 1629)
3111 2004-08-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3113 Fix toggling of collapsable insets with the mouse (bug 1558)
3115 * lyxfunc.C (dispatch): adapt to Cursor changes
3117 * BufferView_pimpl.C (workAreaDispatch): adapt to Cursor changes;
3118 make sure that dispatch is not invoked twice
3120 * cursor.C (needsUpdate): new method
3121 (dispatch): return void
3122 (result): new method, to access the DispatchResult of the cursor.
3124 2004-08-13 José Matos <jamatos@lyx.org>
3126 * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
3128 2004-08-13 André Pönitz <poenitz@gmx.net>
3130 * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
3132 * CutAndPaste.C (eraseSelection): fix cursor position after erasing
3135 2004-08-12 André Pönitz <poenitz@gmx.net>
3137 * text3.C: take out the 'cursor right' form insertInset and only
3138 do it in those places when it is really needed. Fixes crash on
3141 2004-08-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3143 * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
3145 * BufferView_pimpl.C (setBuffer): initialize the current font of
3146 the underlying LyXText
3148 2004-08-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3150 * kbsequence.C (print): use UI native formatting for menu
3153 * text.C (insertChar): call Paragraph::insertChar with a font
3156 * paragraph.C (insertInset, insertChar): the version that takes a
3157 LyXFont argument is now a wrapper around the other one (the
3158 opposite used to be true).
3160 * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
3161 argument. Font setting is done in Paragraph now.
3163 2004-08-04 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3165 * outputparams.h: add new members intitle and lang.
3167 * paragraph.C (simpleTeXOnePar): initialize rp.lang and
3168 rp.intitle. Actually use rp in call to simpleTeXSpecialChars
3170 2004-08-01 Lars Gullik Bjønnes <larsbj@gullik.net>
3172 * text3.C (dispatch): remove special handling of button 4 and 5,
3173 it is now taken care of in the frontend code.
3175 2004-07-25 Georg Baum <Georg.Baum@post.rwth-aachen.de>
3177 * Spacing.h: add <string> (STLPort compile fix)
3179 2004-08-02 Juergen Spitzmueller <j.spitzmueller@gmx.de>
3181 * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
3183 2004-07-25 Lars Gullik Bjønnes <larsbj@gullik.net>
3185 * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
3188 * converter.C (showMessage): inherit from unary_function, make
3191 * buffer.C (writeFile): initialize retval
3193 * InsetList.h: rename private variable list to list_
3194 * InsetList.[Ch]: adjust accordingly.
3196 2004-07-24 Lars Gullik Bjønnes <larsbj@gullik.net>
3198 * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
3199 * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
3200 * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
3201 * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
3202 * ParagraphParameters.C, LaTeXFeatures.C: replace
3203 "support/std_sstream.h" with <sstream>
3205 2004-07-23 Lars Gullik Bjønnes <larsbj@gullik.net>
3207 * lyxserver.C (startPipe): use this (pointer) not *this (reference)
3208 * lyxsocket.C (LyXServerSocket): ditto
3209 (serverCallback): ditto
3211 2004-07-23 Juergen Spitzmueller <j.spitzmueller@gmx.de>
3213 * LaTeXFeatures.C: check release date when loading jurabib.
3215 2004-07-22 Lars Gullik Bjønnes <larsbj@gullik.net>
3217 * lyxserver.C (startPipe): call register_socket_callback
3218 (endPipe): call unregister_socket_callback
3220 2004-07-21 Lars Gullik Bjønnes <larsbj@gullik.net>
3222 * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
3223 (LyXServerSocket): register the callback
3224 (LyXServerSocket): unregister the callback
3225 (fd): delete function
3226 (serverCallback): improve error checking and setup the callbacks.
3227 (dataCallback): change arg to fd.
3228 (writeln): new func (copied fro the client socket) used for server
3230 (LyXDataSocket): simplify
3231 (~LyXDataSocket): close ann unregiser callback
3232 (server): delete function
3233 (fd): delete function
3234 (readln): small changes, improve some std::string usage
3235 (writeln): constify a bit
3237 2004-06-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3239 * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
3242 2004-07-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3244 * BufferView_pimpl.C (setBuffer): set the layout combox value only
3245 after it has been populated
3247 2004-06-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3249 * text2.C (insertInset): move cursor when inserting inset.
3251 2004-06-30 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3253 * kbmap.C (findbindings): a couple of new methods. returns a
3254 container of kb_sequence objects. The real work is done by the
3255 private recursive version
3256 (printbindings): uses findbindings to print out a bracketed list
3257 of bindings (renamed from findbinding).
3259 * MenuBackend.C (binding): use kb_keymap::findbindings
3261 * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
3263 2004-07-01 Georg Baum <Georg.Baum@post.rwth-aachen.de>
3265 * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
3267 2004-06-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3269 * paragraph.C (isWord): return true on insets that report
3272 * text.C (getWord): use Paragraph::isWord to decide what is in a
3273 word and what is not; fix bug 1609.
3275 2004-06-27 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
3277 * tex-strings.C: add "none" to string_paperpackages[], fixes
3278 off-by-one-error in the paperpackage selection.
3281 * tex-strings.[Ch]: char const * string[n]
3282 -> char const * const string[]
3284 2004-06-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3286 * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
3287 command, return early.
3289 2004-06-18 Lars Gullik Bjønnes <larsbj@gullik.net>
3291 * debug.h: add DEBUG to enum and fix size of ANY.
3293 * debug.C: add support for Debug::DEBUG
3294 (showTags): cast errorTags.level to unsigned int
3296 * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
3297 (redoCurrentBuffer): ditto
3298 (updateScrollbar): ditto
3299 * cursor.C (dispatch): ditto
3300 * text2.C (setLayout): ditto
3302 (updateCounters): ditto
3304 (deleteEmptyParagraphMechanism): ditto
3306 2004-06-09 Lars Gullik Bjønnes <larsbj@gullik.net>
3308 * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
3309 annotations to cleanup the Makefile slightly.
3311 2004-05-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3313 * lyxrc.C: do not set user_email to a default value but use empty
3314 instead. The entry used to be translated, which does not work
3315 since at the point where lyxrc is constructed there is no
3316 translation service available
3318 * messages.C (getLocaleDir): remove and use directly
3319 lyx_localedir() instead
3321 2004-06-02 Angus Leeming <leeming@lyx.org>
3323 Fix crash caused by dereferencing null pointer 'exportdata' in
3324 OutputParams by creating a new ExportData variable on the heap,
3325 storing it in a boost::shared_ptr.
3326 The crash was triggered when generating an Instant Preview
3327 of an external inset.
3329 * Makefile.am: add outputparams.C
3331 * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
3332 (c-tor): allocate memory to it.
3334 * exporter.C (c-tor): associated changes.
3336 2004-06-01 Angus Leeming <leeming@lyx.org>
3338 * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
3339 contains data before calling isInset(0). (Bug 1513.)
3341 2004-06-01 Georg Baum <Georg.Baum@post.rwth-aachen.de>
3343 * exporter.C (checkOverwrite): new method
3344 * exporter.C (copyFile): new method
3345 * exporter.C (Export): copy referenced files to the document dir
3346 * exporter.[Ch]: new class ExportedFile
3347 * exporter.[Ch]: new class ExportData. Contains currently the
3348 names of referenced external files
3349 * outputparams.h: add exportdata member.
3351 2004-05-28 Lars Gullik Bjønnes <larsbj@gullik.net>
3353 * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
3356 2004-05-19 Angus Leeming <leeming@lyx.org>
3361 * lyxfunc.C: small changes due to the introduction of namespace
3362 lyx::frontend and the moving of namespace biblio to lyx::biblio.
3364 2004-05-18 Alfredo Braunstein <abraunst@lyx.org>
3366 * text3.C (dispatch): supress update when only moving the cursor
3367 * cursor.C (selHandle): remove commented code
3369 2004-05-17 Georg Baum <Georg.Baum@post.rwth-aachen.de>
3371 * paragraph.C (startTeXParParams): correct column count
3372 * CutAndPaste.C (pasteSelection): remove const_cast
3373 * output_docbook.C (docbookParagraphs): remove const_cast
3374 * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
3375 const_cast and return ParagraphList::const_iterator
3376 * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
3377 * output_plaintext.C (writeFileAscii): remove const_cast
3378 * paragraph.[Ch] (simpleTeXOnePar): make const
3379 * paragraph_funcs.C (outerPar): use const iterators
3380 * paragraph_pimpl.C (validate): use const iterators
3381 * text.C (setHeightOfRow): use const iterators
3383 2004-05-17 Angus Leeming <leeming@lyx.org>
3386 * LyXAction.C (init): new LFUN_INSET_REFRESH.
3388 * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
3389 over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
3390 if the citation engine has changed.
3392 2004-05-14 José Matos <jamatos@lyx.org>
3394 * buffer.C (makeDocBookFile): add a default Formal Public Identifier
3395 if the textclass does not provide it. Have it different for sgml and
3397 support the language of document.
3398 * output_docbook.C (docbookParagraphs):
3399 * paragraph.[Ch] (getDocbookId): new function that gets the id of the
3400 first anchor as the id of the paragraph, remove special case code.
3401 * sgml.C (escapeChar): escape only < & >.
3403 2004-05-14 Angus Leeming <leeming@lyx.org>
3405 * bufferparams.h: move biblio::CiteEngine enum here to minimize
3406 dependencies on src/frontends/controllers/biblio.h. Define a
3407 CiteEngine_enum wrapper class to enable the enum to be forward
3410 2004-05-12 Angus Leeming <leeming@lyx.org>
3412 * buffer.C: up LYX_FORMAT to 234.
3413 * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
3414 use_numerical_citations with a single biblio::CiteEngine cite_engine
3416 * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
3418 2004-05-13 José Matos <jamatos@lyx.org>
3421 * converter.C (Converter, readFlags): add xml member.
3422 * outputparams.h: add XML flavor.
3423 * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
3425 2004-05-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3427 * lyxfunc.C (dispatch):
3428 (getStatus): fix handling of LFUN_SEQUENCE
3430 2004-04-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3432 * debug.C (showLevel): do not forget the end-of-line marker
3434 2004-04-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3436 * kbmap.C (read): do not stop parsing a bind file when an error
3439 2004-04-29 Angus Leeming <leeming@lyx.org>
3444 * text2.C: wrap a bunch of #warning statements
3445 inside #ifdef WITH_WARNINGS blocks.
3447 2004-04-29 Georg Baum <Georg.Baum@post.rwth-aachen.de>
3449 * buffer.C: increment format to 233.
3451 2004-04-28 Angus Leeming <leeming@lyx.org>
3453 * BufferView_pimpl.C:
3456 s/updateToolbar()/updateToolbars()/
3457 s/Toolbar.h/Toolbars.h/
3459 2004-04-28 Angus Leeming <leeming@lyx.org>
3461 * BufferView.[Ch] (c-tor):
3462 * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
3463 No longer passes these data to the WorkArea generator.
3465 2004-04-28 Angus Leeming <leeming@lyx.org>
3467 * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
3469 2004-04-26 Georg Baum <Georg.Baum@post.rwth-aachen.de>
3471 * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
3473 2003-09-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3475 * output_latex.C (TeXEnvironment): make sure that there is a line
3476 break before \end{foo} for the last paragraph of a document
3477 (TeXOnePar): if the paragraph is at the end of the document (or
3478 inset) and the language has to be reset, then make sure that the
3479 line break is _before_ the language command, not after (fixes bug
3480 1225); also make sure that the language reset command is the first
3481 thing after the paragraph (to ensure proper nesting of
3482 environments and thus fix bug 1404)
3484 2004-04-21 John Levon <levon@movementarian.org>
3487 * ToolbarBackend.C: make "name" be a programmatic name
3488 and a gui_name field.
3490 * lyxfunc.C: display the minibuffer on M-x
3492 2004-04-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3494 * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
3497 2004-04-19 Angus Leeming <leeming@lyx.org>
3499 * BufferView_pimpl.C (setBuffer): changed preview interface.
3501 * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
3504 2004-04-19 John Levon <levon@movementarian.org>
3506 * BufferView_pimpl.C:
3507 * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
3509 2004-04-05 Angus Leeming <leeming@lyx.org>
3511 * text.C (redoParagraphs): add call to updateCounters(), thereby
3512 fixing the missing "Figure #:" label from the caption of a
3515 2004-04-13 Angus Leeming <leeming@lyx.org>
3517 * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
3518 cursor is clicked out of an inset.
3520 2004-04-13 Angus Leeming <leeming@lyx.org>
3522 * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
3523 than an InsetOld one.
3525 2004-04-12 Georg Baum <Georg.Baum@post.rwth-aachen.de>
3527 * format.[Ch]: add editor to Format
3528 * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
3529 * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
3531 2004-04-08 André Pönitz <poenitz@gmx.net>
3533 * metricsinfo.h: remove PainterInfo::width member
3535 2004-04-08 Angus Leeming <leeming@lyx.org>
3537 * lyx_sty.C (boldsymbol_def): modify so that it outputs
3538 "\providecommand" rather than "\newcommand", thereby preventing
3539 clashes with packages that define "\boldsymbol" themselves.
3542 2004-04-08 Angus Leeming <leeming@lyx.org>
3544 * lyxrc.C (read): don't try to set the color of none, inherit, ignore
3545 thereby squashing an unnecessary warning.
3547 2004-04-01 Georg Baum <Georg.Baum@post.rwth-aachen.de>
3549 * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
3552 2004-04-07 Alfredo Braunstein <abraunst@lyx.org>
3554 * BufferView.C (setCursor): call redoParagraph (some insets could
3556 (putSelectionAt): remove the 'double update' trick
3558 * BufferView_pimpl.C (fitCursor): call refreshPar
3559 (workAreaDispatch): remove an uneeded update call
3560 (dispatch): remove some manual update calls
3562 * cursor.[Ch]: remove cached_y_, updatePos
3563 (selHandle): set noUpdate when appropriate
3565 * lyxfunc.C (dispatch): track if we need an update
3567 * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
3569 * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
3570 (paintSelection): cheap optimization, do not call cursorX when not
3572 (paintPars): change signature
3575 (paintTextInset): adjust
3579 2004-04-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3581 * lengthcommon.C: compilation fix: remove explicit array size from
3582 unit_name[] and friends
3584 2004-04-05 Angus Leeming <leeming@lyx.org>
3586 * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
3588 * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
3589 present only for the preferences dialog.
3590 (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
3592 2004-04-05 Angus Leeming <leeming@lyx.org>
3594 * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
3595 to enable the frontends to export changes to lyxrc correctly.
3597 * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
3599 2004-04-07 André Pönitz <poenitz@gmx.net>
3601 * cursor.[Ch] (selClear, adjust): remove math
3603 * cursor_slice.C: more agressive assert
3606 * BufferView_pimpl.C: rework mouse event dispatch
3613 2004-04-05 André Pönitz <poenitz@gmx.net>
3615 * cursor.[Ch] (valign, halign...): remove unneeded functions
3617 2004-04-05 Angus Leeming <leeming@lyx.org>
3619 * lyxlength.[Ch] (unit_name et al.): const-correct.
3621 2004-04-05 Angus Leeming <leeming@lyx.org>
3623 * BufferView_pimpl.C:
3632 * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
3634 2004-04-01 Alfredo Braunstein <abraunst@lyx.org>
3636 * text3.C (getStatus): add LFUN_BEGINNINGBUF
3638 2004-04-01 Alfredo Braunstein <abraunst@lyx.org>
3640 * lyxfind.C: add a couple of inTexted() tests + other small fixes
3641 * BufferView_pimpl.[Ch] (getStatus)
3642 * BufferView.[Ch] (getStatus): add
3643 * lyxfunc.C (getStatus): move lfuns handled in
3644 BufferView::dispatch to te function above
3645 * Cursor.C (setSelection): set selection() = true
3647 2004-04-01 Alfredo Braunstein <abraunst@lyx.org>
3649 * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
3651 2004-03-31 Angus Leeming <leeming@lyx.org>
3653 * lyxfunc.C (dispatch): Fall through to the generic
3654 Dialogs::show("preamble").
3656 2004-03-31 Angus Leeming <leeming@lyx.org>
3658 * lyxfunc.C (dispatch): Fall through to the generic
3659 Dialogs::show("spellchecker").
3661 2004-03-31 Angus Leeming <leeming@lyx.org>
3663 * lyxfunc.C (getStatus, dispatch): changed invocation of the
3666 2004-03-31 Alfredo Braunstein <abraunst@lyx.org>
3671 * insetiterator.[Ch]:
3676 * undo.[Ch]: s/DocumentIterator/DocIterator/g
3678 2004-03-31 Alfredo Braunstein <abraunst@lyx.org>
3680 * BufferView.C (setCursor, putSelectionAt): call edit to open the
3681 insets where we are putting the cursor.
3683 2004-03-31 Angus Leeming <leeming@lyx.org>
3686 * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
3688 * lyxrc.[Ch] (read, write): overloaded member functions taking
3689 a std::[io]stream arguments.
3691 * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
3693 2004-03-31 Angus Leeming <leeming@lyx.org>
3695 * lyxfunc.C (loadTextclass): new helper function, invoked by two of
3696 dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
3698 * lyxtextclass.C (load): if the text class couldn't be loaded, then
3699 don't overwrite 'loaded_ = false' with 'loaded_ = true' !
3701 2004-03-31 Angus Leeming <leeming@lyx.org>
3703 * lyxfunc.C (dispatch): remove the cursor-manipulation code from
3704 the LFUN_ALL_INSETS_TOGGLE code.
3706 2004-03-30 Angus Leeming <leeming@lyx.org>
3708 * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
3709 has died. Fall through to the generic Dialogs::show("document").
3711 2004-03-30 Angus Leeming <leeming@lyx.org>
3714 * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
3715 LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
3717 * lyxfunc.C (getStatus, dispatch): define the actions for these
3718 lfuns. Little more than a cut and pste job from ControlDocument.C
3720 * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
3722 2004-03-30 Angus Leeming <leeming@lyx.org>
3725 * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
3726 LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
3728 * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
3729 open/closed state of ollapsable insets. Usage:
3731 all-inset-toggle <state> <name>, where
3732 <state> == "open" || "closed" || "toggle" and
3733 <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
3735 * lyxtext.h, text2.C (toggleInset): removed.
3737 * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
3738 LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
3739 now passes LFUN_INSET_TOGGLE to the found inset.
3741 * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
3742 is now invoked as "all-insets-toggle toggle branch".
3744 2004-03-30 Angus Leeming <leeming@lyx.org>
3748 * pariterator.[Ch]: added/corrected header blurb.
3750 2004-03-30 Alfredo Braunstein <abraunst@lyx.org>
3752 * dociterator.[Ch]: add an inset_ member
3753 (backwardPos): implemented
3754 (backwardPos, forwardPos): use inset_ when the stack is empty.
3755 (doc_iterator_begin, doc_iterator_end): implemented
3756 * pariterator.[Ch]: adjust, add begin, end
3757 * insetiterator.[Ch]: adjust, add begin, end
3761 * BufferView_pimpl.C:
3762 * CutAndPaste.C: adjust
3764 2004-03-29 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
3766 * buffer.C: increment file format to 232.
3767 * LaTeXFeatures.C: add bibtopic package.
3768 * bufferparams.[Ch]: param \use_bibtopic.
3770 * lyxrc.[Ch]: add lyxrc bibtex_command
3771 * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
3773 * buffer.C: increment file format to 231.
3775 2004-03-28 Alfredo Braunstein <abraunst@lyx.org>
3777 * dociterator.C: implement forwardPar
3778 * iterators.[Ch]: remove, replaced by
3779 * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
3781 * BufferView_pimpl.C:
3784 * bufferview_funcs.C:
3790 * Makefile.am: adjust
3792 2004-03-28 Alfredo Braunstein <abraunst@lyx.org>
3794 * CutAndPaste.C (pasteSelection): fix 2 crashes
3795 (eraseSelection): fix a crash
3796 * paragraph_funcs.C: remove a warning
3798 2004-03-28 Angus Leeming <leeming@lyx.org>
3801 * LyXAction.C (init): new LFUN_PRINT.
3803 * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
3805 2004-03-27 Angus Leeming <leeming@lyx.org>
3808 * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
3810 * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
3812 2004-03-27 Angus Leeming <leeming@lyx.org>
3814 * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
3815 insetlist always contains non-null pointers to insets.
3817 2004-03-26 Angus Leeming <leeming@lyx.org>
3819 * src/BufferView_pimpl.C:
3820 * src/CutAndPaste.C:
3823 * src/output_plaintext.C:
3824 * src/outputparams.h:
3825 * src/paragraph_funcs.C:
3829 * src/frontends/controllers/ControlErrorList.C:
3830 * src/frontends/gtk/FileDialogPrivate.C:
3831 * src/frontends/gtk/GPainter.C:
3832 * src/frontends/gtk/GToolbar.C:
3833 * src/frontends/qt2/QRef.C:
3834 * src/mathed/math_scriptinset.C: squash compiler warnings.
3836 2004-03-26 Angus Leeming <leeming@lyx.org>
3838 * ispell.C (LaunchIspell::start):
3839 * lyx_cb.C (AutoSaveBuffer::start):
3840 invoke run(DontWait) rather than runNonBlocking().
3842 2004-03-26 Alfredo Braunstein <abraunst@lyx.org>
3844 * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
3846 2004-03-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3848 * kbsequence.C (print): adjust
3850 * kbmap.C (printKeySym): rename and change signature
3851 (printKey): use LyXKeySym::print()
3853 2004-03-26 Martin Vermeer <martin.vermeer@hut.fi>
3855 * undo.C: add using std::advance to compile for stlport
3857 2004-03-24 Angus Leeming <leeming@lyx.org>
3859 * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
3860 it leads to a crash when no buffer is present.
3862 2004-03-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3863 Martin Vermeer <martin.vermeer@hut.fi>
3865 * lyxfunc.C (dispatch):
3866 * bufferparams.C (readToken): use the new LColor::setColor
3868 * LColor.[Ch] (setColor): new version that takes two strings as
3869 argument and creates a new color entry if necessary
3871 2003-02-12 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
3873 * buffer.C (makeLaTeXFile): if the main latex file that is
3874 processed is usually a subdocument of some master, then pretend
3875 for a while that it is actually the master
3877 2003-02-10 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
3879 * buffer.C (getLabelList):
3880 (getBibkeyList): use getMasterBuffer()
3881 (getMasterBuffer): new method. Returns the main document in the
3882 case where one is using included documents.
3884 2004-03-25 André Pönitz <poenitz@gmx.net>
3888 * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
3890 * ParagraphList_fwd.h: change ParagraphList to a std::vector
3892 * CutAndPaste.[Ch]: simpler interface by moving some stuff from
3893 text*.C over here. Rename namespace CutAndPaste to lyx::cap
3895 * ParameterStruct.h: merge with ParagraphParameters
3897 * lyxtext.h: remove LyXText::parOffset() and getPar()
3899 * text3.C: Remove all 'manual' update calls. We do now one per user
3900 interaction which is completely sufficient.
3904 * BufferView_pimpl.C:
3905 * FontIterator.[Ch]:
3907 * ParagraphParameters.[Ch]:
3912 * cursor_slice.[Ch]:
3919 * output_docbook.[Ch]:
3920 * output_latex.[Ch]:
3921 * output_linuxdoc.[Ch]:
3922 * output_plaintext.[Ch]:
3924 * paragraph_funcs.[Ch]:
3925 * paragraph_pimpl.[Ch]:
3933 * frontends/controllers/ControlDocument.C:
3934 * frontends/controllers/ControlErrorList.C:
3935 * frontends/controllers/ControlSpellchecker.C:
3938 * insets/insetbase.h:
3939 * insets/insetbibitem.C:
3940 * insets/insetbox.C:
3941 * insets/insetbranch.C:
3942 * insets/insetcaption.C:
3943 * insets/insetcharstyle.C:
3944 * insets/insetcharstyle.h:
3945 * insets/insetcollapsable.C:
3946 * insets/insetcollapsable.h:
3947 * insets/insetert.C:
3948 * insets/insetfloat.C:
3949 * insets/insetfoot.C:
3950 * insets/insetmarginal.C:
3951 * insets/insetnote.C:
3952 * insets/insetoptarg.C:
3953 * insets/insettabular.C:
3954 * insets/insettext.C:
3955 * insets/insettext.h:
3956 * insets/insetwrap.C:
3957 * mathed/math_mboxinset.C:
3958 * mathed/math_nestinset.C:
3959 * mathed/math_scriptinset.C:
3960 * mathed/math_scriptinset.h:
3963 2004-03-24 Angus Leeming <leeming@lyx.org>
3965 * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
3966 deal with any child processes that have finished but are waiting to
3967 communicate this fact to the rest of LyX.
3969 2004-03-24 Angus Leeming <leeming@lyx.org>
3971 64-bit compile fixes.
3973 * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
3974 (c-tor): pass lyx::pos_types rather than ints.
3976 * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
3979 * text.C (Delete): compile fix.
3980 (getPar): ensure that function declaration is the same as that in
3983 2004-03-23 Angus Leeming <leeming@lyx.org>
3985 * ispell.C (LaunchIspell):
3986 * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
3987 a boost::shred_ptr rather than a std::auto_ptr.
3989 2004-03-22 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
3991 * lyxfunc.C (getStatus): handle read-only buffers correctly;
3992 handle LFUN_FILE_INSERT_*
3994 * lyxrc.C (setDefaults, getDescription, output, read):
3995 * lyxrc.h: remove ps_command
3997 2004-03-22 Angus Leeming <leeming@lyx.org>
3999 * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
4000 Ensure that error_handler is processed once only and that all data
4001 is saved before attempting to output any warning messages.
4003 * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
4005 2004-03-21 Alfredo Braunstein <abraunst@lyx.org>
4007 * tabular.C (TeXRow): crash fix (from Kayvan and Andr�
4009 2004-03-19 André Pönitz <poenitz@gmx.net>
4011 * cursor.[Ch] (reset): take main text inset as argument
4013 * BufferView: adjust
4014 * BufferView_pimpl.C: adjust
4016 * paragraph.[Ch]: fix completely broken operator=()
4018 2004-03-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
4020 * LColor.C (getFromLyXName): make sure that the color name is used
4023 2004-03-17 Angus Leeming <leeming@lyx.org>
4026 * LyXAction.C (init): remove LFUN_FORKS_KILL.
4028 * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
4029 dialog and to kill a forked process.
4031 2004-03-17 Alfredo Braunstein <abraunst@lyx.org>
4033 * text2.C (setCursorFromCoordinates): fix font problem
4035 2004-03-17 Alfredo Braunstein <abraunst@lyx.org>
4037 * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
4038 bogus "rebuild cursor" code
4040 2004-03-11 André Pönitz <poenitz@gmx.net>
4042 * buffer.[Ch]: use InsetText instead of LyXText as container for
4045 * dociterator.[Ch]: drop the BufferView * member which is not needed
4046 anymore after the change to buffer.C
4048 * paragraph_funcs.C:
4052 * BufferView_pimpl.[Ch]:
4054 * cursor_slice.[Ch]: adjust
4056 * text3.C: fix bug in mathDispatch
4058 2004-03-08 André Pönitz <poenitz@gmx.net>
4060 * undo.[Ch]: use 'StableDocumentIterator' as base for
4063 2004-03-07 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4066 * bufferparams.[Ch]: add jurabib support and param.
4068 * LaTeX.C: add FIXME/comment.
4070 2004-03-05 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4072 * buffer.C: increment file format to 230.
4074 2004-03-04 Alfredo Braunstein <abraunst@lyx.org>
4076 * cursor.C (dispatch): avoid infinite loops
4078 2004-03-01 Alfredo Braunstein <abraunst@lyx.org>
4080 * rowpainter.C (paintSelection): fix x coordinates
4082 2004-03-01 Alfredo Braunstein <abraunst@lyx.org>
4084 * text.C (rowBreakPoint): fix breaking before displayed insets
4086 2004-03-01 André Pönitz <poenitz@gmx.net>
4088 * dociterator.[Ch]: new class for the 'iterator part' of Cursor.
4090 * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
4094 * BufferView_pimpl.C:
4102 2004-03-01 Alfredo Braunstein <abraunst@lyx.org>
4108 * BufferView_pimpl.C: rename textwidth -> maxwidth,
4109 prepareToPrint -> computeRowMetrics and remove textWidth accessor.
4111 2004-03-01 Alfredo Braunstein <abraunst@lyx.org>
4113 * Bidi.[Ch] (computeTables): const correctness
4114 * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
4115 fill_hfill, fill_label_hfill and x from Row
4116 * lyxtext.h: prepareToPrint returns a RowMetrics
4117 * rowPainter.C: adjust
4118 * text.C (prepareToPrint): use width, not textWidth. adjust
4119 (redoParagraphInternal, cursorX): adjust
4120 * text2.C (getColumnNearX): adjust
4121 (init): put a default value to the top LyXText::width
4123 2004-03-01 Alfredo Braunstein <abraunst@lyx.org>
4125 * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
4127 2004-03-01 Alfredo Braunstein <abraunst@lyx.org>
4129 * lyxtext.h: add FontIterator class
4131 * text.C (FontIterator, operator*, operator->, operator++): add
4132 (rowBreakPoint, setRowWidth): adjust (fixing a
4135 2004-02-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
4137 * BufferView_pimpl.C (workAreaDispatch): allow also
4138 LFUN_FILE_OPEN, which is used by the drag-and-drop code.
4140 2004-02-27 Alfredo Braunstein <abraunst@lyx.org>
4142 * text.C (rowBreakPoint): fix a bug showing with very large insets
4144 2004-02-25 André Pönitz <poenitz@gmx.net>
4147 * cursor.[Ch]: move some mathed specific code to mathed
4149 2004-02-21 Georg Baum <Georg.Baum@post.rwth-aachen.de>
4151 * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
4152 use_tempdir in preferences
4153 * buffer.C (readFile), lyxvc.C (getLogFile): check success of
4155 * lyx_main.C: ensure that tempdir is valid
4156 * lyxlex.h: correct typo
4157 * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
4158 * paragraph.[Ch] (isMultiLingual): make const
4159 * cursor.[Ch] (openable): make const
4161 2004-02-20 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4163 * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
4165 2004-02-20 André Pönitz <poenitz@gmx.net>
4167 * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
4169 * cursor.[Ch]: prepare for localized getStatus()
4175 * text3.C: streamlines the LyXText cursor movement handlers a bit.
4177 2004-02-20 André Pönitz <poenitz@gmx.net>
4179 * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
4181 2004-02-16 Alfredo Braunstein <abraunst@lyx.org>
4183 * text2.C (setCursorFromCoordinates): switch to absolute coords
4185 (cursorDown): adjust
4186 * text3.C (dispatch): adjust
4188 2004-02-16 André Pönitz <poenitz@gmx.net>
4190 * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
4193 * cursor_slice.[Ch]: remove unneeded acessor function
4195 * lyxtext.h: rename rtl() to isRTL()
4203 2004-02-16 Alfredo Braunstein <abraunst@lyx.org>
4205 * rowpainter.C (paintSelection): coord fix
4207 2004-02-15 Georg Baum <Georg.Baum@post.rwth-aachen.de>
4209 * Spacing.C: compile fix
4211 2004-02-13 Alfredo Braunstein <abraunst@lyx.org>
4213 * cursor.C (dispatch): restore current_ before returning
4215 2004-02-13 Alfredo Braunstein <abraunst@lyx.org>
4217 * text2.C (cursorUp, cursorDown): fix coords
4220 2004-02-12 André Pönitz <poenitz@gmx.net>
4225 * text3.C: add Cursor & parameter to most cursor movement functions
4226 remove usage of LyXText::cursorRow() and cursorPar()
4228 * cursor.[Ch]: add textRow() needed members
4231 * BufferView_pimpl.C:
4234 * BufferView_pimpl.C: adjust
4236 2004-02-11 André Pönitz <poenitz@gmx.net>
4240 * BufferView_pimpl.C: shift undo/redo handling
4242 * cursor.[Ch]: fix mathed crash
4245 * lyxtext.h: move selectionAsText to Cursor
4253 * rowpainter.C: fix excessive drawing
4255 2004-02-06 André Pönitz <poenitz@gmx.net>
4258 * BufferView_pimpl.[Ch]:
4259 * text3.C: move some text specific LFUN handling
4261 2004-02-06 Alfredo Braunstein <abraunst@lyx.org>
4263 * text3.C (checkInsetHit): adjust coords
4264 * text2.C (getColumnNearX): adjust coords
4265 (edit): adjust coords
4266 * text.C (getRowNearY): add two asserts
4268 2004-02-06 Martin Vermeer <martin.vermeer@hut.fi>
4271 * format.C: add using std::distance to compile on gcc 2.95/stlport
4273 2004-02-04 Martin Vermeer <martin.vermeer@hut.fi>
4275 * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
4277 2004-02-04 André Pönitz <poenitz@gmx.net>
4279 * BufferView.[Ch] (insertInset):
4280 * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
4285 2004-02-03 Alfredo Braunstein <abraunst@lyx.org>
4287 * BufferView_pimpl.C (dispatch): remove call to Cursor::dispatch
4288 on the default clause of the switch
4289 * lyxfunc.C (dispatch): call BufferView::dispatch if the event
4290 wasn't catched by Cursor::dispatch
4292 2004-02-03 André Pönitz <poenitz@gmx.net>
4295 * cursor.[Ch]: some additional asserts
4297 * undo.[Ch]: remove LyXText dependency in interface
4301 * lyxtext.h (firstPar, lastPar): remove dead functions
4306 * paragraph.[Ch]: adjust
4308 2004-02-03 Alfredo Braunstein <abraunst@lyx.org>
4310 * lyxfind.C (find): fix argument order in call to ::find
4312 2004-02-02 André Pönitz <poenitz@gmx.net>
4314 * cursor.[Ch]: remove direct access to anchor
4316 * text.C: remove findText() hack
4318 2004-02-02 Alfredo Braunstein <abraunst@lyx.org>
4320 * iterators.[Ch] (lockPath): remove in favour of...
4321 * BufferView.[Ch] (setCursor): this addition
4322 * BufferView.C (putSelectionAt): adjust
4323 * undo.C (performUndoOrRedo): adjust
4324 * lyxfunc.C (dispatch): adjust
4326 2004-02-02 Alfredo Braunstein <abraunst@lyx.org>
4328 * iterators.C (lockPath): add a missing slice
4329 * undo.C (performUndoOrRedo): remove redundant positioning code
4331 2004-02-01 Lars Gullik Bjønnes <larsbj@gullik.net>
4333 * vc-backend.C (scanMaster): ";" -> ';'
4335 2004-01-31 Lars Gullik Bjønnes <larsbj@gullik.net>
4337 * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
4338 std::binary_function
4340 * lyxtextclass.C (compare_name): rename to...
4341 (LayoutNamesEqual): ...this
4343 * lyxlex_pimpl.C (compare_tags): inherit from
4344 std::binary_function, put back into anon namespace
4346 * lyxfind.C (MatchString): inherig from std::binary_function
4347 (findChange): use empty() istead of !size()
4349 * format.C (FormatNamesEqual): new functor
4356 * converter.C (compare_Converter): rename to...
4357 (ConverterEqual): ...this, and fixup a bit.
4358 (getConverter): use it, and make function const
4359 (getNumber): use it, and make function const
4363 * bufferlist.C: add using boost::bind
4365 * MenuBackend.C (MenuNamesEqual): new functor
4366 (hasMenu): use it, and make function const
4367 (hasSubmenu): use nested bind to get rid of compare_memfun.
4369 2004-01-30 André Pönitz <poenitz@gmx.net>
4371 * BufferView_pimpl.C:
4374 * cursor_slice.[Ch]:
4377 * paragraph_funcs.C:
4378 * paragraph_funcs.h:
4382 * text3.C: move some of the edit(x,y) handling to the insets
4383 some coordinate changes.
4385 2004-01-28 Lars Gullik Bjønnes <larsbj@gullik.net>
4387 * text.C: add using statements for std::advance and std::distance
4389 * paragraph.C: add using statement for std::distance
4391 * lyxfind.C: add using statement for std::advance
4393 * cursor.C (region): remove std:: from swap
4394 (openable): use nucleus in stead of operator->
4396 * BufferView.C: add using statements for std::distance and std::swap
4398 2004-01-27 Lars Gullik Bjønnes <larsbj@gullik.net>
4400 * iterators.C: Remove the pimple, move the needed structures to
4401 the header file. Create accessor for the positions stack.
4402 (asPosIterator): remove function
4404 * PosIterator.C (PosIterator): move constructors to top of file
4405 (PosIterator): reimplement the constructor taking a ParIterator in
4407 (setFrom): new function
4408 (operator!=): inline it
4410 2004-01-26 Lars Gullik Bjønnes <larsbj@gullik.net>
4412 * lyxfind.C (replaceAll): use std::advance
4414 * iterators.h: inherit from std::iterator.
4416 * PosIterator.C (advance, distance): remove
4417 * PosIterator.h: interit from std::iterator.
4419 2004-01-26 André Pönitz <poenitz@gmx.net>
4422 * BufferView_pimpl.[Ch]:
4426 * bufferview_funcs.C:
4436 * output_linuxdoc.C:
4437 * output_plaintext.C:
4439 * paragraph_funcs.[Ch]:
4440 * paragraph_pimpl.[Ch]:
4446 * text3.C: more IU: dumps most of the rest of the mathcursor
4447 implementation into cursor.[Ch]; "globalize" a bit of it.
4449 2004-01-25 Angus Leeming <leeming@lyx.org>
4451 * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
4453 2004-01-19 Georg Baum <Georg.Baum@post.rwth-aachen.de>
4455 * LaTeXFeatures.h: add nice_ and nice() const
4456 * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
4458 2004-01-20 André Pönitz <poenitz@gmx.net>
4461 * BufferView_pimpl.C:
4463 * bufferview_funcs.C:
4465 * cursor_slice.[Ch]:
4476 * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
4477 Cursor and mathcursor parts to Cursor and InsetBase.
4479 2004-01-15 André Pönitz <poenitz@gmx.net>
4481 * cursor_slice.[Ch]: add a few covienience functions
4483 * funcrequest.[Ch]: remove BufferView * member
4485 * BufferView_pimpl.C:
4492 * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
4494 2004-01-14 Alfredo Braunstein <abraunst@lyx.org>
4496 * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
4497 * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
4499 2004-01-13 André Pönitz <poenitz@gmx.net>
4502 * lyxtext.h: hide cursor and selection anchor behind accessor function
4505 * BufferView_pimpl.[Ch]:
4507 * bufferview_funcs.C:
4517 * cursor_slice.[Ch]: some integer type changes for inset unification
4519 * lyxcursor.[hC]: remove, it's CursorSlice now.
4522 * BufferView_pimpl.[Ch]:
4523 * bufferview_funcs.C:
4529 * textcursor.[Ch]: adjust
4531 2004-01-08 Alfredo Braunstein <abraunst@lyx.org>
4533 * text2.C (undoSpan): add and use
4534 * text.C (breakParagraph): use undoSpan (fix bug 578)
4537 2004-01-08 Angus Leeming <leeming@lyx.org>
4539 * BufferView_pimpl.C (MenuInsertLyXFile):
4540 * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4541 * lyxfunc.C (menuNew, open, doImport):
4542 FileFilterList change to the FileDialog open and save functions.
4544 2004-01-07 Lars Gullik Bjønnes <larsbj@gullik.net>
4546 * ShareContainer.h: make isEqual and isUnique adaptable
4548 * CutAndPaste.C: make resetOwnerAndChanges adaptable
4550 2004-01-07 Angus Leeming <leeming@lyx.org>
4553 * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
4555 * BufferView_pimpl.C (dispatch): act on these LFUNs.
4557 * lyxfind.[Ch] (find2string, replace2string, find, replace): new
4558 functions replacing find, replace and replaceAll.
4560 * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
4561 LFUN_WORDFIND(FORWARD|BACKWARD).
4563 2004-01-07 Alfredo Braunstein <abraunst@lyx.org>
4565 * text.C (breakParagraph): remove an outdated #warning
4567 2004-01-07 André Pönitz <poenitz@gmx.net>
4569 * lyxfind.C: somewhat clearer logic
4571 * text.C: prevent crash in cursorX on unitialized row cache
4573 2004-01-07 Alfredo Braunstein <abraunst@lyx.org>
4575 * lyxcursor.[Ch] (operator>): add
4576 * textcursor.C (selStart, selEnd): use std::min and std::max
4578 2004-01-06 Lars Gullik Bjønnes <larsbj@gullik.net>
4580 * Chktex.C: include boost/format.hpp
4582 2004-01-05 Lars Gullik Bjønnes <larsbj@gullik.net>
4584 * InsetList.C: replace functor MathcIt with adaptable functor
4586 (insetIterator): modify accordingly
4588 * BranchList.h: move the BranchNamesEqual functor here from...
4589 * BranchList.C: ... to here
4591 * BranchList.C: new BranchListEqual fuctor, use it. Remove
4593 (add): replace a finding loop with std::find_if.
4595 2003-12-31 Martin Vermeer <martin.vermeer@hut.fi>
4597 * output_docbook.C: moving LatexParam functionality into
4600 2003-12-29 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4602 * buffer.C: increment format to 229.
4604 2003-12-28 Michael Schmitt <michael.schmitt@teststep.org>
4607 * lyx_sty.[Ch]: remove minipageindent_def
4613 * text3.C: remove LFUN_INSET_MINIPAGE
4615 2003-12-28 Angus Leeming <leeming@lyx.org>
4617 * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
4619 2003-12-19 Alfredo Braunstein <abraunst@lyx.org>
4621 * text2.C (setParagraph): fix off-by-one crash
4623 2003-12-18 Martin Vermeer <martin.vermeer@hut.fi>
4625 * output_docbook.C: header stuff for AGU
4627 2003-12-17 Alfredo Braunstein <abraunst@lyx.org>
4629 * text2.C (redoCursor): remove
4632 * BufferView_pimpl.C: remove calls to redoCursor and
4633 setCursor(cursor.par(), cursor.pos()) all around
4635 2003-12-15 Angus Leeming <leeming@lyx.org>
4637 * buffer.C: up the format to 228.
4639 2003-12-15 André Pönitz <poenitz@gmx.net>
4641 * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
4646 * BufferView_pimpl.C:
4655 2003-12-15 Angus Leeming <leeming@lyx.org>
4657 * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
4658 than getFromGUIName to manipulate the color.
4660 2003-12-14 Angus Leeming <leeming@lyx.org>
4662 * BranchList.[Ch]: minimize the API.
4663 (Branch::getBranch, getColor): now return a 'const &'.
4664 (Branch::setSelected) now returns a bool set to true if the
4665 selection status changes.
4666 (BranchList::clear, size, getColor, setColor, setSelected,
4667 allBranches, allSelected, separator): removed.
4668 (BranchList::find): new functions, returning the Branch with
4670 (BranchList::add, remove): return a bool indicating that
4671 the operation was successful.
4673 * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
4674 new InsetBranch::isBranchSlected member function.
4676 * LColor.[Ch]: mimimize the API.
4677 (fill): renamed as addColor and made private.
4678 (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
4679 versions of these functions taking a string arg have been removed.
4681 * bufferparams.C (readToken):
4682 * lyxfunc.C (dispatch):
4683 * lyxrc.C (read): changes due to the altered BranchList and
4686 * factory.C (createInset, readInset): changes due to altered
4689 2003-12-14 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4692 * lyxfunc.C: remove insetminipage. "minipage-insert"
4693 now produces a frameless minipage box inset.
4695 2003-12-12 Alfredo Braunstein <abraunst@lyx.org>
4697 * textcursor.[Ch] (selStart,selEnd): add new methods
4698 remove selection::start, end, use LyXCursor::operator<
4699 * lyxcursor.[Ch] (operator<): add
4700 * BufferView_pimpl.[Ch]: add new struct xsel_cache_
4701 * BufferView.[Ch] (unsetXSel): add
4702 * text2.C (clearSelection): use unsetXSel,adjust
4705 * rowpainter.C: adjust
4706 * bufferview_funcs.C (put_selection_at): adjust
4708 2003-12-12 Alfredo Braunstein <abraunst@lyx.org>
4710 * BufferView_pimpl.C: small coord. correction
4712 2003-12-12 Alfredo Braunstein <abraunst@lyx.org>
4714 * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
4715 dragging over the splash screen.
4717 2003-12-11 Angus Leeming <leeming@lyx.org>
4719 * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
4720 as it is now handled in LyXText::dispatch.
4722 * text3.C (doInsertInset): remove a level of nesting.
4724 2003-12-11 Angus Leeming <leeming@lyx.org>
4726 * factory.C (createInset): changes due to the changed interface to
4727 InsetCommandMailer::string2params.
4729 2003-12-10 Angus Leeming <leeming@lyx.org>
4731 * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
4732 'dialog-show-new-inset <inset name>'
4734 2003-12-10 Angus Leeming <leeming@lyx.org>
4736 * buffer.C: up the format to 227.
4738 * factory.C: the box inset is now identified simply by 'Box'.
4740 2003-12-10 Angus Leeming <leeming@lyx.org>
4742 * buffer.C: up the format to 226.
4744 * factory.C: the note inset is now identified simply by 'Note'.
4746 2003-12-08 Alfredo Braunstein <abraunst@libero.it>
4748 * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
4749 when a pit is enough. Standarize a couple of loops.
4751 2003-12-05 Angus Leeming <leeming@lyx.org>
4753 * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
4754 "vclog" explicitly, passing the appropriate "<logtype> <filename>"
4755 data to the re-worked "log" dialog.
4757 2003-12-03 André Pönitz <poenitz@gmx.net>
4763 * paragraph_funcs.C:
4765 * text2.C: use Inset::getText instead of Inset::getParagraph
4767 2003-12-03 André Pönitz <poenitz@gmx.net>
4771 * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
4772 InsetText::read() as LyXText::read()
4774 2003-12-02 Angus Leeming <leeming@lyx.org>
4776 * lyxlex.[Ch] (operator void const *): add the 'const' to the return
4777 type. Add a comment in the implementation that the function uses
4778 the stream's bad() function rather than fail() as the std::streams
4781 2003-12-02 André Pönitz <poenitz@gmx.net>
4783 * lyxlex.[Ch]: make interface more similar to std::stream
4785 * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
4787 2003-12-01 Martin Vermeer <martin.vermeer@hut.fi>
4789 * lyxtextclass.[Ch]: add latexparam to CharStyle inset
4791 2003-12-01 Michael Schmitt <michael.schmitt@teststep.org>
4793 * vspace.[Ch]: remove VSpace::NONE
4795 2003-12-01 André Pönitz <poenitz@gmx.net>
4798 * lyxtext.h: move ParagraphList member to LyXText
4799 rename LyXText::ownerParagraphs to LyXText::paragraph
4802 * bufferview_funcs.C:
4812 * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
4814 * undo.C: fix cursor positioning
4816 2003-12-01 John Levon <levon@movementarian.org>
4818 * BufferView_pimpl.C: fix a crash on exit with
4821 2003-11-30 Martin Vermeer <martin.vermeer@hut.fi>
4823 * BranchList.C: fix setSelected() method.
4825 2003-11-28 André Pönitz <poenitz@gmx.net>
4827 * ParagraphParameters.[Ch]:
4828 * ParameterStruct.h: remove space above/below from Paragraph to
4831 * BufferView_pimpl.C:
4837 * paragraph_funcs.C:
4843 2003-11-28 Martin Vermeer <martin.vermeer@hut.fi>
4845 * factory.C: Syntax change for CharStyles
4847 2003-11-28 André Pönitz <poenitz@gmx.net>
4852 * buffer.[Ch]: move LyXText member
4854 2003-11-28 André Pönitz <poenitz@gmx.net>
4856 * BufferView.[Ch]: make LyXText * text a private member
4858 * BufferView_pimpl.C:
4869 * output_plaintext.C: cleanup
4871 2003-11-27 Martin Vermeer <martin.vermeer@hut.fi>
4874 * lyxtextclass.[Ch]: parametrize SGML document header
4876 2003-11-27 Martin Vermeer <martin.vermeer@hut.fi>
4879 * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
4882 2003-11-27 Alfredo Braunstein <abraunst@lyx.org>
4884 * text2.C (setFont): rework using PosIterator (no more recursive)
4885 (setCharFont): no more needed
4886 (setLayout): no more selection cursors fiddling (done by redoCursor)
4887 * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
4888 destroy remaining ones)
4890 2003-11-26 Alfredo Braunstein <abraunst@lyx.org>
4892 * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
4894 * text2.C: same thing + updateCounters fix + redoCursor also adjusts
4897 * text3.C: adjust + re-allow multi par depth changes
4898 * textcursor.C: simplify a bit
4900 2003-11-25 Martin Vermeer <martin.vermeer@hut.fi>
4906 * src/output_docbook.C:
4907 * src/output_latex.C:
4912 * src/text2.C: Introducing a number of tags parametrizing various
4913 XML formats that we may want to support
4915 2003-11-25 André Pönitz <poenitz@gmx.net>
4917 * InsetList.[Ch] (begein, end): inline as suggested by profiler
4919 * lyxtext.h (leftMargin/rightMargin): simplify interface
4926 2003-11-24 Georg Baum <Georg.Baum@post.rwth-aachen.de>
4928 * lyxfunc.C (dispatch): propogate the bibtex databases from the
4929 master file to any child files. Fixes bug 546.
4931 2003-11-24 Alfredo Braunstein <abraunst@lyx.org>
4933 * lyxfind.C (findNextChange): remove unneeded bv->text->init call
4935 2003-11-24 André Pönitz <poenitz@gmx.net>
4937 * rowpainter.C: simplification
4939 * text2.C (updateCounters): remove call to redoParagraph on
4940 changed labels as this is far too expensive.
4942 2003-11-24 Alfredo Braunstein <abraunst@lyx.org>
4944 * converter.C (convert): fix a crash: this function gets
4945 called with buffer == 0 from importer code.
4947 2003-11-22 Lars Gullik Bjønnes <larsbj@gullik.net>
4949 * text3.C (cursorPrevious): make sure that we do not compare
4950 iterators form different containers.
4953 * rowpainter.C (paintSelection): make sure that we do not compare
4954 iterators from different containers.
4956 * text3.C (dispatch): [PRIOR] make sure that we do not compare
4957 iterators from different ParagraphList containers.
4960 * text2.C (LyXText): change order of initialization slightly
4961 (operator=): new function. copy all variables except cache_par_
4962 (moveUp): make sure that we do not compare iterators from
4963 different ParagraphList constainers.
4966 * text.C (firstPar): new function
4967 (lastPar): new function
4968 (endPar): new function
4970 * lyxtext.h: move things around and group public functions, public
4971 variables, private functions, private variables
4973 2003-11-21 Michael Schmitt <michael.schmitt@teststep.org>
4975 * factory.C: change call to InsetERT constructor to avoid
4976 additional invocation of method status
4977 * text2.C (toggleInset): remove redundant update() call
4978 * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
4979 instead of a Bufferview pointer
4981 2003-11-21 André Pönitz <poenitz@gmx.net>
4983 * rowpainter.C: simplification
4985 2003-11-21 Alfredo Braunstein <abraunst@lyx.org>
4987 * text3.C (dispatch): make possible to extend a word/row selection
4990 2003-11-21 Alfredo Braunstein <abraunst@lyx.org>
4992 * lyxtext.h: x0_,y0_ -> xo_,yo_
4993 * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
4994 * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
4995 * rowpainter.C (paintRows): paint full paragraphs
4997 2003-11-20 Alfredo Braunstein <abraunst@lyx.org>
4999 * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
5002 2003-11-20 Alfredo Braunstein <abraunst@lyx.org>
5004 * lyxtext.h: add x0_, y0_
5005 * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
5006 * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
5008 2003-11-18 Alfredo Braunstein <abraunst@lyx.org>
5010 * text2.C (setCursorIntern): move the x_target update here *
5011 * text3.C: change some bv() to true/false in calls to
5012 cursorUp/Down/Right/Left
5013 * cursor.C: use helper function.
5015 2003-11-17 Alfredo Braunstein <abraunst@lyx.org>
5017 * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
5018 * paragraph_funcs.[Ch]: correct comment
5019 * rowpainter.C: do not paint selections away from bv->cursor()
5020 Fix a long standing selection painting bug.
5021 * text3.C: generalize mouse-selection code to LyXTexts other that
5023 * textcursor.C: do not use y coords if we can use par offsets
5025 2003-11-17 Alfredo Braunstein <abraunst@lyx.org>
5027 * lyxfunc.C (dispatch): add a missing Cursor::updatePos (fix
5028 cursor position after e.g. inset insert)
5030 2003-11-16 Alfredo Braunstein <abraunst@lyx.org>
5032 * lyxfind.C (replace): adjust to locking removal + some
5035 2003-11-14 Alfredo Braunstein <abraunst@lyx.org>
5037 * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
5040 2003-11-14 Martin Vermeer <martin.vermeer@hut.fi>
5043 * output_docbook.C: XML sanitation: new layout
5044 parameters InnerTag and CommandDepth
5046 2003-11-13 Martin Vermeer <martin.vermeer@hut.fi>
5048 * BufferView_pimpl.C:
5050 * text3.C: Fix the insertion and modification of button-style
5053 2003-11-13 André Pönitz <poenitz@gmx.net>
5055 * InsetList.[Ch]: remove deleteLyXText
5057 * paragraph.[Ch]: cache beginOfBody position
5062 * text3.C: remove superfluous update() calls
5066 2003-11-13 Alfredo Braunstein <abraunst@lyx.org>
5068 * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
5069 * BufferView.C (fitLockedInsetCursor): remove
5070 * cursor.[Ch] (getDim): add
5071 * text.C (getRowNearY): add faster version
5072 * text3.C: remove some update calls
5074 2003-11-12 Martin Vermeer <martin.vermeer@hut.fi>
5086 * text3.C: The Character Style /XML short element patch.
5088 2003-11-11 Martin Vermeer <martin.vermeer@hut.fi>
5091 * factory.C: Small step to solving 'unable to insert some insets'
5094 2003-11-11 Alfredo Braunstein <abraunst@lyx.org>
5096 * cursor.[Ch] (updatePos): new function for updating the y
5097 position of the tip inset
5098 * bufferview_funcs.C (put_selection_at):
5099 * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
5101 2003-11-11 André Pönitz <poenitz@gmx.net>
5103 * text.C: remove big comment on invalid Paragraph pointers as it is
5106 2003-11-11 André Pönitz <poenitz@gmx.net>
5108 * text_funcs.[Ch]: merge with ...
5116 * Makefile.am: remove text_funcs.[Ch]
5118 2003-11-11 Alfredo Braunstein <abraunst@libero.it>
5120 * cursor.C (getPos): return absolute cached y coord
5122 * BufferView_pimpl.C (fitCursor): new simplistic code
5123 (workAreaDispatch): add a fitCursor call
5125 2003-11-10 André Pönitz <poenitz@gmx.net>
5128 * BufferView_pimpl.[Ch]: merge update() and updateInset()
5130 2003-11-10 André Pönitz <poenitz@gmx.net>
5132 * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
5133 LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
5134 indicate that the cursor needs to leave an inset
5136 * lyxtext.h: remove inset locking
5138 * cursor.[Ch]: re-implement functionality provided by inset locking
5141 * BufferView_pimpl.[Ch]:
5143 * bufferview_funcs.[Ch]:
5155 2003-11-07 Alfredo Braunstein <abraunst@libero.it>
5157 * PosIterator.[Ch]: replace the stack with a vector, add inset
5159 * iterators.[C]: adjust
5161 2003-11-06 Alfredo Braunstein <abraunst@libero.it>
5163 * lyxfind.C (replaceAll): mark the buffer dirty if something was
5165 * paragraph_funcs.C (readParToken): put the correct id in the
5166 error item, not the id of the top paragraph
5168 2003-11-06 Alfredo Braunstein <abraunst@libero.it>
5170 * iterators.[Ch] (ParIterator): new PosIterator-based ctor
5171 * bufferview_funcs.C (put_selection_at): use the above
5173 2003-11-05 Alfredo Braunstein <abraunst@libero.it>
5175 * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
5177 2003-11-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
5179 * output_linuxdoc.h:
5180 * output_plaintext.h:
5182 * output_docbook.h: add #include statements
5184 2003-11-05 José Matos <jamatos@lyx.org>
5186 * output_docbook.[Ch]:
5187 * output_latex.[Ch]:
5188 * output_linuxdoc.[Ch]:
5189 * output_plaintext.[Ch]: New files for output formats.
5190 * output.[Ch]: New file for helper functions.
5193 * paragraph_funcs.[Ch]: output functions moved to new files.
5195 * outputparams.h: rename of latexrunparams.h
5203 * paragraph_funcs.[Ch]:
5204 * paragraph_pimpl.[Ch]:
5205 * tabular.[Ch]: rename ascii to plaintext
5206 and LatexRunParams to OutputParams.
5208 2003-11-05 Alfredo Braunstein <abraunst@libero.it>
5210 * iterators.[Ch] (text): require bv argument
5211 * undo.C (recordUndo):
5212 * lyxfunc.C (dispatch):
5213 * bufferview_funcs.C (put_selection_at): adjust
5215 2003-11-05 Jo� Luis M. Assirati <assirati@fma.if.usp.br>
5217 * lyxsocket.C: export variables XEDITOR and LYXSOCKET
5219 2003-11-05 Alfredo Braunstein <abraunst@libero.it>
5221 * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
5224 2003-11-04 André Pönitz <poenitz@gmx.net>
5226 * cursor.[Ch]: restructure
5229 * BufferView_pimpl.[Ch]: new Cursor cursor_ member
5231 * iterators.[Ch] (asCursor): remove
5233 * lfuns.h: remove LFUN_INSET_EDIT
5239 * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
5241 2003-11-04 Alfredo Braunstein <abraunst@libero.it>
5243 * lyxfind.[Ch]: complete overhaul
5244 * BufferView_pimpl.C:
5246 * paragraph.[Ch] (insert): add
5248 2003-11-04 Alfredo Braunstein <abraunst@libero.it>
5252 * text.C: remove dead spellcheck code
5254 2003-11-04 Lars Gullik Bjønnes <larsbj@gullik.net>
5256 * dispatchresult.h: add a val setter
5258 * cursor.C (dispatch): use a tempvar for data_[i]
5260 2003-11-04 Alfredo Braunstein <abraunst@libero.it>
5262 * PosIterator.[Ch]: compile fix
5264 2003-11-04 Alfredo Braunstein <abraunst@libero.it>
5266 * text.C (cursorPar): deactivate the cursor cache
5268 2003-11-03 Alfredo Braunstein <abraunst@libero.it>
5270 * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
5272 2003-11-03 Lars Gullik Bjønnes <larsbj@gullik.net>
5274 * text3.C (dispatch): adjust for new DisptchResult semantics.
5276 * lyxfunc.C (dispatch): handle update when return from
5277 Cursor::dispatch, adjust for new DispatchResult semantics.
5279 * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
5280 DispatchResult(true) mean to not update. Add class functions for
5281 setting dispatched and update, as well as reading.
5283 * cursor.C (dispatch): don't handle update here
5285 2003-11-03 Lars Gullik Bjønnes <larsbj@gullik.net>
5287 * trans_mgr.h: store t1_ and t2_ in scoped_ptr
5288 * trans_mgr.C: adjust
5290 * paragraph_funcs.C (readParToken): exception safety
5292 * lyxvc.h: store the vcs pointer in a scoped_ptr
5295 * lyxsocket.C (serverCallback): exception safety
5297 * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
5299 * ispell.C (clone): make it return a auto_ptr
5301 * factory.C (createInset): exception safety
5302 (readInset): exception safety
5304 * bufferlist.C (newBuffer): exception safety
5306 * Thesaurus.C (Thesaurus): use initialization for aik_
5308 * MenuBackend.C (expandToc): exception safety.
5310 2003-11-03 André Pönitz <poenitz@gmx.net>
5314 * bufferview_funcs.C: remove getInsetFromId()
5317 * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
5323 2003-11-03 Alfredo Braunstein <abraunst@libero.it>
5325 * PosIterator.C (distance, advance): new
5326 * bufferview_funcs.[Ch] (put_selection_at): new
5327 * iterators.[Ch] (lockPath): new
5329 2003-11-02 Alfredo Braunstein <abraunst@libero.it>
5331 * iterators.[Ch] (asPosIterator): added
5332 * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
5333 * PosIterator.[Ch]: added
5335 2003-11-01 Lars Gullik Bjønnes <larsbj@gullik.net>
5339 * cursor.C (dispatch):
5340 * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
5342 * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
5343 DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
5344 contructor, add a class function dispatched. Remove operator>=
5346 2003-11-01 Lars Gullik Bjønnes <larsbj@gullik.net>
5348 * debug.C: only use the default constructor for debugstream
5351 * main.C (main): include debug.h and setup the lyxerr streambuf
5354 2003-10-31 José Matos <jamatos@lyx.org>
5356 * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
5358 * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
5359 * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
5360 * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
5361 * paragraph_pimpl.C (simpleTeXSpecialC):
5362 * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
5363 add LatexRunParams argument.
5365 * exporter.C (Export): change call accordingly.
5367 * latexrunparams.h: add new member to take care of the other backends.
5368 2003-10-30 José Matos <jamatos@lyx.org>
5370 * buffer.C (makeLinuxDocFile, makeDocBookFile):
5371 * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
5372 factorise code for paragraph output.
5374 * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
5377 2003-10-29 Lars Gullik Bjønnes <larsbj@gullik.net>
5379 * text3.C (dispatch):
5380 * lyxfunc.C (dispatch):
5381 * cursor.C (dispatch):
5382 * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
5384 * dispatchresult.h: make the dispatch_result_t ctor explicit
5386 2003-10-29 Martin Vermeer <martin.vermeer@hut.fi>
5389 * buffer.C: small refactoring of docbook stuff
5391 2003-10-29 Lars Gullik Bjønnes <larsbj@gullik.net>
5393 * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
5396 2003-10-29 Lars Gullik Bjønnes <larsbj@gullik.net>
5398 * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
5399 operator dispatch_result_t, and operators for == != and >=
5401 * cursor.C (dispatch): adjust for operator dispatch_result_t
5402 removal. comment out call to update
5404 * BufferView_pimpl.C (dispatch): dont implicit covert to bool
5406 2003-10-29 Lars Gullik Bjønnes <larsbj@gullik.net>
5414 * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
5417 * dispatchresult.h: new file, DispatchResult broken out of
5420 * Makefile.am (lyx_SOURCES): add dispatchresult.h
5422 2003-10-28 Alfredo Braunstein <abraunst@libero.it>
5424 * text.C (rowBreakPoint): put a hack inside #if 0
5426 2003-10-28 André Pönitz <poenitz@gmx.net>
5430 * paragraph_funcs.C:
5433 * text2.C: general cleanup (lots of small stuff)
5435 2003-10-28 Alfredo Braunstein <abraunst@libero.it>
5437 * text2.C (cursorEnd): simple fix to the "end key goes to one
5438 before the end on last row" bug
5440 2003-10-27 Alfredo Braunstein <abraunst@libero.it>
5442 * text.C (backspace): fix the "zombie characters"
5444 2003-10-27 Alfredo Braunstein <abraunst@libero.it>
5446 * lyxfunc.C (dispatch): small fix to toc navigation inside branches
5448 2003-10-27 André Pönitz <poenitz@gmx.net>
5450 * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
5452 * factory.C: handle new InsetPagebreak, InsetLine
5454 * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
5455 and move handling into new InsetPagebreak, InsetLine
5457 * BufferView_pimpl.C:
5459 * ParagraphParameters.C:
5460 * ParameterStruct.h:
5465 * paragraph_funcs.C:
5466 * paragraph_pimpl.C:
5472 2003-10-27 Alfredo Braunstein <abraunst@libero.it>
5475 * lyxrow_funcs.[Ch]:
5481 * text3.C: remove lastPos uses in favour of Row::endpos
5483 2003-10-27 Alfredo Braunstein <abraunst@libero.it>
5485 * undo.C (performUndoOrRedo): fix two crashes by setting a
5486 cursor by hand and reordering some calls. Use bv->lockInset instead
5487 of inset->edit because the latter loses cursor information
5489 2003-10-25 Alfredo Braunstein <abraunst@libero.it>
5491 * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
5493 (rowBreakPoint): fix width. change point to point + 1.
5494 Add a missing check.
5496 2003-10-25 Martin Vermeer <martin.vermeer@hut.fi>
5499 * lyxfunc.C: fix (at least partly) the problems
5500 with the Nav menu and headers inside branch insets
5503 2003-10-24 Alfredo Braunstein <abraunst@libero.it>
5505 * paragraph.C (getChar): add strong asserts
5507 * lyxrow_funcs.C (lastPos): remove hideous hack
5509 * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
5510 (fill): adjust to that (avoid an infinite loop)
5512 2003-10-23 Alfredo Braunstein <abraunst@libero.it>
5514 * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
5516 2003-10-23 André Pönitz <poenitz@gmx.net>
5518 * RowList_fwd.h: change list<> to vector<> to gain speed
5519 after suggestion from Alfredo
5521 2003-10-23 Alfredo Braunstein <abraunst@libero.it>
5523 * lyxtext.h: move the bidi stuff from here...
5526 * Bidi.[Ch]: ... to here
5528 2003-10-23 André Pönitz <poenitz@gmx.net>
5531 * text.C (isLastRow, isFirstRow): new functions
5533 * paragraph.h: new width cache member
5535 * rowpainter.C: replace RowList::iterator with Row & where possible
5537 * lyxfunc.C: replace several view()->text with a single call
5539 * toc.C: fix 'unused' warning
5541 2003-10-23 Lars Gullik Bjønnes <larsbj@gullik.net>
5543 * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
5544 when woring with stream::pos_type
5545 * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
5547 2003-10-22 André Pönitz <poenitz@gmx.net>
5550 * text.C: use Row & instead of RowList::iterator
5552 * lyxrow.h: rename end() to endpos()
5558 2003-10-22 Angus Leeming <leeming@lyx.org>
5560 * buffer.[Ch] (fully_loaded): new member function, returning true
5561 only when the file has been loaded fully.
5562 Used to prevent the premature generation of previews and by the
5563 citation inset to prevent computation of the natbib-style label.
5565 * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
5566 templates are all set up.
5568 * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
5570 2003-10-22 Martin Vermeer <martin.vermeer@hut.fi>
5572 * text.C: fixed an "oops" in the "is a bit silly"
5575 2003-10-21 André Pönitz <poenitz@gmx.net>
5577 * FuncStatus.[Ch]: small stuff, whitespace
5579 * lyxfont.[Ch]: operator<<() for debug reasons
5583 * lyxtext.h: whitespace, spelling
5585 * paragraph.C: naming of variables
5588 * text2.C: small stuff
5591 2003-10-21 Martin Vermeer <martin.vermeer@hut.fi>
5593 * text.C: (1) finish off the inset display() work;
5594 (2) fix the "is a bit silly" bug (accessing char
5597 2003-10-20 Martin Vermeer <martin.vermeer@hut.fi>
5599 * text.C: re-introduce display() for insets, fixing the
5600 various bugs (stretch of line above, math inset
5603 2003-10-20 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
5605 * text.C (rightMargin): remove spurious semicolon
5607 * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
5610 2003-10-18 Martin Vermeer <martin.vermeer@hut.fi>
5612 * text3.C: fix one crash due to wrong cursor def
5614 2003-10-17 Lars Gullik Bjønnes <larsbj@gullik.net>
5616 * vc-backend.C (scanMaster): make the regex static
5618 * LaTeX.C (scanAuxFile): make the regexs static
5620 * text3.C (doInsertInset, dispatch, dispatch):
5621 * text2.C (cursorUp, cursorDown):
5622 * text.C (selectNextWordToSpellcheck):
5623 * BufferView_pimpl.C (dispatch):
5624 * lyxfunc.C (dispatch): localDispatch -> dispatch
5626 2003-10-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
5628 * lyxsocket.C: include <cerrno>
5630 2003-10-17 Lars Gullik Bjønnes <larsbj@gullik.net>
5632 * lyxfunc.C (dispatch): remove textcache stuff
5634 * bufferlist.C (release): remove textcache stuff
5637 * TextCache.C: delete file
5638 * TextCache.h: delete file
5640 * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
5642 * BufferView_pimpl.C (buffer): remove textcache stuff, add a
5643 delete of the bv_->text.
5644 (resizeCurrentBuffer): remove texcache stuff
5645 (workAreaResize): ditto
5647 2003-10-16 Lars Gullik Bjønnes <larsbj@gullik.net>
5649 * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
5652 2003-10-16 André Pönitz <poenitz@gmx.net>
5659 * text3.C: speed up by storing y positions per paragraph plus per-row
5660 offset instead of having a 'full' y position in the row.
5662 2003-10-15 André Pönitz <poenitz@gmx.net>
5666 * undo.[Ch]: make undo aware of inner insets
5668 2003-10-14 Angus Leeming <leeming@lyx.org>
5670 * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
5671 static member functions LyX::ref() and LyX::cref.
5672 (lastfiles): new accessor functions for the new lastfiles_ member var.
5673 (addLyXView, views_): add a new LyXView to the list of views_.
5674 (updateInset): loop over all LyXViews to call their own updateInset
5675 member function, returning a pointer to the Buffer owning the inset.
5677 * BufferView_pimpl.C (loadLyXFile):
5678 * MenuBackend.C (expandLastfiles):
5679 * bufferlist.C (MenuWrite, QuitLyX):
5680 lastfiles is no longer a global variable.
5681 Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
5683 * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
5684 static function. Access through LyX::cref().emergencyCleanup().
5686 2003-10-14 André Pönitz <poenitz@gmx.net>
5688 * iterators.[Ch]: new direct access to innermost LyXText and Inset
5690 * undo.[Ch]: restoring part of 'undo in insets'
5693 * undo_funcs.[Ch]: merge with undo.[Ch]
5695 * tabular.C: small cleansing stuff
5697 2003-10-14 Alfredo Braunstein <abraunst@libero.it>
5699 * paragraph_funcs.C (readParToken): report unknown insets as error
5700 boxes. Use the outer paragraph as location (also for unknown
5703 * factory.C (readInset): do not abort on reading an unknown inset.
5704 Eat it and return 0.
5706 2003-10-13 Angus Leeming <leeming@lyx.org>
5708 * lyx_main.C (LyX): remove call to setDisplayTranslator().
5710 * lyxrc.C: displayTranslator is now a function,
5711 declared in GraphicsTypes.h.
5713 2003-10-13 Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5715 * format.C: new placeholder $$a to pass the socket address.
5717 * bufferlist.[Ch]: new function getBufferFromTmp.
5719 * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
5720 files in the temporary dir.
5722 2003-10-13 Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
5724 * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
5726 * Makefile.am: add lyxsocket.[Ch].
5728 * lyx_main.C (error_handler): handle SIGPIPE.
5730 2003-10-13 André Pönitz <poenitz@gmx.net>
5732 * BufferView_pimpl.C:
5737 * undo_funcs.[Ch]: use paroffset_type instead of
5738 ParagraphList::iterators to prevent multiple conversion
5739 (and get a more robust interface)
5741 2003-10-13 Lars Gullik Bjønnes <larsbj@gullik.net>
5743 * lyxfunc.C (dispatch): RESULT -> dispatch_result
5745 * text3.C (dispatch): ditto
5747 2003-10-13 Lars Gullik Bjønnes <larsbj@gullik.net>
5749 * LaTeX.C (handleFoundFile): move the static to smaller scope,
5750 move the onlyfile, use onlyfile instead of foundfile in a couple
5753 * DepTable.C (update): flush the error stream a bit more
5755 2003-10-13 Lars Gullik Bjønnes <larsbj@gullik.net>
5757 * lyxserver.C (callback): adjust
5759 * lyxfunc.C (getStatus): add a missing brace in commented code
5760 (ensureBufferClean): reindent
5761 (dispatch): delete version taking a string
5763 2003-10-11 Lars Gullik Bjønnes <larsbj@gullik.net>
5765 * LaTeX.C (deplog): move found file handlig from here...
5766 (handleFoundFile): .. to new function here.
5767 (deplog): make sure to discover several files mentioned on the
5770 2003-10-10 André Pönitz <poenitz@gmx.net>
5777 * text3.C: fix some of the tabular crashes
5779 2003-10-09 Lars Gullik Bjønnes <larsbj@lyx.org>
5781 * MenuBackend.C (binding): put debug message into Debug::KBMAP
5783 * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
5785 2003-10-09 André Pönitz <poenitz@gmx.net>
5787 * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
5790 * BufferView_pimpl.C:
5791 * bufferview_funcs.C:
5802 * undo_funcs.C: adjust
5804 2003-10-08 Lars Gullik Bjønnes <larsbj@gullik.net>
5806 * text2.C (incrementItemDepth): new function, use a backtracking
5807 algorithm to discover the correct item depth.
5808 (resetEnumCounterIfNeeded): new function, use a backtracking
5809 algorithm to discover if counter reset is needed.
5810 (setCounter): use them. Simplify a bit. Add different labels for
5811 different item depths for itemize.
5813 * paragraph.C (Paragraph): remove initialization of enumdepth
5816 * paragraph.h: get rid of enumdepth, and use itemdepth both for
5817 enumerate and itemize. Change the type of itemdepth to signed char.
5819 2003-10-08 André Pönitz <poenitz@gmx.net>
5821 * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
5826 * tabular.[Ch]: fix crash after 'row-insert'
5828 2003-10-08 Angus Leeming <leeming@lyx.org>
5830 Fix doxygen warnings.
5832 * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
5833 Remove CutAndPaste:: prefix from header file declaration.
5835 * LColor.h (fill): remove LColor:: prefix from declaration.
5837 * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
5838 use lyx::depth_type rather than Paragraph::depth_type so that
5839 header file and .C file match.
5841 * converter.h (intToFormat): remove Converters:: prefix from declaration.
5843 * Spacing.h: \file Spacing.h -> \file src/Spacing.h
5844 * aspell.C: \file aspell_local.C -> \file aspell.C
5845 * gettext.C: \file gettext.C -> \file src/gettext.C
5846 * gettext.h: \file gettext.h -> \file src/gettext.h
5847 * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
5848 * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
5849 * text.C: \file text.C -> \file src/text.C
5851 * toc.C: move comment so that doxygen is not confused.
5853 2003-10-07 Angus Leeming <leeming@lyx.org>
5855 * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
5857 2003-10-07 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
5860 * aspell_local.h: add forgotten std::string's.
5862 2003-10-07 Martin Vermeer <martin.vermeer@hut.fi>
5869 * text3.C: The Box patch. Fancybox support, minipage, parbox
5871 2003-10-07 Martin Vermeer <martin.vermeer@hut.fi>
5877 * ParagraphParameters.h:
5887 * lyxtextclasslist.h:
5890 * paragraph_pimpl.C:
5891 * textcursor.h: add <string> and other small fixes to make Lars'
5892 std::string patch compile with STLport.
5894 2003-10-06 Angus Leeming <leeming@lyx.org>
5896 * LColor.h: Add missing #include <string>.
5898 2003-10-06 Lars Gullik Bjønnes <larsbj@gullik.net>
5900 * All most all file in all subdirs: Make <string> be the prefered
5901 way of getting to std::string, add using declarations.
5903 2003-10-06 André Pönitz <poenitz@gmx.net>
5905 * metricsinfo.C: initialize LyXFont before changing attribute.
5906 (fixes the 'math in \emph is upright' bug)
5908 2003-10-06 André Pönitz <poenitz@gmx.net>
5910 * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
5912 2003-10-06 Martin Vermeer <martin.vermeer@hut.fi>
5915 * paragraph_pimpl.C: Small fixes to build using STLport
5917 2003-10-02 André Pönitz <poenitz@gmx.net>
5920 * text3.C: move handling of LFUN_DEPTH *; fix #1360
5922 2003-10-01 André Pönitz <poenitz@gmx.net>
5924 * factory.C: assert early
5926 2003-09-26 Lars Gullik Bjønnes <larsbj@gullik.net>
5928 * lyx_main.C: remove the global debug object
5930 * debug.h: adjust for new debugstream
5932 * debug.C: adjust for new debugstream and keep the global debug
5935 2003-09-22 Angus Leeming <leeming@lyx.org>
5937 * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
5938 of g++ which otherwise complain that the scoped_ptr destructor can't delete
5939 an incomplete class LyXFont.
5941 2003-09-22 Martin Vermeer <martin.vermeer@hut.fi>
5943 * factory.C: bug fix in branches
5945 2003-09-22 Lars Gullik Bjønnes <larsbj@gullik.net>
5947 * lyxfunc.C (processKeySym): adjust
5949 (dispatch): change arg name from ev to func, adjust
5950 (sendDispatchMessage): ditto
5952 * lyx_main.C (defaultKeyBindings): adjust keybindings
5953 (deadKeyBindings): ditto
5955 * kbsequence.C (addkey): return a FuncRequest
5957 * kbmap.h (kb_key): struct var FuncRequest instead of int action.
5959 * kbmap.C (bind): take a FuncRequest as arg, adjust
5962 (defkey): change to take a FuncRequest as arg, adjust
5963 (findbinding): take a FuncRequest as arg, adjust.
5965 * funcrequest.h (operator=): added
5967 * funcrequest.C (FuncRequest): default kb_action changed from
5968 LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
5970 * buffer.C (dispatch): simplify
5971 (dispatch): adjust to take a FuncRequest as arg, adjust
5973 * boost.C (assertion_failed): change assertion message slightly
5975 * ToolbarBackend.C (read): simplify
5977 * MenuBackend.C (binding): adjust call to findbinding, add a
5978 message if no binding is found.
5980 (expandToc): correct by adding a empty FuncRequest
5982 * LyXAction.C: include <boost/assert.hpp>
5983 (isPseudoAction): delete function
5984 (LookupFunc): change name to...
5985 (lookupFunc): this. change return type to FuncRequest.
5986 (getActionName): take kb_action as arg, simplify
5987 (funcHasFlag): add an assert, simplify.
5989 2003-09-21 Lars Gullik Bjønnes <larsbj@gullik.net>
5991 * toc.C (action): return a FuncRequest, simplify
5993 * lyxfunc.C (processKeySym): adjust
5994 (getStatus): delete version that takes an int.
5996 (dispatch): delete version that takes action as int
5998 (sendDispatchMessage): simplify and adjust
6000 * funcrequest.C (getArg): take unsigned int as arg
6002 * ToolbarBackend.C (read): adjust
6003 (add): delete version that takes func as a string.
6004 (getIton): take a FuncRequest as arg
6006 * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
6009 * MenuBackend.C (MenuItem): add a new construct that only takes a
6010 Kind, simplify the constructor use for submenus.
6012 (expandLastfiles): adjust
6013 (expandDocuments): adjust
6014 (expandFormats): adjust
6015 (expandFloatListInsert): adjust
6016 (expandFloatInsert): adjust
6017 (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
6019 * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
6020 Remove class variables lyx_pseudo_map and lyx_arg_map
6022 * LyXAction.C (searchActionArg): delete function
6023 (getPseudoAction): delete function
6024 (retrieveActionArg): delete function
6025 (LookupFunc): make it return kb_action, simplify.
6026 (getActionName): simplify
6028 * factory.C (createInset): fix new bug
6030 2003-09-19 Angus Leeming <leeming@lyx.org>
6032 * CutAndPaste.C (pasteSelection): remove fudge used to set the
6033 masterFilename_ parameter in the include inset.
6035 * factory.C (createInset): changes due to the changes to InsetInclude.
6037 2003-09-19 Juergen Spitzmueller <j.spitzmueller@gmx.de>
6039 * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
6041 2003-09-18 Angus Leeming <leeming@lyx.org>
6044 * BufferView.C: pass the buffer when calling Inset::getLabelList,
6045 Inset::fillWithBibKeys.
6046 * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
6048 2003-09-18 Angus Leeming <leeming@lyx.org>
6050 * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
6052 (ctor): pass and store a 'Buffer const &'
6053 (buffer): new member function.
6055 * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
6056 '*this' to the LaTeXFeatures ctor.
6058 2003-09-18 Angus Leeming <leeming@lyx.org>
6064 * text.C: rename EnumLColor as LColor_color.
6066 2003-09-18 Angus Leeming <leeming@lyx.org>
6068 * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
6069 remove #include "insets/insetbase.h" from cursor.h.
6071 2003-09-18 Angus Leeming <leeming@lyx.org>
6073 * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
6074 InsetOld_code to remove #include "inset.h".
6076 * iterators.C: add #include "insets/inset.h"
6078 2003-09-16 Martin Vermeer <martin.vermeer@hut.fi>
6080 * BufferView.C: remove more locking stuff that apparently doesn't
6081 do anything sensible.
6083 2003-09-16 André Pönitz <poenitz@gmx.net>
6086 * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
6089 2003-09-16 Angus Leeming <leeming@lyx.org>
6091 * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
6093 * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
6096 * paragraph.h: remove #include "lyxfont.h". Forward declare
6099 2003-09-16 Angus Leeming <leeming@lyx.org>
6101 * paragraph.C (IsInsetChar): new function in namespace anon, moved out
6102 of support/textutils.h.
6103 (isWord): move the contents of support/textutils.h's IsWordChar here.
6109 * text2.C: add #include "paragraph.h".
6112 * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
6114 2003-09-16 Lars Gullik Bjønnes <larsbj@gullik.net>
6120 * LaTeX.C: use namespace alias for lyx::support::os
6122 2003-09-16 Angus Leeming <leeming@lyx.org>
6125 * bufferview_funcs.C:
6128 * paragraph_pimpl.C:
6130 * text.C: add #include "LColor.h".
6132 2003-09-16 Angus Leeming <leeming@lyx.org>
6134 * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
6135 setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
6137 Store the FontBits::color variable as an int rather than as an
6138 LColor::colorso that we can move LColor.h out of the lyxfont.h header
6141 * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
6142 LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
6143 string calls together.
6145 * lyxrc.C: add #include "LColor.h".
6147 2003-09-15 Angus Leeming <leeming@lyx.org>
6149 * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
6152 2003-09-15 Angus Leeming <leeming@lyx.org>
6154 * LColor.h: add an EnumLColor wrapper for LColor::color.
6156 * lyxfont.[Ch] (color, setColor, realColor):
6157 * lyxtext.h, text.C (backgroundColor):
6158 pass EnumLColor args to/from the functions, rather than LColor::color
6162 * lyxtext.h: forward declare EnumLColor.
6164 * lyx_main.C: add #include "LColor.h".
6166 2003-09-15 Angus Leeming <leeming@lyx.org>
6168 * .cvsignore: add lyx-gtk.
6170 2003-09-15 Lars Gullik Bjønnes <larsbj@gullik.net>
6175 * ParagraphParameters.C
6179 * bufferview_funcs.C
6189 * vc-backend.C: remove usage of STRCONV
6191 2003-09-15 Angus Leeming <leeming@lyx.org>
6193 * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
6194 explicitly define the color passed to the painter.
6196 2003-09-15 Angus Leeming <leeming@lyx.org>
6198 * bufferparams.C (BufferParams): reorder member initializers to avoid
6201 2003-09-15 Alfredo Braunstein <abraunst@libero.it>
6203 * CutAndPaste.C (pasteSelection): remove an outdated #warning
6204 * text.C (updateRowPositions): remove an unusual nop
6206 2003-09-12 André Pönitz <poenitz@gmx.net>
6208 * BufferView_pimpl.C:
6217 * Counters.[Ch]: finish the 'automatic counters' job
6219 2003-09-12 Juergen Spitzmueller <j.spitzmueller@gmx.de>
6221 * aspell.C: include <boost/assert.cpp> (compile fix)
6223 2003-09-10 Rob Lahaye <lahaye@snu.ac.kr>
6225 * boost.C (assertion_failed): use lyx::support::abort instead of
6228 2003-09-10 Angus Leeming <leeming@lyx.org>
6230 * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
6231 with their _fwd progeny.
6233 2003-09-09 Angus Leeming <leeming@lyx.org>
6235 134 files throughtout the source tree: replace 'using namespace abc;'
6236 directives with the appropriate 'using abc::xyz;' declarations.
6238 2003-09-09 Lars Gullik Bjønnes <larsbj@lyx.org>
6240 * boost.C (emergencyCleanup): moved here from LAssert.c
6241 (assertion_failed): new function, called by BOOST_ASSERT
6243 * several files: change Assert to BOOST_ASSERT
6245 2003-09-09 Angus Leeming <leeming@lyx.org>
6247 * buffer.[Ch]: Add an Impl class and move Buffer's member
6248 variables into it. As a result move several header files out of
6251 Add header files to lots of .C files all over the tree as a result.
6253 2003-09-09 Angus Leeming <leeming@lyx.org>
6255 * buffer.[Ch]: make Buffer's member variables private. Add
6258 Lots of changes all over the tree as a result.
6260 2003-09-08 Angus Leeming <leeming@lyx.org>
6262 * graph.C: #include <config.h>.
6264 2003-09-08 Angus Leeming <leeming@lyx.org>
6268 * BufferView_pimpl.C:
6297 * toc.C: remove redundant using directives.
6299 2003-09-07 Angus Leeming <leeming@lyx.org>
6301 * LaTeXFeatures.h: remove #include "support/types.h".
6302 * ToolbarBackend.h: remove #include <algorithm>.
6303 * changes.h: remove #include <ctime>.
6304 * debug.h: remove #include <iosfwd>.
6305 * graph.h: remove #include "support/std_string.h".
6306 * lyx_main.h: remove #include <csignal>.
6307 * lyxlex_pimpl.h: remove #include <fstream>.
6308 * sgml.h: remove #include <algorithm>, <utility>.
6309 * toc.h: remove #include "support/std_ostream.h".
6310 Add #include <iosfwd>.
6312 2003-09-07 Angus Leeming <leeming@lyx.org>
6314 * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
6316 * converter.h: forward declare LatexRunParams.
6317 * encoding.h: remove #include "lyxrc.h".
6318 * lyxtext.h: remove #include "LColor.h".
6319 * lyxtextclass.h: remove #include "support/types.h".
6320 * trans.h: remove #include "tex-accent.h".
6321 * trans_mgr.h: remove #include "tex-accent.h".
6322 * insets/inset.h: remove #include "support/types.h", <vector>.
6323 * insets/insetcollapsable.h: remove #include "LColor.h".
6324 * insets/insetinclude.h: remove #include "dimension.h".
6325 * insets/insetlatexaccent.h: remove #include "dimension.h".
6326 * insets/insetoptarg.h:: remove #include "insettext.h".
6327 * insets/insettext.h: remove #include "dimension.h",
6328 <boost/shared_ptr.hpp>
6330 * insets/renderers.h: add #include "dimension.h".
6331 * insets/updatableinset.h: add #include "support/types.h".
6333 * many .C files: Associated changes.
6335 2003-09-06 Angus Leeming <leeming@lyx.org>
6337 * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
6338 one, inside testInvariant.
6340 * PrinterParams.C: new file.
6341 * PrinterParams.[Ch]: move the function bodies out of line.
6343 2003-09-06 Angus Leeming <leeming@lyx.org>
6345 * ParagraphParameters.h: forward declare ParameterStruct rather than
6346 including its header file.
6347 (depth): moved out-of-line.
6349 2003-09-06 Angus Leeming <leeming@lyx.org>
6351 * BufferView_pimpl.h:
6354 * lyxfunc.h: forward declare LyXKeySym rather than
6355 #include "frontends/LyXKeySym.h".
6357 * BufferView_pimpl.C:
6360 * lyxfunc.C: associated changes.
6362 2003-09-06 Angus Leeming <leeming@lyx.org>
6364 * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
6365 As a result, can remove the #include "insets/inset.h" from BufferView.h
6367 2003-09-06 Angus Leeming <leeming@lyx.org>
6369 * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
6370 As a result, can remove the #include "insets/inset.h" from BufferView.h
6372 2003-09-06 Angus Leeming <leeming@lyx.org>
6378 * bufferview_funcs.C:
6379 * BufferView_pimpl.C:
6384 * ParagraphParameters.C:
6389 * frontends/controllers/ControlDocument.C:
6390 * insets/insetcaption.C: rearrange the #includes into some sort of
6393 * buffer.h: remove #includes ErrorList.h, undo.h
6395 2003-09-06 Angus Leeming <leeming@lyx.org>
6397 * support/types.h: add a 'depth_type' typedef, used to store the
6398 nesting depth of a paragraph.
6401 * ParameterStruct.h: use this lyx::depth_type typedef rather than
6402 defining explicitly.
6405 * paragraph_funcs.h:
6406 * ParagraphParameters.h:
6407 * sgml.h: use lyx::depth_type rather than Paragraph or
6408 ParameterStruct's depth_type.
6411 * paragraph_funcs.h: no need to #include paragraph.h anymore.
6414 * BufferView_pimpl.C:
6416 * ParagraphParameters.C:
6419 * bufferview_funcs.C:
6426 * frontends/LyXView.C:
6427 * frontends/controllers/ControlDocument.C:
6428 * frontends/controllers/ControlErrorList.C:
6429 * insets/insetbibitem.C:
6430 * insets/insetbranch.C:
6431 * insets/insetcaption.C:
6432 * insets/insetcollapsable.C:
6433 * insets/insetenv.C:
6434 * insets/insetert.C:
6435 * insets/insetfloat.C:
6436 * insets/insetfoot.C:
6437 * insets/insetfootlike.C:
6438 * insets/insetnewline.C:
6439 * insets/insetquotes.C:
6440 * insets/insettabular.C:
6441 * insets/insettext.C:
6442 * insets/insetwrap.C: must now explicitly #include "paragraph.h".
6444 * frontends/controllers/ControlChanges.C: #include "changes.h".
6446 2003-09-06 Angus Leeming <leeming@lyx.org>
6448 * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
6449 than #including paragraph.h.
6452 * RowList.h: deleted. Superfluous.
6462 * insets/insettext.h: use ParagraphList_fwd.h rather than
6465 * paragraph.h: don't forward declare ParagraphList.
6468 * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
6469 rather than ParagraphList.h. paragraph.h is still needed for the
6470 Paragraph::depth_type parameters.
6472 * textcursor.h: enable it to compile stand-alone in light of the
6475 * bufferview_funcs.C:
6487 * frontends/controllers/ControlParagraph.C:
6488 * frontends/controllers/ControlTabular.C:
6489 * insets/insetmarginal.C:
6490 * insets/insetminipage.C:
6491 * insets/insetnote.C:
6492 * insets/insetoptarg.C: add header files needed to compile again.
6494 2003-09-06 Angus Leeming <leeming@lyx.org>
6496 * RowList_fwd.h: new file, forward-declaring Row rather than
6497 #including lyxrow.h.
6502 * insets/insettext.h: use it instead of RowList.h
6504 * bufferview_funcs.C:
6511 * text3.C: #include "RowList.h".
6513 2003-09-05 Angus Leeming <leeming@lyx.org>
6515 * factory.C (createInset):
6516 * vspace.C (c-tor): replace sscanf call with an istringstream.
6517 * ispell.C: re-add missing HP/UX headers.
6518 * lyxserver.C: re-add missing os2 headers.
6520 2003-09-05 Martin Vermeer <martin.vermeer@hut.fi>
6529 * text3.C: re-add missing system headers, needed for 2.95.2.
6531 2003-09-05 Angus Leeming <leeming@lyx.org>
6533 Changes most place everywhere due to the removal of using directives
6534 from support/std_sstream.h.
6536 2003-09-05 Angus Leeming <leeming@lyx.org>
6538 Replace LString.h with support/std_string.h,
6539 Lsstream.h with support/std_sstream.h,
6540 support/LIstream.h with support/std_istream.h,
6541 support/LOstream.h with support/std_ostream.h.
6543 Changes resulting throughout the tree.
6545 2003-09-05 Angus Leeming <leeming@lyx.org>
6547 * sgml.h: ensure that the header file can be compiled stand-alone.
6548 * *.C: strip out redundant #includes. (320 in total.)
6550 2003-09-04 Angus Leeming <leeming@lyx.org>
6552 * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
6553 here (from getPackages).
6555 * debug.[Ch]: add a new EXTERNAL tag.
6557 2003-09-04 Lars Gullik Bjønnes <larsbj@lyx.org>
6559 * text2.C (cursorEnd): simplify
6561 (getColumnNearX): adjust
6563 * text.C (computeBidiTables): adjust
6566 * rowpainter.C (paintChars): adjust
6567 (paintSelection): adjust
6568 (paintChangeBar): adjust
6571 * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
6573 (numberOfSeparators): adjust
6575 2003-09-03 Martin Vermeer <martin.vermeer@hut.fi>
6581 * text3.C: Restricts the mouse click functionality
6582 of insets like bibtex, include, toc and floatlist to the visible
6583 button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
6584 up the dialogs. Cursor has to be in front of the inset (i.e.
6585 start of row) for this to function.
6587 2003-09-04 Lars Gullik Bjønnes <larsbj@lyx.org>
6589 * bufferview_funcs.C (currentState): output row information
6591 2003-09-04 Lars Gullik Bjønnes <larsbj@lyx.org>
6593 * bufferview_funcs.C (currentState): output paragraph position
6595 2003-09-04 Angus Leeming <leeming@lyx.org>
6597 * FloatList.h: move out #include "Floating.h".
6598 * LaTeX.h: move out #include "DepTable.h".
6599 * LyXAction.h: move out #include "funcrequest.h".
6600 * buffer.h: move out #include "author.h", "iterators.h".
6601 * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
6602 * lyx_main.h: move out #include "errorlist.h".
6603 * lyxfunc.h: move out #include "FuncStatus.h".
6604 * lyxtext: move out #include "lyxcursor.h".
6605 * paragraph_pimpl.h: move out #include "counters.h".
6607 2003-09-03 Angus Leeming <leeming@lyx.org>
6609 * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
6610 preamble_snippets list, enabling us to add snippets to the preamble
6611 only if the snippet was not there already.
6613 2003-09-04 Angus Leeming <leeming@lyx.org>
6615 * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
6617 2003-09-03 Lars Gullik Bjønnes <larsbj@gullik.net>
6619 * lyxfunc.C (dispatch): if fitCursor did something be sure to
6622 2003-09-03 Martin Vermeer <martin.vermeer@hut.fi>
6624 * BranchList.C: point fix, earlier forgotten
6626 2003-09-02 Angus Leeming <leeming@lyx.org>
6628 * box.C (contains): renamed from 'contained' after a fantastic
6631 2003-09-02 John Levon <levon@movementarian.org>
6637 * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
6639 2003-09-02 John Levon <levon@movementarian.org>
6641 * text2.C: simplification of cursorEnd(), including partial
6644 2003-09-02 Lars Gullik Bjønnes <larsbj@gullik.net>
6646 * buffer.C (readFile): add a space
6648 2003-09-02 Alfredo Braunstein <abraunst@libero.it>
6650 * BufferView_pimpl.C (update): remove bogus fitCursor() call
6652 2003-09-02 Lars Gullik Bjønnes <larsbj@gullik.net>
6654 * buffer.C (readFile): new function, take a filename and a
6655 ParagraphList::iterator
6657 (readFile): adjust, make it private. don't use setStream, make
6658 lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
6659 always contain the filename.
6661 * BufferView.C (insertLyXFile): simplify and make it work for
6664 2003-08-30 John Levon <levon@movementarian.org>
6666 * Makefile.am: fix dist (from Kayvan)
6668 2003-08-28 Lars Gullik Bjønnes <larsbj@gullik.net>
6670 * most files: change to use const Buffer refs
6672 2003-08-27 André Pönitz <poenitz@gmx.net>
6674 * BufferView.[Ch]: remove getParentText, implement getParentLanguage
6675 on top of ownerPar().
6677 2003-08-27 John Levon <levon@movementarian.org>
6679 * funcrequest.C: properly initialise POD members
6681 2003-08-27 Alfredo Braunstein <abraunst@libero.it>
6683 * lyxtext.h (top_y): move top_y from here
6688 * BufferView_pimpl.[Ch]: to here
6689 * frontends/screen.C:
6690 * insets/insettabular.C:
6691 * insets/insettext.C: adjust
6692 * rowpainter.[Ch] (paintRows): remove LyXText & argument
6694 2003-08-27 Alfredo Braunstein <abraunst@libero.it>
6697 * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
6699 2003-08-26 André Pönitz <poenitz@gmx.net>
6701 * paragraph_func.[Ch] (outerPar): new function
6704 * paragraph_funcs.C:
6705 * paragraph_funcs.h:
6706 * paragraph_pimpl.C:
6707 * text2.C: remove Inset::par_owner
6709 2003-08-25 Martin Vermeer <martin.vermeer@hut.fi>
6714 * text2.C: eliminates the needFullRow/display() stuff
6715 altogether, putting the logic in metrics/draw in the insets.
6717 2003-08-25 Alfredo Braunstein <abraunst@libero.it>
6719 * text2.C (redoParagraphInternal, redoParagraphs):
6720 * text.C (redoParagraph): add a call to updateRowPositions at the
6721 end of each 'metrics-like' call. Remove all others.
6722 (getRow): remove the 'y-computing' version.
6723 (getRowNearY): do not compute nor return the real y. Solve the
6724 'y < 0' problem and simplify.
6726 2003-08-22 Angus Leeming <leeming@lyx.org>
6728 * *.[Ch]: clean-up of licence and author blurbs.
6729 Also move config.h out of a few .h files and into a few .C files.
6731 2003-08-22 André Pönitz <poenitz@gmx.net>
6733 * lyxrow.[Ch]: add x_ and *fill_ members
6738 * text2.C: adjust/remove prepareToPrint() calls
6740 2003-08-22 André Pönitz <poenitz@gmx.net>
6742 * lyxrow.[Ch]: add end_ member
6744 * lyxrow_funcs.C: use LyXRow::end_
6746 * lyxtext.h (singleWidth): add LyXFont parameter
6749 * text2.C: adjust LyXText::singleWidth() calls
6751 * text.C (redoParagraph): simplify row breaking logic
6754 2003-08-19 André Pönitz <poenitz@gmx.net>
6756 * funcrequest.C: initialize button_ member
6759 * rowpainter.[Ch]: interface consolidation
6761 2003-08-18 André Pönitz <poenitz@gmx.net>
6764 * BufferView_pimpl.C:
6766 * paragraph_funcs.C:
6768 * text3.C: remove LyXScreen::draw() and fitCursor calls
6770 * BranchList.h: remove spurious semicolons
6772 * MenuBackend.C: fix branchlist related crash
6774 2003-08-17 Martin Vermeer <martin.vermeer@hut.fi>
6782 * bufferparams.[Ch]:
6786 * text3.C: implements the 'branch inset'
6787 idea. This allows the output of various versions of a document
6788 from a single source version, selectively outputing or suppressing
6789 output of parts of the text.
6790 This implementation contains a 'branch list editor' in a separate
6791 tab of the document settings dialog. Branches are user definable
6792 and have a "display colour" to distinguish them on-screen.
6794 ColorHandler was somewhat cleaned up.
6795 (1) make possible a dynamically growing LColor list by allowing
6796 the graphic context cache to grow along (vector);
6797 (2) eliminate an IMHO unnecessary step in colour allocation.
6799 2003-08-15 Kayvan A. Sylvan <kayvan@sylvan.com>
6801 * BufferView_pimpl.C: compile fix
6803 2003-08-15 André Pönitz <poenitz@gmx.net>
6805 * rowpainter.C: remove extra metrics calls
6807 * lyxtext.h: merge the two constructors into a single one,
6808 pass reference to owner's par list
6810 * BufferView_pimpl.C:
6814 2003-08-15 André Pönitz <poenitz@gmx.net>
6816 * lyxrow_funcs.[Ch]:
6819 * paragraph_funcs.C:
6824 * text_funcs.C: split LyXText::rowlist_ into individual
6825 Paragraph::rows_ chunks
6828 * BufferView_pimpl.[Ch]:
6831 * text3.C: remove toggleSelection()
6833 2003-08-12 Michael Schmitt <michael.schmitt@teststep.org>
6835 * bufferlist.C: beautify two alerts (shorter text of buttons)
6836 * buffer.C: Remove redundant ' ' from message
6838 * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
6839 rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
6840 rename VALIGN_CENTER to VALIGN_MIDDLE
6842 2003-08-11 André Pönitz <poenitz@gmx.net>
6844 * lyxtext.h (getPar):
6845 * text.C: new function
6847 2003-08-11 André Pönitz <poenitz@gmx.net>
6850 * tracer.[Ch]: remove unneeded files
6852 * InsetList.[Ch]: remove resizeInsetsLyXText()
6857 * text3.C: merge insertParagraphs() and appendParagraph()
6858 remove breakAgain(), update()
6860 * BufferView_pimpl.[Ch]:
6861 * bufferview_funcs.[Ch]:
6865 * tabular.C: adjust after text & InsetList changes.
6867 2003-08-08 André Pönitz <poenitz@gmx.net>
6869 * text.C (insertChar, backspace): replace rowlist fiddling
6870 with rebreak of full par
6873 * text.C (breakAgainOneRow, redoHeightOfParagraph,
6874 checkParagraph, updateInset): removed
6876 2003-08-07 André Pönitz <poenitz@gmx.net>
6879 * text3.C: merge some LFUN handlers, remove dead code
6881 2003-08-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
6883 * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
6885 2003-08-05 Alfredo Braunstein <abraunst@libero.it>
6887 * text2.C (DEPM): fix part of bug 1255 and 1256
6889 2003-08-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
6891 * BufferView_pimpl.C (workAreaDispatch): change to use
6892 LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
6893 that are no mouse related.
6895 2003-08-05 André Pönitz <poenitz@gmx.net>
6898 * BufferView_pimpl.[Ch]:
6899 * bufferview_funcs.C:
6901 * text3.C: rip out "deep update"
6903 * textcursor.[Ch] (last_sel_cursor): remove unused member
6905 2003-08-04 André Pönitz <poenitz@gmx.net>
6908 * BufferView_pimpl.[Ch]:
6909 * ParagraphParameters.C:
6910 * bufferview_funcs.C:
6916 * text3.C: replace "complicated" BufferView::update(...) calls with
6919 * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
6921 2003-08-02 Kayvan Sylvan <kayvan@sylvan.com>
6923 * Makefile.am (lyx_SOURCES): add paper.h
6925 2003-08-02 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
6927 * Makefile.am: move things around so that both lyx-qt and
6928 lyx-xforms can be built (according to --with-frontend). Then lyx
6929 is a symbolic link to lyx-[firstfrontend]
6931 2003-08-02 Lars Gullik Bjønnes <larsbj@lyx.org>
6933 * Always use std::endl with lyxerr
6935 2003-08-01 Lars Gullik Bjønnes <larsbj@lyx.org>
6937 * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
6939 2003-08-01 André Pönitz <poenitz@gmx.net>
6942 * BufferView_pimpl.[Ch]:
6944 * text3.C: merge BufferView::repaint() and BufferView::update()
6946 2003-08-01 José Matos <jamatos@lyx.org>
6948 * buffer.[Ch]: file_format is no longer a buffer data element.
6950 2003-08-01 André Pönitz <poenitz@gmx.net>
6955 * text2.C: make redoParagraph more independent of current cursor
6957 * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
6959 * text2.C: remove unneeded members
6961 2003-07-30 André Pönitz <poenitz@gmx.net>
6963 * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
6965 * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
6966 create a single function...
6968 * paragraph_funcs.C (moveItem): ... here.
6971 lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
6973 2003-07-30 Martin Vermeer <martin.vermeer@hut.fi>
6975 * LColor.[Ch]: Add comment and greyedout logical colors.
6977 2003-07-30 André Pönitz <poenitz@gmx.net>
6979 * tabular.C: don't use Assert too heavily. This crashes where it
6982 2003-07-30 Alfredo Braunstein <abraunst@libero.it>
6984 * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
6985 is disabled (bug 1232)
6987 2003-07-30 Martin Vermeer <martin.vermeer@hut.fi>
6989 * factory.C: limited 'arg' scope
6991 2003-07-30 Martin Vermeer <martin.vermeer@hut.fi>
6993 * factory.C: fixed Note submenu issues
6995 2003-07-30 Martin Vermeer <martin.vermeer@hut.fi>
6997 * factory.C: submenu for Note/Comment/Greyedout
6999 2003-07-29 Alfredo Braunstein <abraunst@libero.it>
7002 * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
7004 2003-07-29 Martin Vermeer <martin.vermeer@hut.fi>
7007 * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
7008 greyedout. Patch provided by Jürgen Spitzmüller.
7010 2003-07-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
7012 * kbmap.C (read): fix error message when reading bind files
7014 2003-07-29 Angus Leeming <leeming@lyx.org>
7016 * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
7017 certainly does not do what it purports to do. I am doing it, and
7018 us, a favour by killing it.
7020 2003-07-28 José Matos <jamatos@lyx.org>
7022 * buffer.C (readBody, do_writeFile):
7023 * paragraph.C(readParagraph): \end_document replaces \the_end.
7025 2003-07-29 André Pönitz <poenitz@gmx.net>
7028 * BufferView_pimpl.[Ch]:
7032 * textcursor.[Ch]: remove toggleToggle & Co
7034 2003-07-28 José Matos <jamatos@fep.up.pt>
7036 * buffer.C (readParagraph):
7037 * params_func (readParToken, readParagraph):
7038 * paragraph.C (write): \layout -> \begin_layout.
7040 2003-07-28 Lars Gullik Bjønnes <larsbj@gullik.net>
7042 * lyxlex_pimpl.C (setFile): clean up slightly.
7044 * bufferparams.h: add compressed var
7046 * buffer_funcs.C (readFile): adjust for Lexer change
7047 (newFile): ditto + simplify
7049 * buffer.C (writeFile): handle writing of compressed files
7051 * buffer.[Ch] (readFile): begin Lexer here, remove one argument.
7052 Check if the file is compressed and set a bufferparm if so.
7054 * Makefile.am (lyx_LDADD): remove explicit -lz
7056 2003-07-28 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
7058 * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
7059 makeDocBookFile): put the real LyX version in the first line of
7063 * version.C.in: remove lyx_docversion
7065 * tabular.C (write_attribute): add a template-based version to
7066 write enums properly
7068 2003-07-28 André Pönitz <poenitz@gmx.net>
7073 * text3.C: use doubles again for x-coordinates. They are needed.
7075 2003-07-28 Lars Gullik Bjønnes <larsbj@gullik.net>
7077 * messages.C (getLocaleDir): use lyx_localedir()
7079 * lyxlex_pimpl.C (setFile): compress stuff
7081 * buffer.C (writeFile): add some compression stuff
7082 (do_writeFile): new func, dont call expliti close... will this
7085 * Makefile.am (lyx_LDADD): add -lz
7087 2003-07-28 José Matos <jamatos@fep.up.pt>
7089 * buffer.C: increment file format.
7090 * paragraph_funcs (readParagraph, readParToken):
7091 * paragraph.C (readParagraph): add \end_layout.
7093 2003-07-27 Angus Leeming <leeming@lyx.org>
7095 * Makefile.am: remove special casing for configure-time setting of
7096 LYX_DIR, TOP_SRCDIR and LOCALEDIR.
7098 * lyx_main.C (init): remove all Jean-Marc's magic setting of
7099 system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
7101 2003-07-26 André Pönitz <poenitz@gmx.net>
7103 * paragraph_func.[Ch]:
7104 * paragraph.C (realizeFont): inline it whereever it is used
7109 * text3.C: remove Buffer * parameter from a bunch of get*Font functions
7112 2003-07-26 André Pönitz <poenitz@gmx.net>
7116 * text2.C: get rid of LyXText::need_break_row
7118 2003-07-27 Lars Gullik Bjønnes <larsbj@gullik.net>
7120 * toc.[Ch]: put namespace toc inside namespace lyx
7122 * MenuBackend.C (expandToc2): adjust for lyx::toc
7125 * lyxfunc.C (dispatch): adjust for lyx::find
7127 * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
7128 lyx::find instead. Reorganize a bit.
7129 (LyXReplace): rename to replace
7130 (LyXFind): rename to find
7132 * BufferView_pimpl.C (trackChanges): adjust for lyx::find
7135 2003-07-26 André Pönitz <poenitz@gmx.net>
7137 * text.C (setHeightOfRow): restrict scope of temporary variable
7139 * paragraph_funcs.C (readParToken): remove USE_CAPTION compatibility
7140 code (never has been used?)
7142 2003-07-27 Asger Alstrup <alstrup@local>
7144 * text.C (fill): Optimise algorithm to exploit that we can reuse
7145 the LyXFont for many characters.
7146 (setHeightOfRow): Same thing.
7147 (rowBreakPoint): Same thing.
7149 2003-07-26 Asger Alstrup <alstrup@local>
7151 * text2.C (metrics): change a brain-dead algorithm to a smarter one.
7153 * text.C (singleWidth): Spurious font copying in hot-spot
7154 singleWidth avoided. Reorder tests for arabic for efficiency.
7156 * text.C (fill): handle empty paragraphs better.
7158 2003-07-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
7161 * encoding.h: add includes
7163 * lyxrc.C: remove reading of bind files
7165 * lyx_main.C (init): setup bindings and menus only if we have a
7168 * kbmap.C (read): new method. Do the actual reading of bind
7171 * converter.C (dvipdfm_options):
7174 (output): adapt PAPER_* enums.
7176 * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
7178 * bufferparams.h: remove paper-related enums from there
7180 * paper.h: New file. A trivial header file to hold paper-related
7181 enums. It should later expand to contain many paper-related
7184 * lyxrc.C: declare extern displayTranslator
7186 2003-07-27 José Matos <jamatos@fep.up.pt>
7188 * tabular.[Ch] (linuxdoc): add support for tables and figures
7191 2003-07-27 José Matos <jamatos@fep.up.pt>
7193 * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
7194 consistency in both functions.
7195 * bufferlist.C (updateIncludedTeXfiles): change client to comply.
7197 2003-07-26 Asger Alstrup <alstrup@local>
7199 * rowpainter.C (paintRows): Change algorithm to work directly on
7200 the insets rather than asking every character in the document
7201 whether its an inset.
7203 2003-07.26 Alfredo Braunstein <abraunst@libero.it>
7205 * buffer.C (openFileWrite): factorize some code
7207 2003-07-26 Angus Leeming <leeming@lyx.org>
7210 * lyx_main.[Ch]: replace occurances of system_tempdir with
7213 2003-07-25 Lars Gullik Bjønnes <larsbj@gullik.net>
7215 * rename Inset to InsetOld
7217 2003-07-25 Asger Alstrup <alstrup@diku.dk>
7219 * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
7220 Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
7221 which I think is a bit clearer. EDIT is gone, since it was
7222 premature optimisation, and broken for mathed anyway.
7223 * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
7224 with cursor positioning in insets as well (math insets still do not
7225 work, but that's a different story anyway.) It mysteriously
7226 crashes sometimes with undo in the first paragraph, but I'm fairly
7227 confident that this is a compiler bug.
7229 2003-07-25 Lars Gullik Bjønnes <larsbj@gullik.net>
7231 * paragraph.C (Paragraph): adjust for new clone return type
7233 (copyIntoMinibuffer): ditto
7235 2003-07-25 Asger Alstrup <alstrup@lyx.org>
7237 * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
7238 by not having a special case, and always doing a full rebreak of
7239 the document after undo.
7241 2003-07-23 Angus Leeming <leeming@lyx.org>
7243 * factory.C (createInset): InsetExternal::setParams now takes a
7246 2003-07-23 Angus Leeming <leeming@lyx.org>
7248 * factory.C (createInset): changed interface to the external and
7249 graphics mailers' string2params functions.
7251 2003-07-23 Angus Leeming <leeming@lyx.org>
7253 * factory.C (createInset): pass a
7254 Buffer const * parameter to InsetExternalMailer's string2params.
7256 2003-07-22 John Levon <levon@movementarian.org>
7258 * Thesaurus.h: include the right aiksaurus header
7260 2003-07-21 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
7262 * MenuBackend.C (expand): check menu shortcuts unconditionally
7264 2003-07-21 Angus Leeming <leeming@lyx.org>
7266 * factory.C (createInset): pass a
7267 buffer_path parameter to InsetGraphicsMailer's string2params.
7269 2003-07-21 Angus Leeming <leeming@lyx.org>
7271 * BufferView_pimpl.C (buffer):
7274 * lyxfunc.C (dispatch):
7275 * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
7276 rather than the grfx shortcut.
7278 2003-07-21 André Pönitz <poenitz@gmx.net>
7280 * rowpainter.C: remove unused variables
7283 * tabular_funcs.h: move to tabular.C
7284 * Makefile.am: adjust
7286 * tabular.[Ch]: basic optical cleaning
7288 * author.h: pass references, not values
7290 2003-07-18 André Pönitz <poenitz@gmx.net>
7298 * text3.C: two-phase drawing for InsetText and InsetTabular
7299 some float -> int changes.
7301 2003-07-18 Alfredo Braunstein <abraunst@libero.it>
7303 * lyx_main.C: fix the fix
7305 2003-07-18 Alfredo Braunstein <abraunst@libero.it>
7307 * lyx_main.C: fix a crash in batch mode if no files specified
7310 2003-07-17 Alfredo Braunstein <abraunst@libero.it>
7312 * format.[Ch] (papersize): moved to BufferParams
7313 * converter.[Ch] (dvips_options): moved to BufferParams
7314 (dvipdfm_options): moved to anon namespace
7315 * bufferparams.[Ch]: added above functions.
7317 2003-07-17 André Pönitz <poenitz@gmx.net>
7321 * text2.C: don't call inset->update() anymore
7323 * metricsinfo.[Ch]: add convenience constructor
7325 2003-07-16 André Pönitz <poenitz@gmx.net>
7330 * text2.C: replace the LyXCursor::irow_ member with
7331 on-demand computation of the value
7333 2003-07-16 John Levon <levon@movementarian.org>
7335 * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
7337 2003-07-15 André Pönitz <poenitz@gmx.net>
7340 * text2.C: remove no more needed refresh_row
7342 2003-07-15 André Pönitz <poenitz@gmx.net>
7347 * text3.C: refresh_status tristate -> need_update bool
7349 2003-07-15 Alfredo Braunstein <abraunst@libero.it>
7351 * lyxtext.h (init): remove reinit argument (act as if always true)
7352 * text2.C: adjust to that
7354 2003-07-14 Juergen Spitzmueller <j.spitzmueller@gmx.de>
7356 * bufferview_funcs.[Ch]: introduce function replaceSelection()
7357 * text3.C: use it to delete selections in some cases
7358 (bugs 441, 673, 702, 954).
7360 2003-07-14 André Pönitz <poenitz@gmx.net>
7362 * rowpainter.[Ch]: reduce interface
7364 2003-07-14 André Pönitz <poenitz@gmx.net>
7366 * BufferView_pimpl.C:
7367 * text2.C: adjust after removing unused BufferView * argument
7369 2003-07-14 Alfredo Braunstein <abraunst@libero.it>
7371 * text2.C (init): fix a crash fired on resize
7373 2003-07-11 Alfredo Braunstein <abraunst@libero.it>
7375 * buffer.[Ch]: added new closing signal
7376 * BufferView_pimpl.[Ch]: connect/disconnect to new signal
7377 * lyxfunc.C: removed BufferView::buffer(0) call now handled in
7378 BufferView::Pimpl via the closing the signal
7380 2003-07-10 Alfredo Braunstein <abraunst@libero.it>
7382 * buffer.[Ch]: take out all bv-related from buffer
7384 * BufferView_pimpl.[Ch]: connect to new signals
7385 * CutAndPaste.C: removed useless asserts
7386 * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
7389 * lyxfunc.C: moved view-related funciontality from vc here
7390 * paragraph.C: removed outdated comments
7393 2003-07-10 André Pönitz <poenitz@gmx.net>
7395 * BufferView_pimpl.C:
7399 * text2.C: remove InsetText::InnerCache, clean up consequences
7401 2003-07-07 Adrien Rebollo <adrien.rebollo@gmx.fr>
7403 * ispell.C: fix two typos in error messages
7405 2003-07-08 Martin Vermeer <martin.vermeer@hut.fi>
7407 * Extend Note inset to other forms of annotation like Comment
7408 and Greyedout. Right button click gives dialog.
7410 Files modified or added (+):
7414 * ControlNote.[Ch] +
7416 * Makefile.am in frontends/xforms, frontends/xforms/forms,
7417 frontends/controllers
7421 2003-07-01 Juergen Spitzmueller <j.spitzmueller@gmx.de>
7423 * aspell.C: add missing namespace lyx::support
7425 2003-07-07 Alfredo Braunstein <abraunst@libero.it>
7427 * BufferView.[Ch] (newFile): Add
7428 * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
7429 * LaTeX.[Ch] (message): added this signal and use it
7430 * buffer.[Ch] (busy, message): added these signals and use them
7431 * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
7435 * importer.C: use buffer signals instead of direct bv calling
7436 * lyx_cb.[Ch] (ShowMessage): removed
7439 * paragraph_funcs.C:
7440 * text2.C: use buffer signals
7442 2003-07-04 Lars Gullik Bjønnes <larsbj@gullik.net>
7444 * introduce namespace lyx::graphics
7446 2003-07-02 André Pönitz <poenitz@gmx.net>
7448 * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
7450 2003-07-01 André Pönitz <poenitz@gmx.net>
7457 * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
7458 text*.C to text_func.C
7460 2003-07-01 Lars Gullik Bjønnes <larsbj@gullik.net>
7462 * introduce namespace lyx::support
7464 2003-06-30 André Pönitz <poenitz@gmx.net>
7469 * text.C: re-enable --with-included-string
7471 2003-06-28 Lars Gullik Bjønnes <larsbj@gullik.net>
7473 * textcursor.C: add <config.h>
7475 * text.C (getWord): remove const from word_location arg
7477 * lyxvc.C (getLogFile): fix const type order
7479 * lyxtext.h: remove const from word_location arg, add arg name
7481 * lyxlayout.h: currect type on labeltype.
7483 * importer.C: correct \file
7485 * converter.C (intToFormat): use std:: on ret val, ws changes
7487 * bufferlist.h: correct \file
7489 * buffer.C (makeLinuxDocFile): fix const type order
7490 (makeDocBookFile): ditto
7491 (fillWithBibKeys): use std:: on stdlib args.
7493 * CutAndPaste.C: fix authors.
7494 (availableSelections): use std:: on return vector
7496 2003-06-27 André Pönitz <poenitz@gmx.net>
7498 * BufferView_pimpl.C:
7499 * bufferview_funcs.C:
7507 * text3.C: remove LyXCursor::row_ member
7510 * text.C: rename fullRebreak() to partialRebreak() and implement
7511 a fullRebreak() that really bereks fully
7513 * textcursor.h: new struct for cursor-related data
7515 2003-06-26 Alfredo Braunstein <abraunst@lyx.org>
7517 * lyx_main.C (LyX): get full path of document loaded on the
7520 2003-06-26 André Pönitz <poenitz@gmx.net>
7522 * lyxcursor.[Ch]: move rarely used operator==,!= out of line
7523 remove unused/broken operator>,<,>=.
7525 * text.C: remove only use of broken operator<= in an Assert().
7527 2003-06-24 Alfredo Braunstein <abraunst@lyx.org>
7529 * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
7530 moved errorlist_.clear to showErrorList
7532 2003-06-24 Alfredo Braunstein <abraunst@lyx.org>
7534 * converter.C (scanLog, runLaTeX):
7535 * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
7536 move the bv->showErrorList call to the callers
7537 * lyxfunc.C: i.e. here...
7539 * BufferView.[Ch] (setErrorList, resetErrorList): both removed
7540 * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
7541 namespace, the second to...
7542 * buffer_funcs (BufferFormat, parseErrors): added
7543 * errorlist.C (ErrorList(TeXErrors const &)): removed
7545 2003-06-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
7547 * ToolbarBackend.C (getIcon): complain when icon cannot be found
7549 2003-06-24 "Garst R. Reese" <reese@isn.net>
7553 2003-06-23 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
7555 * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
7557 * version.C.in: change docversion to 1.4
7559 2003-06-22 Alfredo Braunstein <abraunst@libero.it>
7561 * buffer.C: fix a bug just introduced
7563 2003-06-21 Alfredo Braunstein <abraunst@libero.it>
7565 * buffer.[Ch]: added the parseError signal and use it, removed
7567 * BufferView.[Ch] (addError): moved to ...
7568 * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
7569 to the Buffer::parseError signal to catch (guess what) parse errors
7570 * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
7572 2003-06-19 Alfredo Braunstein <abraunst@libero.it>
7574 * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
7575 ability to create a buffer and to return an existing one from
7576 the list. Moved these functions to...
7577 * buffer_funcs.[Ch]: added
7578 * BufferView.[Ch] (loadLyXFile): added
7579 * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
7580 job removed from bufferlist::loadLyXFile.
7581 * buffer.C (setReadOnly): make it work without view
7582 (i.e added an if (users))
7584 2003-06-19 Angus Leeming <leeming@lyx.org>
7587 * LyXAction.C (init):
7588 * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
7589 with LFUN_DIALOG_SHOW <name> <data>.
7591 2003-06-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
7593 * CutAndPaste.C (availableSelections): small compilation fix for
7594 ancient (gcc 2.9x) compilers
7596 2003-06-18 Lars Gullik Bjønnes <larsbj@gullik.net>
7598 * text3.C (cursorNext): add tmp var
7600 * text2.C (updateCounters): for function calling out of for clause
7601 (replaceSelectionWithString): ditto
7602 (insertStringAsParagraphs): ditto
7603 (getColumnNearX): add tmp var
7604 (setCursorFromCoordinates): add tmp var
7605 (cursorDownParagraph): add tmp var
7606 (deleteEmptyParagraphMechanism): add tmp var
7608 * text.C (insertChar): add tmp var
7610 * rowpainter.C (paintDepthBar): add tmp var
7612 * CutAndPaste.C (availableSelections): potentially check all
7613 paragraphs in a cut to fill the shown strings.
7615 2003-06-18 André Pönitz <poenitz@gmx.net>
7617 * kbmap.[Ch]: use vector<> instead of list<>
7619 2003-06-17 Lars Gullik Bjønnes <larsbj@lyx.org>
7621 * text3.C (dispatch): handle arg to LFUN_PASTE, call
7622 pasteSelection with index
7624 * text2.C (pasteSelection): modify, call pasteSelection with index
7626 * paragraph.C (asString): reimplement version with no interval to
7627 call the one with interval.
7629 * lyxtext.h: add index arg to pasteSelection
7631 * MenuBackend.C (MenuItem): handle PasteRecent
7632 (Menu::read::Menutags): add md_pasterecent
7634 (expandPasteRecent): new function
7637 * MenuBackend.h: add PasteRecent to MenuItem::Kind
7639 * CutAndPaste.C: get rid of some stale comments. Add typdefe for
7641 (availableSelections): new function
7643 2003-06-17 Angus Leeming <leeming@lyx.org>
7645 * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
7647 2003-06-17 Angus Leeming <leeming@lyx.org>
7650 * LyXAction.C (init): new LFUN_DIALOG_SHOW.
7652 * lyxfunc.C (dispatch): invoke it.
7654 2003-06-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
7656 * iterators.C (operator++, ParPosition): reintroduce some
7657 const_cast for the benefit of older compilers.
7659 2003-06-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
7661 * text3.C (dispatch): do not modify clipboard when doing
7662 LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
7663 LFUN_DELETE_SKIP on a selection selection
7665 2003-06-16 André Pönitz <poenitz@gmx.net>
7671 * tabular.[Ch]: IU of clone() and getLabelList();
7673 2003-06-13 André Pönitz <poenitz@gmx.net>
7675 * tabular.h: compactification
7677 2003-06-12 André Pönitz <poenitz@gmx.net>
7681 * tabular_funcs.h: some renaming plus whitespace
7683 2003-06-12 André Pönitz <poenitz@gmx.net>
7686 * BufferView_pimpl.C:
7692 * toc.C: Return a Paragraph & for ParIterator::operator*()
7694 2003-06-11 John Levon <levon@movementarian.org>
7698 * ToolbarBackend.C: add "Toolbars" section and
7701 2003-06-10 Angus Leeming <leeming@lyx.org>
7704 * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
7706 * lyxfunc.C (dispatch): invoke it.
7708 2003-06-11 Lars Gullik Bjønnes <larsbj@gullik.net>
7710 * main.C: protect <ios> with HAVE_IOS
7711 (main): protect sync_with_stdio with HAVE_IOS
7713 2003-06-10 Lars Gullik Bjønnes <larsbj@lyx.org>
7715 * text2.C (cutSelection): adjust
7716 (pasteSelection): adjust
7718 * messages.C: handle get of empty string
7720 * main.C (main): use sync_with_stdio(false)
7722 * lyxfunc.C (dispatch): adjust
7724 * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
7725 (WriteAs): remove unneeded BufferView arg.
7727 * bufferparams.h: use correct types on papersize, papersize2 and
7730 * bufferparams.C (readToken): adjust for type
7731 (writeLaTeX): add missing cases to switch.
7733 * bufferlist.C (quitWriteBuffer): adjust
7736 * buffer.C (asciiParagraph): remove some commented code.
7738 * CutAndPaste.C: remove current_view extern variable.
7739 (cutSelection): add BufferParams arg.
7740 (eraseSelection): add BufferParams arg.
7741 (pasteSelection): add Buffer const & arg
7743 2003-06-07 John Levon <levon@movementarian.org>
7746 * paragraph_funcs.C:
7747 * paragraph_pimpl.C:
7751 * paragraph.C: allow InsetERT to freely space lines,
7752 and some consolidation of code
7754 2003-06-06 José Matos <jamatos@fep.up.pt>
7756 * buffer.C (makeDocBookFile): fix bug #821
7758 2003-06-06 Alfredo Braunstein <abraunst@libero.it>
7760 * BufferView_pimpl.C (dispatch): use Dialogs::visible
7762 2003-06-04 Angus Leeming <leeming@lyx.org>
7764 * buffer.C: bump format to 224.
7766 2003-06-05 André Pönitz <poenitz@gmx.net>
7768 * text2.C (redoParagraphs): remove two const_cast<>
7770 2003-06-04 Lars Gullik Bjønnes <larsbj@lyx.org>
7772 * ParagraphList.h: remove last remnants of NO_STD_LIST
7774 2003-06-03 Angus Leeming <leeming@lyx.org>
7776 * factory.C (createInset): small change to the way InsetExternal's params
7779 2003-06-04 André Pönitz <poenitz@gmx.net>
7781 * buffer.h: use Undo directly instead of shared_ptr<Undo>
7783 * paragraph_pimpl.h:
7784 * paragraph.[Ch]: some Inset -> UpdatableInset changes
7786 * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
7788 * undo_funcs.C: make some simple cases of undo work again
7790 2003-06-03 John Levon <levon@movementarian.org>
7792 * ispell.C: HPUX doesn't have sys/select.h
7795 2003-06-03 John Levon <levon@movementarian.org>
7797 * CutAndPaste.C: update tabular and include inset
7802 * paragraph.C: remove owningBuffer(), don't pass Buffer
7805 * factory.C: insetGraphicsParams changed
7807 2003-06-02 John Levon <levon@movementarian.org>
7813 * text3.C: remove insetparent
7815 2003-06-02 John Levon <levon@movementarian.org>
7818 * buffer.C: fix inset_iterator.end(), move out of line
7821 2003-06-01 John Levon <levon@movementarian.org>
7823 * text3.C: use a proper cut/paste when doing inset
7824 insert (from Jürgen Spitzmüller)
7826 2003-06-01 John Levon <levon@movementarian.org>
7828 * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
7830 2003-05-30 André Pönitz <poenitz@gmx.net>
7832 * rowpainter.C: unify second drawing phase
7834 2003-05-29 Lars Gullik Bjønnes <larsbj@gullik.net>
7836 * trans_mgr.C: remove one case of current_view
7838 * text2.C (cursorBottom): delete NO_STD_LIST stuff
7840 * paragraph_funcs.h: remove paragraph.h include
7842 * paragraph.h: delete NO_STD_LIST stuff
7844 * paragraph.C (Paragraph): delete NO_STD_LIST stuff
7846 * buffer.h: remove paragraph.h include
7848 * ParagraphList.C: delete file
7850 * Makefile.am (lyx_SOURCES): remove ParagraphList.C
7852 * toc.C (getTocList): adjust
7854 * paragraph_pimpl.C (validate): adjust
7856 * paragraph_funcs.C (optArgInset): use const_iterator, adjust
7858 * paragraph.C (Paragraph): adjust
7859 (getPositionOfInset): use const_iterator, adjust
7860 (bibitem): use const_iterator, adjust
7861 (setInsetOwner): adjust
7863 * iterators.C (operator++): adjust
7865 * InsetList.[Ch]: Replace selfmade iterator with standard
7866 vector::iterator also introduce const_iterator. Remove getPos,
7867 getInset and setInset from InsetTable. Adjust accordingly.
7869 * BufferView.C (lockInset): adjust
7870 (ChangeInsets): adjust
7872 * tabular.[Ch]: delete commented same_id functions
7874 2003-05-28 John Levon <levon@movementarian.org>
7876 * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
7878 2003-05-28 André Pönitz <poenitz@gmx.net>
7880 * metricsinfo.[Ch]: remove 'fullredraw' member
7882 2003-05-28 Lars Gullik Bjønnes <larsbj@lyx.org>
7884 * lyxtextclass.C (operator): remove caching.
7886 2003-05-27 Lars Gullik Bjønnes <larsbj@gullik.net>
7890 * text2.C (cursorBottom): adjust
7891 (setCounter): use ParagraphList::find, adjust
7893 * text.C (workWidth): use ParagraphList::find, adjust
7895 * lyxcursor.C (LyXCursor): adjust
7897 * buffer.C (inset_iterator): adjust
7899 * ParagraphList.h: make iterator(value_type) private, make
7900 ParagraphList a friend of iterator.
7902 * ParagraphList.C (find): new function
7904 * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7906 2003-05-27 André Pönitz <poenitz@gmx.net>
7908 * dimension.[Ch]: a -> asc, d -> des, w -> wid
7910 2003-05-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
7912 * lyxfont.C (latexWriteStartChanges): fix character count for \noun
7914 2003-05-26 John Levon <levon@movementarian.org>
7916 * LyXAction.C: LFUN_ESCAPE should be ReadOnly
7918 2003-05-26 Lars Gullik Bjønnes <larsbj@gullik.net>
7920 * remove same_id from function signatures, adjust.
7922 2003-05-25 Lars Gullik Bjønnes <larsbj@gullik.net>
7924 * undo_funcs.C (createUndo): use the id functions directly, adjust.
7926 * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
7928 * paragraph.C (Paragraph): get rid of same_ids parameter
7930 * ParagraphList.C (insert): adjust
7933 2003-05-24 Lars Gullik Bjønnes <larsbj@gullik.net>
7935 * paragraph_funcs.C (breakParagraph): adjust
7936 (breakParagraphConservative): adjust
7938 * buffer.C (readParagraph): adjust
7940 * ParagraphList.C (insert): take a reference instead of a pointer
7943 * paragraph.[Ch] (id): new function
7945 * bufferlist.C (newFile): adjust
7947 * ParagraphList.C (ParagraphList): adjust
7949 (push_back): take a reference instead of a pointer.
7951 * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
7953 * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
7956 * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
7957 set else use old code.
7959 * ParagraphList.C: remove all NO_NEXT code and only compile this
7960 code of NO_STD_LIST is set.
7962 2003-05-23 Alfredo Braunstein <abraunst@libero.it>
7964 * BufferView_pimpl.C:
7974 * graphics/GraphicsConverter.C:
7975 * graphics/PreviewLoader.C: header adjustment
7977 2003-05-23 Angus Leeming <leeming@lyx.org>
7979 * LaTeXFeatures.[Ch] (useBabel): new method.
7980 * bufferparams.C (writeLaTeX): use it.
7982 2003-05-23 Lars Gullik Bjønnes <larsbj@gullik.net>
7984 * ParagraphList.h (set): remove unused function.
7986 2003-05-23 André Pönitz <poenitz@gmx.net>
7989 * BufferView_pimpl.C:
7993 * undo_funcs.C: setUndo reworked
7995 * iterators.[Ch]: add access to topmost ParagraphList
7997 * lyxtext.[Ch] (workWidth): add a const
7999 2003-05-23 Alfredo Braunstein <abraunst@libero.it>
8001 * texrow.[Ch] (increasePos): remove function
8002 * exporter.C (export): removed unused var and outdated comment
8004 2003-05-23 Angus Leeming <leeming@lyx.org>
8006 * latexrunparams.h: rename fragile as moving_arg.
8007 * paragraph.C (simpleTeXOnePar): ditto.
8008 * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
8010 2003-05-23 Lars Gullik Bjønnes <larsbj@gullik.net>
8012 * undo_funcs.C (textHandleUndo): comment out next/previous stuff
8014 (textUndoOrRedo): comment out a currently unused var.
8016 * paragraph.h (NO_NEXT): enable NO_NEXT
8018 * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
8020 * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
8022 * exporter.C (Export): adjust for removeAutoInsets removal.
8024 * buffer.C (runChktex): adjust for removeAutoInsets removal.
8026 * LyXAction.C (init): remove LFUN_REMOVEERRORS
8028 * BufferView.[Ch] (removeAutoInsets): delete function
8030 2003-05-22 Angus Leeming <leeming@lyx.org>
8032 * latexrunparams.h: add a free_spacing variable.
8034 * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
8035 to pass moving_arg, as the data is stored in runparams.fragile.
8037 * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
8038 to Inset::latexOptional or to simpleTeXOnePar.
8040 * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
8041 free_spacing arg to Inset::latexOptional.
8043 * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
8046 2003-05-22 Angus Leeming <leeming@lyx.org>
8048 * latexrunparams.h: add fragile and use_babel variables.
8050 * bufferparams.[Ch] (writeLaTeX): return use_babel.
8051 * buffer.C (makeLaTeXFile): store this returned value in
8052 runparams.use_babel, thus passing it to the inset::latex methods.
8054 * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
8055 simpleTeXSpecialChars as it is now stored in runparams.fragile.
8057 * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
8058 longer has a fragile arg, as it is stored in runparams.fragile.
8060 * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
8061 moving_arg parameter as the data is stored in runparams.fragile.
8063 * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
8064 a fragile parameter as the data is stored in runparams.fragile.
8066 2003-05-22 Lars Gullik Bjønnes <larsbj@gullik.net>
8068 * paragraph.C (Paragraph): initialize next_par_ and prev_par_
8070 2003-05-22 Angus Leeming <leeming@lyx.org>
8072 * latexrunparams.h: add a 'bool nice' which defaults to false.
8074 * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
8075 now encapsulated within runparams.
8077 * bufferlist.C (updateIncludedTeXfiles):
8078 * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
8080 2003-05-22 Angus Leeming <leeming@lyx.org>
8082 * latexrunparams.h: new file containing struct LatexRunParams.
8083 * Makefile.am: add new file.
8085 * LaTeX.[Ch] (c-tor, run):
8086 * buffer.[Ch] (makeLaTeXFile):
8087 * bufferlist.[Ch] (updateIncludedTeXfiles):
8088 * converter.C (convert, scanLog):
8089 * converter.[Ch] (runLaTeX):
8090 * exporter.C (Export):
8091 * paragraph.[Ch] (simpleTeXOnePar):
8092 * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
8093 * paragraph_funcs.[Ch] (latexParagraphs):
8094 * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
8095 * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
8096 pass around a LatexRunParams parameter.
8098 2003-05-22 Lars Gullik Bjønnes <larsbj@gullik.net>
8100 * paragraph.[Ch]: remove unused constructor
8102 * ParagraphList.C (erase): new function, taking two iterators
8104 2003-05-22 André Pönitz <poenitz@gmx.net>
8106 * undo_funcs.C: remove duplicated code
8108 * iterator.[Ch]: operator=
8110 2003-05-22 Lars Gullik Bjønnes <larsbj@gullik.net>
8112 * tabular.C (SetMultiColumn): ws changes
8114 * rowpainter.C (paintFirst): get rid of a ->previous
8116 * lyx_cb.C (getPossibleLabel): parlist simplification
8118 * BufferView.C (ChangeInsets): simplify slightly.
8120 2003-05-20 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
8122 * LyXAction.C: new lfun space-insert, kill protected-space-insert
8123 * lfuns.h: new LFUN_SPACE
8124 * lyxfunc.C: protected space has a new lfun
8125 * paragraph_funcs.C: read new space insets
8127 * factory.C: handle new space insets
8129 2003-05-22 André Pönitz <poenitz@gmx.net>
8132 * BufferView_pimpl.C:
8135 * undo_funcs.C: return a ParIterator from getParFromID.
8137 * iterators.[Ch]: add two const's
8139 2003-05-21 Lars Gullik Bjønnes <larsbj@gullik.net>
8141 * toc.C (getTocList): adjust
8143 * iterators.[Ch]: rework for parlist
8145 * buffer.C (par_iterator_begin): adjust
8146 (par_iterator_end): adjust
8148 * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
8150 * BufferView.C (removeAutoInsets): adjust
8151 (ChangeInsets): adjust
8153 2003-05-21 Alfredo Braunstein <abraunst@libero.it>
8155 * text.C (top_y): fix bug 1110
8157 2003-05-08 Alfredo Braunstein <abraunst@libero.it>
8159 * errorlist.[Ch]: added
8162 * BufferView_pimpl.C:
8163 * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
8166 2003-05-08 Lars Gullik Bjønnes <larsbj@gullik.net>
8168 * Makefile.am: ensure that lyx is relinked upon changes to the
8169 various "convenience" libs.
8171 2003-05-20 Angus Leeming <leeming@lyx.org>
8173 * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
8174 files are compiled in alphabetical order again.
8176 * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
8178 2003-05-19 Angus Leeming <leeming@lyx.org>
8180 * gettext.[Ch]: remove "char const * _(char const *)".
8182 2003-05-19 André Pönitz <poenitz@gmx.net>
8184 * dimension.[Ch]: promote from mathed/dimension.[Ch]
8193 * paragraph_funcs.C: dimensions() instead of ascend/descend/width
8195 2003-05-19 André Pönitz <poenitz@gmx.net>
8199 * lyxtextclass.[Ch]:
8201 * paragraph_funcs.[Ch]:
8203 * text3.C: more insetenv work
8205 2003-05-16 Alfredo Braunstein <abraunst@libero.it>
8207 * ParagraphParameters.C (params2string): small bug fixed
8209 2003-05-16 André Pönitz <poenitz@gmx.net>
8212 * bufferview_funcs.C: patch from Kornel Benko to prevent
8213 crash when _(...) is called twice in a statement
8215 2003-05-16 André Pönitz <poenitz@gmx.net>
8222 * undo_funcs.C: edit() -> LFUN_INSET_EDIT
8224 2003-05-14 Alfredo Braunstein <abraunst@libero.it>
8226 * lyx_main.C (init): remove spurious static_cast
8228 2003-05-14 André Pönitz <poenitz@gmx.net>
8230 * BufferView.C: fix format string
8232 2003-05-12 Alfredo Braunstein <abraunst@libero.it>
8234 * BufferView.[Ch] (insertErrors): removed
8235 * BufferView.[Ch] (showErrorList): added
8236 * buffer.C (runChkTeX):
8237 * converter.C (scanLog): call showErrorList instead of inserterrors
8239 2003-05-13 André Pönitz <poenitz@gmx.net>
8241 * BufferView_pimpl.C:
8243 * bufferview_func.C:
8250 * tabular_funcs.h: tostr() from its own header
8252 * ParagraphParameters.C:
8257 * text3.C: STRCONV()
8259 2003-05-12 André Pönitz <poenitz@gmx.net>
8262 * BufferView_pimpl.C:
8266 * ParagraphParameters.C:
8270 * bufferview_funcs.C:
8283 * paragraph_funcs.C:
8287 * text3.C: boost::format -> bformat all over the place
8290 2003-05-09 André Pönitz <poenitz@gmx.net>
8292 * LColor.[Ch]: Pimpl the #include <map> away
8294 2003-05-09 John Levon <levon@movementarian.org>
8296 * bufferlist.C: never remove emergency saves
8298 2003-05-08 Lars Gullik Bjønnes <larsbj@gullik.net>
8300 * Makefile.am: better lib building
8302 2003-05-07 Lars Gullik Bjønnes <larsbj@gullik.net>
8304 * texrow.[Ch]: remove dependency on Paragraph and just store a id
8306 * paragraph_pimpl.C (simpleTeXBlanks): adjust
8307 (simpleTeXSpecialChars): adjust
8308 (simpleTeXSpecialChars): adjust
8309 * paragraph.C (simpleTeXOnePar): adjust
8310 * buffer.C (makeLaTeXFile): adjust
8312 * Makefile.am (BOOST_LIBS): allow boost as system lib.
8314 * text2.C (changeDepth): parlist cleanup
8315 (getColumnNearX): ditto
8317 * rowpainter.C (getLabelFont): parlist cleanup
8319 * bufferlist.C (newFile): parlist cleanup
8321 * CutAndPaste.C (eraseSelection): parlist cleanup
8323 * BufferView_pimpl.C (trackChanges): parlist cleanup
8326 * BufferView.C (lockInset): parlist cleanup.
8327 (ChangeInsets): ditto
8329 2003-05-06 Lars Gullik Bjønnes <larsbj@gullik.net>
8331 * CutAndPaste.h: Update file header.
8333 * CutAndPaste.C: Update file header.
8334 Store the parts cut out of the Document in a limited_stack.
8335 (copySelection): adjust
8336 (pasteSelection): new function, takes the index in the limited stack.
8337 (nrOfParagraphs): adjust
8338 (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
8339 simplify error inset insertion.
8340 (checkPastePossible): adjust
8342 2003-05-06 John Levon <levon@movementarian.org>
8344 * text2.C: don't cast wrap inset to float
8346 2003-05-05 André Pönitz <poenitz@gmx.net>
8349 * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
8351 * buffer.[Ch]: new function hasParWithId() to help to get rid of a
8352 few naked Paragraph *.
8354 2003-05-02 Michael Schmitt <michael.schmitt@teststep.org>
8356 * bufferparams.C: Output warning if a document with missing
8357 TeX document class is loaded
8358 * exporter.C: Disable TeX exports if the document class is missing
8361 * lyxtextclasslist.C: Handle new textclass.lst format; new method
8362 isTeXClassAvailable()
8364 2003-05-03 John Levon <levon@movementarian.org>
8367 * BufferView.C: remove showLockedInsetCursor(), showCursor(),
8368 explicit cursor show/hide
8370 * BufferView_pimpl.h:
8371 * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
8372 after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
8374 * lyxfunc.C: hide cursor before dispatching.
8379 * text3.C: remove explicit cursor hides
8381 2003-05-02 André Pönitz <poenitz@gmx.net>
8383 * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
8386 * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
8389 * text2.C: tiny whitespace
8391 2003-05-02 Lars Gullik Bjønnes <larsbj@gullik.net>
8393 * undo_funcs.C: almost only ws changes.
8395 * ParagraphList.C (splice): just return if pl is empty.
8397 2003-05-02 Lars Gullik Bjønnes <larsbj@gullik.net>
8399 * ParagraphList.C (splice): new function.
8401 * CutAndPaste.C (pasteSelection): use it
8403 2003-05-01 Lars Gullik Bjønnes <larsbj@gullik.net>
8405 * CutAndPaste.C (pasteSelection): remove the last next and
8406 previous from this file.
8408 2003-05-01 Lars Gullik Bjønnes <larsbj@gullik.net>
8410 * CutAndPaste.C (pasteSelection): more clean up, user proper
8411 ParagraphList functions for pasteing.
8413 * ParagraphList.C (insert): new function, three arg insert
8415 2003-05-01 Lars Gullik Bjønnes <larsbj@gullik.net>
8417 * ParagraphList.C (insert): new function, three arg insert
8419 * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
8422 2003-05-01 Lars Gullik Bjønnes <larsbj@gullik.net>
8424 * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
8426 2003-05-01 Lars Gullik Bjønnes <larsbj@gullik.net>
8428 * CutAndPaste.C (pasteSelection): remove some unneeded code.
8430 2003-05-01 Lars Gullik Bjønnes <larsbj@gullik.net>
8432 * CutAndPaste.C (resetOwnerAndChanges): new helper functor
8433 (copySelection): clean up a bit.
8434 (pasteSelection): use make_pair
8436 * ParagraphList.C (ParagraphList): implement copy constructor
8437 (operator=): implement, base on copy constructor.
8440 * paragraph.C (erase): return a bool
8442 * paragraph_pimpl.C (erasePos): remove function, move contents...
8443 (erase): ... here. Return a bool.
8444 (erase): call erase instead of erasePos.
8446 2003-04-30 Alfredo Braunstein <abraunst@libero.it>
8448 * ParagraphList.h: define PitPosPair
8449 * CutAndPaste.C (copySelection, pasteSelection): big rework, use
8450 ParagraphList, fix a bug on pasting multiple pars
8451 * text2.C: change interface to C&P
8453 2003-04-30 André Pönitz <poenitz@gmx.net>
8455 * undo_func.C: revert part of yesterday's patch 2
8457 2003-04-30 John Levon <levon@movementarian.org>
8459 * LColor.C: s/tabular/table/
8461 2003-04-30 Lars Gullik Bjønnes <larsbj@gullik.net>
8463 * text3.C (dispatch): do not convert iterator -> pointer
8464 * undo_funcs.C (setCursorParUndo): ditto
8465 * text_funcs.C (transposeChars): ditto
8467 * text2.C (setLayout): ws changes only
8469 * text.C (breakParagraph): do not convert iterator -> pointer
8471 (acceptChange): ditto
8472 (rejectChange): ditto
8477 * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
8480 2003-04-29 Alfredo Braunstein <abraunst@libero.it>
8482 * text3.C (gotoInset): YABG (yet another bad getChar)
8484 2003-04-29 André Pönitz <poenitz@gmx.net>
8486 * paragraph.h: make operator= private unimplemented as long as
8489 * ParagraphList.C: whitespace
8492 * paragraph_pimpl.[Ch]:
8493 * paragraph_funcs.C:
8495 * undo_funcs.C: whitespace + Paragraph * -> Paragraph (const) &
8498 undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
8500 2003-04-29 Alfredo Braunstein <abraunst@libero.it>
8502 * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
8503 * paragraph.[Ch] (erase):
8504 * paragraph_pimpl.[Ch] (erase): change return type and value
8505 * text2.C (cutSelection): some rework
8507 2003-04-28 John Levon <levon@movementarian.org>
8509 * bufferlist.C: changes for unsaved changes dialog
8511 2003-04-28 Lars Gullik Bjønnes <larsbj@gullik.net>
8513 * bufferlist.C (newFile): set language (messages_) for new
8516 * buffer.C (readFile): ws changes only.
8518 2003-04-28 André Pönitz <poenitz@gmx.net>
8523 * BufferView_pimpl.C:
8524 * BufferView.C: getParFromID related ParagraphList::iterator changes
8526 2003-04-28 André Pönitz <poenitz@gmx.net>
8528 * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
8531 2003-04-28 Lars Gullik Bjønnes <larsbj@gullik.net>
8533 * messages.C: remove one more localedir class variable.
8535 2003-04-28 Lars Gullik Bjønnes <larsbj@gullik.net>
8537 * messages.C (getLocaleDir): singleton generation function
8539 (Messages): add a default constructor.
8541 * main.C (main): do not setup localedir here, do not call
8544 * gettext.C (_): use it.
8545 (gettext_init): delete funciton
8547 2003-04-27 Lars Gullik Bjønnes <larsbj@gullik.net>
8549 * gettext.C (getLyXMessages): new singleton generating function.
8551 * buffer.C (updateDocLang): adjust
8553 * Makefile.am (messages.o): add target
8554 (main.o): remove target
8556 2003-04-27 John Levon <levon@movementarian.org>
8561 * lyxvc.C: specify cancel button in Alert::prompt
8563 2003-04-26 John Levon <levon@movementarian.org>
8568 * LyXAction.C: add LFUN_INSET_SETTINGS
8570 * lyxfunc.C: don't enable tabular-feature when there's
8571 just any locking inset
8573 2003-04-26 John Levon <levon@movementarian.org>
8575 * bufferlist.C: re-add Cancel to buffer close question
8577 * lyxfunc.C: fix import UI a bit
8579 2003-04-25 John Levon <levon@movementarian.org>
8581 * gettext.C: remove the broken asserts for now
8583 2003-04-25 Lars Gullik Bjønnes <larsbj@gullik.net>
8585 * messages.C: make case where setlocale cannot comply work better.
8587 * buffer.C (updateDocLang): new function
8588 (changeLanguage): use it
8591 * text2.C (setCounter): use B_ a bit.
8593 * lyxlayout.C (Read): be sure to trim the label strings.
8595 * messages.C (Messages): fix typo in comment
8597 * buffer.C (readFile): set message_ after file is loaded.
8598 (makeDocBookFile): remove double return
8599 (changeLanguage): reset message_ upon language change.
8600 (B_): new func, use this to get translated buffer strings.
8602 * main.C: add myself and Jean Marc as authors.
8604 2003-04-24 Lars Gullik Bjønnes <larsbj@gullik.net>
8606 * messages.[hC]: pimplify Messages, and three different pimpls to be
8607 used in different circumstances.
8609 * gettext.[Ch]: change for use with new message code.
8611 2003-04-24 André Pönitz <poenitz@gmx.net>
8613 * factory.C: support for eqref
8615 2003-04-23 Lars Gullik Bjønnes <larsbj@gullik.net>
8617 * messages.[Ch]: add missing char
8619 * Makefile.am (lyx_SOURCES): add messages.[Ch]
8621 * messages.[Ch]: New files
8623 2003-04-18 John Levon <levon@movementarian.org>
8627 * BufferView_pimpl.C:
8631 * text2.C: remove layout-copy/paste (bug 778)
8633 2003-04-16 Alfredo Braunstein <abraunst@libero.it>
8635 * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
8637 2003-04-16 Alfredo Braunstein <abraunst@libero.it>
8639 * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
8640 if they succeed. Act accordingly.
8642 2003-04-16 Lars Gullik Bjønnes <larsbj@gullik.net>
8644 * text2.C (setCharFont): adjust
8645 (setCounter): adjust
8646 (insertStringAsLines): adjust
8648 * text.C (leftMargin): adjust
8649 (setHeightOfRow): adjust
8651 * rowpainter.C (paintFirst): adjust
8654 * paragraph_funcs.C (depthHook): ParagraphList::iterators
8656 (isFirstInSequence): ditto
8657 (getEndLabel): ditto
8660 * paragraph.C (getParLanguage): comment out some hard stuff.
8662 * buffer.C (insertStringAsLines): take a ParagraphList as arg
8664 (simpleDocBookOnePar): ditto
8665 (makeDocBookFile): use ParagraphList::iterator
8667 * CutAndPaste.C (pasteSelection): adjust
8669 2003-04-16 Lars Gullik Bjønnes <larsbj@gullik.net>
8671 * text2.C (getFont): adjust
8672 (getLayoutFont): adjust
8673 (getLabelFont): adjust
8675 * paragraph_funcs.C (TeXOnePar): adjust
8677 * buffer.C (simpleLinuxDocOnePar): adjust
8678 (simpleDocBookOnePar): adjust
8680 * CutAndPaste.C (pasteSelection): adjust
8682 * BufferView.C (getEncoding): adjust
8684 * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
8686 2003-04-16 John Levon <levon@movementarian.org>
8688 * lyxfind.C: use parlist stuff for search/changes
8690 2003-04-16 Lars Gullik Bjønnes <larsbj@gullik.net>
8692 * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
8694 * text2.C (deleteEmptyParagraphMechanism): adjust
8696 * text2.[Ch] (ownerParagraph): delete func (both of them
8698 2003-04-15 Lars Gullik Bjønnes <larsbj@gullik.net>
8700 * text_funcs.C (transposeChars): use ParagraphList::iterator here.
8702 2003-04-15 Lars Gullik Bjønnes <larsbj@gullik.net>
8704 * ParagraphList.C: prepare for NO_NEXT
8706 2003-04-15 Lars Gullik Bjønnes <larsbj@gullik.net>
8708 * text2.C (getFont): adjust
8709 (getLayoutFont): adjust
8710 (getLabelFont): adjust
8712 * paragraph.C (getFont): adjust
8713 (getLabelFont): adjust
8714 (getLayoutFont): adjust
8716 * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
8718 2003-04-15 John Levon <levon@movementarian.org>
8722 * lyx_main.C: handle Include in .ui files
8724 2003-04-15 John Levon <levon@movementarian.org>
8726 * MenuBackend.C: make the doc files length shorter
8729 * ToolbarBackend.C: handle toolbar placement flags,
8732 2003-04-15 Lars Gullik Bjønnes <larsbj@gullik.net>
8734 * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
8737 * paragraph_funcs.C (TeXOnePar): adjust
8739 * paragraph.C (getLabelFont): add outerfont arg, adjust
8740 (getLayoutFont): ditto
8741 (simpleTeXOnePar): adjust
8743 * paragraph_pimpl.C (realizeFont): delete func
8745 2003-04-14 Alfredo Braunstein <abraunst@libero.it>
8747 * text2.C (beforeFullRowInset): added a bad getchar check, removed
8748 row argument, constify cur argument.
8750 2003-04-15 Lars Gullik Bjønnes <larsbj@gullik.net>
8752 * text2.C (getFont): adjust
8753 (getLayoutFont): adjust
8754 (getLabelFont): adjust
8756 * paragraph_funcs.C (TeXOnePar): adjust
8757 (outerFont): new func...
8758 (realizeFont): ...moved out from here, changed this to facilitate
8761 * paragraph.C (getFont): take outerfont as arg, adjust
8762 (simpleTeXOnePar): add outerfont arg, adjust
8764 * buffer.C (simpleLinuxDocOnePar): adjust
8765 (simpleDocBookOnePar): adjust
8767 * CutAndPaste.C (pasteSelection): adjust
8769 * BufferView.C (getEncoding): adjust
8771 2003-04-14 Lars Gullik Bjønnes <larsbj@gullik.net>
8773 * text2.C (setCharFont): adjust
8774 (setCounter): adjust
8776 * text.C (leftMargin): adjust
8777 (setHeightOfRow): adjust
8779 * rowpainter.C (paintFirst): adjust
8782 * paragraph_pimpl.C (realizeFont): adjust
8784 * paragraph.C (isFirstInSequence): move from here...
8785 * paragraph_funcs.C (isFirstInSequence): ...to here
8787 * paragraph.C (outerHook): move from here...
8788 * paragraph_funcs.C (outerHook): ...to here
8790 * paragraph.C (depthHook): move from here...
8791 * paragraph_funcs.C (depthHook): ...to here
8793 * paragraph.C (getEndLabel): move from here...
8794 * paragraph_funcs.C (getEndLabel): ...to here
8796 * text2.C (realizeFont): move from here...
8797 * paragraph_funcs.C (realizeFont): ...to here
8799 2003-04-14 Lars Gullik Bjønnes <larsbj@gullik.net>
8801 * text3.C (gotoNextInset): use separate tmp vars for par and pos.
8803 2003-04-14 Angus Leeming <leeming@lyx.org>
8805 * LColor.[Ch]: scrap LColor mathcursor.
8807 2003-04-14 Lars Gullik Bjønnes <larsbj@gullik.net>
8809 * lyxlex.[Ch] (text): delete function
8810 * trans.C (Load): adjust
8811 * paragraph_funcs.C (readParToken): adjust
8813 2003-04-14 Lars Gullik Bjønnes <larsbj@gullik.net>
8815 * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
8816 vector<char> instead of a char[].
8818 * lyxlex_pimpl.C (getString): adjust
8820 (lex): use getString
8824 * lyxlex.C (text): use pimpl_->getString()
8828 2003-04-14 Lars Gullik Bjønnes <larsbj@gullik.net>
8830 * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
8831 (makeFontEntriesLayoutSpecific): temp var for par.size()
8832 (setLayout): temp var for ownerParagraphs().end()
8833 (fullRebreak): temp var for rows().end()
8834 (selectionAsString): temp var for boost::next(startpit), realize
8835 that the while really is a regular for loop.
8836 (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
8837 setCursor in one place.
8838 (setParagraph): temp vr for ownerParagraphs().end()
8839 (updateCounters): make the while loop a for loop
8840 (cutSelection): temp var for ownerParagraphs().end()
8841 (updateInset): make the do {} while() a regular for loop
8842 (getCursorX): use temp vars
8843 (setCurrentFont): use temp vars
8844 (getColumnNearX): use temp vars
8846 2003-04-13 Lars Gullik Bjønnes <larsbj@gullik.net>
8848 * text.C (transformChar): use temp var for getChar
8849 (computeBidiTables): use temp var for row->par()
8850 (fill): move temp vars for row->par() and pit->layout() earlier in
8852 (labelFill): use temp var for row->par()
8853 (setHeightOfRow): do not allow rit to be RowList::end, get rid of
8854 asc and desc, realize that pit never changes and that firstpit is
8855 just a duplicate and not needed. Exchange rit->par() with pit in a
8857 (breakAgain): use a temp var for boost::next(rit)
8858 (breakAgainOneRow): ditto
8859 (breakParagraph): use a temp var for rows().begin()
8860 (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
8861 (cursorRightOneWord): use temp var for cursor.par() and
8862 cursor.pos(), remove usage of tmpcursor.
8863 (cursorLeftOneWord): use temp var for cursor.par() and
8864 cursor.pos() only set cur at end of function.
8866 2003-04-13 Lars Gullik Bjønnes <larsbj@gullik.net>
8868 * text.C, text2.C: exchange all usage of Paragraph::next with
8869 boost::next(ParagraphList::iterator)
8871 * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
8873 * text2.C (cursorTop): simplify implementation
8874 (cursorBottom): ditto
8875 (setParagraph): use ParagraphList::iterator
8876 (setCurrentFont): adjust
8877 (getColumnNearX): adjust
8878 (cursorRight): adjust
8879 (cursorLeft): remove usage of Paragraph::previous
8880 (cursorUpParagraph): ditto
8881 (deleteEmptyParagraphMechanism): slight cleanup
8883 * text.C (isBoundary): take a Paragraph const & instead of a
8885 (addressBreakPoint): ditto
8886 (leftMargin): remove usage of Paragraph::previous.
8887 (setHeightOfRow): ditto
8888 (cursorLeftOneWord): ditto
8889 (selectNextWordToSpellcheck): ditto
8892 (breakParagraph): remove one usage of Paragraph::next
8893 (redoParagraph): ditto
8894 (acceptChange): ditto
8895 (insertChar): adjust
8896 (rowBreakPoint): adjust
8898 * bufferview_funcs.C (toggleAndShow): adjust
8900 2003-04-11 Alfredo Braunstein <abraunst@libero.it>
8902 * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
8903 methods to access it.
8905 * text.C: Added updateRowPositions to compute all row positions.
8906 Make top_y and getRowNearY() to use the cached y position
8908 2003-04-11 John Levon <levon@movementarian.org>
8910 * text.C (rowBreakPoint): reintroduce the labelEnd
8911 checks, code copied from the row fill stuff. Deep voodoo.
8913 * text.C (fill): add a comment and debugging for the
8916 2003-04-11 John Levon <levon@movementarian.org>
8918 * text.C: make sure fullrow insets get wrapped to the next line,
8919 even when they're in a manual label
8921 2003-04-10 Lars Gullik Bjønnes <larsbj@gullik.net>
8923 * text2.C (insertParagraph): make it take ParagraphList::iterator
8925 (setLayout): make it return ParagraphList::iterator
8926 (redoParagraphs): ditto
8928 (checkParagraph): ditto
8930 * text.C (getRow): make getrow take ParagraphList::iterator as arg
8932 * text2.C: adjust several funcs.
8933 (realizeFont): take a ParagraphList::iterator as arg.
8934 (getLayoutFont): ditto
8935 (getLabelFont): ditto
8936 (setCharFont): ditto
8938 * text.C: adjust several funcs.
8940 2003-04-09 Alfredo Braunstein <abraunst@libero.it>
8942 * text.C (selectNextWordToSpellcheck): don't accidentally
8945 2003-04-10 John Levon <levon@movementarian.org>
8947 * ToolbarBackend.C (getIcon): special handling for
8950 2003-04-09 Alfredo Braunstein <abraunst@libero.it>
8952 * text2.C (cursorRight): a getChar assert fixed
8954 2003-04-09 Lars Gullik Bjønnes <larsbj@gullik.net>
8956 * text2.C (getFont): change to take a ParagraphList::iterator
8957 instead of Paragraph*
8958 Adjust several functions.
8960 * text.C (transformChar): change to take a ParagraphList::iterator
8961 instead of Paragraph*
8962 (singleWidth): ditto
8963 Adjust several functions.
8965 * rowpainter.C: adjust several functions
8966 * rowpainter.h:store a ParagraphList::iterator and not a
8970 2003-04-09 John Levon <levon@movementarian.org>
8975 * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
8976 and the "help" bits as well
8978 2003-04-09 John Levon <levon@movementarian.org>
8981 * ToolbarBackend.C: allow multiple toolbars
8983 2003-04-09 Lars Gullik Bjønnes <larsbj@gullik.net>
8985 * undo_funcs.C (setCursorParUndo): adjust
8987 * text_funcs.C (transposeChars): adjust
8989 * text3.C (gotoNextInset): adjust
8992 * text2.C (setLayout): adjust
8993 (changeDepth): adjust
8995 (redoParagraphs): adjust
8996 (selectionAsString): adjust
8997 (setParagraph): adjust
8998 (insertInset): adjust
8999 (cutSelection): adjust
9000 (copySelection): adjust
9001 (pasteSelection): adjust
9002 (insertStringAsLines): adjust
9003 (updateInset): adjust
9004 (setCursor): change to take a ParagraphList::iterator parameter
9005 (setCursorIntern): change to take a ParagraphList::iterator parameter
9006 (setCurrentFont): adjust
9007 (cursorLeft): adjust
9008 (cursorRight): adjust
9009 (deleteEmptyParagraphMechanism): adjust
9011 * text.C (breakParagraph): adjust
9012 (insertChar): adjust
9013 (acceptChange): adjust
9014 (rejectChange): adjust
9015 (selectNextWordToSpellcheck): adjust
9016 (changeCase): adjust
9020 * lyxfind.C (SearchForward): adjust
9021 (SearchBackward): adjust
9022 (nextChange): adjust
9024 * lyxcursor.C (par): adjust
9026 * lyxcursor.h: store a ParagraphList::iterator instead of a
9029 * lyx_cb.C (getPossibleLabel): adjust
9031 * bufferview_funcs.C (toggleAndShow): adjust
9033 * BufferView_pimpl.C (resizeCurrentBuffer): adjust
9036 * BufferView.C (removeAutoInsets): adjust
9037 (lockedInsetStoreUndo): adjust
9039 2003-04-09 John Levon <levon@movementarian.org>
9041 * ToolbarBackend.C: try icon without argument
9042 if with argument fails
9044 2003-04-08 John Levon <levon@movementarian.org>
9047 * ToolbarBackend.C: add getIcon(), handle tooltip,
9048 and change from "Icon" to "Item".
9050 2003-04-08 Alfredo Braunstein <abraunst@libero.it>
9052 * BufferView.C (lockInset): another bad getchar crunched
9054 2003-04-08 Alfredo Braunstein <abraunst@libero.it>
9056 * text2.C (changeDepth): do not setUndo on test_only (make undo work
9059 2003-04-05 Alfredo Braunstein <abraunst@libero.it>
9061 * lyxfind.C (searchForward, searchBackwards): bug 782
9063 2003-04-07 John Levon <levon@movementarian.org>
9065 * paragraph.C: remove dead comment
9067 * text.C: remove troublesome depth-fiddling code
9068 in leftMargin() and rightMargin() (bug 1017)
9070 * text.C: fix breaking of rows in nested lists
9073 * text2.C (updateCounters): fix up depth values
9076 2003-04-07 John Levon <levon@movementarian.org>
9078 * BufferView_pimpl.C: clear message when doc finishes resizing,
9079 and after a mouse event
9081 * lyxfunc.C: clear message after exiting inset
9083 2003-04-07 John Levon <levon@movementarian.org>
9085 * bufferview_funcs.C: show math status not outside
9086 status in the statusbar
9088 2003-04-07 John Levon <levon@movementarian.org>
9090 * lyxfunc.C: note status changed after a depth change
9092 2003-04-04 Angus Leeming <leeming@lyx.org>
9094 * LaTeX.h: move AuxInfo operator==, != out of line.
9095 Remove LaTeX virtual destructor; nothing derives from it.
9096 Move operator()() out of public area and rename it startscript().
9097 Change protected for private.
9099 2003-04-04 Angus Leeming <leeming@lyx.org>
9102 * text2.C: remove unneeded #includes.
9104 2003-04-03 Alfredo Braunstein <abraunst@libero.it>
9106 * text2.C (dEPM): fix the heigth of the next row
9108 2003-04-03 Alfredo Braunstein <abraunst@libero.it>
9110 * text.C: squashed an invalid getChar requester + some ws changes
9112 2003-04-03 John Levon <levon@movementarian.org>
9114 * bufferview_funcs.h:
9115 * bufferview_funcs.C:
9118 * text2.C: make getStatus work for the env depth lfuns
9120 2003-04-03 John Levon <levon@movementarian.org>
9122 * bufferview_funcs.h:
9123 * bufferview_funcs.C:
9126 * text2.C: parlistize decDepth(), by merging it with incDepth()
9128 2003-04-03 Lars Gullik Bjønnes <larsbj@gullik.net>
9130 * lyxrow.h: store a ParagraphList::iterator instead of a
9131 Paragraph* and adjust other class functions to suit.
9133 * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
9136 2003-04-01 Alfredo Braunstein <abraunst@libero.it>
9138 * text2.C (setCursor): do not anchor to cursor row for the time being
9140 2003-04-02 John Levon <levon@movementarian.org>
9147 * text3.C: rename the "tab" lfuns. Remove tab support from normal text
9149 2003-04-02 Lars Gullik Bjønnes <larsbj@gullik.net>
9151 * paragraph.h: make ParagraphList and ParagraphList::iterator
9152 friends of Paragraph.
9154 * buffer.C (makeLinuxDocFile): move towards ParagraphList
9156 * ParagraphList.C: Use the private next_ and previous_ from
9159 2003-04-01 John Levon <levon@movementarian.org>
9163 * Makefile.am: rename, remove defaults gunk
9166 * MenuBackend.C: remove defaults gunk
9169 * Languages.C: remove defaults gunk
9172 * lyx_main.C: error out if files couldn't be found.
9174 2003-04-02 John Levon <levon@movementarian.org>
9176 * text2.C: make incDepth() use parlist
9178 2003-04-02 Lars Gullik Bjønnes <larsbj@gullik.net>
9180 * undo_funcs.C (firstUndoParagraph): adjust
9182 * text3.C (gotoInset): adjust
9183 (dispatch): adjust, and rewrite loop.
9185 * text2.C (init): adjust, and rewrite loop.
9186 (redoParagraphs): adjust
9187 (updateInset): adjust, and rewrite loop.
9188 (deleteEmptyParagraphMechanism): adjust
9190 * tabular.C (LyXTabular): adjust
9191 (SetMultiColumn): adjust
9194 * lyxtext.[Ch] (ownerParagraph): delete function
9195 (ownerParagraphs): new function returns a ParagraphList.
9197 * BufferView.C (removeAutoInsets): adjust
9198 (insertErrors): adjust
9199 (setCursorFromRow): adjust
9201 2003-04-01 Angus Leeming <leeming@lyx.org>
9203 * BufferView_pimpl.C (buffer): ensure that the Layout is correct
9206 2003-04-02 John Levon <levon@movementarian.org>
9212 * text_funcs.C: make transposeChars a free function
9214 * lyxrow_funcs.C: remove wrong comment
9216 2003-04-01 Lars Gullik Bjønnes <larsbj@gullik.net>
9219 * rowpainter.C: adjust
9224 * lyxrow_funcs. [Ch]: new files
9226 * lyxrow.[Ch]: remove next and previous pointers
9227 (next,previous): remove accessor functions
9228 (isParEnd): move to lyxrow_funcs
9229 (lastPos): move to lyxrow_funcs
9230 (nextRowIsAllInset): move to lyxrow_funcs
9231 (lastPrintablePos): move to lyxrow_funcs
9232 (numberOfSeparators): move to lyxrow_funcs
9233 (numberOfHfills): move to lyxrow_funcs
9234 (numberOfLabelHfills): move to lyxrow_funcs
9235 (hfillExpansion): move to lyxrow_funcs
9239 * bufferview_funcs.C (toggleAndShow): adjust
9241 * RowList.h: Remove class RowList from file leave just a
9244 * RowList.C: delete file
9246 * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
9249 2003-04-01 Lars Gullik Bjønnes <larsbj@gullik.net>
9251 * text3.C (cursorPrevious): adjust
9252 (cursorNext): adjust
9255 * text2.C (redoHeightOfParagraph): adjust
9256 (redoDrawingOfParagraph): adjust
9259 * text.C (breakParagraph): adjust
9260 (insertChar): adjust
9263 * rowpainter.C (RowPainter): adjust
9264 (leftMargin): simplify and adjust
9265 (most rowpainter functions): adjust.
9267 * rowpainter.h: store the row as RowList::iterator not as Row*
9269 * lyxcursor.C (row): taka RowList::iterator as arg
9272 * lyxcursor.h: make the LyXCursor store RowList::iterators instead
9275 2003-04-01 Angus Leeming <leeming@lyx.org>
9277 * bufferview_funcs.C (string2font): rewrite so that it no longer uses
9278 stuff like bool Bool.
9280 2003-04-01 Alfredo Braunstein <abraunst@libero.it>
9282 * text2.C (redoParagraphs): fix a bug (introduced by myself) and
9285 2003-04-01 Lars Gullik Bjønnes <larsbj@gullik.net>
9287 * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
9290 * lyxtext.h (rows): drop one version and leve a const variant that
9291 returns a RowList::iterator.
9293 2003-03-31 Angus Leeming <leeming@lyx.org>
9295 * text.C (fill): ensure that the signature is the same as that in the
9298 2003-03-31 Lars Gullik Bjønnes <larsbj@gullik.net>
9300 * text2.C (redoParagraphs): adjust
9301 (updateCounters): adjust
9302 (checkParagraph): adjust
9303 (getColumnNearX): adjust and reformat a bit.
9305 * text.C (top_y): adjust
9307 (leftMargin): adjust
9308 (prepareToPrint): adjust
9310 (getRowNearY): adjust
9312 * lyxtext.h: make rowlist_ mutable.
9314 * RowList.h: add const_iterator
9315 * RowList.C: adjust for RowList::const_iterator.
9317 * text2.C (getCursorX): make it take a RowList::iterator as arg,
9320 2003-03-31 John Levon <levon@movementarian.org>
9323 * lyxrc.C: moved pdf_mode and use_gui to elsewhere
9325 * lyx_main.C: set default fonts from using lyx_gui funcs
9327 * exporter.C: pdf_mode moved from lyxrc
9330 * lyxfunc.C: changes from above
9332 2003-03-31 John Levon <levon@movementarian.org>
9334 * lyx_main.C: fix to the last fix
9336 2003-03-31 John Levon <levon@movementarian.org>
9338 * bufferlist.C: "Load original" -> "Load Original"
9344 * format.C: more Alert cleanups
9346 2003-03-30 Lars Gullik Bjønnes <larsbj@gullik.net>
9348 * text2.C (removeParagraph): make it take a RowList::iterator as
9350 (getColumnNearX): make it take a RowList::iterator as arg, adjust.
9351 (postRowPaint): make it take a RowList::iterator as arg, adjust.
9353 * text.C (anchor_row): make it take a RowList::iterator as arg,
9355 (computeBidiTables): make it take a const reference to Row instead
9356 of Row pointer, adjust.
9357 (leftMargin): make it take a RowList::iterator as arg, adjust.
9358 (rowBreakPoint): adjust
9359 (breakAgainOneRow): make it take a RowList::iterator as arg,
9361 (prepareToPrint): make it take a RowList::iterator as arg, adjust.
9363 * bufferview_funcs.C (toggleAndShow): adjust
9365 2003-03-30 John Levon <levon@movementarian.org>
9369 * boost-inst.C: moved to support
9371 * several files: changes as a result
9373 2003-03-30 Lars Gullik Bjønnes <larsbj@gullik.net>
9375 * text2.C (LyXText): adjust.
9377 (removeRow): make it take a RowList::iterator as arg, adjust.
9378 (fullRebreak): adjust
9379 (deleteEmptyParagraphMechanism): adjust
9380 (clearPaint): adjust
9383 * text.C (top_y): adjust
9384 (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
9385 (breakAgain): make it take a RowList::iterator as arg, adjust.
9386 (breakParagraph): adjust
9387 (insertChar): adjust
9390 * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
9391 need_break_row, and refresh_row.
9393 * text3.C (dispatch): adjust
9395 * text2.C (checkParagraph): adjust
9397 (setCursorFromCoordinates): adjust
9399 * text.C (top_y): adjust
9401 (getRow): make it return a RowList::iterator, adjust
9402 (getRowNearY): make it return a RowList::iterator, adjust
9404 * text2.C (init): adjust
9405 (insertRow): remove function
9406 (insertParagraph): adjust
9407 (redoParagraphs): adjust
9408 (fullRebreak): adjust
9409 (updateCounters): adjust
9411 * text.C (top_y): rewrite to use RowList iterators.
9413 (setHeightOfRow): rewrite to sue RowList iterators.
9414 (appendParagraph): adjust
9415 (breakAgain): adjust
9416 (breakAgainOneRow): adjust
9417 (breakParagraph): adjust
9419 (getRowNearY): adjust, and remove commented code.
9421 * lyxtext.h (firstRow): delete function
9422 (lastRow): delete function
9423 (rows): new function (const and non-const versions.)
9424 (insertRow): delete function
9426 * lyxrow.[Ch] (Row): new constructor taking a par and a pos
9428 2003-03-29 John Levon <levon@movementarian.org>
9430 * BufferView_pimpl.C: always update scrollbar top
9431 because pasting text when we're anchored could mean we
9432 miss an update altogether
9434 2003-03-29 Lars Gullik Bjønnes <larsbj@gullik.net>
9436 * text2.C (init): use rowlist_.end() and not 0.
9437 (insertRow): change to take a RowList::iterator as arg, adjust
9439 (insertParagraph): change to take a RowList::iterator as arg,
9441 (redoParagraphs): remove some debug msgs.
9443 * text.C (appendParagraph): change to take a RowList::iterator
9444 arg, adjust for this.
9445 (breakAgain): add an assert
9446 (breakAgainOneRow): ditto
9448 2003-03-29 John Levon <levon@movementarian.org>
9450 * text2.C: do not clear selection after inc/decDepth
9453 2003-03-29 John Levon <levon@movementarian.org>
9456 * buffer.C: fix broken strerrors according to Lars
9458 2003-03-29 John Levon <levon@movementarian.org>
9460 * converters.C: more Alert cleanups
9462 2003-03-29 John Levon <levon@movementarian.org>
9464 * bufferview_funcs.C: remove pointless Alert
9466 * buffer.C: fix confusing error message when
9467 a template is chmoded 000
9469 2003-03-29 John Levon <levon@movementarian.org>
9473 * BufferView_pimpl.C: Alert fixes
9477 * tabular-old.C: remove unused table compat reading
9479 2003-03-29 John Levon <levon@movementarian.org>
9484 * lyx_cb.C: more Alert cleanups
9486 * lyxfunc.C: don't allow chktex if not latex document
9488 2003-03-29 John Levon <levon@movementarian.org>
9492 * buffer.C: warnings pushed down from support/,
9495 2003-03-29 John Levon <levon@movementarian.org>
9497 * lyxfunc.C: safety check for C-r (revert)
9499 2003-03-29 John Levon <levon@movementarian.org>
9502 * bufferlist.C: several UI fixes using Alert::prompt.
9503 Fix the pointless looping quit code. Fix stupid revert
9508 * lyx_cb.C: use Alert::prompt
9510 * lyx_main.C: remove a silly question
9512 * lyxfunc.C: remove a couple of silly questions,
9515 2003-03-28 John Levon <levon@movementarian.org>
9517 * text2.C: fix bug 974 (End on empty par)
9519 2003-03-28 John Levon <levon@movementarian.org>
9521 * BufferView_pimpl.C:
9523 * lfuns.h: remove do-nothing math greek lfuns
9525 2003-03-27 Lars Gullik Bjønnes <larsbj@gullik.net>
9527 * lyxgluelength.h (isValidGlueLength): add default arg on
9528 parameter 2. Remove default arg from friend in class.
9530 * lyxlength.h (isValidLength): add default arg on parameter 2.
9531 Remove default arg from friend in class.
9533 * text2.C (LyXText): adjust, initialize refresh_row.
9537 (insertParagraph): adjst
9538 (redoParagraphs): adjust
9539 (fullRebreak): adjust
9540 (updateCounters): adjust
9541 (deleteEmptyParagraphMechanism): first attempt at fixing a
9544 * text.C (top_y): adjust
9545 (setHeightOfRow): adjust
9547 (getRowNearY): adjust
9549 * lyxtext.h: include RowList.h
9550 (~LyXText): not needed anymore, deleted.
9551 (firstRow): modify for RowList
9552 (lastRow): new function
9553 Delete firstrow and lastrow class variables, add a Rowlist
9554 rowlist_ class variable.
9556 * lyxrow.C (lastPos): use empty() and not !size() to check if a
9559 * RowList.C (insert): fix case where it == begin().
9561 2003-03-26 Angus Leeming <leeming@lyx.org>
9563 * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
9564 the thesaurus dialog.
9566 2003-03-26 Lars Gullik Bjønnes <larsbj@gullik.net>
9568 * Makefile.am (lyx_SOURCES): add RowList.[Ch]
9570 * RowList.[Ch]: new files
9572 * ParagraphList.C (erase): handle the case where it == begin
9575 2003-03-25 John Levon <levon@movementarian.org>
9579 * aspell.C: add new aspell support
9582 * lyxrc.C: Make use_pspell be use_spell_lib. Always
9585 2003-03-25 Angus Leeming <leeming@lyx.org>
9588 * LyXAction.C (init): new LFUN_INSET_INSERT.
9590 * BufferView_pimpl.C (dispatch): split out part of the
9591 LFUN_INSET_APPLY block LFUN_INSET_INSERT.
9593 * factory.C (createInset): act on LFUN_INSET_INSERT rather than
9596 2003-03-25 Angus Leeming <leeming@lyx.org>
9598 * lyxfunc.C (dispatch): changes to the Dialogs interface.
9600 2003-03-25 Alfredo Braunstein <abraunst@libero.it>
9603 * text3.C: remove useless row->height(0)
9605 2003-03-25 John Levon <levon@movementarian.org>
9609 * text3.C: rename the refreshing stuff to better names
9611 2003-03-24 John Levon <levon@movementarian.org>
9613 * BufferView_pimpl.h:
9614 * BufferView_pimpl.C: update layout choice on a mouse
9617 2003-03-23 John Levon <levon@movementarian.org>
9619 * Makefile.am: fix commandtags.h reference
9621 2003-03-22 John Levon <levon@movementarian.org>
9623 * BufferView_pimpl.C:
9628 * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
9630 2003-03-21 Alfredo Braunstein <abraunst@libero.it>
9633 * text.C: take the rtl methods out of line
9635 2003-03-21 André Pönitz <poenitz@gmx.net>
9637 * metricsinfo.[Ch]: new files containing structures to be passed around
9638 during the two-phase-drawing...
9640 2003-03-21 André Pönitz <poenitz@gmx.net>
9642 * lyxtextclass.C: read 'environment' tag.
9644 2003-03-20 Alfredo Braunstein <abraunst@libero.it>
9646 * text2.C (removeRow): fix bug 964
9648 2003-03-20 John Levon <levon@movementarian.org>
9652 * text2.C: paint cleanups. Inset::update() dropped font
9655 2003-03-19 John Levon <levon@movementarian.org>
9657 * lyxfunc.C: only fitcursor/markDirty if available()
9659 2003-03-19 John Levon <levon@movementarian.org>
9661 * commandtags.h: rename to ...
9663 * lfuns.h: ... this, and renumber / cleanup
9665 2003-03-19 John Levon <levon@movementarian.org>
9667 * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
9668 fit the cursor after an lfun
9672 * BufferView_pimpl.h:
9673 * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
9675 * LyXAction.C: layout-character should have ReadOnly
9677 * ParagraphParameters.C:
9679 * bufferview_funcs.C:
9686 * undo_funcs.C: changes from above
9688 2003-03-18 John Levon <levon@movementarian.org>
9690 * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
9691 remove it from update()
9693 * lyxfunc.C: update layout choice after an lfun
9695 * text3.C: remove extra updateLayoutChoice()s
9697 2003-03-18 John Levon <levon@movementarian.org>
9699 * text.C: top_y change means full repaint, fix
9700 a drawing bug with cursor movement
9702 2003-03-18 Alfredo Braunstein <abraunst@libero.it>
9706 * text2.C: anchor row on setCursor
9708 2003-03-18 Alfredo Braunstein <abraunst@libero.it>
9710 * lyxtext.h: remove almost all mutable keywords
9713 * text3.C: remove const keywords accordingly
9715 2003-03-17 Lars Gullik Bjønnes <larsbj@gullik.net>
9717 * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
9719 (TeXEnvironment): ditto
9722 2003-03-17 John Levon <levon@movementarian.org>
9724 * text.C (rowBreakPoint): remove attempt to fix displayed
9725 math insets inside a manual label
9727 2003-03-17 Lars Gullik Bjønnes <larsbj@gullik.net>
9729 * lyxtext.h: remove BufferView* as first arg from almost all class
9731 * other files: adjust.
9733 2003-03-17 John Levon <levon@movementarian.org>
9737 * text2.C: more paint cleanups
9739 * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
9742 * rowpainter.C: remove "smart" background painting code
9744 2003-03-16 John Levon <levon@movementarian.org>
9749 * text3.C: add helper functions for setting refresh_row/y
9751 2003-03-14 Kayvan Sylvan <kayvan@sylvan.com>
9753 * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
9754 newline inset which *can* get inserted in the pass_thru layouts.
9755 This is primarily for literate documents.
9757 2003-03-14 Dekel Tsur <dekelts@tau.ac.il>
9759 * buffer.C: increment LYX_FORMAT to 223
9761 2003-03-14 André Pönitz <poenitz@gmx.net>
9763 * textclass.h: prepare for environment handling, ws changes
9764 * lyxlayout.C: read latexheader and latexfooter tags
9766 2003-03-14 John Levon <levon@movementarian.org>
9768 * text2.C: rewrite ::status() a bit
9770 2003-03-13 John Levon <levon@movementarian.org>
9772 * lyxtext.h: add some docs
9774 2003-03-13 John Levon <levon@movementarian.org>
9779 * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
9781 2003-03-13 John Levon <levon@movementarian.org>
9783 * text3.C: fix appendix redrawing
9785 2003-03-13 John Levon <levon@movementarian.org>
9787 * text.C (setHeightOfRow):
9789 * rowpainter.C: make appendix mark have the text
9790 "Appendix" so the user knows what it is
9793 * LColor.C: s/appendixline/appendix/ from above
9795 2003-03-13 John Levon <levon@movementarian.org>
9797 * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
9799 * text.C: fix a getChar(pos) bug properly
9801 2003-03-13 Angus Leeming <leeming@lyx.org>
9804 * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
9805 Probably only temporary. Let's see how things pan out.
9807 * BufferView.C (unlockInset):
9808 * BufferView_pimpl.C (fitCursor):
9809 replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
9811 * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
9812 PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
9814 * ParagraphParameters.[Ch] (setParagraphParams, params2string):
9815 new functions that convert ParagraphParameters to and from a string.
9817 * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
9818 BufferView::Pimpl's dispatch.
9819 In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
9821 2003-03-13 André Pönitz <poenitz@gmx.net>
9825 * factory.C: make it aware of InsetEnv
9827 2003-03-13 Lars Gullik Bjønnes <larsbj@gullik.net>
9829 * text2.C (setCursor): never ask for one past last
9830 (setCursor): add some debugging messages.
9832 * text.C (singleWidth): never ask for one past last
9833 (singleWidth): ditto
9835 (rightMargin): ditto
9836 (rowBreakPoint): ditto
9837 (setHeightOfRow): ditto
9838 (prepareToPrint): ditto
9840 * rowpainter.C (paintBackground): never ask for one past last
9841 (paintText): never ask for one past last
9843 * paragraph_pimpl.C (getChar): make the assert stricter, never
9844 allow the one past last pos to be taken
9846 * paragraph.C (getChar): ws changes only
9848 * lyxrow.C (nextRowIsAllInset): never ask for one past last
9849 (numberOfSeparators): ditto
9850 (numberOfHfills): ditto
9852 2003-03-12 John Levon <levon@movementarian.org>
9858 * paragraph_funcs.C: fix per-buffer authorlists
9860 2003-03-12 John Levon <levon@movementarian.org>
9862 * text.C: fix newline in right address
9864 2003-03-12 Angus Leeming <leeming@lyx.org>
9866 * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
9867 duplicate those in LyXFunc::dispatch.
9871 * ToolbarDefaults.C:
9872 rename LFUN_FREE as LFUN_FONTFREE_APPLY.
9873 Add LFUN_FONTFREE_UPDATE.
9875 * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
9876 LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
9878 * bufferview_func.[Ch]: several new functions to facilliate
9879 transfer of data to and from the character dialog.
9881 2003-03-12 John Levon <levon@movementarian.org>
9886 * paragraph_funcs.C:
9887 * paragraph_pimpl.C:
9891 * text3.C: remove META_NEWLINE in favour of an inset
9894 * rowpainter.C: remove paintNewline (done by inset)
9896 2003-03-12 John Levon <levon@movementarian.org>
9898 * paragraph_pimpl.C: complain about bad getChar()s
9899 for a while at least
9901 2003-03-12 John Levon <levon@movementarian.org>
9904 * buffer.C: move paragraph read into a separate function,
9905 a little renaming to reflect that.
9908 * bufferparams.C: remove the author_ids map, not necessary now
9911 * factory.C: moved Buffer::readInset to here
9913 * paragraph_funcs.h:
9914 * paragraph_funcs.C: readParagraph free function moved from
9917 * tabular.C: name change
9919 2003-03-12 John Levon <levon@movementarian.org>
9922 * ParagraphParameters.C: move par params input to
9925 * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
9926 behave like a normal read from the stream wrt reading
9927 a line vs. a \\token
9929 2003-03-12 John Levon <levon@movementarian.org>
9932 * ParagraphParameters.h:
9933 * ParagraphParameters.C: move output code to a
9936 2003-03-12 John Levon <levon@movementarian.org>
9938 * BufferView.C (insertLyXFile):
9941 * tabular.C: use a parlist iterator for creating the
9944 2003-03-12 John Levon <levon@movementarian.org>
9946 * buffer.C: make current_change static local not
9949 2003-03-12 John Levon <levon@movementarian.org>
9951 * buffer.C: fix insertStringAsLines for change tracking
9953 2003-03-12 John Levon <levon@movementarian.org>
9960 * bufferparams.C: move author list into params. Rename some
9961 functions. Move the header reading into a separate token
9962 loop. Move the header token reading into BufferParams.
9964 2003-03-12 John Levon <levon@movementarian.org>
9966 * changes.C: put debug inside lyxerr.debugging() checks
9968 2003-03-11 André Pönitz <poenitz@gmx.net>
9970 * factory.C: make it aware of InsetHFill
9972 2003-03-10 Lars Gullik Bjønnes <larsbj@birdstep.com>
9974 * buffer.C (latexParagraphs): move function from here...
9975 * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
9978 2003-03-10 Angus Leeming <leeming@lyx.org>
9980 * LyXAction.C (init): fix bug in poplating array with multiple entries
9981 with the same LFUN (spotted by JMarc).
9983 2003-03-10 John Levon <levon@movementarian.org>
9986 * text2.C: move getColumnNearX() near its
9989 2003-03-10 John Levon <levon@movementarian.org>
9991 * text.C: fix break before a minipage
9993 2003-03-10 John Levon <levon@movementarian.org>
9995 * text.C: fix the last commit
9997 2003-03-09 John Levon <levon@movementarian.org>
10001 * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
10002 bug 365 (don't break before insets unless needed). Don't
10003 return a value > last under any circumstances.
10005 2003-03-09 Angus Leeming <leeming@lyx.org>
10007 * BufferView_pimpl.C (trackChanges, dispatch): call
10008 Dialogs::show("changes") rather than Dialogs::showMergeChanges().
10010 2003-03-09 Angus Leeming <leeming@lyx.org>
10012 * lyxfunc.C (dispatch): call Dialogs::show("about") rather
10013 than Dialogs::showAboutlyx().
10015 2003-03-09 Angus Leeming <leeming@lyx.org>
10017 * factory.C (createInset): call Dialogs::show("tabularcreate") rather
10018 than Dialogs::showTabularCreate().
10020 2003-03-09 John Levon <levon@movementarian.org>
10024 * text2.C: 3rd arg to nextBreakPoint was always the same.
10027 2003-03-08 John Levon <levon@movementarian.org>
10034 * text2.C: Remove the "main" bit from the "main body"
10037 2003-03-08 John Levon <levon@movementarian.org>
10039 * text.C (leftMargin): The left margin of an empty
10040 manual label paragraph should not include the label width
10043 * text.C (prepareToPrint): don't attempt to measure hfills
10044 for empty manual label paragraphs - the answer should be 0
10046 2003-03-08 Lars Gullik Bjønnes <larsbj@gullik.net>
10048 * CutAndPaste.C: remove commented code and reindent.
10050 2003-03-08 John Levon <levon@movementarian.org>
10053 * lyxfunc.C: move reloadBuffer()
10056 * BufferView.C: to here
10058 * lyxvc.C: add comment
10061 * vc-backend.C: call bv->reload() to avoid
10062 getStatus() check on MENURELOAD
10064 2003-03-07 Dekel Tsur <dekelts@tau.ac.il>
10066 * LaTeX.C (run): Fix a bug where the DVI file was not updated due
10067 to an old format .dep file.
10069 2003-03-07 Angus Leeming <leeming@lyx.org>
10071 * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
10072 when the LFUN_MOUSE_RELEASE should have been handled by
10073 inset->localDispatch.
10075 2003-03-07 Angus Leeming <leeming@lyx.org>
10077 * BufferView_pimpl.C (dispatch):
10078 * LyXAction.C (init):
10079 * ToolbarDefaults.C (init):
10081 * lyxfunc.C (getStatus):
10082 remove LFUN_INSET_GRAPHICS.
10084 * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
10086 2003-03-07 Angus Leeming <leeming@lyx.org>
10089 * LyXAction.C (init):
10090 * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
10092 * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
10095 * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
10097 * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
10098 localDispatch method LFUN_INSET_DIALOG_UPDATE.
10100 2003-03-07 Angus Leeming <leeming@lyx.org>
10102 * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
10105 2003-03-06 Lars Gullik Bjønnes <larsbj@gullik.net>
10107 * ParagraphList.C (front): new function
10110 2003-03-06 Alfredo Braunstein <abraunst@libero.it>
10112 * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
10113 and top_row_offset_. removed var first_y.
10115 * text2.C (LyXText, removeRow):
10117 * BufferView_pimpl.C:
10118 use these methods instead of using first_y
10120 2003-03-06 Lars Gullik Bjønnes <larsbj@gullik.net>
10122 * text2.C (pasteSelection): adjust for checkPastePossible
10124 * CutAndPaste.C: remove Paragraph * buf and replace with
10125 ParagraphList paragraphs.
10126 (DeleteBuffer): delete
10127 (cutSelection): change the tc type to textclass_type
10128 (copySelection): change the tc type to textclass_type
10129 (copySelection): adjust for ParagraphList
10130 (pasteSelection): change the tc type to textclass_type
10131 (pasteSelection): adjust for Paragraphlist
10132 (nrOfParagraphs): simplify for ParagraphList
10133 (checkPastePossible): simplify for ParagraphList
10134 (checkPastePossible): remove unused arg
10136 * ParagraphList.C (insert): handle the case where there are no
10139 * CutAndPaste.h: make CutAndPaste a namespace.
10141 * text3.C (dispatch): adjust
10143 * text.C (breakParagraph): add a ParagraphList as arg
10145 * paragraph_funcs.C (breakParagraph): change to take a
10146 BufferParams and a ParagraphList as args.
10147 (breakParagraphConservative): ditto
10148 (mergeParagraph): ditto
10149 (TeXDeeper): add a ParagraphList arg
10150 (TeXEnvironment): ditto
10153 * buffer.C (readLyXformat2): adjust
10154 (insertStringAsLines): adjust
10155 (latexParagraphs): adjust
10157 * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
10158 (cutSelection): adjust
10159 (pasteSelection): adjust
10161 * BufferView_pimpl.C (insertInset): adjust
10163 2003-03-05 Angus Leeming <leeming@lyx.org>
10166 * LyXAction.C (init):
10167 * BufferView_pimpl.C (dispatch):
10168 * lyxfunc.C (getStatus):
10169 remove LFUN_CHILD_INSERT.
10171 * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
10173 2003-03-05 Angus Leeming <leeming@lyx.org>
10176 * LyXAction.C (init):
10177 * src/factory.C (createInset):
10178 * lyxfunc.C (getStatus):
10179 * text3.C (dispatch):
10180 remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
10182 * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
10184 2003-03-05 Lars Gullik Bjønnes <larsbj@gullik.net>
10186 * ParagraphList.C (insert): handle insert right before end()
10187 (erase): fix cases where it can be first or last paragraph.
10189 2003-03-04 Lars Gullik Bjønnes <larsbj@gullik.net>
10191 * paragraph_funcs.C (TeXEnvironment): remove all usage of
10192 Paragraph::next and Paragraph::previous
10195 * text.C (breakParagraph): adjust
10197 * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
10198 BufferParams& as arg.
10199 (breakParagraph): use ParagraphList::insert
10200 (breakParagraphConservative): take a Buffer* instead of a
10201 BufferParams& as arg.
10202 (breakParagraphConservative): use ParagraphList::insert.
10204 * buffer.C (insertStringAsLines): un-const it
10205 (insertStringAsLines): adjust
10207 * ParagraphList.C (insert): new function
10209 * CutAndPaste.C (pasteSelection): adjust
10211 * text.C (backspace): adjust
10213 * tabular.C (SetMultiColumn): adjust
10215 * CutAndPaste.C (cutSelection): adjust
10216 (pasteSelection): adjust
10218 * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
10219 Buffer const * as arg
10221 * ParagraphList.C (erase): new function
10222 * paragraph_funcs.C (mergeParagraph): use it
10223 (mergeParagraph): make it take a Buffer* instead of a
10224 BufferParams* as arg
10226 * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
10228 (breakParagraphConservative): ditto
10230 * paragraph.h: remove the breakParagraph friend
10232 * paragraph.C (eraseIntern): new function
10233 (setChange): new function
10235 * paragraph_funcs.C (mergeParagraph): make it take a
10236 ParagraphList::iterator instead of a Paragraph *, adjust
10239 * paragraph.h: move an #endif so that the change tracking stuff
10240 also works in the NO_NEXT case.
10242 2003-03-04 Angus Leeming <leeming@lyx.org>
10245 * LyXAction.C: new LFUN_INSET_MODIFY.
10247 * BufferView_pimpl.C (dispatch): if an inset is found to be open
10248 on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
10250 2003-03-04 Lars Gullik Bjønnes <larsbj@gullik.net>
10252 * several files: ws changes only
10254 * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
10255 (TeXEnvironment): ditto
10258 * buffer.C (makeLaTeXFile): adjust
10259 (latexParagraphs): make it take ParagraphList::iterator as args
10261 2003-03-03 Lars Gullik Bjønnes <larsbj@gullik.net>
10263 * buffer.C (latexParagraphs): adjust
10265 * paragraph.C (TeXOnePar): move function...
10266 (optArgInset): move function...
10267 (TeXEnvironment): move function...
10268 * paragraph_pimpl.C (TeXDeeper): move function...
10269 * paragraph_funcs.C: ...here
10271 * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
10273 2003-03-02 Lars Gullik Bjønnes <larsbj@gullik.net>
10275 * buffer.C (readInset): remove compability code for old Figure and
10278 2003-03-02 Lars Gullik Bjønnes <larsbj@gullik.net>
10280 * buffer.C: ws changes
10283 * BufferView_pimpl.C: ditto
10286 * bufferlist.h: ditto
10290 2003-02-28 Alfredo Braunstein <abraunst@libero.it>
10292 * converter.[Ch]: split into itself +
10295 * Makefile.am: += graph.[Ch] + format.[Ch]
10302 * lyxrc.C: added #include "format.h"
10304 2003-02-27 Angus Leeming <leeming@lyx.org>
10306 * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
10309 * factory.C (createInset): add "label" to the factory.
10311 * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
10312 string and do no more.
10314 2003-02-27 Angus Leeming <leeming@lyx.org>
10317 * LyXAction.C (init):
10318 * factory.C (createInset):
10319 * BufferView_pimpl.C (dispatch):
10320 collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
10322 * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
10324 * lyxfunc.C (dispatch):
10325 * text3.C (dispatch): pass name to params2string.
10327 2003-02-26 Angus Leeming <leeming@lyx.org>
10329 * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
10331 Rearrange the ~includes. Strip out the unnecessary ones.
10333 * factory.C (createInset): reformat.
10334 create new insets for the various LFUN_XYZ_APPLY lfuns.
10336 2003-02-26 John Levon <levon@movementarian.org>
10339 * lyxrow.C: add isParStart,isParEnd helpers
10341 * paragraph.h: make isInserted/DeletedText take refs
10343 * paragraph_funcs.h:
10344 * paragraph_funcs.C: remove #if 0'd code
10349 * text.C: use lyxrow helpers above.
10350 Move draw and paint routines to RowPainter.
10351 Make several methods use refs not pointers.
10352 Make backgroundColor() const.
10353 Add markChangeInDraw(), isInInset().
10354 Merge changeRegionCase into changeCase.
10355 Make workWidth() shouldn't-happen code into an Assert.
10358 * rowpainter.C: new class for painting a row.
10361 * vspace.C: make inPixels take a ref
10363 2003-02-26 Angus Leeming <leeming@lyx.org>
10365 * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
10368 2003-02-25 John Levon <levon@movementarian.org>
10370 * ispell.C: give the forked command a more accurate name
10372 2003-02-22 John Levon <levon@movementarian.org>
10375 * toc.C: make TocItem store an id not a Paragraph *
10378 2003-02-21 Angus Leeming <leeming@lyx.org>
10380 * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
10381 LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
10382 Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
10383 LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
10384 LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
10385 LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
10387 * BufferView_pimpl.C (dispatch):
10388 * LyXAction.C (init):
10389 * factory.C (createInset):
10390 * lyxfunc.C (getStatus, dispatch):
10391 * text3.C (dispatch): retire old LFUNs and bring new ones to life.
10393 2003-02-21 Angus Leeming <leeming@lyx.org>
10395 * BufferView_pimpl.C (MenuInsertLyXFile):
10396 * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
10397 * lyxfunc.C (menuNew, open, doImport):
10398 no longer pass a LyXView & to fileDlg.
10400 2003-02-21 Angus Leeming <leeming@lyx.org>
10402 * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
10403 * LyXAction.C: change, BIBKEY to BIBITEM.
10404 * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
10405 Change InsetBibKey to InsetBibitem.
10406 Change BIBKEY_CODE to BIBITEM_CODE.
10407 * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
10408 * factory.C: replace insetbib.h with insetbibitem.h.
10409 Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
10410 * paragraph.C: replace insetbib.h with insetbibitem.h.
10411 * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
10412 Change bibkey() to bibitem().
10413 * text.C: remove insetbib.h.
10414 * text2.C: replace insetbib.h with insetbibitem.h.
10415 change bibkey() to bibitem().
10416 * text3.C: remove insetbib.h.
10417 change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
10419 2003-02-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10421 * lyxrc.C (output): enclose user email in quotes (in case there are
10424 2003-02-18 John Levon <levon@movementarian.org>
10426 * buffer.h: add std::
10428 2003-02-17 John Levon <levon@movementarian.org>
10434 * pspell.C: reworking. Especially in ispell, a large
10435 number of clean ups and bug fixes.
10437 * lyxfunc.C: fix revert to behave sensibly
10439 2003-02-17 André Pönitz <poenitz@gmx.net>
10442 * commandtags.h: new LFUN_INSERT_BIBKEY
10452 * paragraph_func.C: remove special bibkey handling
10454 2003-02-17 John Levon <levon@movementarian.org>
10456 * text.C (Delete): fix case where delete at the end of
10457 the very first paragraph would not merge the pars
10459 2003-02-17 John Levon <levon@movementarian.org>
10461 * lyxrow.C: fix lastPrintablePos()
10463 2003-02-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
10465 * bufferparams.C (writeLaTeX): add a std:here
10467 * buffer.C: and remove a using directive there
10469 2003-02-15 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
10471 * buffer.C (makeLaTeXFile): move the code that generates the
10474 * bufferparams.C (writeLaTeX): ... in this new method
10476 * LaTeXFeatures.C (getEncodingSet): make const
10477 (getLanguages): make const
10479 * MenuBackend.C (binding): returns the binding associated to this
10481 (add): sets the status of each item by calling getStatus. Adds
10483 (read): add support for OptSubMenu
10484 (expand): remove extra separator at the end of expanded menu
10486 2003-02-15 John Levon <levon@movementarian.org>
10489 * BufferView_pimpl.C:
10491 * bufferlist.C: remove pointless BufferStorage bloat. Remove
10492 inset code that had no actual effect. Remove unneeded status
10495 2003-02-14 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
10497 * buffer.C (makeLaTeXFile): fix counting of number of line feeds
10500 2003-02-14 Michael Schmitt <michael.schmitt@teststep.org>
10502 * text.C (drawLengthMarker): also draw an arrow marker for
10503 symbolic lengths (medskip...)
10505 2003-02-14 John Levon <levon@movementarian.org>
10508 * tabular.C: better method names
10510 2003-02-14 John Levon <levon@movementarian.org>
10512 * BufferView_pimpl.C:
10517 * lyxfunc.C: change prohibit/allowInput to busy(bool), as
10518 it's a more accurate name. Remove some pointless uses.
10520 2003-02-14 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10522 * text2.C (LyXText): change order of initilizers to shut off
10525 2003-02-14 John Levon <levon@movementarian.org>
10527 * buffer.C: use ParIterator for getParFromID()
10531 * paragraph_pimpl.h:
10532 * paragraph_pimpl.C: remove unused getParFromID()
10534 2003-02-14 John Levon <levon@movementarian.org>
10536 * buffer.C: remove some very old #if 0'd parse code
10538 2003-02-13 John Levon <levon@movementarian.org>
10542 * text2.C: move hfillExpansion(), numberOfSeparators(),
10543 rowLast(), rowLastPrintable(), numberofHfills(),
10544 numberOfLabelHfills() ...
10547 * lyxrow.C: ... to member functions here.
10552 * text.C: remove LyXText::beginningOfMainBody(), and call
10553 p->beginningOfMainBody() directly. Move the check for
10554 LABEL_MANUAL into the latter.
10561 * BufferView.C: make defaultHeight() be a free defaultRowHeight()
10567 * frontends/screen.C: move bv_owner private, introduce isTopLevel()
10568 to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
10570 2003-02-13 John Levon <levon@movementarian.org>
10572 * CutAndPaste.C: remove debug
10574 2003-02-11 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
10576 * paragraph.C (asString): remove two unused variables
10578 * lyxtextclass.C (readTitleType):
10580 (LyXTextClass): handle new members titletype_ and titlename_
10582 * buffer.C (latexParagraphs): honor LyXTextClass::titletype
10584 2003-02-09 John Levon <levon@movementarian.org>
10587 * buffer.C: replace hand-coded list with a map for the dep clean
10589 2003-02-08 John Levon <levon@movementarian.org>
10591 * LaTeX.C: consolidate code into showRunMessage() helper
10593 2003-02-08 John Levon <levon@movementarian.org>
10598 * BufferView.C: change setSelectionOverString() to setSelectionRange()
10599 and pass the size in explicitly
10601 * BufferView_pimpl.h:
10602 * BufferView_pimpl.C:
10604 * BufferView.C: add getCurrentChange()
10606 * BufferView_pimpl.h:
10607 * BufferView_pimpl.C: handle change lfuns
10609 * CutAndPaste.C: merge the cut and copy code. Rework the cut code
10610 for changes. Mark pasted paragraphs as new.
10612 * support/lyxtime.h:
10613 * support/lyxtime.C:
10614 * DepTable.C: abstract time_t as lyx::time_type
10617 * LColor.C: add colours for new text, deleted text, changebars
10619 * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
10620 package use "usenames" option.
10624 * LyXAction.C: add change lfuns
10628 * author.C: author handling
10631 * buffer.C: add a per-buffer author list, with first entry as
10632 current author. Handle new .lyx tokens for change tracking. Output
10633 author list to .lyx file. Output dvipost stuff to .tex preamble.
10634 Bump lyx format to 222.
10637 * bufferlist.C: add setCurrentAuthor() to reset current author details
10641 * bufferparams.C: add param for tracking
10643 * bufferview_funcs.C: output change info in minibuffer
10647 * changes.C: add change-tracking structure
10650 * debug.C: add CHANGES debug flag
10653 * lyxfind.C: add code for finding the next change piece
10656 * lyxrc.C: add user_name and user_email
10659 * lyxrow.C: add a metric for the top of the text line
10662 * text.C: implement accept/rejectChange()
10665 * text.C: paint changebars. Paint new/deleted text in the chosen
10666 colours. Strike through deleted text.
10670 * paragraph_pimpl.h:
10671 * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
10672 in the current change to the insert functions. Rework erase to
10673 mark text as deleted, adding an eraseIntern() and a range-based
10674 erase(). Implement per-paragraph change lookup and
10677 * paragraph_funcs.C: Fixup paste for change tracking.
10679 * tabular.C: mark added row/columns as new.
10681 * text.C: fix rowLast() to never return -1. Don't allow
10682 spellchecking of deleted text. Track transpose changes. Don't
10683 allow paragraph break or merge where appropriate.
10685 * text2.C: leave cursor at end of selection after a cut.
10687 2003-02-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10689 * text.C (getLengthMarkerHeight):
10690 (drawLengthMarker): make the `symbolic' lengths (small/med/big)
10691 visible on screen too.
10693 2003-02-07 John Levon <levon@movementarian.org>
10695 * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
10697 2003-02-05 Angus Leeming <leeming@lyx.org>
10699 * lyxserver.C (read_ready): revert my patch of 11 September last year
10700 as it sends PC cpu through the roof. Presumably this means that
10701 the lyxserver will no longer run on an Alpha...
10703 2003-01-30 Angus Leeming <leeming@lyx.org>
10705 * factory.C (createInset): create an InsetCommandParam of type "index"
10706 and use it to 'do the right thing'.
10708 * text2.C (getStringToIndex): ensure that cursor position is always
10709 reset to the reset_cursor position.
10711 2003-01-28 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10713 * lyxfunc.C (getStatus): "buffer-export custom" should never be
10716 2003-01-20 Michael Schmitt <michael.schmitt@teststep.org>
10720 * lyxfunc.C: Output messages with identical spelling, punctuation,
10723 2003-01-22 Michael Schmitt <Michael.Schmitt@teststep.org>
10725 * MenuBackend.C (expandFormats): List only viewable export formats
10728 * buffer.C (parseSingleLyXformat2Token): Fix misleading error
10731 * lyxfunc.C (getStatus): Make sure that formats other than
10732 "fax" can also be disabled
10734 2003-01-16 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10736 * text3.C (dispatch): put the lfuns that insert insets in 3
10737 groups, and call doInsertInset with appropriate arguments.
10738 (doInsertInset): new function, that creates an inset and inserts
10739 it according to some boolean parameters.
10741 2003-01-16 Lars Gullik Bjønnes <larsbj@gullik.net>
10743 * buffer.C (readFile): remember to pass on 'par' when calling
10744 readFile recursively.
10746 2003-01-15 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10748 * MenuBackend.C (expandFormats): add "..." to import formats.
10750 2003-01-15 Dekel Tsur <dekelts@tau.ac.il>
10752 * paragraph.C (asString): Remove XForms RTL hacks.
10754 2003-01-13 Alfredo Braunstein <abraunst@libero.it>
10755 * buffer.C: fix typo
10757 2003-01-12 Lars Gullik Bjønnes <larsbj@gullik.net>
10759 * Makefile.am (LIBS): delete var
10760 (lyx_LDADD): add @LIBS@ here instead.
10762 2003-01-08 Michael Schmitt <Michael.Schmitt@teststep.org>
10764 * Clarify the meaning of "wheel mouse jump"
10766 2003-01-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10768 * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
10771 2003-01-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10773 * importer.C (Loaders): do not preallocate 3 elements in the
10774 vector, since one ends up with 6 elements otherwise
10776 2002-12-20 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10778 * DepTable.C (write): write the file name as last element of the
10779 .dep file (because it may contain spaces)
10780 (read): read info in the right order
10782 2003-01-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10784 * paragraph_pimpl.C (simpleTeXBlanks):
10785 (simpleTeXSpecialChars):
10786 * paragraph.C (simpleTeXOnePar): make `column' unsigned.
10788 * tabular.C (latex): add some missing case statements. Reindent.
10790 * MenuBackend.C (expandToc): remove unused variable.
10792 2003-01-06 Michael Schmitt <Michael.Schmitt@teststep.org>
10801 * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
10804 2003-01-05 John Levon <levon@movementarian.org>
10807 * BufferView.C: add getEncoding()
10810 * kbsequence.C: do not store last keypress
10813 * lyxfunc.C: store last keypress here instead. Pass encoding
10816 2002-12-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10818 * lyx_main.C (init): remove annoying error message when following
10819 symbolic links (bug #780)
10821 2002-12-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10823 * text.C (insertChar):
10824 * lyxrc.C (getDescription): remove extra spaces
10826 2002-12-23 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10828 * lyxrc.C (getDescription): remove extra spaces
10830 2002-12-20 John Levon <levon@movementarian.org>
10832 * text3.C: hack fix for page up/down across tall rows
10834 2002-12-17 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10836 * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
10839 2002-12-17 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10841 * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
10842 unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
10843 thesaurus is not compiled in
10845 2002-12-17 Alfredo Braunstein <abraunst@libero.it>
10847 * lyxfunc.C: correct inversion of WORDFINDBACK/FORWARD
10849 2002-12-16 Angus Leeming <leeming@lyx.org>
10852 * lyx_main.C (init): remove override_x_deadkeys stuff.
10854 2002-12-12 John Levon <levon@movementarian.org>
10856 * lyxfunc.C: use LyXKeySym->isText() as last-ditch
10857 insert. Only remove shift modifier under strict
10860 2002-12-09 Lars Gullik Bjønnes <larsbj@gullik.net>
10862 * MenuBackend.C (expandToc): fix crash.
10864 2002-12-08 Lars Gullik Bjønnes <larsbj@gullik.net>
10866 * MenuBackend.C (expandToc): gettext on float names.
10868 2002-12-03 Juergen Spitzmueller <j.spitzmueller@gmx.de>
10870 * lyxlength.[Ch]: set default unit to UNIT_NONE,
10871 implement bool empty() [bug 490]
10873 2002-12-02 Lars Gullik Bjønnes <larsbj@gullik.net>
10875 * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
10877 2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
10879 * several files: ws changes
10881 2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
10883 * text2.C (setCounter): clean up a bit, use boost.format.
10884 (updateCounters): initialize par upon declaration.
10886 * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
10887 if the layout exists. We do not just store the layout any more.
10888 (SwitchLayoutsBetweenClasses): use boost.format
10890 2002-11-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10892 * converter.C (convert): if from and to files are the same, use a
10893 temporary files as intermediary
10895 2002-11-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10898 * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
10900 2002-11-27 Dekel Tsur <dekelts@tau.ac.il>
10902 * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
10904 2002-11-27 Lars Gullik Bjønnes <larsbj@gullik.net>
10906 * tabular.C (asciiPrintCell): use string(size, char) instead of
10909 * sgml.C (openTag): fix order of arguments to string constructor
10912 * lyxfunc.C (dispatch): use boost.format
10914 * lots of files: change "c" -> 'c'
10916 2002-11-25 Dekel Tsur <dekelts@tau.ac.il>
10918 * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
10920 2002-11-25 Angus Leeming <leeming@lyx.org>
10922 * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
10924 * lyx_main.C (init): compile fix.
10926 2002-11-25 Lars Gullik Bjønnes <larsbj@gullik.net>
10928 * lyx_cb.C (start): boost.formatify
10929 do not include <iostream>
10931 * lengthcommon.C: ws only
10933 * boost-inst.C,BoostFormat.h: add more explict instantations
10935 2002-11-24 Lars Gullik Bjønnes <larsbj@gullik.net>
10937 * lots of files: handle USE_BOOST_FORMAT
10939 2002-11-21 John Levon <levon@movementarian.org>
10941 * pspell.C: fix compile
10943 2002-11-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
10945 * lyxfunc.C (dispatch): use boost::format
10949 * lyxfont.C (stateText): use boost::format
10951 * lyx_main.C (LyX): use boost::format
10953 (queryUserLyXDir): ditto
10954 (readRcFile): ditto
10956 (typedef boost::function): use the recommened syntax.
10958 * importer.C (Import): use boost::format
10960 * debug.C (showLevel): use boost::format
10962 * converter.C (view): use boost::format
10967 * bufferview_funcs.C (currentState): use boost::format
10969 * bufferlist.C (emergencyWrite): use boost::format
10971 * buffer.C (readLyXformat2): use boost::format
10972 (parseSingleLyXformat2Token): ditto
10974 * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
10976 * LaTeX.C (run): use boost::format
10978 * Chktex.C (scanLogFile): use boost::format
10980 * BufferView_pimpl.C (savePosition): use boost::format
10981 (restorePosition): ditto
10982 (MenuInsertLyXFile): ditto
10984 * BoostFormat.h: help file for explicit instation.
10986 2002-11-21 Dekel Tsur <dekelts@tau.ac.il>
10988 * tabular.C (latex): Support for block alignment in fixed width
10991 2002-11-17 John Levon <levon@movementarian.org>
10993 * BufferView_pimpl.C:
10995 * lyxfunc.C: split filedialog into open/save
10997 2002-11-08 Juergen Vigna <jug@sad.it>
10999 * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
11000 by my last patch (hopefully).
11002 2002-11-08 John Levon <levon@movementarian.org>
11011 * toc.C: ParConstIterator, and use it (from Lars)
11013 2002-11-07 Ben Stanley <bds02@uow.edu.au>
11015 * lyxtextclass.[Ch]: revise and add doxygen comments
11017 2002-11-07 John Levon <levon@movementarian.org>
11019 * text.C: fix progress value for spellchecker
11021 * toc.C: fix navigate menu for insetwrap inside minipage
11023 * paragraph_funcs.C: added FIXME for suspect code
11025 2002-11-07 John Levon <levon@movementarian.org>
11027 * BufferView_pimpl.C: fix redrawing of insets
11030 2002-11-05 Lars Gullik Bjønnes <larsbj@birdstep.com>
11032 * text2.C (updateCounters): fix bug 668
11034 2002-11-04 Dekel Tsur <dekelts@tau.ac.il>
11036 * text3.C (dispatch): Do not make the buffer dirty when moving the
11039 2002-11-04 Lars Gullik Bjønnes <larsbj@gullik.net>
11041 * vc-backend.C: STRCONV
11042 (scanMaster): ditto
11044 * text2.C (setCounter): STRCONV
11046 * paragraph.C (asString): STRCONV
11048 * lyxlength.C (asString): STRCONV
11049 (asLatexString): ditto
11051 * lyxgluelength.C (asString): STRCONV
11052 (asLatexString): ditto
11054 * lyxfunc.C (dispatch): STRCONV
11057 * lyxfont.C (stateText): STRCONV
11059 * importer.C (Import): STRCONV
11061 * counters.C (labelItem): STRCONV
11062 (numberLabel): ditto
11063 (numberLabel): remove unused ostringstream o
11068 * bufferview_funcs.C (currentState): STRCONV
11070 * buffer.C (readFile): STRCONV
11071 (asciiParagraph): ditto
11072 (makeLaTeXFile): ditto
11074 * Spacing.C (writeEnvirBegin): STRCONV
11076 * LaTeXFeatures.C (getLanguages): STRCONV
11077 (getPackages): ditto
11079 (getBabelOptions): ditto
11080 (getTClassPreamble): ditto
11081 (getLyXSGMLEntities): ditto
11082 (getIncludedFiles): ditto
11086 (scanAuxFile): ditto
11089 * LString.h: add the STRCONV macros
11091 * BufferView_pimpl.C (savePosition): STRCONV
11092 (restorePosition): ditto
11093 (MenuInsertLyXFile): ditto
11095 * vc-backend.C (scanMaster): change from submatch[...] to
11098 * funcrequest.C: include config.h
11100 * factory.C: include config.h
11102 * chset.C (loadFile): change from submatch[...] to submatch.str(...)
11104 * box.C: include config.h
11106 * LaTeX.C (scanAuxFile): change from submatch[...] to
11110 2002-10-25 Angus Leeming <leeming@lyx.org>
11112 * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
11114 * ispell.[Ch] (setError): new method.
11115 * ispell.C (c-tor): move out child process into new class LaunchIspell.
11116 Use setError() insetead of goto END.
11118 * lyx_cb.C (AutoSave): move out child process into new class
11121 2002-10-30 John Levon <levon@movementarian.org>
11123 * text3.C: make start appendix undoable
11125 2002-10-24 Dekel Tsur <dekelts@tau.ac.il>
11127 * lyxlength.C (inPixels): Fix returned value.
11129 * paragraph.C (TeXOnePar): Fix bug with language changes in nested
11132 2002-10-24 Angus Leeming <leeming@lyx.org>
11134 * lyxgluelength.h: no need to forward declare BufferParams
11135 or BufferView, so don't.
11137 2002-10-21 John Levon <levon@movementarian.org>
11139 * BufferView.C: menuUndo ->undo, redo
11141 * BufferView.h: document, remove dead, make some methods private
11143 * paragraph_funcs.h:
11144 * paragraph_funcs.C:
11145 * CutAndPaste.C: s/pasteParagraph/mergeParagraph
11150 * sgml.C: move sgml open/close tag into sgml.C
11152 * bufferview_funcs.h: unused prototype
11155 * lyxfunc.C: remove unused
11158 * text.C: remove unused
11160 2002-10-21 John Levon <levon@movementarian.org>
11164 * BufferView_pimpl.h:
11165 * BufferView_pimpl.C: fix mouse wheel handling based on
11166 patch from Darren Freeman
11168 2002-10-09 Dekel Tsur <dekelts@tau.ac.il>
11170 * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
11172 2002-10-17 Dekel Tsur <dekelts@tau.ac.il>
11174 * lyxlength.C (inPixels): Fix hanfling of negative length.
11175 Fix LyXLength::MU case.
11177 2002-10-16 John Levon <levon@movementarian.org>
11179 * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
11181 2002-10-16 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
11183 * converter.C (view): add support for $$i (file name) and $$p
11184 (file path) for the viewer command. If $$i is not specified, then
11185 it is appended to the command (for compatibility with old syntax)
11187 2002-10-14 Juergen Vigna <jug@sad.it>
11189 * undo_funcs.C (textHandleUndo): alter the order in which the
11190 new undopar is added to the LyXText, as we have to set first
11191 the right prev/next and then add it as otherwise the rebuild of
11192 LyXText is not correct. Also reset the cursor to the right paragraph,
11193 with this IMO we could remove the hack in "redoParagraphs()".
11195 2002-10-09 Angus Leeming <leeming@lyx.org>
11197 * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
11198 to turn off an optimisation if a new inset is to be inserted.
11200 2002-10-11 André Pönitz <poenitz@gmx.net>
11202 * lyxtext.h: make some functions public to allow access
11203 from inset/lyxtext for handling LFUN_PRIOR/NEXT
11205 2002-10-09 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
11207 * text3.C (dispatch): when changing layout, avoid an infinite loop
11210 2002-10-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
11212 * lyxrc.C (read): treat a viewer or converter command of "none" as
11215 * MenuBackend.C (expandFormats): for an update, also allow the
11216 formats that are not viewable
11218 * lyx_main.C (queryUserLyXDir): re-run automatically the configure
11219 script if it is newer than the lyxrc.defaults in user directory
11221 2002-10-07 André Pönitz <poenitz@gmx.net>
11223 * text.C: Vitaly Lipatov's small i18n fix
11225 2002-09-25 Angus Leeming <leeming@lyx.org>
11227 * ispell.h: doxygen fix.
11229 2002-09-25 Dekel Tsur <dekelts@tau.ac.il>
11231 * buffer.h (readFile): Add a new argument to the method, to allow
11232 reading of old-format templates.
11234 2002-09-24 Dekel Tsur <dekelts@tau.ac.il>
11236 * toc.C (getTocList): Get TOC from InsetWrap.
11238 2002-09-16 John Levon <levon@movementarian.org>
11240 * lyxfunc.C: check tabular for cut/copy too
11242 2002-09-12 John Levon <levon@movementarian.org>
11244 * LyXAction.C: tidy
11247 * factory.C: add header
11249 * paragraph_funcs.h:
11250 * paragraph_funcs.C: cleanup
11252 2002-09-11 John Levon <levon@movementarian.org>
11254 * PrinterParams.h: odd/even default to true
11256 2002-09-12 Rob Lahaye <lahaye@snu.ac.kr>
11258 * PrinterParams.h: update printer parameters for new xforms dialog
11260 2002-09-11 Angus Leeming <leeming@lyx.org>
11262 * lyxserver.C (read_ready): re-write to make it more transparent
11263 and to make it work in coherent fashion under Tru64 Unix.
11265 2002-09-11 André Pönitz <poenitz@gmx.net>
11269 * text3.C: implement LFUN_WORDSEL
11271 2002-09-11 Lars Gullik Bjønnes <larsbj@gullik.net>
11273 * lyxtextclass.h: don't include FloatList.h, forward declare instead.
11274 make floatlist_ a boost::shared_ptr<FloatList>
11276 * lyxtextclass.C: include FloatList.h
11277 (LyXTextClass): initialize floatlist_
11278 (TextClassTags): add TC_NOFLOAT
11279 (Read): match "nofloat" to TC_NOFLOAT and use it.
11280 (readFloat): modify call to floatlist_
11284 * FloatList.[Ch] (FloatList): remove commented out float
11286 (erase): new function
11288 2002-09-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
11290 * MenuBackend.C (expandToc): fix crash when there is no document
11293 2002-09-10 Dekel Tsur <dekelts@tau.ac.il>
11295 * many files: Add insetwrap.
11297 2002-09-09 John Levon <levon@movementarian.org>
11299 * text2.C: remove confusing and awkward depth wraparound
11301 2002-09-09 John Levon <levon@movementarian.org>
11303 * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
11306 * buffer.C: remove getIncludeonlyList()
11309 * lyxfunc.C: remove headers
11311 2002-09-09 Juergen Vigna <jug@sad.it>
11313 * text.C (getColumnNearX): fix form Michael this is most
11314 probably a cut&paste bug.
11316 2002-09-06 Lars Gullik Bjønnes <larsbj@gullik.net>
11318 * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
11320 * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
11321 references, ws changes.
11323 * text2.C (init): update counters after init
11324 (insertParagraph): no need to set counter on idividual paragraphs.
11325 (setCounter): access the counters object in the textclass object
11326 on in the buffer object.
11327 (updateCounters): ditto
11329 * lyxtextclass.C: include counters.h, add variable ctrs_ as
11330 shared_ptr<Counters> to avoid loading counters.h in all
11332 (LyXTextClass): initialize ctrs_
11333 (TextClassTags): add TC_COUNTER, and ...
11334 (Read): use it here.
11335 (CounterTags): new tags
11336 (readCounter): new function
11337 (counters): new funtion
11338 (defaultLayoutName): return a const reference
11340 * counters.C (Counters): remove contructor
11341 (newCounter): remove a couple of unneeded statements.
11342 (newCounter): simplify a bit.
11343 (numberLabel): some small formatting changes.
11345 * buffer.[Ch]: remove all traces of counters, move the Counters
11346 object to the LyXTextClass.
11348 2002-09-06 Alain Castera <castera@in2p3.fr>
11350 * tabular.C: uses \tabularnewline; uses >{...} construct from array
11351 package to set the horizontal alignment on fixed width columns.
11354 * lyx_sty.h: added tabularnewline macro def.
11356 * LaTeXFeatures.C: added NeedTabularnewline macro feature
11358 2002-09-06 John Levon <levon@movementarian.org>
11360 * LyXAction.C: tooltips for sub/superscript
11362 * MenuBackend.C: a bit more verbose
11364 * lyxfunc.C: tiny clean
11366 * undo_funcs.C: document undo_frozen
11368 2002-09-05 Lars Gullik Bjønnes <larsbj@gullik.net>
11370 * counters.C (Counters): add missing algorithm counter.
11372 * text2.C (setCounter): lookup the counter with layouts latexname
11373 instead of by section number.
11374 (setCounter): use a hackish way to lookup the correct enum
11376 a float name->type change
11377 reset enum couners with counter name directly instead of depth value.
11379 * counters.C (Counters): remove the push_backs, change to use the
11380 float type not the float name.
11381 (labelItem): remove unused string, float name->type change
11383 * counters.h: don't include vector, loose the enums and sects vectors
11385 2002-09-04 Lars Gullik Bjønnes <larsbj@gullik.net>
11387 * lyxtextclass.C (TextClassTags): add TC_FLOAT
11388 (Read): add float->TC_FLOAT to textclassTags
11389 (Read): and handle it in the switch
11390 (readFloat): new function
11392 * FloatList.C (FloatList): comment out the hardcoded float
11395 * lyxlayout.h: ws change.
11397 2002-08-29 Dekel Tsur <dekelts@tau.ac.il>
11399 * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
11401 2002-09-03 Angus Leeming <leeming@lyx.org>
11403 * BufferView_pimpl.h: qualified name is not allowed in member
11404 declaration: WorkArea & Pimpl::workarea() const;
11406 * factory.C: added using std::endl directive.
11408 * text3.C: added using std::find and std::vector directives.
11410 2002-08-29 André Pönitz <poenitz@gmx.net>
11413 * text2.C: remove unused member number_of_rows
11416 * BufferView2.C: remove file, move contents to...
11417 * BufferView.C: ... here
11419 * BufferView_pimpl.C:
11420 * factory.C: move more inset creation to factory
11422 * vspace.C: avoid direct usage of LyXText, ws changes
11425 don't provide direct access to WorkArea, use two simple
11426 acessors haveSelction() and workHeight() instead
11429 2002-08-29 John Levon <levon@movementarian.org>
11431 * BufferView_pimpl.C (dispatch): do not continue when
11434 2002-08-28 André Pönitz <poenitz@gmx.net>
11436 * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
11439 * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
11441 2002-08-28 Rob Lahaye <lahaye@snu.ac.kr>
11443 * buffer.C: increment LYX_FORMAT to 221
11445 * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
11446 grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
11448 * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
11450 * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
11452 2002-08-27 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
11454 * factory.C (createInset): use LyXTextClass::floats
11456 * MenuBackend.C (expandFloatListInsert):
11457 (expandFloatInsert):
11460 * text2.C (setCounter):
11462 * LaTeXFeatures.C (useFloat):
11463 (getFloatDefinitions):
11465 * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
11467 * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
11468 floatlist_, with accessor floats().
11470 * FloatList.h: remove global FloatList
11472 2002-08-26 André Pönitz <poenitz@gmx.net>
11474 * paragraph.[Ch]: Martin's patch for the \end_deeper bug
11478 * BufferView_pimpl.C:
11479 * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
11481 2002-08-25 John Levon <levon@movementarian.org>
11483 * LyXAction.C: fix margin note description
11485 2002-08-24 John Levon <levon@movementarian.org>
11489 * bufferview_funcs.C:
11491 * undo_funcs.C: cleanups
11493 * lyxfunc.C: disable CUT/COPY when no selection
11495 2002-08-23 Rob Lahaye <lahaye@snu.ac.kr>
11497 * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
11498 in "enum UNIT"; e.g. PTW for Percent of TextWidth
11500 * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
11501 Add backward compatibility to "mono", "gray" and "no".
11503 2002-08-24 Dekel Tsur <dekelts@tau.ac.il>
11505 * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
11506 (and file_format >= 200).
11508 2002-08-23 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
11510 * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
11512 2002-08-22 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
11514 * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
11516 2002-08-20 Martin Vermeer <martin.vermeer@hut.fi>
11518 * BufferView_pimpl.C:
11525 * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
11526 inset and code to make it work with the paragraph code. The inset
11527 can be anywhere in the paragraph, but will only do the expected
11528 thing in LaTeX if the layout file contains the parameter line
11530 (or more generally, a nonzero value) for that layout.
11532 2002-08-22 Lars Gullik Bjønnes <larsbj@gullik.net>
11534 * paragraph.h: remove the declaration of undefined counters class
11537 2002-08-22 Martin Vermeer <martin.vermeer@hut.fi>
11539 * text2.C (setCounter): fixed enumeration mis-count as reported by
11540 Dr. Richard Hawkins.
11542 2002-08-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
11544 * paragraph_funcs.h: remove some unneeded includes
11546 * text.C (backspace): pasteParagraph now in global scipe
11548 * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
11549 (pasteSelection): ditto
11551 * paragraph.[Ch] (pasteParagraph): move function to global scope ...
11552 * paragraph_funcs.C (pasteParagraph): ... here
11554 2002-08-20 André Pönitz <poenitz@gmx.net>
11556 * commandtags.h: new LFUNs for swapping/copying table row/colums
11559 * lyxfunc.C: support for new lfuns
11561 2002-08-21 Lars Gullik Bjønnes <larsbj@gullik.net>
11564 * buffer.[Ch]: remove NO_COMPABILITY stuff
11566 2002-08-20 Lars Gullik Bjønnes <larsbj@gullik.net>
11568 * boost.C (throw_exception): new file, with helper function for
11569 boost compiled without exceptions.
11574 * ParameterStruct.h:
11575 * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
11577 * bufferlist.C (emergencyWriteAll): use boost bind
11579 * BufferView_pimpl.C (moveCursorUpdate): remove inline
11581 * text.C: include paragraph_funcs.h
11582 (breakParagraph): breakParagraph is now in global scope
11584 * paragraph_funcs.[Ch]: new files
11586 * paragraph.C (breakParagraph,breakParagraphConservative): move to
11589 * buffer.C: include paragraph_funcs.h
11590 (insertStringAsLines): breakParagraph is now in global scope
11592 * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
11595 * CutAndPaste.C: include paragraph_funcs.h
11596 (cutSelection): breakParagraphConservative is now in global scope
11597 (pasteSelection): ditto
11599 * buffer.h: declare oprator== and operator!= for
11600 Buffer::inset_iterator
11602 * bufferlist.C (emergencyWrite): don't use fmt(...)
11604 * text3.C: add using std::endl
11606 * BufferView.C (moveCursorUpdate): remove default arg
11608 2002-08-20 André Pönitz <poenitz@gmx.net>
11610 * buffer.[Ch]: move inline functions to .C
11613 * BufferView_pimpl.C:
11615 * buffer.[Ch]: use improved inset_iterator
11618 * paragraph.[Ch]: write one paragraph at a time
11620 2002-08-20 Dekel Tsur <dekelts@tau.ac.il>
11622 * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
11623 style if style is not specified.
11625 2002-08-20 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
11627 * text2.C (setCounter): when searching for right label for a
11628 caption, make sure to recurse to parent insets (so that a caption
11629 in a minipage in a figure float works) (bug #568)
11631 2002-08-20 André Pönitz <poenitz@gmx.net>
11633 * text3.C: new file for LyXText::dispatch() and helpers
11635 * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
11637 * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
11639 2002-08-19 André Pönitz <poenitz@gmx.net>
11642 * text.C: new LyXText::dispatch()
11644 * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
11646 2002-08-18 Dekel Tsur <dekelts@tau.ac.il>
11648 * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
11650 * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
11653 2002-08-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
11655 * Makefile.am: use $(variables) instead of @substitutions@
11657 2002-08-15 André Pönitz <poenitz@gmx.net>
11660 * BufferView_pimpl.C: streamlining mathed <-> outer world
11664 * LyXAction.C: remove unused LFUN_MATH
11666 2002-08-15 Lars Gullik Bjønnes <larsbj@gullik.net>
11668 * paragraph.[Ch]: add some NO_NEXT ifdefs.
11670 2002-08-15 Lars Gullik Bjønnes <larsbj@gullik.net>
11672 * paragraph.C (Paragraph): reformat a bit
11673 (cutIntoMinibuffer): use builtin InsetList function instad of
11677 * buffer.C: include boost/bind.hpp, add using std::for_each
11678 (writeFileAscii): use ParagraphList iterators
11679 (validate): use for_each for validate traversal of paragraphs
11680 (getBibkeyList): use ParagraphList iterators
11681 (resizeInsets): use for_each to resizeInsetsLyXText for all
11683 (getParFromID): use ParagraphList iterators
11685 * BufferView2.C (lockInset): use paragraph list and iterators
11687 2002-08-14 John Levon <levon@movementarian.org>
11689 * lyxserver.C: remove spurious xforms include
11691 2002-08-14 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
11693 * lyxfunc.C (getStatus): disable math-extern outside of math mode
11695 2002-08-13 André Pönitz <poenitz@gmx.net>
11698 * lyxfunc.C: further cleaning
11700 2002-08-13 André Pönitz <poenitz@gmx.net>
11702 * funcrequest.h: new constructor
11704 * funcrequest.C: move stuff here from .h
11707 * BufferView_pimpl.C:
11710 * lyxfunc.C: subsequent changes
11712 * lyxfunc.h: new view() member function
11714 * lyxfunc.C: subsequent changes
11716 2002-08-13 Angus Leeming <leeming@lyx.org>
11719 * BufferView_pimpl.C:
11727 changes due to the changed LyXView interface that now returns references
11728 to member variables not pointers.
11730 2002-08-13 Angus Leeming <leeming@lyx.org>
11732 * WordLangTuple (word, lang_code): return references to strings,
11737 * lyxtext.h: forward-declare WordLangTuple.
11742 * text.C: #include "WordLangTuple.h".
11745 * text.C: (selectNextWordToSpellcheck): constify return type.
11747 2002-08-12 Martin Vermeer <martin.vermeer@hut.fi>
11753 * paragraph_pimpl.h:
11756 * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
11757 suggested by Angus.
11758 Made updateCounter always count from start of buffer, and removed
11759 second argument (par).
11760 Reverted floats number display to '#'. Perhaps I'll try again when the
11761 code base is sanitized a bit.
11763 2002-08-12 Angus Leeming <leeming@lyx.org>
11765 * buffer.[Ch] (getLabelList): constify.
11767 2002-08-07 André Pönitz <poenitz@gmx.net>
11769 * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
11771 * funcrequest.h: extension to keep mouse (x,y) position
11773 2002-08-12 Juergen Vigna <jug@sad.it>
11775 * BufferView2.C (insertErrors): forbid undo when inserting error
11778 * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
11780 2002-08-12 Lars Gullik Bjønnes <larsbj@gullik.net>
11782 * ParagraphList.[Ch]: new files
11784 * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
11786 * BufferView2.C (lockInset): ParagraphList changes
11789 * bufferlist.C: ditto
11793 2002-08-11 Lars Gullik Bjønnes <larsbj@gullik.net>
11795 * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
11796 unused class variable counter_,
11798 * paragraph.[Ch] (getFirstCounter): delete unused function
11800 * counters.C: include LAssert.h
11801 (reset): add a new function with no arg, change other version to
11802 not have def. arg and to not allow empty arg.
11804 * text2.C (setCounter): remove empty arg from call to Counters::reset
11806 2002-08-11 John Levon <levon@movementarian.org>
11808 * Makefile.am: add WordLangTuple.h
11810 2002-08-11 Lars Gullik Bjønnes <larsbj@gullik.net>
11812 * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
11813 lyxfunc.C lyxlex_pimpl.C: ws changes only.
11815 * insets/insettext.C: InsetList changes
11817 * graphics/GraphicsSupport.C (operator()): InsetList changes
11819 * toc.C (getTocList): InsetList changes
11821 * paragraph_pimpl.[Ch]: InsetList changes
11823 * paragraph.[Ch]: InsetList changes
11825 * buffer.C (inset_iterator): InsetList changes
11826 (setParagraph): ditto
11827 * buffer.h (inset_iterator): ditto
11828 * iterators.C (operator++): ditto
11829 * iterators.h: ditto
11831 * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
11833 * InsetList.[Ch]: new files, most InsetList handling moved out of
11836 * BufferView2.C (removeAutoInsets): InsetList changes
11838 (ChangeInsets): ditto
11840 2002-08-10 Lars Gullik Bjønnes <larsbj@gullik.net>
11842 * paragraph_pimpl.h (empty): new function
11844 * paragraph.[Ch] (empty): new function
11846 * other files: use the new Paragraph::empty function
11848 2002-08-09 John Levon <levon@movementarian.org>
11850 * lyxtext.h: remove unused refresh_height
11852 2002-08-09 John Levon <levon@movementarian.org>
11859 * paragraph.C: move sgml char escaping out of paragraph
11862 * paragraph.C: remove id setter
11866 * paragraph_pimpl.C: remove dead tex_code_break_column
11868 * bufferview_funcs.C: small cleanup
11870 * lyxfunc.C: remove dead proto
11872 * lyxtext.h: make some stuff private. Remove some dead stuff.
11874 * lyxgluelength.C: make as[LyX]String() readable
11876 2002-08-08 John Levon <levon@movementarian.org>
11881 * ToolbarDefaults.C:
11884 * toc.C: lyxaction cleanup
11886 2002-08-08 John Levon <levon@movementarian.org>
11888 * BufferView2.C: small cleanup
11891 * lyxfind.C: move unnecessary header into the .C
11893 2002-08-08 John Levon <levon@movementarian.org>
11895 * funcrequest.h: just tedious nonsense
11898 * lyx_main.C: cleanups
11901 * vspace.C: remove dead header lyx_main.h
11903 2002-08-07 Angus Leeming <leeming@lyx.org>
11906 * paragraph_pimpl.h:
11907 Forward declare class Counters in paragraph.h by moving the ctrs member
11908 variable into Paragraph::Pimpl.
11909 (counters): new method, returning a reference to pimpl_->ctrs.
11911 * text2.C: ensuing changes.
11913 2002-08-07 John Levon <levon@movementarian.org>
11915 * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
11917 * BufferView_pimpl.C: announce X selection on double/triple
11920 * lyx_main.C: use correct bool in batch dispatch
11922 * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
11924 2002-08-07 André Pönitz <poenitz@gmx.net>
11926 * funcrequest.h: new class to wrap a kb_action and its argument
11929 * BufferView_pimpl[Ch]:
11933 * lyxrc.C: subsequent changes
11936 2002-08-07 John Levon <levon@movementarian.org>
11938 * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
11939 document options change.
11941 2002-08-06 Martin Vermeer <martin.vermeer@hut.fi>
11946 * makefile.am: move counters functionality over from
11947 text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
11949 2002-08-06 John Levon <levon@movementarian.org>
11951 * WordLangTuple.h: new file for word + language code tuple
11962 * BufferView2.C: use WordLangTuple
11965 * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
11967 2002-08-06 John Levon <levon@movementarian.org>
11969 * lyx_main.C: fix cmdline batch handling
11971 2002-08-06 André Pönitz <poenitz@gmx.net>
11973 * lyxrc.C: set default for show_banner to true
11975 2002-08-06 John Levon <levon@movementarian.org>
11977 * pspell.C: fix a crash, and allow new aspell to work
11979 2002-08-06 John Levon <levon@movementarian.org>
11982 * kbmap.C: small cleanup
11985 * vspace.C: add const
11987 2002-08-05 John Levon <levon@movementarian.org>
11989 * LyXAction.C: back to tabular-insert
11991 2002-08-04 John Levon <levon@movementarian.org>
11994 * BufferView.C: cosmetic change
11996 * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
12006 * BufferView2.C: purge all "Lyx" not "LyX" strings
12009 * lyxcursor.C: attempt to add some documentation
12014 * ToolbarDefaults.C:
12015 * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
12016 merge with LFUN_TABULAR_INSERT
12023 * pspell.C: split up i/pspell implementations into separate
12024 files, many cleanups
12026 * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
12028 * text2.C: some cleanup
12030 * lyxfunc.C: don't check for isp_command == "none" any more, it
12031 didn't make any sense
12033 2002-08-06 Martin Vermeer <martin.vermeer@hut.fi>
12038 * makefile.am: move counters functionality over
12039 from text2.C/paragraph.[Ch] to counters.[Ch], and
12041 2002-08-02 John Levon <levon@movementarian.org>
12043 * buffer.C: s/lyxconvert/lyx2lyx/
12045 2002-08-02 Angus Leeming <leeming@lyx.org>
12047 * lyxlex.C: revert John's change as it breaks reading of the user
12050 2002-08-02 Angus Leeming <leeming@lyx.org>
12052 * importer.C (Import):
12053 * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
12054 changes due to LyXView::view() now returning a boost::shared_ptr.
12056 2002-08-02 John Levon <levon@movementarian.org>
12058 * lyxlex.C: small cleanup
12060 2002-08-02 John Levon <levon@movementarian.org>
12062 * text2.C (status): small cleanup, no logic change
12064 2002-08-01 John Levon <levon@movementarian.org>
12067 * buffer.C (writeFile): don't output alerts, caller
12071 * lyx_cb.C: from above
12073 * lyxfunc.C: allow to open non-existent files
12075 2002-07-31 John Levon <levon@movementarian.org>
12077 * lyxserver.C: don't let incidental errors get
12080 2002-07-30 John Levon <levon@movementarian.org>
12082 * lyxfunc.C: disable character dialog in ERT inset (partial fix)
12084 2002-07-30 John Levon <levon@movementarian.org>
12087 * lyxserver.C: remove I/O callback too
12089 2002-07-30 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12091 * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
12094 2002-07-29 Lars Gullik Bjønnes <larsbj@gullik.net>
12096 * many files: strip,frontStrip -> trim,ltrim,rtrim
12098 2002-07-28 Lars Gullik Bjønnes <larsbj@gullik.net>
12100 * PrinterParams.h: remove extern containsOnly, and include
12101 support/lstrings.h instead.
12103 * LaTeX.C (scanAuxFile): modify because of strip changes
12105 * buffer.C (makeLaTeXFile): ditto
12106 * bufferparams.C (writeFile): ditt
12107 * lyxfont.C (stateText): ditto
12108 * lyxserver.C (read_ready): ditto
12109 * vc-backend.C (scanMaster): ditto
12111 * BufferView_pimpl.h: ws changes
12113 * BufferView_pimpl.C: inlude boost/signals/connection.hpp
12115 2002-07-26 André Pönitz <poenitz@gmx.net>
12117 * kb_sequence.C: remove unnedred usings
12119 2002-07-26 Juergen Vigna <jug@sad.it>
12121 * lyxfind.C (LyXReplace): we have to check better if the returned
12122 text is not of theLockingInset()->getLockingInset().
12124 2002-07-25 Juergen Vigna <jug@sad.it>
12126 * lyxfind.C (LyXReplace): don't replace if we don't get the
12129 * undo_funcs.C (createUndo): remove debugging code.
12131 2002-07-25 Dekel Tsur <dekelts@tau.ac.il>
12133 * buffer.C (parseSingleLyXformat2Token): Use default placement
12134 when reading old floats.
12136 * FloatList.C (FloatList): Change the default placement of figure
12137 and tables to "tbp".
12139 2002-07-25 John Levon <moz@compsoc.man.ac.uk>
12141 * MenuBackend.C: using std::max
12143 2002-07-25 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12145 * MenuBackend.C (expandToc):
12146 (expandToc2): code moved from xforms menu frontend. It is now
12147 generic and TOCs are transparent to menu frontends.
12149 2002-07-24 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12151 * toc.C (getTocList): protect against buf=0
12153 * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
12154 Menu as first parameter. Now, this calls itself recursively to
12155 expand a whole tree (this will be useful for TOC handling)
12156 (expandFloatInsert): remove 'wide' version of floats
12158 * MenuBackend.h (submenuname): returns the name of the submenu.
12159 (submenu): returns the submenu itself, provided it has been
12160 created by MenuBackend::expand
12162 2002-07-23 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12164 * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
12165 insets which have noFontChange == true. (bug #172)
12167 2002-07-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
12169 * BufferView_pimpl.C: add connection objects and use them...
12172 2002-07-22 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12174 * MenuBackend.C (expandLastfiles):
12177 (expandFloatListInsert):
12178 (expandFloatInsert):
12179 (expand): split expand in parts
12181 2002-07-22 John Levon <moz@compsoc.man.ac.uk>
12183 * lyx_gui.C: use lyx_gui::exit()
12185 2002-07-22 John Levon <moz@compsoc.man.ac.uk>
12187 * LyXAction.C: show the failing pseudo action
12189 2002-07-22 Dekel Tsur <dekelts@tau.ac.il>
12191 * buffer.C (readFile): Run the lyxconvert script in order to read
12194 2002-07-22 John Levon <moz@compsoc.man.ac.uk>
12198 * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
12200 2002-07-22 John Levon <moz@compsoc.man.ac.uk>
12204 * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
12206 2002-07-22 Herbert Voss <voss@lyx.org>
12209 * lyxlength.[Ch]: add support for the vertical lengths
12211 2002-07-21 John Levon <moz@compsoc.man.ac.uk>
12213 * toc.[Ch]: std:: fixes
12215 2002-07-21 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12217 * lyxrc.C: do not include lyx_main.h
12219 * LaTeXFeatures.h: use a list<string> instead of a vector<string>
12225 * BufferView2.C: include "lyxlex.h"
12228 * bufferparams.h: do not #include "lyxlex.h"
12230 * lyxtextclasslist.C (Add): remove method
12231 (classlist): renamed to classlist_
12233 * paragraph_pimpl.C:
12237 * bufferview_funcs.C:
12242 * toc.C (getTocList): use BufferParams::getLyXTextClass
12244 * toc.C (getTocList): use InsetFloat::addToToc
12246 * toc.[Ch]: new files, containing helper functions to handle table
12249 * lyxfunc.C (dispatch): no need to remove spaces around command
12251 (getStatus): handle LFUN_SEQUENCE by returning the status of the
12252 first command of the sequence; it is not very clever, but I do not
12253 have a better idea, actually
12255 * LyXAction.C (LookupFunc): make sure to remove space at the
12256 beginning and end of the command
12258 2002-07-20 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12260 * MenuBackend.C (getMenubar): new method: return the menubar of
12262 (read): treat differently reading of menu and menubar (in
12263 particular, the menubar has no name now)
12264 (Menu::menubar): remove
12266 * lyxfunc.C (dispatch): add 'done' message to minibuffer when
12269 2002-07-20 Dekel Tsur <dekelts@tau.ac.il>
12271 * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
12272 a bibitem inset in a RTL paragraph.
12274 2002-07-20 John Levon <moz@compsoc.man.ac.uk>
12276 * paragraph_pimpl.C: constify
12278 * BufferView_pimpl.C:
12280 * lyxfunc.C: fix dispatch in a nicer way
12282 2002-07-20 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12284 * lyxfunc.C (dispatch):
12285 * BufferView_pimpl.C:
12286 * BufferView_pimpl.h:
12288 * BufferView.h: rename Dispatch() to dispatch()
12290 * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
12292 * lyxlayout.C (Read): honor DependsOn tag
12294 * lyxlayout.[Ch] (depends_on): new method
12296 * version.C.in: update lyx_docversion
12298 * LaTeXFeatures.C (getMacros): only define \LyX when needed
12300 * paragraph.C (validate): remove from here...
12301 * paragraph_pimpl.C (validate): ... and move here
12302 (isTextAt): make it const
12304 * buffer.C (getLists): ws cleanup
12306 2002-07-20 Dekel Tsur <dekelts@tau.ac.il>
12308 * language.C (read): Use iso8859-1 encoding in latex_lang
12309 (this prevents LyX from crashing when using iso10646-1 encoding).
12311 2002-07-19 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12313 * text2.C (toggleInset): if cursor is inside an inset, close the
12314 inset and leave cursor _after_ it
12316 2002-07-19 John Levon <moz@compsoc.man.ac.uk>
12318 * lyxfunc.C: move minibuffer completion handling out of here
12320 2002-07-19 John Levon <moz@compsoc.man.ac.uk>
12322 * BufferView_pimpl.C:
12323 * LaTeX.C: fix dispatch calls
12325 2002-07-19 Dekel Tsur <dekelts@tau.ac.il>
12327 * text.C (drawChars): Fix Arabic text rendering.
12329 2002-07-18 John Levon <moz@compsoc.man.ac.uk>
12333 * lyxfunc.C: remove message-push/pop
12337 * lyxfunc.C: rationalise some code by removing verboseDispatch
12338 in favour of a bool argument to dispatch()
12340 2002-07-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12342 * lyx_main.C (init): make sure to read symlinks as absolute paths
12344 2002-07-17 John Levon <moz@compsoc.man.ac.uk>
12347 * lyxfunc.C: no need for commandshortcut to be a member
12349 2002-07-15 André Pönitz <poenitz@gmx.net>
12351 * converter.C: add support for $$s (scripts from lib/scripts dir)
12352 * lyx_main.C: white space
12354 2002-07-17 John Levon <moz@compsoc.man.ac.uk>
12358 * lyxrc.C: remove second exit confirmation
12360 2002-07-17 John Levon <moz@compsoc.man.ac.uk>
12365 * BufferView_pimpl.h:
12366 * BufferView_pimpl.C:
12367 * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
12369 2002-07-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12371 * MenuBackend.C (expand): add numeric shortcuts to document menu
12373 * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
12375 2002-07-15 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12377 * lyxfont.C (setLyXFamily):
12384 * buffer.C (asciiParagraph): use ascii_lowercase
12386 2002-07-15 Mike Fabian <mfabian@suse.de>
12388 * lyxlex_pimpl.C (search_kw):
12389 * lyxlex.C (getLongString):
12390 * converter.h (operator<):
12391 * converter.C (operator<):
12392 * buffer.C (parseSingleLyXformat2Token):
12394 * ToolbarDefaults.C (read):
12395 * MenuBackend.C (checkShortcuts):
12397 * LColor.C (getFromGUIName):
12398 (getFromLyXName): use the compare_ascii_no_case instead of
12399 compare_no_case, because in turkish, 'i' is not the lowercase
12400 version of 'I', and thus turkish locale breaks parsing of tags.
12402 2002-07-16 Angus Leeming <leeming@lyx.org>
12404 * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
12405 now takes a Buffer const & argument.
12407 2002-07-15 John Levon <moz@compsoc.man.ac.uk>
12409 * BufferView.C (resize): check there's a buffer to resize
12411 2002-07-14 John Levon <moz@compsoc.man.ac.uk>
12413 * lyxfunc.C: remove dead code
12416 * lyxserver.C: use lyx_guii::set_read_callback
12418 2002-07-13 Dekel Tsur <dekelts@tau.ac.il>
12420 * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
12421 an inset in a RTL paragraph.
12423 2002-07-12 John Levon <moz@compsoc.man.ac.uk>
12425 * lyxfunc.C: repaint after a font size update
12427 2002-07-15 André Pönitz <poenitz@gmx.net>
12429 * lyxlength.C: inBP should be able to return negative values
12431 2002-07-12 John Levon <moz@compsoc.man.ac.uk>
12433 * lyxfunc.C: use lyx_gui::update_fonts()
12435 2002-07-12 John Levon <moz@compsoc.man.ac.uk>
12437 * lyxfunc.C: use lyx_gui::update_color()
12439 2002-07-11 John Levon <moz@compsoc.man.ac.uk>
12445 * lyxrc.C: remove file->new asks for name option, and let
12446 buffer-new take an argument
12448 2002-07-11 John Levon <moz@compsoc.man.ac.uk>
12450 * BufferView_pimpl.C: remove unneeded extra repaint()
12452 2002-07-10 John Levon <moz@compsoc.man.ac.uk>
12454 * LyXAction.C: allow command-sequence with NoBuffer
12456 * lyxfunc.C: don't insist on trailing ';' for command-sequence
12458 2002-07-10 Angus Leeming <leeming@lyx.org>
12460 * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
12462 2002-07-09 Angus Leeming <leeming@lyx.org>
12464 * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
12466 2002-07-09 John Levon <moz@compsoc.man.ac.uk>
12468 * lengthcommon.h: whitespace
12470 * lyxfunc.C: update scrollbar after goto paragraph
12472 * lyxtext.h: factor out page break drawing, and fix it so
12473 page break/added space paints as selected nicely
12475 2002-07-09 John Levon <moz@compsoc.man.ac.uk>
12477 * BufferView_pimpl.C: add FIXMEs, clean up a little
12479 2002-07-09 André Pönitz <poenitz@gmx.net>
12481 * lyxfont.[Ch]: support for wasy symbols
12483 2002-07-08 André Pönitz <poenitz@gmx.net>
12485 * BufferView_pimpl.C: apply John's patch for #93.
12487 2002-07-05 Angus Leeming <leeming@lyx.org>
12489 * BufferView_pimpl.C (buffer): generate previews if desired.
12491 * LColor.h: add "preview" to the color enum.
12493 * LColor.C (LColor): add a corresponding entry to the items array.
12495 * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
12498 2002-07-05 Angus Leeming <leeming@lyx.org>
12500 * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
12501 The body of the code is now in the method that is passed an ostream &
12502 rather than a file name.
12503 Pass an additional only_preamble parameter, useful for the forthcoming
12506 2002-07-03 André Pönitz <poenitz@gmx.net>
12508 * lyxfunc.C: simplify getStatus() a bit for math stuff
12510 2002-07-02 Lars Gullik Bjønnes <larsbj@birdstep.com>
12512 * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
12514 2002-06-20 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12516 * text.C (changeRegionCase): do not change case of all the
12517 document when region ends at paragraph end (bug #461)
12519 2002-07-01 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12521 * paragraph.C (startTeXParParams):
12522 (endTeXParParams): add \protect when necessary
12524 2002-06-19 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12526 * BufferView_pimpl.C (workAreaExpose): remove warning
12528 2002-06-27 Angus Leeming <leeming@lyx.org>
12530 * Makefile.am: add lyxlayout_ptr_fwd.h.
12532 2002-06-26 André Pönitz <poenitz@gmx.net>
12534 * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
12536 2002-06-25 Angus Leeming <leeming@lyx.org>
12538 * lyxfunc.C (dispatch): Comment out the call to
12539 grfx::GCache::changeDisplay. The method no longer exists now that the
12540 pixmap generation part of the graphics loader has been moved into
12543 2002-06-24 Lars Gullik Bjønnes <larsbj@birdstep.com>
12545 * text2.C: layout as layout
12547 * text.C: layout as layout
12549 * tabular.C (OldFormatRead): layout as layout
12551 * paragraph_pimpl.C (TeXDeeper): layout as layout
12552 (realizeFont): layout as layout
12554 * paragraph.C (writeFile): layout as layout
12555 (validate): layout as layout
12556 (getFont): layout as layout
12557 (getLabelFont): layout as layout
12558 (getLayoutFont): layout as layout
12559 (breakParagraph): layout as layout
12560 (stripLeadingSpaces): layout as layout
12561 (getEndLabel): layout as layout
12562 (getMaxDepthAfter): layout as layout
12563 (applyLayout): layout as layout
12564 (TeXOnePar): layout as layout
12565 (simpleTeXOnePar): layout as layout
12566 (TeXEnvironment): layout as layout
12567 (layout): layout as layout
12568 (layout): layout as layout
12570 * lyxtextclass.C (compare_name): new functor to work with
12571 shared_ptr, layout as layout
12572 (Read): layout as layout
12573 (hasLayout): layout as layout
12574 (operator): layout as layout
12575 (delete_layout): layout as layout
12576 (defaultLayout): layout as layout
12578 * lyxlayout_ptr_fwd.h: new file
12580 * lyxlayout.C (Read): layout as layout
12582 * lyx_cb.C (MenuInsertLabel): layout as layout
12584 * bufferlist.C (newFile): layout as layout
12586 * buffer.C (readLyXformat2): layout as layout
12587 (parseSingleLyXformat2Token): layout as layout
12588 (insertStringAsLines): layout as layout
12589 (asciiParagraph): layout as layout
12590 (latexParagraphs): layout as layout
12591 (makeLinuxDocFile): layout as layout
12592 (simpleLinuxDocOnePar): layout as layout
12593 (makeDocBookFile): layout as layout
12594 (simpleDocBookOnePar): layout as layout
12595 (getLists): layout as layout
12597 * LaTeXFeatures.C (getTClassPreamble): layout as layout
12599 * CutAndPaste.C (cutSelection): layout as layout
12600 (pasteSelection): layout as layout
12601 (SwitchLayoutsBetweenClasses): layout as layout
12603 * BufferView_pimpl.C (Dispatch): layout as layout
12604 (smartQuote): layout as layout
12606 * BufferView2.C (unlockInset): layout as layout
12608 2002-06-24 André Pönitz <poenitz@gmx.net>
12610 * lyxfunc.C: fix #487
12612 2002-06-21 John Levon <moz@compsoc.man.ac.uk>
12616 * lyxfunc.C: remove display_shortcuts, show_banner
12618 2002-06-21 John Levon <moz@compsoc.man.ac.uk>
12620 * Buffer_pimpl.C: oops, update on resize
12622 2002-06-21 John Levon <moz@compsoc.man.ac.uk>
12629 * BufferView.C: use repaint()
12631 * BufferView_pimpl.h:
12632 * BufferView_pimpl.C: s/updateScreen()/repaint()/
12633 as it's a clearer description. Remove superfluous
12636 2002-06-21 John Levon <moz@compsoc.man.ac.uk>
12638 * text.C: fix bug 488. Not ideal, but getting
12639 getWord() to work properly for the insets that
12640 matter is more difficult ...
12642 2002-06-20 John Levon <moz@compsoc.man.ac.uk>
12644 * BufferView_pimpl.C:
12647 * lyxfunc.C: remove the six million index lyxfuncs to just
12648 one, and DTRT (bug 458)
12650 2002-06-20 John Levon <moz@compsoc.man.ac.uk>
12654 * BufferView_pimpl.h:
12655 * BufferView_pimpl.C: clean up resize() stuff,
12656 and unnecessary updateScreen()s
12658 2002-06-20 John Levon <moz@compsoc.man.ac.uk>
12662 * BufferView_pimpl.h:
12663 * BufferView_pimpl.C:
12666 * minibuffer.C: remove focus management of workarea,
12667 not needed. Use screen's greyOut()
12669 2002-06-17 Herbert Voss <voss@lyx.org>
12671 * converter.C: (convert) do not post a message, when converting
12672 fails, let the calling function decide what to do in this case
12674 2002-06-18 John Levon <moz@compsoc.man.ac.uk>
12676 * lyxfunc.C: tidy up a little
12678 2002-06-16 <alstrup@diku.dk>
12680 * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
12681 Got rid of FORMS_H_LOCATION include. Now we are
12684 2002-06-15 LyX Development team <lyx@rilke>
12686 * buffer.[Ch] (sgmlOpenTag):
12687 (sgmlCloseTag): Added support for avoiding pernicious mixed
12688 content. Return number of lines written.
12690 (makeLinuxDocFile):
12691 (makeDocBookFile): Fixed calls to sgml*Tag.
12692 Simple white space clean.
12694 (simpleDocBookOnePar): Simple white space clean.
12696 * tabular.[Ch] (docBook): Renamed to docbook and got another
12697 argument to related with the pernicious mixed content.
12699 (docbookRow): Fixed calls for docbook inset method.
12701 2002-06-15 Lyx Development team <larsbj@birdstep.com>
12703 * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
12704 so it's X11 independent.
12708 * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
12710 2002-06-15 Lyx Development team <lyx@electronia>
12712 * intl.h: Renamed getTrans to getTransManager.
12714 2002-06-14 Angus Leeming <leeming@lyx.org>
12716 * Makefile.am: nuke forgotten stl_string_fwd.h.
12718 2002-06-12 Angus Leeming <leeming@lyx.org>
12720 * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
12722 2002-06-13 Angus Leeming <leeming@lyx.org>
12725 * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
12727 2002-06-12 Andrew Zabolotny <zap@cobra.ru>
12729 * kbmap.C (getiso): add support for cyrillic and greek
12731 2002-06-12 John Levon <moz@compsoc.man.ac.uk>
12735 * BufferView_pimpl.h:
12736 * BufferView_pimpl.C: move bogus scrolling logic
12739 2002-06-12 John Levon <moz@compsoc.man.ac.uk>
12742 * BufferView_pimpl.C: view->resize() change
12744 2002-06-12 John Levon <moz@compsoc.man.ac.uk>
12746 * BufferView_pimpl.C: topCursorVisible
12749 2002-06-12 John Levon <moz@compsoc.man.ac.uk>
12753 * lyx_gui.C: move to frontends/
12757 * lyx_main.C: changes from above
12759 2002-06-12 John Levon <moz@compsoc.man.ac.uk>
12766 * lyx_main.C: minor tidy
12768 2002-06-12 John Levon <moz@compsoc.man.ac.uk>
12770 * BufferView_pimpl.h:
12771 * BufferView_pimpl.C:
12773 * BufferView.C: make painter() const,
12776 * BufferView2.C: use screen() accessor
12779 * lyx_main.C: some minor cleanup
12781 2002-06-12 John Levon <moz@compsoc.man.ac.uk>
12783 * BufferView_pimpl.h:
12784 * BufferView_pimpl.C: remove enter/leaveView,
12787 2002-06-12 John Levon <moz@compsoc.man.ac.uk>
12792 * BufferView_pimpl.h:
12793 * BufferView_pimpl.C: only construct screen once,
12796 * lyxrc.C: remove pointless comment
12798 2002-06-11 John Levon <moz@compsoc.man.ac.uk>
12801 * BufferView.C: remove active() and belowMouse()
12803 * BufferView_pimpl.h:
12804 * BufferView_pimpl.C: use workarea() not workarea_,
12805 and make it use a scoped_ptr instead
12807 2002-06-11 John Levon <moz@compsoc.man.ac.uk>
12809 * lyx_gui.C: add debug message on BadWindow
12811 2002-06-10 Lars Gullik Bjønnes <larsbj@birdstep.com>
12813 * sp_spell.C: fdopen is not part of the C++ standard.
12815 * paragraph.C (InsetIterator): use >= instead of ==
12817 2002-06-07 Angus Leeming <leeming@lyx.org>
12819 Fixes needed to compile with Compaq cxx 6.5.
12820 * BufferView_pimpl.C:
12827 * lyxtextclasslist.C:
12832 all c-library variables have been moved into namespace std. Wrap
12833 using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
12838 Add a using std::abs declaration.
12840 * kbmap.h (modifier_pair):
12841 * paragraph.h (InsetTable, InsetList):
12842 * lyxfont.h (FontBits):
12843 type definition made public.
12845 * bufferlist.C (emergencyWriteAll): the compiler complains that
12846 there is more than one possible lyx::class_fun template to choose from.
12847 I re-named the void specialisation as lyx::void_class_fun.
12849 * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
12851 * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
12852 the compiler is is unable to find tostr in write_attribute.
12854 2002-06-06 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12856 * buffer.C (sgmlError): hide #warning
12858 2002-06-05 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12860 * xtl/*: get rid of xtl, which is not in use anyway
12862 * LyXAction.C (init):
12863 * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
12864 were unimplemented xtl experimentation
12866 2002-06-04 André Pönitz <poenitz@gmx.net>
12868 * lyxfunc.C: disable array operation on simple formulae
12870 2002-06-03 John Levon <moz@compsoc.man.ac.uk>
12872 * converter.C: constify a bit
12874 2002-06-02 John Levon <moz@compsoc.man.ac.uk>
12876 * lyx_gui.C: check xforms version correctly
12878 2002-04-30 Herbert Voss <voss@lyx.org>
12880 * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
12883 2002-05-31 John Levon <moz@compsoc.man.ac.uk>
12885 * lyxvc.C: fix bug 416 (make sure buffer is saved before
12886 attempt to register it with a VCS)
12888 2002-05-30 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12890 * lyx_main.C (init): honor variables LYX_DIR_13x and
12893 2002-05-30 John Levon <moz@compsoc.man.ac.uk>
12897 * lyx_main.C: fix a crash on bad command line,
12898 and give a useful exit status on error
12900 * lyxfunc.C (doImport): allow -i lyx to work
12902 2002-03-30 André Pönitz <poenitz@gmx.net>
12904 * lyxfunc.C: mathed font changes
12906 2002-05-30 John Levon <moz@compsoc.man.ac.uk>
12921 * trans_mgr.h: srcdocs, and some minor cleanups
12923 2002-05-29 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12925 * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
12926 call getFont all the time)
12928 2002-05-29 Lars Gullik Bjønnes <larsbj@birdstep.com>
12930 * switch from SigC signals to boost::signals
12932 2002-05-29 André Pönitz <poenitz@gmx.net>
12934 * paragraph_pimpl.C (getChar): don't call size() too often...
12936 2002-05-29 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12938 * paragraph_pimpl.C (insertChar): do not try to update tables when
12939 appending (pos == size())
12941 * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
12942 in order to reduce drastically the number of comparisons needed to
12943 parse a large document
12945 2002-05-29 André Pönitz <poenitz@gmx.net>
12951 * textclasslist.[Ch]:
12952 * sp_ispell.h: whitespace change
12954 2002-05-29 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
12956 * lyxserver.C (callback): tentative fix of lyxserver. Does not use
12957 lyxaction directly now.
12959 2002-05-27 John Levon <moz@compsoc.man.ac.uk>
12963 * lyxvc.C: remove unused headers
12965 2002-05-26 John Levon <moz@compsoc.man.ac.uk>
12972 * undo_funcs.C: some cleanups. Use shared_ptr
12973 and a template for the undo stacks.
12975 2002-05-26 John Levon <moz@compsoc.man.ac.uk>
12977 * BufferView_pimpl.h:
12978 * BufferView_pimpl.C:
12985 * text2.C: use key_state/mouse_state
12987 2002-05-25 Lars Gullik Bjønnes <larsbj@birdstep.com>
12989 * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
12992 * chset.C: change include order
12993 (loadFile): use boost regex and get rid of LRegex and LSubstring
12995 * Makefile.am (BOOST_LIBS): new variable
12996 (lyx_LDADD): use it
12998 * LaTeX.C: change include order.
12999 (scanAuxFile): use boost regex and get rid of LRegex and
13003 2002-05-24 John Levon <moz@compsoc.man.ac.uk>
13008 * FontInfo.C: moved to frontends/xforms/
13011 * FontLoader.C: moved into frontends for GUIIzation
13016 * lyxfunc.C: changes from above
13018 2002-05-24 John Levon <moz@compsoc.man.ac.uk>
13020 * LColor.C: remove spurious X include
13022 * BufferView_pimpl.C:
13027 * text2.C: move font metrics to frontends/
13029 2002-05-24 Juergen Vigna <jug@sad.it>
13031 * undo_funcs.C (textHandleUndo): fix the cursor selection after
13032 setting the undo_cursor.
13034 * ParagraphParameters.h: include local includes first.
13036 2002-05-23 John Levon <moz@compsoc.man.ac.uk>
13038 * BufferView_pimpl.C:
13039 * BufferView_pimpl.h:
13043 * screen.C: move WorkArea into frontends/
13049 * BufferView2.C: move LyXScreen into frontends/
13053 * lyx_gui.C: move lyxlookup into frontends/xforms/
13055 2002-05-23 John Levon <moz@compsoc.man.ac.uk>
13058 * BufferView_pimpl.C:
13068 * bufferview_funcs.C:
13081 * vc-backend.C: move LyX/XFormsView into frontends/
13083 2002-05-23 John Levon <moz@compsoc.man.ac.uk>
13095 * text2.C: move Painter to frontends/
13097 2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
13099 * buffer.C: comment out some some code that depend upon lyx_format
13102 * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
13103 * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
13105 * buffer.h (NO_COMPABILITY): turn off compability
13107 * ColorHandler.C: include scoped_array.hpp
13109 * font.C: Use more specific smart_ptr header.
13112 * ShareContainer.h: ditto
13113 * lyx_main.h: ditto
13115 * FontInfo.h: ditto
13116 * BufferView_pimpl.h: ditto
13117 * ColorHandler.h: ditto
13119 * kbmap.C (defkey): change call to shared_ptr::reset
13121 2002-05-21 Juergen Vigna <jug@sad.it>
13123 * buffer.C (insertErtContents): fix to insert ert asis if it is
13124 non empty. Skip it completely if it contains only whitespaces.
13126 2002-05-15 John Levon <moz@compsoc.man.ac.uk>
13128 * BufferView_pimpl.C:
13129 * BufferView2.C: clear selection on paste (bug 393)
13131 2002-05-14 Lars Gullik Bjønnes <larsbj@birdstep.com>
13133 * DepTable.C: include ctime
13135 2002-05-11 Dekel Tsur <dekelts@tau.ac.il>
13137 * buffer.C (latexParagraphs): Add new argument (moving_arg).
13139 2002-05-14 Juergen Vigna <jug@sad.it>
13141 * text.C (breakParagraph): fixed function to honor the keepempty
13142 layout in the right maner and also to permit the right breaking
13143 algorithm on empty or non empyt keepempty paragraphs.
13145 * paragraph.C (breakParagraph): we have to check also if the par
13146 is really empty (!size()) for isempty otherwise we do the wrong
13149 2002-05-10 Juergen Vigna <jug@sad.it>
13151 * buffer.[Ch] : The following are only changes to the ert
13152 compatibility read reading old LaTeX layout and font stuff and
13153 convert it to ERTInsets.
13155 * buffer.h: added isErtInset().
13157 * buffer.C (struct ErtComp): add a fromlayout bool to check
13158 if we're inside a LaTeX layout.
13159 (isErtInset): new helper function.
13160 (insertErtContents): look for other ert insets before this one
13161 and insert the contents there, so that we don't have subsequent
13162 ERT insets with nothing between them. This way we create only one
13163 inset with multiple paragraphs. Also check if we don't insert only
13164 spaces ' ' as they are ignored anyway afterwards in the .tex file
13165 so if we have only spaces we will ignore this latex part in the
13167 (parseSingleLyXformat2Token \\layout): better compatibility when
13168 reading layout-latex stuff.
13169 (parseSingleLyXformat2Token \\lang): put the insetERT in the right
13171 (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
13172 stuff after reading the inset only get the information back from
13175 2002-05-10 Dekel Tsur <dekelts@tau.ac.il>
13177 * buffer.C (makeLaTeXFile): Put language options after loading babel.
13179 * LaTeXFeatures.C (getBabelOptions): New method.
13181 2002-05-08 Lars Gullik Bjønnes <larsbj@birdstep.com>
13183 * BufferView_pimpl.C (Dispatch): work around missing argument for
13186 2002-05-08 Juergen Vigna <jug@sad.it>
13188 * text.C (leftMargin): handle paragraph leftindent.
13190 * paragraph.C (writeFile): write the new \\leftindent tag.
13191 (validate): handle leftindent code.
13192 (TeXEnvironment): handle paragraphleftindent code again.
13194 * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
13196 * buffer.C (parseSingleLyXformat2Token): added compatibility code
13197 for paragrap_extra indent code and new token \\leftindent.
13198 (latexParagraphs): handle the leftindent as environment.
13200 * ParameterStruct.h: added leftindent support.
13202 * ParagraphParameters.C (leftIndent): added support functions for
13203 the paragraph left indent.
13205 * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
13208 2002-05-05 Dekel Tsur <dekelts@tau.ac.il>
13210 * paragraph.C (isRightToLeftPar): Return false for a paragraph
13213 * text.C (computeBidiTables): No bidi in insetERT.
13215 * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
13218 2002-05-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
13220 * version.C.in: pre 5
13222 2002-05-02 José Matos <jamatos@fep.up.pt>
13223 * buffer.C (makeDocBookFile): white space changes, add newline to
13225 (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
13227 * tabular.C (docBook): fix typo.
13229 2002-05-03 Juergen Vigna <jug@sad.it>
13231 * screen.C (drawFromTo): recalculate the rowpointer if we had a
13232 change in LyXText as we can not be sure it was not freed.
13233 (drawOneRow): remove unused code.
13235 * text.C (drawInset): redo the calculation of the need_break_row as
13236 it could have a row which was already freed.
13237 (draw): look at the return value of drawInset and return false if
13238 it also returned false.
13239 (paintRowText): look at the return value of draw and return false if
13240 it also returned false.
13242 * lyxtext.h: added bool return type to drawInset() and draw() so that
13243 if we have a change in the row so that the rowbreak has to be redone
13244 we abort drawing as it will be called again.
13246 2002-05-02 Juergen Vigna <jug@sad.it>
13248 * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
13249 a change in the maintext also if we're inside an inset.
13250 (Dispatch): set the cursor again after a break line and after the
13251 screen has been updated as it could be we're in a different row.
13253 * text2.C (fixCursorAfterDelete): check to make sure we don't request
13254 to set the cursor behind the pargraph with > size().
13255 (setCursor): check also for the same paragraph when checking where
13256 to put the cursor if we have a NFR inset.
13258 * buffer.C (parseSingleLyXformat2Token): move the compatibility
13259 parts of layout read further up as it still was in the wrong
13262 2002-05-02 Lars Gullik Bjønnes <larsbj@birdstep.com>
13264 * screen.C (drawFromTo): change sine fullRebreak always return
13267 * buffer.C (parseSingleLyXformat2Token): reindent some
13269 * BufferView_pimpl.C (update): change since fullRebreak always
13271 (Dispatch): git rid of the last hardcoded "Standard"s.
13273 2002-05-01 Lars Gullik Bjønnes <larsbj@birdstep.com>
13275 * text2.[Ch] (fullRebreak): make it return void now that we always
13278 2002-04-30 Juergen Vigna <jug@sad.it>
13280 * buffer.C (parseSingleLyXformat2Token): reset the font before the
13281 ert compatibility check for "latex" layout.
13283 2002-04-29 Dekel Tsur <dekelts@tau.ac.il>
13285 * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
13286 minipages: use col% instead of p%, and also use the current font.
13287 (makeLaTeXFile): Fix use babel condition.
13288 (parseSingleLyXformat2Token): Correct font when reading old floats.
13290 2002-04-28 Dekel Tsur <dekelts@tau.ac.il>
13292 * BufferView_pimpl.C (Dispatch): Check that float type exists when
13293 inserting list of floats.
13295 2002-04-25 Herbert Voss <voss@lyx.org>
13297 * MenuBackend.C (expand): don't add the graphics extensions to the
13300 2002-04-24 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13302 * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
13303 non-existing layout, do not complain if it was the default layout
13304 of the original class (bug #342)
13306 2002-04-24 Juergen Vigna <jug@sad.it>
13308 * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
13309 (workAreaButtonRelease): don't do anything if it was a mouse-wheel
13311 2002-04-22 Angus Leeming <a.leeming@ic.ac.uk>
13313 * buffer.C (getBibkeyList): If using \bibliography, return the
13314 option field with the reference itself. Enables us to provide natbib
13315 support when using \bibliography.
13317 2002-04-23 Mike Ressler <mike.ressler@alum.mit.edu>
13319 * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
13321 * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
13322 natbib is provided by the LaTeX class.
13324 2002-04-23 Juergen Vigna <jug@sad.it>
13326 * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
13329 * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
13331 2002-04-22 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13333 * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
13335 * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
13336 ensuremath around textordmasculine, textordfeminine and
13339 2002-04-19 Juergen Vigna <jug@sad.it>
13341 * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
13342 reinitializing the buffer otherwise row-dimensions may be wrong.
13343 (update): reset also the selection cursors if they do exits otherwise
13344 their x/y positions may be wrong.
13346 * text2.C (cursorDown): don't enter the inset if we came from a row
13347 above and are one row over the inset.
13349 * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
13350 really leaving an inset.
13352 2002-04-18 Juergen Vigna <jug@sad.it>
13354 * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
13355 of the selected paragraph does not have the selected layout also if
13358 * text2.C (setLayout): fixed bug which did not change last selected
13361 * tabular.C (OldFormatRead): check also for \\end_inset as Lars
13362 changed the read and substituted \\end_float with \\end_inset!
13364 * BufferView_pimpl.C (cursorPrevious):
13365 (cursorNext): fixed to make it work with rows heigher than the work
13366 area without moving the cursor only the draw of the row.
13367 (workAreaMotionNotify): fix jumping over high rows.
13369 2002-04-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
13371 * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
13374 2002-04-16 Juergen Vigna <jug@sad.it>
13376 * text2.C (setCursor): set also the irow().
13377 (setCursorFromCoordinates): fixed to set the (i) cursor values right!
13379 (cursorDown): support for locking an inset if the x_fix value goes
13380 inside it. That way I can transverse insets too with cursor up/down.
13382 * lyxrow.h: added irow helper function same as other (i) functions.
13384 * BufferView_pimpl.C (cursorPrevious):
13385 (cursorNext): fixed for insets!
13387 2002-04-15 Juergen Vigna <jug@sad.it>
13389 * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
13390 position otherwise it is wrong in some cases.
13392 * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
13393 inside the inset before the call.
13395 2002-04-16 Angus Leeming <a.leeming@ic.ac.uk>
13397 * buffer.[Ch] (getBibkeyList): make it const.
13399 2002-04-12 Juergen Vigna <jug@sad.it>
13401 * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
13403 * text2.C (getCursorX): new helper function
13404 (setCursor): compute also ix_
13405 (setCursorFromCoordinates): set also ix.
13407 * lyxcursor.h: added ix_ and helper functions.
13409 * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
13411 * buffer.C (insertStringAsLines): dont break paragraph if the this
13412 paragraph is inside an inset which does not permit it!
13414 * text.C (breakParagraph): honor keepempty flag and break the paragraph
13415 also with no chars on this paragraph.
13416 (paintRowText): only paint stuff if it's inside the workarea!
13418 * paragraph.C (breakParagraph): honor keepempty flag and break the
13419 paragraph always below not above.
13421 * BufferView2.C (unlockInset): update the paragraph layout on inset
13422 unlock as we changed paragraph in such a case.
13424 * lyxfind.C (LyXFind): clear the former selection if not found!
13426 * text2.C (insertInset): freeze Undo after setUndo so that it is not
13427 again called in insertChar().
13429 * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
13430 an inset which uses the whole row!
13431 (rightMargin): ditto.
13432 (insertChar): force a rebreak if we inserted an inset!
13434 2002-03-28 Herbert Voss <voss@lyx.org>
13436 * lyxlength.[Ch]: add inBP() to get the right PS-point
13437 units (BigPoint). With inPixels we have rounding errors
13439 2002-04-11 Juergen Vigna <jug@sad.it>
13441 * text2.C (setCursorFromCoordinates): set iy to the right value.
13442 (setCursor): add check if row->previous exists!
13444 * buffer.C (parseSingleLyXformat2Token): reset font after read of
13445 an old float_type as this was the case in the old code!
13447 * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
13449 * BufferView2.C (showLockedInsetCursor): use iy
13450 (fitLockedInsetCursor): ditto
13452 * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
13453 locked insets as there we have the right value now.
13455 * lyxcursor.C: added iy_ variable and iy functions to set to the
13456 baseline of cursor-y of the locked inset.
13458 * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
13459 (setCursor): fixed for insets which need a full row.
13461 * text.C (rowLastPrintable): don't ignore the last space when before
13462 an inset which needs a full row.
13463 (numberOfSeparators): use rowLastPrintable and <= last to honor a space
13464 as last character of a row when before a inset which needs a full row.
13466 2002-04-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
13468 * version.C.in: update date
13470 * text2.C (fullRebreak): try to always return true and see what
13473 2002-04-04 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13475 * MenuBackend.C (expand): use Floating::listName
13477 * FloatList.C (FloatList): add listName argument to the built-in
13480 * Floating.[Ch]: add listName member, which is the 'List of XXX'
13481 text associated with the float.
13483 2002-04-03 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13485 * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
13487 2002-04-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
13489 * ShareContainer.h: add a couple of missing typenames.
13491 2002-04-02 Angus Leeming <a.leeming@ic.ac.uk>
13493 * lyxrc.C (getDescription): use _() correctly rather than N_().
13495 2002-03-28 Herbert Voss <voss@lyx.org>
13497 * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
13498 "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
13500 2002-04-02 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13502 * lyx_main.C (init): use environment variable LYX_DIR_12x instead
13503 of LYX_DIR_11x. Same for LYX_USERDIR_12x.
13505 2002-03-29 Juergen Vigna <jug@sad.it>
13507 * lyxfunc.C (dispatch): add a missing fitCursor call.
13509 * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
13510 it was scrolled by a cursor move, so return the bool status.
13512 * BufferView.C (fitCursor): return the bool flag also to the outside
13513 world as this is needed.
13515 * screen.C (toggleToggle): don't subtract the offset if it's positive.
13517 * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
13518 call the edit() as it is not needed (and wrong) IMO.
13519 (workAreaButtonPress): set the screen_first variable before evt.
13520 unlock the inset as this may change screen_first and then we have
13521 a wrong y position for the click!
13523 2002-03-28 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13525 * MenuBackend.C (expand): another translation that I missed
13527 2002-03-28 Juergen Vigna <jug@sad.it>
13529 * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
13531 * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
13533 2002-03-27 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13535 * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
13537 * MenuBackend.C (expand): fix export/view/update when there is no
13540 2002-03-27 Herbert Voss <voss@lyx.org>
13542 * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
13545 2002-03-27 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13547 * bufferview_funcs.C (currentState): only show paragraph number
13548 for is DEVEL_VERSION is set.
13550 * lyxfunc.C (dispatch): put warning in INFO channel
13552 * MenuBackend.C (expand): translate the name of floats
13554 * FloatList.C (FloatList): mark the float names for translation
13556 * converter.C (convert): use LibScriptSearch
13558 2002-03-26 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13560 * MenuBackend.C (defaults): fix default menu (we might as well get
13563 2002-03-26 Lars Gullik Bjønnes <larsbj@birdstep.com>
13565 * lyxvc.C (registrer): register the file with CVS if it's in a CVS
13568 2002-03-25 Lars Gullik Bjønnes <larsbj@birdstep.com>
13570 * lyxvc.C: reorder includes.
13572 2002-03-25 John Levon <moz@compsoc.man.ac.uk>
13574 * BufferView_pimpl.C (updateScrollbar): update on buffer switch
13577 2002-03-19 John Levon <moz@compsoc.man.ac.uk>
13579 * CutAndPaste.C: change layouts earlier on paste
13580 to avoid crashing when calling getFont()
13582 2002-03-22 Angus Leeming <a.leeming@ic.ac.uk>
13584 * PrinterParams.h: #include "lyxrc.h" and remove that bloody
13587 2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
13589 * WorkArea.C: remove 'Pending' debug message.
13591 * most files: ws cleanup
13593 * buffer.[Ch]: ws changes
13595 * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
13597 2002-03-21 Juergen Vigna <jug@sad.it>
13599 * tabular.C (SetMultiColumn): collapse also the contents of the
13600 cells and set the last border right. Added a Buffer const * param.
13602 2002-03-20 Lars Gullik Bjønnes <larsbj@birdstep.com>
13604 * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
13607 2002-03-19 Juergen Vigna <jug@sad.it>
13609 * text2.C (clearSelection): reset also xsel_cache.
13611 * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
13612 where it needs to be called (John tells us to do so too :)
13613 (selectionLost): reset sel_cache.
13615 * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
13617 2002-03-19 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13619 * text2.C (setCursorIntern): put debuging code in INSETS channel
13621 2002-03-19 André Pönitz <poenitz@gmx.net>
13623 * lyxfunc.C: tiny whitespace change
13625 2002-03-19 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13627 * ToolbarDefaults.C (init):
13628 * LyXAction.C (init):
13630 * BufferView_pimpl.C (Dispatch):
13631 * lyxfunc.C (dispatch): remove LFUN_DEPTH
13633 2002-03-19 Allan Rae <rae@lyx.org>
13635 * exporter.C (Export): removeAutoInsets before doing anything else.
13636 While I've just introduced a dependency on BufferView this really is
13637 the best place to clean the buffer otherwise you need to cleanup in
13638 a dozen places before calling export or cleanup in a dozen functions
13641 * converter.C (runLaTeX):
13642 (scanLog): Better handling of removeAutoInsets and screen updates.
13644 * lyxfunc.C (dispatch): small whitespace changes
13646 2002-03-18 Lars Gullik Bjønnes <larsbj@birdstep.com>
13648 * WorkArea.C (C_WorkAreaEvent): return a value.
13649 (event_cb): return 1 if we handled the event, 0 otherwise.
13651 * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
13653 2002-03-18 Juergen Vigna <jug@sad.it>
13655 * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
13656 (GetAdditionalWidth): ditto.
13657 (RightLine): ditto.
13660 * BufferView2.C (copy): use getLyXText() so that we do it inside an
13661 inset if we're there actually (probably not used right now but this
13662 is the direction to go for unifying code).
13663 (paste): disable code to clear the selection.
13665 * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
13666 inside an InsetText and move the check further up as it is in the
13669 * text2.C (pasteSelection): set a selection over the pasted text.
13671 2002-03-14 Kayvan A. Sylvan <kayvan@sylvan.com>
13673 * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
13674 and libgraphics to build on Cygwin.
13676 2002-03-15 Juergen Vigna <jug@sad.it>
13678 * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
13679 inserting an Inset into the paragraph. I know this is not the best
13680 fix but we already use current_view in CutAndPaste so we will remove
13681 all of it's using at the same time.
13683 * buffer.C (sgmlError): deactivated function till it is rewritten in
13684 the right mode, now it can create problems.
13686 * paragraph.C (isLineSeparator): check if getInset returns != 0,
13687 before accessing it.
13689 2002-03-14 Juergen Vigna <jug@sad.it>
13691 * undo_funcs.C (textHandleUndo): do the right thing when updating
13692 the inset after the undo/redo.
13694 * text2.C (setCursor): just some testcode for #44 not ready yet.
13696 * undo_funcs.C (textHandleUndo): set the next() and previous()
13697 pointers of the paragraph to 0 before deleting otherwise we have
13698 problems with the Paragraph::[destructor].
13700 * text.C (breakParagraph): IMO we should ALWAYS force a real undo
13701 on a paragraph insertion.
13703 2002-03-14 Lars Gullik Bjønnes <larsbj@birdstep.com>
13705 * buffer.C (asciiParagraph): use += operator for char append to
13708 * paragraph.C (getFontSettings): compare >= not just >
13709 (highestFontInRange): ditto
13712 2002-03-13 Lars Gullik Bjønnes <larsbj@birdstep.com>
13714 * paragraph.C: change several algorithm to be more appripriate for
13715 the problem domain. This is lookip in FontList and in the InsetList.
13717 2002-03-13 André Pönitz <poenitz@gmx.net>
13720 * LyXAction.C: remove unused LFUN_MATH_MACROARG
13722 2002-03-06 John Levon <moz@compsoc.man.ac.uk>
13727 * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
13729 2002-03-13 Lars Gullik Bjønnes <larsbj@birdstep.com>
13731 * Painter.C (display): anon helper function, adjust code for this
13733 (pixmap): remove function.
13735 * Painter.h: remove private display variable.
13737 * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
13739 2002-03-13 Angus Leeming <a.leeming@ic.ac.uk>
13741 * WorkArea.[Ch]: remove figinset_canvas cruft.
13743 2002-03-12 Lars Gullik Bjønnes <larsbj@birdstep.com>
13745 * lyxtextclass.C (operator): add one item cache optimization.
13747 * bufferlist.h: doxy changes
13749 * bufferlist.C: ws changes
13751 * DepTable.[Ch] (ext_exist): place const in the right spot.
13753 * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
13755 (workAreaExpose): call resizeInsets when the with BufferView changes.
13756 (Dispatch): adjust for protectedBlank removal
13757 (specialChar): call updateInset if the insert went ok.
13759 * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
13760 specialChar instead.
13762 * BufferView2.C (ChangeInsets): remove warning add FIXME comment
13764 * BufferView.h: doxy change
13766 * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
13768 * lyxtextclass.C (operator[]): remove non-const version
13769 (defaultLayout): remove non-const version
13771 2002-03-12 Juergen Vigna <jug@sad.it>
13773 * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
13774 did resize the LyXText too.
13776 * buffer.C (readLyXformat2): set layout information on newly allocated
13779 * tabular.C (OldFormatRead): set layout information on the paragraph.
13781 2002-03-12 Jos�Ab�io Oliveira Matos <jamatos@novalis.fc.up.pt>
13783 * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
13785 2002-03-11 Juergen Vigna <jug@sad.it>
13787 * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
13789 (resizeCurrentBuffer): force also the insets to resize themselfes.
13790 (moveCursorUpdate): fixed up for InsetText.
13792 2002-03-08 Angus Leeming <a.leeming@ic.ac.uk>
13795 * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
13796 * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
13797 value of Dialogs::tooltipsEnabled().
13798 (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
13800 2002-03-08 Juergen Vigna <jug@sad.it>
13802 * BufferView_pimpl.C (updateInset): update inset inside inset also
13803 if it isn't inside theLockingInset().
13805 2002-03-07 Lars Gullik Bjønnes <larsbj@birdstep.com>
13807 * buffer.C (asciiParagraph): redo some of the word and line length
13809 (getLists): look for Caption instead of caption.
13811 2002-03-07 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13813 * buffer.C (Buffer): initialize niceFile to true
13815 (makeLinuxDocFile):
13816 (makeDocBookFile): make sure niceFile is true on exit
13818 2002-03-06 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
13820 * buffer.C (makeLaTeXFile): escape ~ in \input@path
13822 2002-03-07 Angus Leeming <a.leeming@ic.ac.uk>
13824 * LyXSendto.C: remove.
13825 * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
13826 * lyx_gui.C: remove now-redundant comment.
13827 * ColorHandler.h: remove forward declaration of class WorkArea.
13828 * lyxfunc.C: remove #include "WorkArea.h".
13830 2002-03-07 Juergen Vigna <jug@sad.it>
13832 * undo_funcs.C (textHandleUndo): fix problems when the paragraph
13833 got moved away with the DEPM and also set the inset_owner always
13834 right which before could have been omitted.
13836 2002-03-07 Lars Gullik Bjønnes <larsbj@birdstep.com>
13838 * buffer.C (parseSingleLyXformat2Token): use default layout is the
13839 wanted layout is not found.
13841 2002-03-07 Juergen Vigna <jug@sad.it>
13843 * CutAndPaste.C (cutSelection): another layout settings forgotten.
13845 2002-03-07 Lars Gullik Bjønnes <larsbj@birdstep.com>
13847 * paragraph.C (breakParagraph): use default layout not layout of
13849 (Paragraph): clear ParagraphParameters.
13851 2002-03-06 Juergen Vigna <jug@sad.it>
13853 * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
13854 otherwise it would not be a valid lenght. Fixed a special case in
13855 the minipage compatibility read where we end the document with a
13858 * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
13859 was set as it could be 0 for InsetTexts first entry.
13861 2002-03-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
13863 * paragraph.C (writeFile): if layout is empty write out
13864 defaultLayoutName().
13866 * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
13867 file without named layout we set layout to defaultLayoutName().
13869 2002-03-06 Juergen Vigna <jug@sad.it>
13871 * CutAndPaste.C (copySelection): set layout for new paragraph.
13873 * text.C (prepareToPrint): leave ERT inset left aligned
13874 (leftMargin): don't indent paragraphs inside ERT insets
13876 2002-03-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
13878 * paragraph.C (breakParagraph): dont call clear do the work manually
13880 * paragraph.[Ch] (clear): remove function
13882 2002-03-05 Lars Gullik Bjønnes <larsbj@birdstep.com>
13884 * paragraph.C (Paragraph): dont call clear, the work has already
13887 * lyxtextclass.C (operator): assert if n is empty
13889 * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
13890 work manually instead.
13892 2002-03-01 John Levon <moz@compsoc.man.ac.uk>
13894 * BufferView_pimpl.C: protect selectionLost against text == 0
13896 2002-03-05 Lars Gullik Bjønnes <larsbj@birdstep.com>
13898 * text.C (breakParagraph): fix a setting layout to '0' problem.
13900 2002-03-05 Jos�Ab�io Oliveira Matos <jamatos@novalis.fc.up.pt>
13902 * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
13903 final location of file, for the included files, and graphics.
13905 2002-03-05 Juergen Vigna <jug@sad.it>
13907 * CutAndPaste.C (pasteSelection): fix the depth level on paste.
13909 2002-03-04 Juergen Vigna <jug@sad.it>
13911 * lyx_cb.C (getContentsOfAsciiFile): new helper function.
13913 * tabular.C (calculate_width_of_column_NMC): fixed to use also the
13914 last column of multicolumn cells.
13915 (SetWidthOfMulticolCell): recalculate NMC and real columns.
13917 2002-03-04 Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
13919 * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
13920 file if it doesn't go to a temporary file.
13922 * buffer.C (sgmlOpenTag):
13923 (sgmlCloseTag): remove extra newline insertion.
13925 2002-03-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
13927 * text.C (getRowNearY): comment out debug msg
13929 2002-03-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
13931 * text2.C: first -> first_y
13933 * text.C (getRowNearY): add some attemts at a possible
13934 optimization, not working.
13936 * tabular.[Ch]: add BufferParams to several function so that newly
13937 created paragraph can be initialized to he default layotu for the
13940 * tabular-old.C (ReadOld): add buf->params to call of Init
13942 * screen.C: rename text->first to text->first_y
13944 * paragraph.C (breakParagraph): always set layout in the broken
13947 * lyxtextclass.C (Read): remove lowercase
13950 (delete_layout): ditto
13952 * lyxtext.h: rename first -> first_y
13954 * lyxlayout.C (Read): remove lowercase
13957 (obsoleted_by): ditto
13959 * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
13961 * buffer.C (insertErtContents): add params are to InsetERT
13962 (parseSingleLyXformat2Token): add code to check if a paragraphs
13963 layout really exist.
13964 (parseSingleLyXformat2Token): add params to several inset
13966 (asciiParagraph): remove lowercase, do the layout comparisons with
13969 * BufferView_pimpl.C (cursorNext): first -> first_y
13970 (resizeCurrentBuffer): first -> first_y
13971 (updateScrollbar): first -> first_y
13972 (scrollCB): first -> first_y
13973 (workAreaMotionNotify): first -> first_y
13974 (workAreaButtonPress): first -> first_y
13975 (checkInsetHit): first -> first_y
13976 (cursorPrevious): first -> first_y
13977 (cursorNext): first -> first_y
13978 (Dispatch): add buffer_->params to severl inset contructors
13980 2002-03-02 Lars Gullik Bjønnes <larsbj@birdstep.com>
13982 * lyxlayout.C (Read): remove some debug info that I forgot.
13984 * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
13985 clean up the code slightly.
13986 (makeLinuxDocFile): ditto
13987 (makeDocBookFile): ditto
13989 * text2.C: layout as string
13991 * text.C: layout as string
13993 * paragraph_pimpl.C: layout as string
13995 * paragraph.[Ch]: layout as string
13997 * lyxtextclasslist.[Ch]: layout as string
13999 * lyxtextclass.[Ch]: layout as string
14001 * lyxtext.h: layout as string
14003 * lyxlayout.[Ch]: layout as string
14005 * lyx_cb.C: layout as string
14007 * bufferview_funcs.C: layout as string
14009 * bufferparams.C: layout as string
14011 * buffer.C: layout as string
14013 * LyXView.[Ch]: layout as string
14015 * LaTeXFeatures.[Ch]: layout as string
14017 * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
14019 * BufferView_pimpl.C: change current_layout to string, remove
14024 (workAreaButtonRelease): layout as string
14026 * BufferView2.C (unlockInset): adjust
14028 * vspace.C (asLatexCommand): use an explict temp variable.
14030 2002-03-01 John Levon <moz@compsoc.man.ac.uk>
14032 * Makefile.am: use FRONTEND_*
14034 2002-03-01 Juergen Vigna <jug@sad.it>
14036 * tabular.C (SetWidthOfMulticolCell): changed to something better
14037 I hope but still work in progress.
14038 (recalculateMulticolumnsOfColumn): renamed function from
14039 recalculateMulticolCells as it is more appropriate now.
14040 (SetWidthOfCell): calculate multicols better.
14042 2002-03-01 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14044 * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
14046 * lyxfunc.C (processKeySym): print sequence also if it is
14047 `deleted' (complete)
14049 * kbsequence.C (print): print sequence even if it is deleted
14050 (complete would be a better word, actually).
14052 * lyxfunc.C (dispatch): print complete options after a prefix key
14054 * vspace.C (asLatexCommand): rewrite in a slightly different form.
14056 2002-03-01 Martin Vermeer <martin.vermeer@hut.fi>
14058 * text2.C (setCharFont): eliminate setCharFont code duplication.
14060 2002-03-01 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14062 * BufferView_pimpl.C (Dispatch): remove bogus handling of
14063 LFUN_TABULAR_FEATURE (bug #177)
14065 2002-02-29 ;-) Angus Leeming <a.leeming@ic.ac.uk>
14067 * Makefile.am: remove figure.h
14069 2002-02-28 Angus Leeming <a.leeming@ic.ac.uk>
14071 * Bufferview_pimpl.C:
14083 * text2.C: remove #include "lyx_gui_misc.h".
14085 * LaTeX.C: added #include <cstdio>
14087 2002-02-28 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14089 * paragraph.C (getMaxDepthAfter): new method. The maximal depth
14090 that the paragraph following this one can have.
14092 * text2.C (incDepth): use Paragraph::getMaxDepthAfter
14094 * vspace.C (asLatexCommand): fix bogus gcc warning
14096 * Makefile.am (lyx_SOURCES): remove vms_defines.h
14098 2002-02-27 Martin Vermeer <martin.vermeer@hut.fi>
14100 * text2.C (setLayout): get rid of redundant code
14102 2002-02-26 Martin Vermeer <martin.vermeer@hut.fi>
14104 * text2.C (incDepth): make sure depth cannot be increased beyond
14107 2002-02-20 Angus Leeming <a.leeming@ic.ac.uk>
14109 * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
14110 also call grfx::GCache::changeDisplay if the graphicsbg color changes.
14112 * PainterBase.h (image):
14113 * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
14114 a LyXImage const *.
14116 2002-02-26 John Levon <moz@compsoc.man.ac.uk>
14120 * BufferView_pimpl.C:
14121 * BufferView_pimpl.h:
14141 * sp_spell.C: remove fig inset, and the crap house of
14142 cards that follows it
14144 2002-02-26 John Levon <moz@compsoc.man.ac.uk>
14149 * os2_errortable.h:
14150 * nt_defines.h: move .h into support/
14152 * vms_defines.h: remove
14154 * WorkArea.C: add space in debug output
14158 * buffer.C: add WITH_WARNINGS
14162 * bufferlist.C: s/retrive/retrieve/, add docs
14171 * chset.C: add docs
14173 * lyxgui.C: add ID to X error handler
14175 * lyxtestclass.c: fix typo
14177 2002-02-26 Juergen Vigna <jug@sad.it>
14179 * tabular_funcs.C (write_attribute): changed so that some default
14180 attributes are not written at all.
14181 (getTokenValue): set default values before trying to read the
14182 value so we have the return value always set as default if we don't
14183 find the token we search for.
14185 * tabular.C (Write): write bools as bools not as strings!
14187 2002-02-22 Juergen Vigna <jug@sad.it>
14189 * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
14190 insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
14192 * text.C (leftMargin): don't add an indent for paragraphs inside
14193 tabular cells (fix #208).
14195 2002-02-21 José Matos <jamatos@fep.up.pt>
14197 * tabular.C (docBook): fixed support for long tables.
14199 2002-02-20 Juergen Vigna <jug@sad.it>
14201 * text2.C (getFont): get the drawing font of the Inset if this
14202 paragraph is inside an inset (only important for InsetERT for now).
14204 * buffer.C (insertErtContents): use new lanugage params in ERT
14207 * CutAndPaste.C: commenting out seemingly uneeded code.
14209 2002-02-19 Allan Rae <rae@lyx.org>
14211 * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
14212 Iterators might be simple to use but they also get invalidated.
14213 (removeAutoInsets): renamed saved cursor tracking variables and added
14214 some comments to clarify what everything does.
14216 2002-02-18 Angus Leeming <a.leeming@ic.ac.uk>
14223 * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
14224 support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
14227 * vc-backend.h: remove #include "support/syscall.h"
14231 * converter.C: rearrange #includes in Lars' approved fashion.
14233 * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
14234 forward declare class Timeout in the header file.
14236 * XFormsView.C: changes due to the above.
14238 * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
14239 similar to LyXView.
14241 * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
14242 * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
14244 2002-02-18 José Matos <jamatos@fep.up.pt>
14246 * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
14249 2002-02-16 Lars Gullik Bjønnes <larsbj@lyx.org>
14251 * a lot of small ws changes
14252 * add a lot of using std::XXX
14253 * use std construcs some places where approp.
14254 * use some exisint stuff from lyxfunctional where approp.
14255 * Make file changes to use partial linking (lets test this now...)
14257 2002-02-16 Angus Leeming <a.leeming@ic.ac.uk>
14261 remove #include "support/syscontr.h" as it's redundant. Always has been.
14269 change Systemcalls::System to Systemcalls::Wait and
14270 change Systemcalls::SystemDontWait to Systemcalls::DontWait.
14271 No change of functionality, just reflects the stripped down Systemcalls
14274 2002-02-16 Angus Leeming <a.leeming@ic.ac.uk>
14276 * debug.[Ch]: add a GRAPHICS type to the enum.
14278 2002-02-13 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14280 * text.C (nextBreakPoint): use Paragraph::isLineSeparator
14282 * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
14285 2002-02-12 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14287 * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
14288 match the changes below.
14290 * text2.C (toggleInset): if there is not editable inset at cursor
14291 position, try to see if cursor is _inside_ a collapsable inset
14294 2002-02-11 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14296 * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
14297 document menu has a nice checkbox
14299 2002-02-07 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14301 * lyxlength.C (asLatexString): change PW to output as percent of
14304 * lengthcommon.C: change '%' to 't%'
14306 * lyxfunc.C (dispatch): a few comments from Martin
14308 2002-02-06 John Levon <moz@compsoc.man.ac.uk>
14312 * BufferView_pimpl.h:
14313 * BufferView_pimpl.C: clear our selection when X tells us we've lost
14316 2002-02-07 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14318 * vspace.C (inPixels): fix compiler warning
14320 2002-02-06 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14322 * lyxfunc.C (getStatus): fix status message for disabled commands.
14324 2002-02-01 John Levon <moz@compsoc.man.ac.uk>
14326 * BufferView_pimpl.C: fix crash on close buffer
14327 during selection (#227)
14329 2002-01-27 Herbert Voss <voss@lyx.org>
14331 * buffer.C: link old Figure to new graphic inset
14333 2002-01-26 Dekel Tsur <dekelts@tau.ac.il>
14335 * FontLoader.C (getFontinfo): Change the latex font names in order
14336 to match the names of type1inst.
14338 2002-01-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
14340 * WorkArea.C (WorkArea): initialize the scrollbar bounds.
14342 * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
14343 (extchanged): ditto
14345 (remove_files_with_extension): ditto
14346 (remove_file): ditto
14349 * BufferView_pimpl.C (updateScrollbar): do the right thing if the
14350 document is smaller than the work area height. Do not initialize
14351 static variables to 0.
14353 2002-01-20 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14355 * lyx_gui.C (init): give the toolbar tooltips a normal font.
14357 * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
14358 LFUN_LAYOUT_PARAGRAPHS.
14360 * tabular.C (GetCellFromInset): new method. Finds an inset in a
14361 tabular. It is possible to provide a possible cell, which will
14362 typically be the actcell from the corresponding insettabular
14364 * lyxfunc.C (getStatus): small cleanup; disable
14365 LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
14368 2002-01-19 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14370 * tabular.C (Validate): remove broken optimization (fixes bug #201)
14372 * paragraph.C (startTeXParParams):
14373 (endTeXParParams): new methods. The LaTeX code to
14374 start/end paragraph formatting
14375 (simpleTeXOnePar): call startTeXParParams also when paragraph is
14376 empty (fixes bug #200)
14378 * vspace.C (inPixels): adapt to the change below
14379 (inPixels): [later] more cleanups (remove unused variables)
14381 * lyxlength.C (inPixels): change to use a width and a height as
14384 2002-01-18 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14386 * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
14387 Replaced with \paperwidth
14389 * DepTable.C (insert): add std:: qualifier
14391 2002-01-18 Allan Rae <rae@lyx.org>
14393 * text2.C (removeRow): add comment. Should other refresh_?? vars be
14396 * text.C (drawInset): Turned out I didn't know enough about how
14397 rebreaking worked. This fixes most of the redraw problems. I see
14398 an occasional cursor trail when a line is broken now and the cursor
14399 placement can seem out by a few pixels also after a rebreak.
14401 2002-01-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14403 * buffer.C (parseSingleLyXformat2Token): update because minipage
14404 width is now a LyXLength
14406 * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
14408 * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
14411 2002-01-17 Juergen Vigna <jug@sad.it>
14413 * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
14415 * BufferView2.C (lockInset): call edit() so that theLockingInset()
14416 is set correctly and the inset is updated correctly.
14418 2002-01-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14420 * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
14421 the beginning of the loop.
14423 2002-01-17 John Levon <moz@compsoc.man.ac.uk>
14425 * lyxrc.C: improve help for use_scalable_fonts
14427 2002-01-17 Allan Rae <rae@lyx.org>
14429 * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
14431 2002-01-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14433 * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
14434 make sure to set their inset_owner to the right value (bug #171)
14436 2001-12-12 Ben Stanley <bds02@uow.edu.au>
14439 * DepTable.C: Implement mtime checking to reduce time spent doing
14442 2002-01-16 Juergen Vigna <jug@sad.it>
14444 * tabular.C (GetAdditionalHeight): one of error fixed.
14446 * lyxrc.C (output): small fix in writing use_pspell.
14448 2002-01-16 Angus Leeming <a.leeming@ic.ac.uk>
14450 * sp_base.h: #include LString.h
14452 2002-01-16 Allan Rae <rae@lyx.org>
14454 * text2.C (removeRow): refresh_row needs a valid row. Or does it?
14455 Can someone check this please?
14457 * text.C (drawInset): It was possible that p.row would be removed by
14458 breakAgainOneRow upsetting a few other settings. There may be another
14459 small tweak possible by setting need_break_row = 0 when p.row has been
14460 removed but I don't know enough about the logic here.
14462 2002-01-15 Allan Rae <rae@lyx.org>
14464 * text.C (insertChar): removed conditional truism.
14466 * BufferView2.C (removeAutoInsets): More tweaks.
14467 cur_par_prev could be a stray pointer. Check for trailing empty line
14468 in case last line was cur_par and only had an error inset on it.
14470 2002-01-14 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14472 * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
14475 * vc-backend.C (most methods):
14476 * exporter.C (Export):
14477 * converter.C (convert):
14479 * LyXSendto.C (SendtoApplyCB):
14480 * lyxfunc.C (dispatch):
14484 * lyx_cb.C (AutoSave):
14486 * BufferView_pimpl.C (MenuInsertLyXFile):
14487 * buffer.C (runChktex): use Buffer::filePath().
14489 * buffer.h: rename filename to filename_; rename filepath to
14490 filepath_ and make it private
14491 (filePath): new method
14493 * buffer.C (writeFile): use fileName()
14496 * lyx_main.C (init): fix starting of LyX when the binary is a
14497 link from so,ewhere else.
14499 * minibuffer.C: include <cctype> for isprint
14501 2002-01-14 Angus Leeming <a.leeming@ic.ac.uk>
14503 * buffer.C (parseSingleLyXformat2Token): changes associated with the
14504 change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
14505 name clash with InsetCollapsable's width function.
14507 2002-01-14 Lars Gullik Bjønnes <larsbj@birdstep.com>
14509 * lastfiles.C: include <iterator>
14511 2002-01-14 Angus Leeming <a.leeming@ic.ac.uk>
14513 * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
14516 * buffer.C (makeLaTeXFile): ditto.
14517 Also make loop operation more transparent.
14519 2002-01-14 Angus Leeming <a.leeming@ic.ac.uk>
14521 * ToolbarDefaults.C: remove trailing comma closing namespace.
14523 * WorkArea.h: remove WorkArea:: from declaration of event_cb.
14525 * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
14528 * trans.C (Load): comment out unused variable, allowed.
14530 2002-01-11 Angus Leeming <a.leeming@ic.ac.uk>
14532 * minibuffer.[Ch] (append_char): new method to recieve input from the
14533 drop-down completion browser. If a key was pressed, then recieve this
14534 char and append it to the existing string.
14535 (peek_event): modify the positioning data passed to the completion
14536 browser so that it can be placed above the minibuffer rather than below.
14537 2002-01-14 Lars Gullik Bjønnes <larsbj@birdstep.com>
14539 * LyXAction.C (init): alloe error-next for readonly documents.
14541 * BufferView2.C (ChangeRefsIfUnique): use standard version of
14544 2002-01-13 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14546 * bufferlist.C (readFile): create the buffer _after_ checking that
14549 * lyxfunc.C (verboseDispatch): fix handling of arguments
14551 * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
14553 * lyxrc.C: use string::erase() instead of initializing to "".
14556 2001-11-26 John Levon <moz@compsoc.man.ac.uk>
14558 * BufferView_pimpl.h:
14559 * BufferView_pimpl.C:
14562 * text2.C: tell X when we have made a selection for copying
14564 2002-01-13 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14566 * BufferView_pimpl.C (MenuInsertLyXFile):
14567 * lyxfunc.C (menuNew):
14569 (doImport): add shortcuts to directory buttons
14571 * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
14574 * lyxfunc.C (setStatusMessage):
14575 (getStatusMessage): new methods
14576 (getStatus):use setStatusMessage instead of setErrorMessage
14577 (dispatch): when function is disabled, set error message here
14578 [instead of in getStatus previously]
14580 * BufferView_pimpl.C (workAreaButtonRelease): update
14581 toolbar/menubar here too.
14583 2002-01-13 Allan Rae <rae@lyx.org>
14585 * BufferView2.C (removeAutoInsets): finished off earlier fix.
14586 Now seems indestructible. Remaining task is to audit all other
14587 code affected by deleteEmptyParagraphMechanism. One small quirk
14588 left is that an empty document with an error in the preamble can
14589 be made to report an error but no error box appears. I don't know
14591 (removeAutoInsets): Improved comments.
14593 2002-01-13 John Levon <moz@compsoc.man.ac.uk>
14596 * Thesaurus.C: update for Aiksaurus 0.14
14598 2002-01-13 Lars Gullik Bjønnes <larsbj@birdstep.com>
14600 * text2.C (firstParagraph): removed member function, all uses
14601 replaces with ownerParagraph
14602 (redoParagraphs): here
14603 (updateInset): here
14604 (toggleAppendix): here
14605 * BufferView2.C (insertErrors): here
14606 (setCursorFromRow): here
14608 2002-01-13 Allan Rae <rae@lyx.org>
14610 * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
14611 the old cursor is now invalid due to deleteEmptyParagraphMechanism.
14612 There is still a way to segfault this although you may have to do this
14613 multiple times: Have an InsetERT with an unknown command in it.
14614 View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
14615 <down-arrow>, <Enter> again, View->DVI, BANG!
14617 * text2.C (setCursor):
14618 (deleteEmptyParagraphMechanism):
14619 * lyxtext.h (setCursor):
14620 (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
14621 Making use of the return value may help fix other bugs.
14623 2002-01-12 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14625 * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
14627 * LyXView.C (updateMenubar): call MenuBar::update here
14628 (updateToolbar): but not here
14629 (showState): do not update toolbar/menubar
14631 * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
14632 should need to care about that.
14634 * lyxfunc.C (verboseDispatch): simplify a bit
14635 (getStatus): have a version which takes a pseudoaction, and
14636 another which requires a (kb_action,string).
14638 * LyXAction.C (retrieveActionArg): make it work also when action
14639 is not a pseudo-action.
14640 (getActionName): simplify a bit
14643 2002-01-11 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14645 * lyxfunc.C (verboseDispatch): new families of methods with
14646 several ways to specify a command and a bool to indicate whether
14647 the command name and shortcut should be displayed in minibuffer
14648 (eventually, we could extend that to a finer bitmask like
14649 SHORTCUT|CMDNAME|CMDRESULT, or whatever).
14650 (dispatch): the pristine dispatch command which just, well,
14651 dispatchs! Note it still sets its result to minibuffer; I'm not
14654 * lyxfunc.h: remove setHintMessage
14656 * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
14658 2002-01-10 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14660 * BufferView_pimpl.C (specialChar): delete new inset if we have
14661 not been able to insert it.
14663 * kbmap.C: revert to using int instead of kb_action, since all we
14664 are dealing with is pseudo-actions.
14666 * LyXAction.C (searchActionArg): change to return int instead of
14667 kb_action, since the result is a pseudoaction.
14669 2002-01-12 Dekel Tsur <dekelts@tau.ac.il>
14671 * buffer.C (insertErtContents): Fix (partially) the font bug.
14673 2002-01-11 Angus Leeming <a.leeming@ic.ac.uk>
14675 * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
14676 as the other one is broken on my machine!
14678 2002-01-10 Martin Vermeer <martin.vermeer@hut.fi>
14681 * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
14683 2002-01-10 Angus Leeming <a.leeming@ic.ac.uk>
14685 * lyxrc.[Ch]: change names and descriptions of popup font variables to
14686 reflect their actual use. Provide compatibility code for older lyxrc
14689 * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
14691 change names of popup font variables in line with the changes to lyxrc.C
14693 2002-01-10 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14695 * buffer.C (asciiParagraph): avoid outputing a word twice after
14698 * lyxrc.C (getDescription): document that document_path and
14699 template_path can be empty.
14701 2002-01-09 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14703 * LaTeXFeatures.C (getMacros):
14704 * buffer.C (validate): rename feature "amsstyle" to "amsmath"
14706 * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
14708 * LaTeXFeatures.C (useFloat): require "float" here instead of in
14710 (getPackages): rename feature "floats" to "float". Use an array to
14711 iterate over 'simple' features (i.e. just a \usepackage). Add
14712 handling of "amsmath" (renamed from "amsstyle").
14714 2001-12-29 Michael A. Koziarski <michael@koziarski.org>
14716 * LaTeXFeatures.C (require): Prevent duplicate entries in the
14719 2002-01-08 Angus Leeming <a.leeming@ic.ac.uk>
14721 * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
14722 FuncStaus::FuncStatus & FuncStaus::some_method().
14724 2002-01-08 Martin Vermeer <martin.vermeer@hut.fi>
14726 * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
14727 of the func_satus stuff. Edited and massaged in various ways by
14730 * lyxfunc.C (getStatus): use FuncStatus
14732 2002-01-08 Juergen Vigna <jug@sad.it>
14734 * text.C (nextBreakPoint): use function Inset::isChar().
14736 * paragraph.C (TeXOnePar): use function
14737 Inset::forceDefaultParagraphs.
14739 * buffer.C (latexParagraphs): use function
14740 Inset::forceDefaultParagraphs.
14742 2002-01-07 Angus Leeming <a.leeming@ic.ac.uk>
14744 * lyx_gui.C (init): set the style of the menu popups to
14745 FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
14747 2002-01-07 Juergen Vigna <jug@sad.it>
14749 * text.C (setHeightOfRow): small fix
14750 (prepareToPrint): don't look at alignment if we don't have the place
14753 2002-01-07 Angus Leeming <a.leeming@ic.ac.uk>
14755 * box.C: New file. Move the Box methods and functions out of box.h,
14756 following Lars' suggestion.
14758 2002-01-07 Angus Leeming <a.leeming@ic.ac.uk>
14760 * box.h: #include "support/LOstream.h", needed for inlined function.
14763 * lyxtextclasslist.C: added some using std declarations.
14765 2002-01-06 John Levon <moz@compsoc.man.ac.uk>
14767 * box.h: make signed dimensions to allow insets wider than
14768 the screen (bug #162)
14770 * BufferView_pimpl.C: add some insetHit debug
14772 2002-01-05 John Levon <moz@compsoc.man.ac.uk>
14774 * vc-backend.C: add FIXME
14776 2002-01-03 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14778 * lyxfunc.C (getStatus): enable code for showing math font status
14781 2002-01-07 Juergen Vigna <jug@sad.it>
14783 * text.C (nextBreakPoint): removed debug output not needed anymore.
14785 2002-01-06 Juergen Vigna <jug@sad.it>
14787 * text.C (nextBreakPoint): fixed up this function we had this bug
14788 since ever but now hopefully we break row better.
14789 (insertChar): we have to check if an inset is the next char as it
14790 could now happen that a large inset is causing a break.
14792 2002-01-05 Juergen Vigna <jug@sad.it>
14794 * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
14795 if it doesn't like to be drawed.
14797 2002-01-04 Juergen Vigna <jug@sad.it>
14799 * BufferView2.C (lockInset): forgot to set a cursor.
14801 * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
14803 2002-01-03 Martin Vermeer <martin.vermeer@hut.fi>
14805 * FormMathsPanel.C:
14808 * form_maths_panel.C:
14809 * form_maths_panel.h:
14810 * form_maths_panel.fd: implemented sub- and super- buttons in math
14813 * lyx_main.C: Revised hardwired bindings to allow original _ and ^
14814 (or ^ space) to be used as in TeX (req'd by Andr�.
14816 * lyxfunc.C: Allow ^ and _ again to be used both as
14817 super/subscript (mathed) and as themselves (in text).
14819 2002-01-03 Allan Rae <rae@lyx.org>
14821 * LyXView.C (updateWindowTitle): Setup a short icon title of either
14822 "LyX" or the filename of the current buffer if it has one. This is a
14823 modified form of John Levon's patch.
14825 * XFormsView.C (setWindowTitle): also set icon title.
14827 * LyXView.h (setWindowTitle): signature changed.
14828 * XFormsView.h (setWindowTitle): ditto.
14830 2002-01-02 Juergen Vigna <jug@sad.it>
14832 * tabular.C (AppendColumn): hopefully fixed this memory access problem.
14834 2001-12-28 Lars Gullik Bjønnes <larsbj@birdstep.com>
14836 * screen.C (topCursorVisible): introduce a temp var for
14837 text->cursor.row(), handle the case where this row is null. (kindo
14840 * text2.C (setCursor): add a couple of asserts.
14842 * paragraph.h (inset_iterator): add -> operator
14844 * paragraph.[Ch] (autoDeleteInsets): remove member function
14846 * BufferView2.C (removeAutoInsets): rewrite to handle the old
14847 cursor pos correctly and handle inset deletion by itself.
14848 (insertErrors): move iterator declaration out of for expression
14850 * lyxtextclass.C: add <algorithm>
14852 * Makefile.am: added the new files to sources, removed layout.C
14854 * layout.C: removed file
14856 * layout.h: remove LYX_DUMMY_LAYOUT
14858 * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
14862 * lyxtextclass.[Ch]:
14863 * lyxtextclasslist.[Ch]: new files
14865 * include order changes to a lot of files, also changes because of
14868 2001-12-27 Juergen Vigna <jug@sad.it>
14870 * buffer.C (asciiParagraph): more fixes.
14872 * tabular.C (ascii): make ascii export support export of only the
14873 data separated by a column-delimiter.
14874 (ascii): better support for ascii export.
14876 * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
14878 2001-12-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
14880 * tabular_funcs.C: use a "using std::getline" instead of the
14881 previous fix from Angus (necessary for cxx + lyxstring)
14883 2001-12-24 Juergen Vigna <jug@sad.it>
14885 * BufferView_pimpl.C (tripleClick): fixed for InsetText.
14887 * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
14888 problems. First check a minipage also if we have some ert-contents
14889 (not only on par->size(), second set the right depth of the paragraph
14890 on the relink to the root-paragraph-list!
14892 * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
14893 which then did not anymore update the main paragraphs on undo/redo!
14895 2001-12-21 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14897 * lyxfunc.C (getStatus): use func_status::toggle to simplify the
14898 code. Support all font-changing funcs (even those which are not in
14899 menu currently). Support for reporting font settings in
14900 mathed (disabled until Andre provides a function on mathed's side).
14902 * func_status.h (toggle): small helper function to set toggle
14905 2001-12-21 Angus Leeming <a.leeming@ic.ac.uk>
14907 * tabular_funcs.C: getline -> std::getline
14909 2001-12-21 Juergen Vigna <jug@sad.it>
14911 * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
14912 accessed and could be 0 (I couldn't generate this but it seems
14915 2001-12-20 Lars Gullik Bjønnes <larsbj@birdstep.com>
14917 * tabular_funcs.C: add LIstream.h, move write_attribute to..
14918 * tabular_funcs.h: here and include iosfwd
14920 2001-12-20 Juergen Vigna <jug@sad.it>
14922 * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
14923 inside inset but undo_par was.
14925 2001-12-19 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14927 * Thesaurus.C: always include <config.h> in sources.
14931 * box.h: do not include <config.h> in header files
14933 * text.C (paintLastRow): remove unused variable
14935 * text.C (transformChar):
14937 * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
14939 * Painter.C (text):
14940 * font.C (width): rewrite to use uppercase() instead of
14943 * lyxfind.C (IsStringInText): use uppercase instead of toupper.
14945 2001-12-12 John Levon <moz@compsoc.man.ac.uk>
14947 * lyxfind.C: clean up of find failure position change
14949 2001-12-20 Juergen Vigna <jug@sad.it>
14951 * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
14953 * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
14954 (TeXRow): added to LaTeX a single tabular row.
14955 (TeXLongtableHeaderFooter): added to output LT-h/f data.
14956 (Latex): simplified and finally good LT-h/f support.
14957 (various_functions): just small adaptions for LT-h/f support.
14959 * tabular_funcs.[hC]: added and moved here all not classfunctions
14962 2001-12-19 Juergen Vigna <jug@sad.it>
14964 * tabular.[Ch]: better support for longtabular options (not finished
14967 2001-12-18 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14969 * text.C (paintLastRow): use the label font instead of the font of
14970 the last character to compute the size of *_BOX. This makes more
14971 sense and avoids a crash with empty paragraphs.
14972 Use Painter::rectangle to draw EMPTY_BOX.
14974 2001-12-19 Juergen Vigna <jug@sad.it>
14976 * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
14977 the paragraphs if the replaced paragraph is not the first one!
14978 Tried to delete not used paragraphs but does not work yet so for
14979 now it's inside #ifdef's and by default off!
14981 2001-12-18 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
14983 * MenuBackend.C: include "lyx_main.h" instead of declaring
14984 lastfiles (actually was declared as LastFiles* instead of a
14987 2001-12-17 Juergen Vigna <jug@sad.it>
14989 * tabular.C (AppendColumn): applied John's fix
14991 2001-12-15 John Levon <moz@compsoc.man.ac.uk>
14995 * BufferView_pimpl.h:
14996 * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
14999 * box.h: new start of class for above
15001 * lyxfunc.C: ignore space-only minibuffer dispatches.
15002 Show the command name when it doesn't exist
15004 * minibuffer.C: don't add empty lines to the history
15006 * minibuffer.C: add a space on dropdown completion
15008 2001-12-14 John Levon <moz@compsoc.man.ac.uk>
15010 * text.C: fix line above/below drawing in insets
15012 2001-12-15 Lars Gullik Bjønnes <larsbj@birdstep.com>
15014 * lyxlength.C (LyXLength): Initialize private variables.
15016 2001-12-15 Dekel Tsur <dekelts@tau.ac.il>
15018 * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
15019 when inserting error insets.
15021 2001-12-13 Juergen Vigna <jug@sad.it>
15023 * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
15024 actually sometimes the before-paragraph.
15025 (setUndo): don't clear the redostack if we're not actually undoing!
15027 2001-12-06 Juergen Vigna <jug@sad.it>
15029 * undo_funcs.C (textHandleUndo): well after John's hint I got here
15030 and fixed redoing of main paragraph, so we can use it now ;)
15032 * text2.C (redoParagraphs): fixed a crash when having only 1 row!
15034 2001-12-13 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
15036 * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
15039 2001-12-13 André Pönitz <poenitz@gmx.net>
15042 * undo_func.C: minor cleanup
15044 2001-12-12 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
15046 * FontLoader.C (getFontinfo): only use symbol fonts with encoding
15047 -adobe-fontspecific. At least Mandrake and Redhat have a symbol
15048 font in urw-fonts package which is marked as -urw-fontspecific and
15049 does not work (incidentally, changing the encoding in the
15050 fonts.dir of this package to -adobe-fontspecific fixes the
15053 * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
15054 is a crash when undoing first paragraph (Juergen, please take a
15055 look). THis does not mean the undo fix is wrong, just that it
15058 * text2.C (ownerParagraph): let the (int,Paragraph*) version call
15059 the (Paragraph*) version when needed instead of duplicating the
15062 * text.C (workWidth): use Inset::parOwner to find out where the
15063 inset has been inserted. This is a huge performance gain for large
15064 documents with lots of insets. If Inset::parOwner is not set, fall
15065 back on the brute force method
15067 * paragraph_pimpl.C (insertInset):
15068 * paragraph.C (Paragraph):
15069 (cutIntoMinibuffer): set parOwner of insets when
15070 inserting/removing them
15072 * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
15074 2001-12-12 Martin Vermeer <martin.vermeer@hut.fi>
15080 * mathed/formulabase.C:
15081 * mathed/math_cursor.[Ch]:
15082 make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
15085 2001-12-12 Lars Gullik Bjønnes <larsbj@birdstep.com>
15087 * lyxlength.[Ch] (operator!=): new function
15089 2001-12-12 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
15091 * text.C (workWidth): use Inset::parOwner to find out where the
15092 inset has been inserted. This is a huge performance gain for large
15093 documents with lots of insets. If Inset::parOwner is not set, fall
15094 back on the brute force method
15096 * paragraph_pimpl.C (insertInset):
15097 * paragraph.C (Paragraph):
15098 (cutIntoMinibuffer): set parOwner of insets when
15099 inserting/removing them
15101 * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
15103 2001-12-10 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
15105 * tabular-old.C (getTokenValue):
15106 * tabular.C (getTokenValue):
15107 (write_attribute): new versions for LyXLength
15108 (everywhere): adjust the use of widths
15110 * tabular.h: change the type of widths from string to LyXLength
15112 2001-12-11 Ben Stanley <bds02@uow.edu.au>
15114 * paragraph.C: fixed missing line number count when exporting
15115 Environments to LaTeX file
15117 * buffer.C: added informational message for checking line numbers.
15119 2001-12-11 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
15121 * text2.C (deleteEmptyParagraphMechanism): if there is only one
15122 paragraph, do the 'double space' part, but not the 'empty
15125 * text.C (workWidth): small optimization
15126 (getLengthMarkerHeight): use minimal size for negative lengths.
15128 2001-12-11 Dekel Tsur <dekelts@tau.ac.il>
15130 * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
15132 * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
15134 2001-12-11 André Pönitz <poenitz@gmx.net>
15137 * lyxfont.[Ch]: support for fraktur font used by \mathfrak
15139 2001-12-06 John Levon <moz@compsoc.man.ac.uk>
15141 * text2.C: keep selection on a setFont()
15143 2001-12-06 John Levon <moz@compsoc.man.ac.uk>
15145 * lyx_cb.C: another bv->text misuse, from insert label
15147 2001-12-03 John Levon <moz@compsoc.man.ac.uk>
15150 * kbsequence.C: re-instate nmodifier mask
15152 2001-12-12 Angus Leeming <a.leeming@ic.ac.uk>
15154 * lyx_main.h: make lyxGUI private.
15156 2001-12-06 John Levon <moz@compsoc.man.ac.uk>
15158 * lyxfind.C: place the cursor correctly on failed search
15160 2001-12-09 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
15162 * text.C (getLengthMarkerHeight): for small heights, the arrows
15163 are not always on top/bottom of the text
15164 (drawLengthMarker): smaller arrows; take the left margin in
15165 account; draw also vfills.
15167 (paintLastRow): remove special code for vfill and standard spaces,
15168 since everything is handled in drawLengthMarker now.
15170 2001-12-08 Lars Gullik Bjønnes <larsbj@birdstep.com>
15172 * buffer.C (insertErtContents): try to handle font and language
15173 interaction a bit better.g
15175 * ColorHandler.C (updateColor): change the hash to cover the whole
15176 LColor enum, ws cleanup
15177 (getGCLinepars): ditto
15178 (getGCLinepars): only lookup in the linecache once.
15180 2001-12-07 Dekel Tsur <dekelts@tau.ac.il>
15182 * iterators.C (operator++): Make the iterator more robust
15184 * BufferView2.C (removeAutoInsets): Use paragraph iterators
15186 * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
15188 2001-12-05 John Levon <moz@compsoc.man.ac.uk>
15191 * text.C: better added space drawing
15193 2001-12-05 John Levon <moz@compsoc.man.ac.uk>
15196 * BufferView2.C: fix layout combo update on inset unlock
15198 2001-12-05 John Levon <moz@compsoc.man.ac.uk>
15200 * Makefile.am: don't compile unused files
15202 2001-12-05 John Levon <moz@compsoc.man.ac.uk>
15206 * LyXAction.C: remove old LFUN_LAYOUTNO
15208 2001-12-05 John Levon <moz@compsoc.man.ac.uk>
15210 * paragraph_pimpl.h:
15211 * paragraph_pimpl.C: isTextAt() doesn't need font param
15213 2001-12-05 John Levon <moz@compsoc.man.ac.uk>
15216 * lyxlex.C: little cleanup
15218 2001-12-05 John Levon <moz@compsoc.man.ac.uk>
15220 * BufferView_pimpl.C: fix insertAscii for insets
15222 2001-12-05 Juergen Vigna <jug@sad.it>
15224 * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
15225 set the right font on the "multi" paragraph paste!
15227 2001-12-05 Lars Gullik Bjønnes <larsbj@birdstep.com>
15233 * lyxlength.C: remove out-commented code.
15235 * BufferView_pimpl:
15249 * vc-backend.C: change "while(" to "while ("
15251 * lyxlength.[Ch]: add zero function to check if length is zero or
15253 * lyxgluelength.C: use it
15255 2001-12-05 Allan Rae <rae@lyx.org>
15257 * lyxlength.C: Attempted a fix for the abs(int) header selection.
15258 Works for 2.95.3, from what I understand of Garst's reports this should
15259 work for other g++ versions. We're screwed if the abs(int) definition
15260 changed between bugfix releases of gcc.
15262 2001-12-04 John Levon <moz@compsoc.man.ac.uk>
15264 * text.C: fix chapter label offset !
15266 2001-12-04 John Levon <moz@compsoc.man.ac.uk>
15269 * text.C: fix hfill at end of line, clean up
15271 2001-12-04 Juergen Vigna <jug@sad.it>
15273 * undo_funcs.C (textHandleUndo): added a call to inset->update() so
15274 that we force an update of the inset and it's owners if neccessary.
15276 2001-12-03 Juergen Vigna <jug@sad.it>
15278 * text.C (rowLast): simplified code
15280 2001-12-03 John Levon <moz@compsoc.man.ac.uk>
15282 * lyxfunc.C: fix show options on timeout
15284 2001-12-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
15286 * screen.C (topCursorVisible): scroll half a page when the cursor
15287 reached top of bottom of screen
15289 2001-12-02 John Levon <moz@compsoc.man.ac.uk>
15291 * minibuffer.C: deactivate on loss of focus
15293 2001-12-02 Lars Gullik Bjønnes <larsbj@birdstep.com>
15295 * vspace.[Ch] (operator!=): add operator.
15297 2001-12-01 John Levon <moz@compsoc.man.ac.uk>
15299 * BufferView_pimpl.C: refuse to open an inset when
15300 there's a selection.
15302 2001-11-30 John Levon <moz@compsoc.man.ac.uk>
15304 * BufferView_pimpl.C: allow to click on RHS of full row insets
15306 2001-11-30 Juergen Vigna <jug@sad.it>
15308 * tabular.C (LyXTabular): add a same_id to set the same id's in the
15309 insets for undo reasons.
15311 2001-11-28 André Pönitz <poenitz@gmx.net>
15313 * vspace.[Ch]: cosmetical changes
15315 2001-11-26 John Levon <moz@compsoc.man.ac.uk>
15325 * kbsequence.C: part re-write of old kb code
15328 * WorkArea.C: remove Lgb_bug_find_hack
15330 2001-11-30 José Matos <jamatos@fep.up.pt>
15332 * buffer.C (makeDocBookFile): add a comment to point a hack.
15333 (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
15334 Fixed a double write of labels.
15336 2001-11-29 Ben Stanley <bds02@uow.edu.au>
15339 * LaTeX.h Fixed bug in LaTeX class where it would not
15340 re-run latex if no depfiles were changed, but the .dvi was removed.
15342 2001-11-28 André Pönitz <poenitz@gmx.net>
15344 * all the files from the change on 2001/11/26:
15345 use lyx::layout_type instead of LyXTextClass::size_type
15346 use lyx::textclass_type instead of LyXTextClassList::size_type
15348 2001-11-29 Juergen Vigna <jug@sad.it>
15350 * text.C: added support for paragraph::isFreeSpacing()
15352 * buffer.C: same as above
15354 * paragraph.h: inserted isFreeSpacing() function to enable
15355 FreeSpacing inside InsetERT.
15357 * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
15358 of the paragraph's in the cut/copy buffer to 0!
15360 * text2.C (removeRow): remove the assert as it can!
15362 * lyxtext.h: added helper function firstRow returning firstrow and
15363 made firstrow private again.
15365 * BufferView2.C (lockInset): don't relock if we're already locked!
15367 * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
15368 the only paragraph.
15369 (removeRow): added Assert::(firstrow)
15371 * debug.C: forgot to add INSETTEXT here.
15373 2001-11-28 Juergen Vigna <jug@sad.it>
15375 * sp_spell.C (initialize): changed error text to more general
15376 spellchecker command use (not only ispell!)
15378 * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
15380 * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
15382 2001-11-26 John Levon <moz@compsoc.man.ac.uk>
15384 * vspace.C: initialise lyxgluelength on failure
15386 2001-11-28 Allan Rae <rae@lyx.org>
15388 * text.C (paintLastRow): g++-2.95.3 and others don't like variable
15389 declaration & definition that looks like a function declaration.
15391 2001-11-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15393 * BufferView2.C (copy):
15394 (copyEnvironment): do not clear the selection when doing a copy.
15396 * text.C (paintFirstRow): compilation fix
15398 2001-11-27 Ben Stanley <bds02@uow.edu.au>
15400 * tabular.C (Latex): correct line count when writing latex.
15402 2001-11-27 John Levon <moz@compsoc.man.ac.uk>
15404 * paragraph_pimpl.h:
15405 * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
15408 2001-11-26 John Levon <moz@compsoc.man.ac.uk>
15412 * LColor.C: change vfillline->added_space
15414 * text.C: add markers and text for added space
15416 * vspace.C: fix comment
15418 2001-11-28 André Pönitz <poenitz@gmx.net>
15420 * paragraph.C: whitespace changes
15421 * all the other files from the change on 2001/11/26:
15422 change *::pos_type into lyx::pos_type
15424 2001-11-27 Dekel Tsur <dekelts@tau.ac.il>
15426 * buffer.C (parseSingleLyXformat2Token): Set the language to the
15427 language of the document when inserting error insets.
15429 2001-11-26 André Pönitz <poenitz@gmx.net>
15431 * BufferView_pimpl.[Ch]:
15439 * paragraph_pimpl.[Ch]:
15442 * text2.C: reduce header dependencies, introduce type for positions
15444 2001-11-23 John Levon <moz@compsoc.man.ac.uk>
15446 * <various>: change to use Alert.h
15448 2001-11-25 Dekel Tsur <dekelts@tau.ac.il>
15450 * buffer.C (parseSingleLyXformat2Token): Insert an error inset
15451 when encountering an unknown token.
15452 (readLyXformat2): Show an error message if there were unknown tokens.
15454 2001-11-22 John Levon <moz@compsoc.man.ac.uk>
15457 * BufferView_pimpl.C:
15461 * text2.C: use par->isInset()
15463 2001-11-23 John Levon <moz@compsoc.man.ac.uk>
15465 * paragraph_pimpl.h:
15466 * paragraph_pimpl.C: cleanup
15468 2001-11-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15470 * text2.C (removeRow):
15471 * text.C (setHeightOfRow): remove useless (and costly) call to
15474 2001-11-20 Allan Rae <rae@lyx.org>
15476 * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
15477 Now need Inset*::checkInsertChar() to return true for appropriate
15478 cases so that the characters in the minibuffer will actually be
15481 2001-11-15 Lars Gullik Bjønnes <larsbj@birdstep.com>
15483 * text.C: change the order of the includes.
15484 (workWidth): initialize it at once.
15485 (workWidth): make maxw unsigned
15486 (setHeightOfRow): remove unused variable (inset)
15487 (selectSelectedWord): remove unused variable (inset)
15488 (paintRowText): fix drawing of hfill characters, and clean up a bit.
15490 2001-11-14 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15492 * lyxserver.C (emergencyCleanup): do not try to close pipes if
15493 server is not running.
15495 (closeConnection): add debug info when server is disabled.
15497 * ColorHandler.C (getGCForeground): send debug message to GUI
15500 * lyxrc.C: do not include lyxserver.h and tex-strings.h.
15502 * kbmap.C (bind): modify because return conventions of
15503 kb_sequence::parse have changed.
15505 * kbsequence.C (parse): only ignore spaces and not any stupid
15506 control character. This avoids tests like s[i] <= ' ', which are
15507 guaranteed to fail with 8bit characters and signed chars.
15508 Change return code to string::npos when there have been no error
15509 (0 was a bad idea when error is at first character)
15511 2001-11-14 José Matos <jamatos@fep.up.pt>
15514 * buffer.C (simpleDocBookOnePar): removed unused argument.
15516 2001-11-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15518 * text.C (selectNextWordToSpellcheck): do not test explicitely for
15519 insets which are part of a word. Paragraph::isLetter takes care of
15520 that now. Use Paragraph::isInset to identify insets.
15521 (selectSelectedWord): do not test for hyphenation break.
15523 * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
15524 that protected spaces are considered as spaces.
15526 * paragraph.C (isLetter): cleanup the code for ispell extras; use
15529 2001-11-12 John Levon <moz@compsoc.man.ac.uk>
15532 * lyxserver.C: fix it. and small cleanup.
15534 2001-11-07 John Levon <moz@compsoc.man.ac.uk>
15536 * BufferView_pimpl.C: use inline helpers
15539 * LaTeXFeatures.C: fix typos
15542 * Spacing.C: move spacing_string into class
15544 * ToolbarDefaults.C: move stuff into namespace anon
15546 * layout.h: update enum
15548 * lyxfunc.C: use better debug
15550 * minibuffer.h: fix typo
15554 * WorkArea.C: add and use Debug::WORKAREA
15558 * text2.C: code re-organisation, inline helpers
15560 2001-11-09 Michael A. Koziarski <michael@koziarski.org>
15562 * Layout.C: replaced a few cases of std::vector.size() == 0 with
15563 std::vector.empty().
15565 2001-11-09 Allan Rae <rae@lyx.org>
15567 * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
15568 '\n's after tables. Tabular and ERT inset work now makes this no
15571 2001-11-07 John Levon <moz@compsoc.man.ac.uk>
15574 * minibuffer.C: fix crash, improve drop-down completion
15576 2001-11-06 John Levon <moz@compsoc.man.ac.uk>
15579 * lyxserver.C: invalidate fd's when doing endPipe()
15581 2001-11-08 José Matos <jamatos@fep.up.pt>
15583 * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
15584 (simpleDocBookOnePar): removed code made obsolete by the new inset code.
15587 * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
15589 2001-11-07 José Matos <jamatos@fep.up.pt>
15592 * buffer.C (sgmlError): linuxDocError renamed, and made public, added
15595 * buffer.C (sgmlOpenTag):
15596 * buffer.C (sgmlCloseTag): removed debug info.
15598 * buffer.h (sgmlOpenTag):
15599 * buffer.h (sgmlCloseTag): made public.
15601 2001-11-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15603 * buffer.C (saveParamsAsDefaults):
15604 * lyx_cb.C (MenuLayoutSave): remove
15606 * LyXAction.C (init):
15608 * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
15610 2001-11-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15612 * buffer.C (setPaperStuff): removed from here...
15614 * bufferparams.C (setPaperStuff): ... and moved there.
15616 2001-11-03 John Levon <moz@compsoc.man.ac.uk>
15620 * XFormsView.C: add support for drop-down completion
15622 2001-11-03 Dekel Tsur <dekelts@tau.ac.il>
15624 * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
15627 2001-10-31 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15629 * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
15632 2001-10-30 John Levon <moz@compsoc.man.ac.uk>
15634 * lyx_main.C: change ref to known bugs
15636 2001-10-30 Kayvan A. Sylvan <kayvan@sylvan.com>
15638 * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
15639 to work around older babel problems.
15641 2001-10-28 Kayvan A. Sylvan <kayvan@sylvan.com>
15643 * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
15645 2001-10-24 Juergen Vigna <jug@sad.it>
15647 * tabular-old.C (ReadOld): below variable changes reflected.
15649 * tabular.[Ch]: added ltType struct for longtable header/footer
15650 defines and changed all instances where they are used. Added
15651 future support for double top/bottom rows.
15653 2001-10-24 José Matos <jamatos@fep.up.pt>
15655 * buffer.h (docbookHandleCaption):
15656 * buffer.C (docbookHandleCaption): removed unused function.
15657 (makeDocBookFile): moved docbook supported version to v4.1.
15659 2001-10-24 José Matos <jamatos@fep.up.pt>
15662 * tabular.C (docbookRow): new function to export docbook code of a row.
15663 (DocBook): now honors the longtable flags.
15665 2001-10-23 José Matos <jamatos@fep.up.pt>
15668 * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
15669 of the lyx defined sgml entities used in a docbook/linuxdoc document.
15671 * buffer.C (makeLinuxDocFile):
15672 (makeDocBookFile): reworked the preamble, more clean, and with
15673 support for lyx defined entities. Changed the document declaration
15674 to be more XML friendly.
15676 * tabular.C (DocBook): removed / terminator to be more SGML friendly,
15677 if we need to output XML that should be done with a filter.
15679 2001-10-22 Juergen Vigna <jug@sad.it>
15681 * sp_pspell.h (class PSpell): add alive function needed in the
15682 controller to see if the spellchecker could be started.
15684 2001-10-22 Juergen Vigna <jug@sad.it>
15686 * buffer.C (insertStringAsLines): modify the font for inserting
15687 chars in certain conditions by calling checkInsertChar(font).
15689 2001-10-19 Juergen Vigna <jug@sad.it>
15691 * text.C (workWidth): use getRow instead of wrong algorithm.
15692 (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
15694 2001-10-19 John Levon <moz@compsoc.man.ac.uk>
15699 * lyx_main.C: add emergencyCleanup (remove pipes on crash)
15701 2001-10-19 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15703 * text.C (workWidth): do not search for the exact row when
15704 margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
15705 optimization for big documents.
15707 2001-10-18 Juergen Vigna <jug@sad.it>
15709 * text.C (workWidth): new function with added Inset * parameter.
15711 2001-10-16 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15713 * text2.C (setCursorFromCoordinates): use Paragraph::size_type
15715 * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
15716 change return type of getColumnNearX.
15719 * text.C (changeRegionCase): use uppercase/lowercase instead of
15722 (rightMargin): simplify code by factoring out the uses of
15727 (appendParagraph): use Paragraph::size_type
15729 2001-10-15 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15731 * vspace.C (asLatexString): add a missing break
15733 2001-10-15 Herbert Voss <voss@perce.de>
15735 * vspace.C (asLatexString): fix bug in output of string for l% and p%.
15737 2001-10-11 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15739 * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
15742 2001-10-10 André Pönitz <poenitz@gmx.net>
15744 * lyxfunc.C: removed greek_kb_flag.
15746 2001-10-10 Herbert Voss <voss@perce.de>
15748 * lyx_main.C: delete global string help_lyxdir.
15750 2001-10-09 Herbert Voss <voss@perce.de>
15752 * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
15754 * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
15756 * lyx_main.C: added global string help_lyxdir.
15758 * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
15760 2001-10-07 Adrien Rebollo <adrien.rebollo@gmx.fr>
15762 * lyxrc.C (set_font_norm_type): support iso8859-4
15764 2001-07-02 Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
15766 * LaTeX.C (deplog): add another regex for MikTeX
15768 2001-10-05 Adrien Rebollo <adrien.rebollo@gmx.fr>
15770 * lyxrc.C (set_font_norm_type): support iso8859-3
15772 2001-10-04 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15774 * BufferView_pimpl.C (tripleClick): fix stupid logic error.
15776 * LaTeXFeatures.C: remove special case of french and index
15778 * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
15779 before \begin{document}). This solves several incompatibilities.
15781 2001-10-03 Garst Reese <reese@isn.net>
15783 * lyx_cb.C: change CheckTex error msg.
15785 2001-10-03 José Matos <jamatos@fep.up.pt>
15787 * buffer.C (simpleDocBookOnePar): add support for pass_thru.
15789 2001-10-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15791 * .cvsignore: update
15793 * lyx_main.C (commandLineVersionInfo): use new style version info.
15795 * buffer.C (writeFile):
15797 (makeLinuxDocFile):
15798 (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
15800 * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
15802 * version.h: update to use stuff in version.C
15804 * version.C.in: new file. Contains version information determined
15805 at compile time. This is a merging of version.h and
15808 2001-10-03 Juergen Vigna <jug@sad.it>
15810 * BufferView_pimpl.C (update): don't change "dirty" status in
15813 2001-10-03 Angus Leeming <a.leeming@ic.ac.uk>
15815 * WorkArea.C (c-tor): re-position version string slightly.
15817 2001-10-02 Angus Leeming <a.leeming@ic.ac.uk>
15819 * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
15820 revert to previous code.
15822 WorkArea.[Ch]: (show, destroySplash): methods removed.
15824 WorkArea.C: rework code so that it's an amalgam of the codes before and
15825 after the splash screen was moved to WorkArea.
15827 2001-10-01 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15830 * vspace.C (inPixels):
15833 * buffer.C (insertStringAsLines):
15834 (asciiParagraph): fix types to be large enough
15836 * lyxlex_pimpl.h: change member status from short to int
15838 * layout.h: fix type of endlabeltype
15841 * kbsequence.C (parse): change return type to string::size_type
15843 * LaTeX.C (updateBibtexDependencies): comment out unneeded
15846 * Bullet.C (bulletSize):
15847 (bulletEntry): do not use short ints as parameters
15849 * BufferView2.C (insertLyXFile): change a char to an int.
15851 * WorkArea.C (WorkArea): remove unneeded floats in computation
15853 2001-10-01 Dekel Tsur <dekelts@tau.ac.il>
15855 * buffer.C (asciiParagraph): Treat '\\' as other chars.
15857 * paragraph.C (asString): Do not ignore newline/hfill chars when
15858 copying to the clipboard.
15860 2001-09-29 Dekel Tsur <dekelts@tau.ac.il>
15862 * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
15863 after a multi-line inset.
15865 2001-09-28 Dekel Tsur <dekelts@tau.ac.il>
15867 * paragraph.C (validate): Set NeedLyXFootnoteCode
15869 2001-09-27 Angus Leeming <a.leeming@ic.ac.uk>
15871 * lyxfont.C (LyXSizeNames): changed increase-error to increase
15872 and decrease-error to decrease.
15874 2001-09-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15876 * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
15877 it more readable (should be equivalent)
15879 2001-09-27 Adrien Rebollo <adrien.rebollo@gmx.fr>
15881 * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
15883 2001-09-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15885 * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
15886 of a cursor (row, etc.) after a character has been deleted
15887 (deleteEmptyParagraphMechanism): call the method above on _all_
15888 cursors held by the LyXText when a double space has been
15891 2001-09-27 Angus Leeming <a.leeming@ic.ac.uk>
15893 * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
15895 (resizeCurrentBuff): remove code to destroy the old splash dialog.
15897 * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
15898 background. Use greyOut() and the new show() methods to toggle between
15899 the foreground and background. Add code to remove the splash after
15900 its initial showing.
15902 * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
15903 (create_forms): no longer call Dialogs::showSplash.
15905 2001-09-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15907 * .cvsignore: add version_info.h
15909 2001-09-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15911 * version_info.h.in: new file
15913 * Makefile.am: add version_info.h.in
15915 * lyx_main.C (commandLineVersionInfo): use version_info defined in
15916 version_info.h instead of VERSION_INFO
15918 2001-09-24 Angus Leeming <a.leeming@ic.ac.uk>
15920 * text.C (selectNextWordToSpellcheck): reverted change to if-block.
15921 The ERT inset now returns string().
15923 2001-09-21 Angus Leeming <a.leeming@ic.ac.uk>
15925 * lyxtext.h, text.C (selectNextWord): renamed as
15926 selectNextWordToSpellcheck.
15928 * text.C (selectNextWordToSpellcheck): Modified to not select
15929 words inside an ERT inset.
15931 2001-09-21 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15933 * lyx_cb.C (MenuLayoutSave): change a bit the question
15935 * sp_base.h: include <sys/types.h>
15937 2001-09-18 Angus Leeming <a.leeming@ic.ac.uk>
15939 * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
15941 2001-09-20 Michael Schmitt <Michael.Schmitt@teststep.org>
15943 * several files: fix typos in user-visible strings
15945 2001-09-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15947 * text2.C (pasteSelection): do not set the selection, since it
15948 will be cleared later. Actually, the intent was to fix the way the
15949 selection was set, but I figured rmoving the code was just as good.
15951 2001-09-19 Dekel Tsur <dekelts@tau.ac.il>
15953 * FontLoader.C (available): Check if font is available without
15956 2001-09-19 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
15958 * lyxrc.[Ch]: added auto_reset_options variable and associated code.
15960 2001-09-13 Angus Leeming <a.leeming@ic.ac.uk>
15962 * lyxrc.[Ch]: added display_graphics variable and associated code.
15964 2001-09-17 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15966 * bufferparams.C (hasClassDefaults): new method. Returns true if
15967 the buffer parameters correspond to known class defaults
15969 2001-09-17 Angus Leeming <a.leeming@ic.ac.uk>
15971 * XFormsView.C (show): set minimum size to the main window.
15973 2001-09-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15975 * text2.C (copySelection):
15977 * lyxfind.C (LyXReplace):
15978 * BufferView_pimpl.C (Dispatch): pass the correct flag to
15979 LyXText::selectionAsString.
15981 * paragraph.C (asString): add "label" argument to the second form
15983 * text2.C (selectionAsString): add "label" argument and pass it to
15984 Paragraph::asString.
15986 2001-09-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
15988 * lyx_main.C (commandLineHelp): remove version information
15990 2001-09-08 Rob Lahaye <lahaye@users.sourceforge.net>
15992 * lyx_main.C: add -version commandline option
15994 2001-09-09 Lars Gullik Bjønnes <larsbj@birdstep.com>
15996 * paragraph.h: make the optional constructor arg required instead.
15997 some modifications to other files because of this.
15999 * minibuffer.C (C_MiniBuffer_peek_event): make it static
16001 * lyxserver.C (C_LyXComm_callback): make it static
16003 * lyx_main.C (error_handler): make it static
16005 * lyx_gui.C (LyX_XErrHandler): make it static
16007 * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
16009 * WorkArea.C: make the extern "C" methods static.
16011 * Makefile.am (lyx_LDADD): simplify
16013 2001-09-02 Angus Leeming <a.leeming@ic.ac.uk>
16015 * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
16016 LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
16018 * LyXAction.C (init):
16019 * lyxfunc.C (dispatch): associated code removal.
16021 2001-09-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16023 * lyxfont.h (isSymbolFont): shut off warning
16025 * text.C (setHeightOfRow):
16026 (getVisibleRow): fix crash with empty paragraphs which have a
16029 2001-09-07 Rob Lahaye <lahaye@users.sourceforge.net>
16031 * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
16034 2001-09-04 José Matos <jamatos@fep.up.pt>
16037 * tabular.C (docbook): rename docBook method to docbook.
16039 2001-09-02 Angus Leeming <a.leeming@ic.ac.uk>
16041 * Makefile.am: add dependencies to main.o.
16043 2001-09-03 Dekel Tsur <dekelts@tau.ac.il>
16045 * FontLoader.C (available): Return false if !lyxrc.use_gui
16047 2001-09-03 Michael Schmitt <schmitt@itm.mu-luebeck.de>
16049 * FontInfo.C (query):
16050 * converter.C (view):
16051 * importer.C (Import):
16052 * exporter.C (Export): Can not -> cannot.
16054 2001-09-02 John Levon <moz@compsoc.man.ac.uk>
16056 * BufferView_pimpl.C: allow to create index inset even if
16059 2001-09-02 Angus Leeming <a.leeming@ic.ac.uk>
16061 * buffer.C (getLists): replace boost::tie code with an explicit pair
16062 as boost::tie can break some compilers.
16064 * iterators.h: Added a std:: declaration to the return type of
16067 2001-08-31 John Levon <moz@compsoc.man.ac.uk>
16069 * lyxrc.C: add help for view_dvi_paper_option, default to safe
16072 2001-09-02 Dekel Tsur <dekelts@tau.ac.il>
16074 * iterators.[Ch]: New files. Provide paragraph iterators.
16076 * buffer.C (changeLanguage): Use paragraph iterators.
16077 (isMultiLingual): ditto
16079 * BufferView2.C (ChangeInsets): Use paragraph iterators.
16081 2001-09-01 Dekel Tsur <dekelts@tau.ac.il>
16083 * FontLoader.C: Support for cmr font.
16085 2001-08-31 Dekel Tsur <dekelts@tau.ac.il>
16087 * FontLoader.C (getFontinfo): Handle latex symbol fonts.
16088 (available): New method.
16090 * FontInfo.C (getFontname): Use scalable fonts even when
16091 lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
16094 2001-08-23 Angus Leeming <a.leeming@ic.ac.uk>
16096 * converter.C (Formats::view): reverted! Incorrect fix.
16098 2001-08-23 Angus Leeming <a.leeming@ic.ac.uk>
16100 * converter.C (Formats::view): only output the -paper option
16101 if the dvi viewer is xdvi, thereby fixing bug #233429.
16103 2001-08-23 Herbert Voss <voss@perce>
16105 * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
16107 2001-08-20 Dekel Tsur <dekelts@tau.ac.il>
16109 * Spacing.h (Spacing): Set space to Default on in the default
16112 2001-08-19 Lars Gullik Bjønnes <larsbj@birdstep.com>
16114 * vc-backend.h (RCS::versionString): add RCS to version
16115 (CVS::versionString): add CVS to version
16117 * vc-backend.C (scanMaster): do not add CVS to version.
16118 (scanMaster): do not add RCS to version
16120 * lyxvc.C (versionString): new method
16122 * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
16124 2001-08-18 Lars Gullik Bjønnes <larsbj@birdstep.com>
16126 * Spacing.C (set): initialize fval
16128 2001-08-15 Dekel Tsur <dekelts@tau.ac.il>
16130 * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
16133 2001-08-16 Juergen Vigna <jug@sad.it>
16135 * lyxfunc.C (dispatch): implemented the new FINISHED states.
16137 2001-08-16 John Levon <moz@compsoc.man.ac.uk>
16139 * BufferView_pimpl.C:
16142 * text2.C: setParagraph takes linespacing now
16144 2001-08-15 John Levon <moz@compsoc.man.ac.uk>
16146 * LyxAction.C: add internal LFUN_CITATION_INSERT
16148 * LyXView.C: actually apply fix
16150 * bufferlist.C: fix open non-existent file
16152 * lyxfind.C: fix indentation
16154 * lyxfunc.C: remove unneeded assert, fix typo
16156 2001-08-16 John Levon <moz@compsoc.man.ac.uk>
16158 * MenuBackend.C: use "Floatname List"
16160 2001-08-14 Dekel Tsur <dekelts@tau.ac.il>
16162 * buffer.C (parseSingleLyXformat2Token): Do not generate errors
16163 when converting LaTeX layout to insetERT.
16164 Generate a non-collapsed float when reading old float
16166 2001-08-13 Dekel Tsur <dekelts@tau.ac.il>
16168 * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
16171 2001-08-13 Juergen Vigna <jug@sad.it>
16173 * text.C (fill): return 0 instead of 20 as this seems to be the more
16176 2001-08-13 Dekel Tsur <dekelts@tau.ac.il>
16178 * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
16181 2001-08-13 Juergen Vigna <jug@sad.it>
16183 * lyxfind.C (LyXReplace): fixed not single-replacing characters with
16185 (SearchBackward): comment out the unlocking of the inset_owner this
16186 should not be needed!
16188 2001-08-11 Dekel Tsur <dekelts@tau.ac.il>
16190 * Many files: Remove inherit_language, and add latex_language
16192 * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
16193 collapsible insets.
16195 2001-08-10 Juergen Vigna <jug@sad.it>
16197 * text.C (prepareToPrint): fixed hfill-width in draw!
16199 * BufferView2.C (selectLastWord): save the selection cursor as this
16200 now is cleared in the function LyXText::clearSelection!
16202 2001-08-08 Juergen Vigna <jug@sad.it>
16204 * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
16205 BACKSPACE type functions.
16207 * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
16208 is only cutted from the document but not put in the cut-buffer, where
16209 still the old stuff should be.
16211 * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
16213 * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
16215 * tabular.C (SetWidthOfCell): fixed special case where the width
16217 (LeftLine): handle '|' in align_special.
16219 (LeftAlreadyDrawed): ditto
16220 (SetWidthOfCell): ditto
16222 2001-08-07 Juergen Vigna <jug@sad.it>
16224 * lyx_main.C (readUIFile): fixed some forgotten lowercase!
16226 2001-08-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
16228 * lyxlex_pimpl.[Ch]: converto to lowercase funcs
16229 * lyxlex.[hC]: ditto
16231 2001-08-06 Juergen Vigna <jug@sad.it>
16233 * text.C (getVisibleRow): fix up row clearing a bit.
16235 2001-08-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
16237 * minibuffer.C: make sure the X server sees the changes in the input.
16239 2001-08-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
16241 * paragraph.C (getFont): split into...
16242 (getLabelFont): this
16243 (getLayoutFont): and this
16244 * paragraph_pimpl.C (realizeFont): calling this
16246 * text2.C (getFont): split into...
16247 (getLayoutFont): this
16248 (getLabelFont): and this
16249 (realizeFont): all three calling this
16251 * lyxfont.h: remove all NO_LATEX macros and code... adjust all
16254 2001-08-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16256 * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
16258 2001-08-02 Kayvan A. Sylvan <kayvan@sylvan.com>
16260 * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
16261 layouts from the Quote inset insertion.
16263 2001-08-03 Juergen Vigna <jug@sad.it>
16265 * BufferView_pimpl.C (update): do the fitCursor only at the end!
16267 * screen.C (drawFromTo): don't call fitcursor here and do the loop
16268 only if status not is already CHANGED_IN_DRAW (second level).
16270 * text.C (draw): don't set the need_break_row when inside an
16273 2001-08-02 Lars Gullik Bjønnes <larsbj@birdstep.com>
16275 * buffer.C (parseSingleLyXformat2Token): handle more latex
16278 * bufferview_funcs.[hC]: change function names to
16279 begin with small char, adjust other files.
16281 2001-08-02 André Pönitz <poenitz@gmx.net>
16284 BufferView_pimpl.C: remove broken special code for math-greek
16286 2001-08-02 Juergen Vigna <jug@sad.it>
16288 * BufferView_pimpl.C (update): redone this function so that we
16289 update the text again if there was a CHANGE_IN_DRAW.
16291 * screen.C (cursorToggle): removed LyXText parameter and recoded.
16292 (drawFromTo): added a new internal bool which is used by draw() and
16294 (general): some cursor drawing problems fixed.
16296 2001-08-01 Juergen Vigna <jug@sad.it>
16298 * lyxfind.C (LyXFind): fixed
16299 (SearchForward): ditto
16300 (SearchBackward): ditto
16302 * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
16303 spurius drawing of the cursor in the main area.
16305 * text2.C (status): small fix which could lead to a segfault!
16306 (clearSelection): remove unneeded BufferView param.
16308 2001-08-01 André Pönitz <poenitz@gmx.net>
16310 * lyxfunc.C: small change due to changed mathed interface
16312 2001-08-01 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16314 * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
16316 2001-08-01 John Levon <moz@compsoc.man.ac.uk>
16318 * lyxfunc.c: fail gracefully if file doesn't exist
16323 * BufferView_pimpl.C: IsDirWriteable() proto changed
16325 * LyXView.C: fix updateWindowTitle() to store the last title
16327 2001-07-31 Juergen Vigna <jug@sad.it>
16329 * text.C (setHeightOfRow): fixed setting of ascent/descent based on
16330 the font (wrong since using of Paragraph::highestFontInRange).
16332 * paragraph.C (highestFontInRange): added a default_size parameter.
16334 * text.C (getVisibleRow): minor clear row changes (still not perfect).
16335 (setHeightOfRow): reformat
16337 2001-07-30 Lars Gullik Bjønnes <larsbj@birdstep.com>
16339 * converter.[hC] + affected files: move to (inital-char)lowercase
16342 * ParagraphParameters.C (ParagraphParameters): remove commented code
16344 * PainterBase.[Ch]: remove commented code
16346 * LaTeXFeatures.h: add "bool floats" for float.sty
16348 * LaTeXFeatures.C (LaTeXFeatures): init floats
16349 (require): handle float
16350 (getPackages): do it with floats
16352 2001-07-30 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16354 * BufferView_pimpl.C (Dispatch): improve handling of
16355 LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
16357 * commandtags.h: #include lyxfont.h here temporarily to avoid
16360 * bufferlist.h: include LString.h here.
16362 2001-07-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16364 * text2.C (getStringToIndex): new method.
16366 2001-07-29 Asger Alstrup Nielsen <alstrup@alstrup>
16368 * *: Reduced header file dependencies all over.
16370 2001-07-30 Baruch Even <baruch@lyx.org>
16372 * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
16374 2001-07-29 Baruch Even <baruch@lyx.org>
16376 * buffer.C (readInset): Changed GRAPHICS to Graphics.
16378 2001-07-27 Lars Gullik Bjønnes <larsbj@birdstep.com>
16380 * ParameterStruct.h (endif): add a default constructor to make
16381 sure that all variables is initialized.
16383 * ParagraphParameters.C (ParagraphParameters): adjust
16385 2001-07-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16387 * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
16388 index; also, check that there is something to index, and that it
16389 does not span over several paragraphs.
16390 (doubleClick): use WHOLE_WORD_STRICT for double click.
16392 * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
16394 * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
16397 2001-07-26 Baruch Even <baruch@lyx.org>
16399 * buffer.C (readInset): Changed to call up InsetGraphics when reading
16400 an InsetFig figure, backwards compatible reading of old figure code.
16402 2001-07-27 Juergen Vigna <jug@sad.it>
16404 * text2.C: font.realize function adaption.
16406 * text.C (draw): add a warnings lyxerr text if needed.
16408 * layout.C: font.realize function adaption.
16410 * language.C: add inherit_language and implement it's handlings
16412 * bufferview_funcs.C (StyleReset): remove language parameter from
16413 font creation (should be language_inherit now).
16415 * bufferparams.C (writeFile): handle ignore_language.
16417 * paragraph.C (getFontSettings): the language has to be resolved
16418 otherwise we have problems in LyXFont!
16420 * lyxfont.C (lyxWriteChanges): added document_language parameter
16421 (update): removed unneeded language parameter
16423 * paragraph.C (validate): fixed wrong output of color-package when
16424 using interface colors for certain fonts in certain environments,
16425 which should not seen as that on the final output.
16427 2001-07-26 John Levon <moz@compsoc.man.ac.uk>
16429 * BufferView_pimpl.C:
16434 * LyXAction.C: add thesaurus support
16437 * lyxfind.C: add "once" parameter, for thesaurus, to not
16438 move to the next match
16440 2001-07-26 Juergen Vigna <jug@sad.it>
16442 * lyxfont.C (realize): honor ignore_language too!
16445 * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
16447 * text.C (draw): one place more for ignore_language to not draw
16450 2001-07-25 Angus Leeming <a.leeming@ic.ac.uk>
16452 * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
16454 2001-07-26 Lars Gullik Bjønnes <larsbj@birdstep.com>
16456 * buffer.C (parseSingleLyXformat2Token): a more general fix for
16457 the minipage conversion problem.
16459 2001-07-26 Lars Gullik Bjønnes <larsbj@birdstep.com>
16461 * buffer.C (parseSingleLyXformat2Token): check minipage if we
16464 2001-07-25 Lars Gullik Bjønnes <larsbj@birdstep.com>
16466 * BufferView.h: don't forward declare WorkArea
16468 * BufferView.C: don't include WorkArea.h
16470 2001-07-25 André Pönitz <poenitz@gmx.net>
16474 * lyxfunc.C: new LFUN 'math-space'
16476 * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
16478 2001-07-25 Lars Gullik Bjønnes <larsbj@birdstep.com>
16480 * text2.C (toggleInset): call open/close
16482 2001-07-24 Lars Gullik Bjønnes <larsbj@birdstep.com>
16484 * lyxfunc.C (dispatch): add debug for the disabled case
16486 * font.C (buttonText): make similar to rectText
16488 * buffer.C (readInset): comment out parsing of insetlist and
16491 * PainterBase.C (rectText): small correction
16493 * BufferView_pimpl.C: comment out insettheorem and insetlist
16494 * LyXAction.C: ditto
16495 * commandtags.h: ditto
16497 2001-07-24 Juergen Vigna <jug@sad.it>
16499 * text.C (draw): honor the ignore_language.
16501 * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
16503 2001-07-24 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16505 * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
16508 2001-07-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
16510 * lyxtext.h: remove unused (and unimplemented) methods
16512 2001-07-23 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
16514 * text.C (getVisibleRow): honor background color
16517 * Painter.h: remove default color argument for fillRectangle
16519 * text.C (backgroundColor): new method
16521 2001-07-24 Lars Gullik Bjønnes <larsbj@birdstep.com>
16523 * text.C (getVisibleRow): adjust
16525 * font.[Ch] (rectText): new method, metrics
16526 (buttonText): new method, metrics
16528 * PainterBase.[hC]: make rectText and buttonText always draw and take
16531 2001-07-22 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
16533 * ToolbarDefaults.C (read):
16534 * MenuBackend.C (read): allow escaping in all strings
16536 * BufferView_pimpl.C (insertAndEditInset): new method.
16537 (Dispatch): use insertAndEditInset whenever appropriate.
16539 * BufferView_pimpl.C (insertNote): removed
16541 * BufferView_pimpl.C (smartQuote): new method, moved from
16542 BufferView; if an insetquote cannot be inserted, insert a '"'
16545 * BufferView2.C: remove insertCorrectQuote();
16547 * lyxfunc.C (getStatus): Add support for all remaingin
16548 inset-insert lfuns.
16550 * trans_mgr.C (insertVerbatim): do not treat '"' specially.
16552 * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
16553 command (necessary to pass " as parameter of self-insert.
16555 * text.C (selectWordWhenUnderCursor):
16556 (selectWord): add word_location parameter
16557 (selectWordWhenUnderCursor): same + remove special code for word
16559 (selectNextWord): use kind() to guess type of insetspecialchar,
16562 * buffer.C (insertStringAsLines): new method, extracted from LyXText.
16563 (insertErtContents): create ert insets as collapsed.
16564 (readInset): better compatibility code for Info inset.
16566 2001-07-20 Juergen Vigna <jug@sad.it>
16568 * lyxfunc.C (dispatch): use always LyXFind now!
16570 * text2.C (init): add a reinit flag so that the LyXText can be
16571 reinited instead of deleted and reallocated (used in InsetText).
16573 * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
16579 2001-07-18 Juergen Vigna <jug@sad.it>
16581 * text.C (selectNextWord): handle insets inside inset by calling
16582 always the bv->text functions so that we can go up the_locking_inset!
16584 * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
16585 in strange locations when inside an inset!
16587 * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
16588 handling to include insets.
16590 * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
16592 2001-07-20 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16594 * LyXAction.C (init):
16596 * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
16597 LIGATURE_BREAK, since the name is so stupid.
16599 2001-07-20 Angus Leeming <a.leeming@ic.ac.uk>
16601 * buffer.C (readInset): enable reading of new InsetNotes as well as old
16604 * FontLoader.C: remove FORMS_H_LOCATION cruft.
16606 * sp_form.[Ch]: remove.
16608 * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
16610 * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
16613 * src/buffer.C (readInset): ditto.
16615 2001-07-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
16617 * BufferView_pimpl.C (specialChar): new method. Obsoletes
16618 menuSeparator(), endOfSentenceDot(), ldots() and
16619 hyphenationPoint(), which are therefore removed.
16620 (Dispatch): handle LFUN_HYPHENATION_BREAK.
16622 * LyXAction.C (init):
16623 * commandtags.h: add LFUN_HYPHENATION_BREAK.
16625 * paragraph.C (getWord): removed.
16627 * BufferView_pimpl.C (Dispatch): use last word or selection for
16628 LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
16630 * lyx_main.C (queryUserLyXDir): do not ask before creating
16631 user_dir, except if it has been named explicitely.
16633 2001-07-20 Angus Leeming <a.leeming@ic.ac.uk>
16635 * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
16636 a document of zero size.
16638 2001-07-19 Angus Leeming <a.leeming@ic.ac.uk>
16640 * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
16641 approriately in the c-tor and in require().
16642 (getPackages): output the appropriate LaTeX for natbib support.
16644 * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
16645 variables "use_natbib" and "use_numerical_citations" when reading the
16647 (readInset): read the various natbib cite commands.
16648 (validate): white-space change.
16650 * bufferparams.[Ch]: new variables "bool use_natbib" and
16651 "bool use_numerical_citations".
16652 (writeFile): output them in the LyX file.
16654 2001-07-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
16656 * lyxfunc.C (getStatus): add support for all the inset insertion
16659 * text2.C (insertInset):
16660 * paragraph.C (insetAllowed):
16661 * BufferView_pimpl.C (insertInset): update to take in account the
16662 renaming of insertInsetAllowed
16664 * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
16666 * text2.C (getInset): new method. returns inset at cursor position.
16668 * BufferView_pimpl.C (Dispatch): changes because of this.
16670 * LyXAction.C (init): rename open-stuff to inset-toggle.
16672 * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
16674 * text2.C (toggleInset): renamed from openStuff; use
16677 2001-07-13 Yves Bastide <stid@libd-pc11.univ-bpclermont.fr>
16679 * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
16681 * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
16683 2001-07-18 Dekel Tsur <dekelts@tau.ac.il>
16685 * buffer.C (readLyXformat2): Add filename to the error dialog
16687 2001-07-18 Juergen Vigna <jug@sad.it>
16689 * tabular.C (GetCellNumber): put an assert here instead of the check!
16691 2001-07-17 Juergen Vigna <jug@sad.it>
16693 * BufferView_pimpl.C (toggleSelection): adapted too.
16695 * text.C (selectNextWord): adapted for use with insets.
16696 (selectSelectedWord): ditto
16698 2001-07-17 Juergen Vigna <jug@sad.it>
16700 * sp_spell.C (PSpell): fix initialitation order.
16702 2001-07-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
16704 * paragraph.C: spacing
16706 2001-07-17 Edwin Leuven <leuven@fee.uva.nl>
16708 * sp_spell.C: repair language selection for pspell
16710 2001-07-12 Lars Gullik Bjønnes <larsbj@birdstep.com>
16712 * lyxfunc.h: change more methods to begin with lower char.
16714 2001-07-16 Dekel Tsur <dekelts@tau.ac.il>
16716 * buffer.C (parseSingleLyXformat2Token): Generate error insets
16717 for unknown layouts.
16719 2001-07-13 Dekel Tsur <dekelts@tau.ac.il>
16721 * buffer.C (readLyXformat2): Generate an error dialog if there are
16724 2001-07-16 Juergen Vigna <jug@sad.it>
16726 * sp_spell.C: always compile ISpell part.
16728 * lyxrc.C: added use_pspell entry and it's handling.
16730 2001-07-13 Juergen Vigna <jug@sad.it>
16732 * sp_spell.C: removed double includes.
16734 2001-07-13 Angus Leeming <a.leeming@ic.ac.uk>
16736 Consistent use of Lsstream.h:
16737 * Lsstream.h: added using std::stringstream for consistencies sake.
16739 * buffer.C: removed using std::stringstream
16741 * lyxfont.C (stateText):
16742 * paragraph.C (asString):
16743 * text.C (selectNextWord, selectSelectedWord):
16744 * text2.C (setCounter):
16745 * vspace.C (asString, asLatexString):
16746 std::ostringstream -> ostringstream.
16748 2001-07-13 Edwin Leuven <leuven@fee.uva.nl>
16750 * LyXAction.C: add LFUN_HELP_ABOUTLYX
16751 * commandtags.h: add LFUN_HELP_ABOUTLYX
16752 * lyxfunc.C: add about lyx remove credits/copyright/version stuff
16754 2001-07-13 Edwin Leuven <leuven@fee.uva.nl>
16756 * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
16758 * lyx_gui_misc.C: remove spellchecker
16759 * lyxfunc.C: showSpellchecker
16761 * sp_ispell.h: added
16762 * sp_pspell.h: added
16763 * sp_spell.C: added
16764 * sp_form.[Ch]: removed
16765 * spellchecker.[Ch]: removed
16767 2001-07-12 Kayvan A. Sylvan <kayvan@sylvan.com>
16769 * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
16771 (simpleTeXSpecialChars): Simply print the input character without
16772 any special translation if pass_thru is set.
16774 * layout.h: Added bool pass_thru to layout class for being able to
16775 implement pass through of a paragraph for Literate Programming.
16777 * layout.C: add LT_PASS_THRU to LayoutTags enum.
16778 * layout.C (LyXLayout): set pass_thru to flase in constructor.
16779 * layout.C (Read): add "passthru" to list of layout tags and add
16780 code to set the pass_thru boolean when it is read.
16782 2001-07-12 Lars Gullik Bjønnes <larsbj@birdstep.com>
16784 * trans_decl.h: remove allowed from KmodInfo
16786 * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
16787 remove allowed code
16790 * paragraph_pimpl.C (erase): use boost::prior
16792 * Painter.C (text): use data() instead of c_str() when length is
16794 * WorkArea.C (putClipboard): ditto
16795 * font.h (width): ditto
16797 * BufferView2.C: use it-> instead of (*it). for iterators
16799 * paragraph_pimpl.C: ditto
16800 * paragraph.C: ditto
16801 * minibuffer.C: ditto
16802 * language.C: ditto
16804 * encoding.C: ditto
16805 * counters.C: ditto
16806 * converter.C: ditto
16808 * Variables.C: ditto
16809 * TextCache.C: ditto
16810 * MenuBackend.C: ditto
16811 * LyXAction.C: ditto
16813 * FloatList.C: ditto
16814 * DepTable.C: ditto
16815 * ColorHandler.C (LyXColorHandler): ditto
16817 2001-07-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16819 * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
16821 * text2.C (openStuff): reintroduce this method (which had been
16822 nuked in NEW_INSETS frenzy).
16824 * lyxfunc.C (Dispatch): when an action has not been handled, use
16825 its name in the error message, not its number.
16827 * paragraph.C (inInset): change method name to begin with lowercase.
16830 * text2.C: updates because of this.
16832 2001-07-09 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16834 * ToolbarDefaults.C (add): add spaces in error message
16836 2001-07-10 Lars Gullik Bjønnes <larsbj@birdstep.com>
16838 * buffer.C (readLyXformat2): initialize the ert comp. variables.
16839 (readLyXformat2): rename return_par to first_par, use lyxlex's
16840 pushToken and remove the manual push handling.
16841 (parseSingleLyXformat2Token): add another ert comp. variable:
16842 in_tabular, rename return_par to first_par. handle newlines better
16844 2001-07-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16846 * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
16848 2001-07-09 Lars Gullik Bjønnes <larsbj@birdstep.com>
16850 * text2.C (getParFromID): removed
16852 * buffer.C (getParFromID): new method moved form lyxtext.
16853 * BufferView2.C (insertErrors): adjust
16854 (setCursorFromRow): adjust
16855 * BufferView_pimpl.C (restorePosition): adjust
16856 * lyxfunc.C (Dispatch): adjust
16857 * undo_funcs.C (textUndo): adjust
16859 (textHandleUndo): adjust
16860 (textHandleUndo): adjust
16862 2001-07-08 Lars Gullik Bjønnes <larsbj@birdstep.com>
16864 * buffer.C: up' the LYX_FORMAT
16866 * lyxfont.h: turn NO_LATEX on as default
16868 * buffer.C (insertErtContents): new methods of tex style compability.
16869 (parseSingleLyXformat2Token): use it several places.
16870 * tabular.C (OldFormatRead): and here
16872 2001-07-07 Lars Gullik Bjønnes <larsbj@birdstep.com>
16874 * text2.C: remove some commented code.
16877 * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
16878 * trans.C: changes because of the above.
16880 2001-07-07 Dekel Tsur <dekelts@tau.ac.il>
16882 * text2.C (setCounter): Fix counters bug with bibliography layout.
16884 2001-07-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
16886 * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
16887 own member functions
16888 (simpleTeXSpecialChars): ditto
16890 2001-07-06 Juergen Vigna <jug@sad.it>
16892 * a lot of files: changed the access to LyXText::status and the
16893 call of undo-functions.
16895 * undo.[Ch]: added a inset_id to the undo informations.
16897 * undo_funcs.[Ch]: added and moved here all undo functions.
16899 * lyxtext.h: give the status enum a weight, made status_ a private
16900 variable and made accessor functions for it, removed the whole bunch
16901 of undo-functions as they are now in their own file, make some
16902 functions publically available. Added function ownerParagraph with
16905 * paragraph.[Ch]: added "bool same_ids" to the constructor,
16906 made InInset() a const function, added getParFromID() function.
16908 * buffer.[Ch]: added const version for inset_iterator functions,
16909 added getInsetFromID() function.
16911 * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
16912 changed undo functions for new version.
16914 2001-07-05 Juergen Vigna <jug@sad.it>
16916 * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
16917 unknow mechanism does not call the proper constructor but only this
16918 one also if I request the other!?
16920 2001-07-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
16922 * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
16924 * text2.C (LyXText): use initialization lists.
16926 * lyxtext.h (Selection): initialize set_ and mark_
16927 (init): remove method
16929 2001-07-05 Dekel Tsur <dekelts@tau.ac.il>
16931 * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
16933 2001-07-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
16935 * screen.[Ch]: change method names to begin with lowercase
16937 * BufferView_pimpl.C (updateScrollbar): simplify further and
16938 hopefully make it a bit faster.
16940 2001-07-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16942 * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
16943 calling directly xforms functions.
16945 * Painter.C (Painter):
16946 * lyx_cb.C (MenuWrite):
16947 * FontInfo.C (query): use GUIRunTime::x11Display() instead of
16950 * lyx_gui.C: remove bogus guiruntime extern declaration.
16952 2001-07-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
16954 * text2.C (redoHeightOfParagraph): comment out stuff we don't need
16956 (redoDrawingOfParagraph): ditto
16957 (redoParagraphs): ditto
16958 (cutSelection): don't create a object for CutAndPaste use the
16959 static method directly
16960 (pasteSelection): ditto
16962 * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
16965 2001-07-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
16967 * modifications to some other files because of this.
16969 * Makefile.am (lyx_SOURCES): add XFormsView
16971 * XFormsView.[Ch]: new files
16973 * LyXView.[Ch]: make LyXView a base class for the gui handling for
16974 the main window. Move the gui dependent stuff to XFormsView
16976 2001-07-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16978 * tabular.C (GetCellInset): update cur_cell also in the row/col
16979 version of this function.
16981 * lyxfunc.C: no need to include figure_form.h here.
16987 * lyxvc.C: no need to include forms.h here.
16989 2001-06-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
16991 * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
16993 * lyxfunc.C (Dispatch):
16995 * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
16996 constructor argument.
16998 2001-06-29 Lars Gullik Bjønnes <larsbj@birdstep.com>
17000 * paragraph.C (Paragraph): dont't clear, and just set layout.
17001 (makeSameLayout): use params's copy contructor.
17003 * ParagraphParameters.[Ch] (makeSame): delete method
17005 2001-06-29 John Levon <moz@compsoc.man.ac.uk>
17007 * Variables.[Ch]: fix indentation, rename set to isSet
17009 2001-06-29 Lars Gullik Bjønnes <larsbj@birdstep.com>
17011 * lyxfunc.C (Dispatch): fix typo
17013 2001-06-28 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17015 * paragraph_pimpl.C: add std:: qualifier to lower_bound and
17018 * bufferlist.C: include assert.h for emergencyWrite().
17020 2001-06-22 John Levon <moz@compsoc.man.ac.uk>
17022 * lyx_main.C: if we can't even find a readable LYX_DIR directory,
17023 give up at last (bug #425202) !
17025 2001-06-27 John Levon <moz@compsoc.man.ac.uk>
17031 * spellchecker.C: strip spellchecker options and bring up
17032 preferences tab instead
17034 2001-06-28 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17036 * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
17037 the istringstream constructor
17039 2001-06-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17041 * paragraph.C (getLayout): fix return value
17043 * paragraph.h: do not declare getLayout as inline.
17045 * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
17047 2001-06-27 Lars Gullik Bjønnes <larsbj@birdstep.com>
17049 * lyxcursor.h (operator<): new func
17050 (operator>): new func
17051 (operator>=): new func
17052 (operator<=): new func
17054 * text.C (changeCase): use selection.start and selection.end
17055 (changeRegionCase): require from to be <= to. Require par to be a
17058 * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
17060 2001-06-27 Juergen Vigna <jug@sad.it>
17062 * text.C (cursorLeftOneWord): changed to return the cursor and added
17063 overlay with BufferView * parameter which calls this one.
17065 (selectWord): use new getWord function.
17066 (changeCase): renamed from changeWordCase as and extended to work
17067 also on selections.
17069 * lyxtext.h: added enum word_location
17071 * BufferView_pimpl.C (Dispatch): change function changeWordCase to
17072 changeCase as this operates now also on selections.
17074 2001-06-26 The LyX Project <lyx@violet.home.sad.it>
17076 * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
17078 * many files: send debug output to Debug::INFO instead of
17081 * converter.C (View):
17083 (Move): send debug output to Debug::FILES instead of console.
17085 2001-06-26 The LyX Project <lyx@rose.home.sad.it>
17087 * lyxfunc.C (getStatus): use func_status
17089 * func_status.h: new header, describing the results of
17090 LyXFunc::getStatus;
17092 * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
17095 2001-06-25 The LyX Project <jug@sad.it>
17097 * buffer.C (sgmlOpenTag):
17099 (SimpleDocBookOnePar): disable the depth spaces, for the moment.
17101 2001-06-26 Lars Gullik Bjønnes <larsbj@birdstep.com>
17103 * text2.C: remove some dead code
17105 * tabular.C (GetCellInset): store the last cell checked (gotten)
17107 * tabular.h: add the helper for the speedup
17109 * lyxtext.h: remove some dead code
17111 2001-06-26 The LyX Project <Asger>
17113 * paragraph.C: Change export to LaTeX of alignment to
17114 \begin{center} and family for better roundtrip work with reLyX.
17116 * Tune the math drawing a bit.
17118 2001-06-25 The LyX Project <Asger>
17120 * LColor.C (LColor): New color for math background. New color
17123 2001-06-25 The LyX Project <jug@sad.it>
17125 * lyxfunc.C (MenuNew): remove extra check for .lyx file
17127 * lyxfunc.C (Open):
17128 * bufferlist.C (newFile): do not restrict to files ending with
17131 * BufferView_pimpl.C (MenuInsertLyXFile):
17133 2001-06-24 The LyX Project <jug@sad.it>
17135 * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
17138 2001-06-24 Lars Gullik Bjønnes <larsbj@birdstep.com>
17140 * lyxtext.h: rename most methods to begin with a small char.
17141 Lots of changes because of this.
17143 * paragraph.C (Paragraph): do not call fitToSize
17144 (erase): call Pimpl::erase
17145 (insertChar): call Pimpl::insertChar
17146 (insertInset): call Pipl::insertInset
17147 (breakParagraph): do not call fitToSize
17148 (breakParagraphConservative): do not call fitToSize
17149 (fitToSize): remove method
17151 * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
17153 2001-06-24 The LyX Project <Asger>
17155 * Fix Qt compilation^2
17157 2001-06-24 The LyX Project <jug@sad.it>
17159 * paragraph.[Ch] (outerHook): new method. mostly equivalent to
17160 depthHook(getDepth()-1).
17163 * ParagraphParameters.h:
17164 * ParameterStruct.h: change type of depth to unsigned int ==
17165 depth_type. Many adaptations to other files before of that.
17167 2001-06-24 The LyX Project <Asger>
17169 * Fix Qt compilation.
17171 2001-06-24 Lars Gullik Bjønnes <larsbj@birdstep.com>
17173 * paragraph.h: renamed several methods to begin with small letter.
17174 several changes to many parts of the code because of this.
17176 2001-06-23 The LyX Project <jug@sad.it>
17178 * text2.C (InsertStringAsLines): renamed from InsertStringA;
17179 rewritten to discard all double spaces when KeepEmpty is off
17180 (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
17181 to only handle newlines but not fiddle with spaces and friends.
17183 * lyxfunc.C (MenuNew): when doing 'new from template', use
17184 template_path as default directory
17186 2001-06-23 The LyX Project <Asger>
17188 * Clean-up of header file includes all over
17189 * paragraph.h: Move some of the stuff into paragraph_pimpl.h
17191 2001-06-23 Lars Gullik Bjønnes <larsbj@birdstep.com>
17193 * paragraph.h: renamed from lyxparagraph.h
17195 2001-06-23 Asger <lyx@violet.home.sad.it>
17197 * Buffer.h: Removed Buffer::resize
17198 * BufferList.h: Removed BufferList::resize
17199 * LyXView.h: Added LyXView::resize. This way, we will only reflow
17200 the document lazily when we change the width, or the font settings.
17202 2001-06-22 John Levon <moz@compsoc.man.ac.uk>
17204 * lyxfunc.C: silently ignore empty dispatches from the minibuffer
17206 2001-06-22 John Levon <moz@compsoc.man.ac.uk>
17208 * buffer.h: remove out of date comment
17210 2001-06-22 John Levon <moz@compsoc.man.ac.uk>
17213 * screen.C: fix "theoretical" GC leak
17215 2001-06-20 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17217 * LaTeX.C (scanAuxFile):
17218 (deplog): remove trailing \r when reading stream (useful under
17221 2001-06-15 Angus Leeming <a.leeming@ic.ac.uk>
17223 * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
17224 (resizeCurrentBuffer): have functions BufferView::theLockingInset()
17225 and BufferView::theLockingInset(Inset*), so should use them and not
17226 access bv_->text->the_locking_inset directly.
17228 * lyxfunc.C (Dispatch): cosmetic name change of three signals.
17230 2001-06-02 John Levon <moz@compsoc.man.ac.uk>
17233 * tex-defs.h: remove old unused file
17235 2001-06-15 John Levon <moz@compsoc.man.ac.uk>
17237 * BufferView_pimpl.C: fix typo, remove minibuffer message
17238 when buffer has loaded
17240 2001-06-14 Lars Gullik Bjønnes <larsbj@birdstep.com>
17242 * lyxfunc.C (Dispatch): use stringstream
17243 (MenuNew): use stringstream
17244 (Open): use stringstream
17246 * importer.C (Import): use stringstream
17248 * bufferview_funcs.C (CurrentState): use stringstream
17250 * LaTeX.C (run): use stringstream
17252 * BufferView_pimpl.C (savePosition): use stringstream
17253 (restorePosition): use stringstream
17254 (MenuInsertLyXFile): use stringstream
17256 2001-06-14 Angus Leeming <a.leeming@ic.ac.uk>
17269 * vspace.C: removed // -*- C++ -*- as first line.
17272 * version.h: added // -*- C++ -*- as first line.
17274 2001-06-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17276 * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
17278 * text2.C (SetSelectionOverString): do not test str[i]==0 for end
17281 2001-06-13 Lars Gullik Bjønnes <larsbj@birdstep.com>
17283 * buffer.C (parseSingleLyXformat2Token): fix compatability reading
17286 2001-06-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17288 * gettext.C: include LString.h even when --disable-nls is on.
17290 2001-06-12 Angus Leeming <a.leeming@ic.ac.uk>
17292 * converter.h (Get): changed argument type from int to
17293 FormatList::size_type to avoid unnecessary conversion.
17295 * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
17298 2001-06-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17300 * gettext.h: include LString.h even when --disable-nls is on.
17302 2001-06-07 Juergen Vigna <jug@sad.it>
17304 * text.C (BreakAgain): subst spaces with tabs.
17306 * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
17307 (resizeInsetsLyXText): set force on resizeLyXText.
17309 2001-06-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17311 * gettext.h (gettext_init):
17312 (locale_init): use a real definition instead of a macro
17314 2001-06-02 John Levon <moz@compsoc.man.ac.uk>
17316 * Bufferview_pimpl.C:
17318 * LColor.C: further lcolor tidies
17320 2001-06-05 Lars Gullik Bjønnes <larsbj@birdstep.com>
17322 * BufferView_pimpl.C (updateScrollbar): simplify.
17324 * BufferView2.C: don't include insets/insetinfo.h, change
17325 prototype for insertInset and call the Pimpl version. let
17326 updateInset call Pimpl version.
17328 * BufferView.h: move inset_slept to BufferView::Pimpl, move
17329 gotoInset to BufferView::Pimpl
17331 2001-06-01 Juergen Vigna <jug@sad.it>
17333 * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
17334 inside a LockingInset (is the update needed at all?).
17336 2001-05-31 Juergen Vigna <jug@sad.it>
17338 * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
17339 here not the old one otherwise how should we compare it afterwards
17342 2001-06-01 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17347 * FontInfo.C: bring C functions into global namespace when
17350 2001-05-30 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17352 * LString.h: make sure config.h has been loaded before LString.h.
17354 * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
17355 (one for each char read by EatLine!).
17357 * lyx_main.C (init): constify lyxdir. Lowercase the name of some
17360 2001-06-01 Lars Gullik Bjønnes <larsbj@birdstep.com>
17362 * paragraph.C (BreakParagraph): set the inset_owner in the new par
17363 to the same as the par we break from
17365 2001-05-31 Lars Gullik Bjønnes <larsbj@birdstep.com>
17367 * commandtags.h: add LFUN_INSET_WIDE_FLOAT
17369 * MenuBackend.C (expand): also create menu entries for wide
17370 versions of the floats.
17372 * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
17374 * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
17376 * Makefile.am (lyx_DEPENDENCIES): adjust for change in
17377 frontends/Makefile.am
17383 * tabular.C (getTokenValue): add std::
17385 * tabular-old.C (getTokenValue): add std::
17386 (getTokenValue): ditto
17387 (getTokenValue): ditto
17389 * screen.C (ToggleSelection): adjust
17391 * lyxtext.h: put selection cursors inside a Selection struct.
17393 * lyxfunc.C (moveCursorUpdate): adjust
17395 * lyxfont.C (latexWriteStartChanges): add std::
17397 * lyxfind.C: adjust
17399 * font.h: delete with(char const *, LyXFont const &)
17401 * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
17403 * FontInfo.C (getFontname): add std::
17405 * BufferView_pimpl.C (resizeCurrentBuffer): adjust
17406 (workAreaButtonPress): adjust
17407 (tripleClick): adjust
17409 (moveCursorUpdate): adjust
17412 * BufferView2.C (gotoInset): adjust
17414 2001-05-30 Juergen Vigna <jug@sad.it>
17416 * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
17417 to check pspell I add this as default as I now have new pspell
17418 libraries and they seem to use this.
17420 2001-05-30 Lars Gullik Bjønnes <larsbj@birdstep.com>
17422 * text2.C (CutSelection): make the cursor valid before the call to
17425 2001-05-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17427 * kbsequence.C (parse): de-uglify a bit the parsing code, which
17428 relied on 0 terminated strings and other horrors. Bug found due to
17429 the new assert in lyxstring!
17431 * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
17434 2001-05-29 Lars Gullik Bjønnes <larsbj@birdstep.com>
17436 * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
17439 * lyxfunc.C (processKeySym): change method of getting to the
17442 * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
17443 menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
17444 * BufferView_pimpl.[Ch]: here as private methods.
17446 2001-05-28 Juergen Vigna <jug@sad.it>
17448 * text.C (SetHeightOfRow): added the update() call again as it is
17449 needed to initialize inset dimensions!
17451 2001-05-16 Juergen Vigna <jug@sad.it>
17453 * text2.C (SetCharFont): Add new function with BufferView * and
17454 bool toggleall parameters for setting insets internal fonts.
17455 (SetFont): Freeze the undo as we may change fonts in Insets and
17456 all this change should be inside only one Undo!
17458 * bufferview_funcs.C (ToggleAndShow): fixed this functions for
17459 setting font's in insets as for them we have the SetFont function!
17461 2001-05-15 Juergen Vigna <jug@sad.it>
17463 * text2.C (ClearSelection): to be sure we REALLY don't have any
17466 * tabular.C (TeXCellPreamble): fixed the left border problem for
17469 2001-05-27 Dekel Tsur <dekelts@tau.ac.il>
17471 * LaTeX.C (deplog): Make sure that the main .tex file is in the
17474 2001-05-23 Lars Gullik Bjønnes <larsbj@birdstep.com>
17476 * lyx_main.C (defaultKeyBindings): set KP_enter to point at
17477 LFUN_BREAKPARAGRAPH.
17479 * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
17480 help test to "internal only", similar for LFUN_INSERT_URL
17482 * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
17483 (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
17484 auto_region_delete and deadkeys.
17486 2001-05-22 John Levon <moz@compsoc.man.ac.uk>
17489 * LColor.C: remove some dead entries, tidy a little
17491 2001-05-18 Lars Gullik Bjønnes <larsbj@birdstep.com>
17493 * lyxfunc.C (processKeySym): comment the Escape handling, remove
17495 (Dispatch): implement LFUN_ESCAPE
17497 * commandtags.h: add LFUN_ESCAPE
17499 * LyXAction.C (init): add entry for LFUN_ESCAPE
17501 * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
17502 Remove commented code.
17503 (insertNote): moved here
17504 (open_new_inset): moved here
17506 * BufferView[2].[Ch]: move insertNote and open_new_inset to
17509 2001-05-16 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17511 * kbmap.C (findbinding): clean it up and make it work correctly.
17513 * lyx_main.C (init): do not pass argc and argv as parameters
17515 2001-05-16 Ruurd Reitsma <r.a.reitsma@wbmt.tudelft.nl>
17517 * buffer.C: fix path for OS/2 & Win32
17521 * lyx_main.C: Added os:: class.
17523 * os2_defines.h: update
17525 2001-05-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
17527 * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
17528 better by trying again with reduced state.
17530 2001-05-16 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17532 * lyxrc.C (read): print error about invalid key sequence only when
17533 debugging (because not all latinX keysyms are known to some X
17536 * kbsequence.C (getiso): add a few std:: qualifiers
17537 (getiso): comment out extra return statement.
17539 2001-05-11 Lars Gullik Bjønnes <larsbj@birdstep.com>
17541 * BufferView_pimpl.C (Dispatch): comment out the old "default" key
17543 (Dispatch): enhance the accent inset a bit. (not perfect)
17545 2001-05-10 Lars Gullik Bjønnes <larsbj@birdstep.com>
17547 * buffer.C (makeLaTeXFile): use stringstream on language_optons.
17549 2001-05-09 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17551 * bufferlist.C (emergencyWrite): fix assert() call
17553 2001-05-04 Kayvan A. Sylvan <kayvan@sylvan.com>
17555 * text.C (InsertChar): Added trivial patch to only send the "you
17556 can not do multiple spaces this way" message once during a
17559 2001-05-08 Baruch Even <baruch@lyx.org>
17561 * Makefile.am: Changed order of libraries to get LyX to link properly
17562 with the gnome frontend.
17564 2001-05-09 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17566 * LaTeXFeatures.h: add a std:: qualifier
17568 2001-05-09 Lars Gullik Bjønnes <larsbj@birdstep.com>
17570 * paragraph.C (String): use stringstream
17572 2001-05-08 Lars Gullik Bjønnes <larsbj@birdstep.com>
17574 * paragraph.C (writeFile): remove footflag arg
17576 * buffer.C (makeLaTeXFile): use stringstream
17577 (latexParagraphs): remove footnot gurba
17579 * LaTeXFeatures.C (getPackages): use stringstream
17580 (getMacros): likewise
17581 (getTClassPreamble): likewise
17582 (getFloatDefinitions): new method
17584 * paragraph.C (writeFile): reindent
17587 * WorkArea.h: revert the xpos + etc changes.
17589 * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
17591 * lyxparagraph.[Ch]: add copy constructor, remove Clone
17593 * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
17594 (pasteSelection): likewise
17595 * text2.C (CreateUndo): likewise
17597 2001-05-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
17599 * minibuffer.C (peek_event): temporarily reduce the functionality
17600 of the minibuffer (to allow args on lfuns)
17602 * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
17603 LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
17605 * buffer.C (readInset): add compability reading of old float
17606 lists, add reading of new style float list.
17607 (readInset): avoid reevaluation of inscmd.getCmdName()
17608 (getLists): reindent
17610 * MenuBackend.C (MenuItem): implement parsing of
17611 md_floatlistinsert and md_floatinsert.
17612 (expand::LastFiles): move initalizaton of iterators out of loop,
17613 avoid reevaluation.
17614 (expand::Documents): introduce typdedef vector<string> Strings,
17616 (expand::ExportFormats): introduce typedef vector<Format const *>
17617 Formats, and use it.
17618 (expand): implement FloatListInsert and FloatInsert.
17620 * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
17621 LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
17622 LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
17624 * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
17626 (Dispatch::LFUN_FLOAT_LIST): implement
17628 2001-04-28 Kayvan A. Sylvan <kayvan@sylvan.com>
17630 * LaTeX.C (run): Fix problem with --export code.
17632 2001-04-26 Angus Leeming <a.leeming@ic.ac.uk>
17634 * BufferView.[Ch] (workarea): removed.
17635 (getClipboard) new method; wrapper for workarea()->getClipboard()
17637 * ToolbarDefaults.C (read): removed final lex.next() command; it's a
17640 * WorkArea.h (width, height, xpos, ypos): These methods all
17641 returned the dimensions of the work_area sub-area of WorkArea,
17642 resulting in a position error if the WorkArea were resized. Now
17643 return the dimensions of the entire WorkArea.
17645 * lyx_main.C (ReadUIFile): don't print out spurious warnings.
17647 2001-05-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17649 * LaTeX.C (deplog): correct the syntax of regex reg1
17651 2001-05-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
17653 * undo.C: remove !NEW_INSETS cruft
17655 2001-04-28 Lars Gullik Bjønnes <larsbj@birdstep.com>
17657 * text2.C: remove !NEW_INSETS cruft
17659 * text.C: remove !NEW_INSETS cruft
17661 * tabular.C: remove !NEW_INSETS cruft
17663 * spellchecker.C: remove !NEW_INSETS cruft
17665 * lyxtext.h: remove !NEW_INSETS cruft
17667 * lyxlex_pimpl.C: remove !NEW_INSETS cruft
17669 * lyxfunc.C: remove !NEW_INSETS cruft
17671 * lyxfind.C: remove !NEW_INSETS cruft
17673 * lyx_cb.C: remove !NEW_INSETS cruft
17675 * figureForm.C: remove !NEW_INSETS cruft
17677 * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
17679 * buffer.[Ch]: remove !NEW_INSETS cruft
17681 * ToolbarDefaults.C: remove !NEW_INSETS cruft
17683 * CutAndPaste.C: remove !NEW_INSETS cruft
17685 * BufferView_pimpl.C: remove !NEW_INSETS cruft
17687 * BufferView2.C: remove !NEW_INSETS cruft
17689 * BufferView.h: remove !NEW_INSETS cruft
17691 2001-05-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17693 * Lsstream.h: include LString.h before the sstream headers to
17694 fix problem with gcc 2.95.3 and lyxstring
17696 2001-05-02 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17698 * lyx_main.C: add using directives when needed for C functions
17699 declared in std:: namespace.
17701 2001-04-27 Juergen Vigna <jug@sad.it>
17703 * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
17704 (SetHeightOfRow): comment out the update call should not be needed!
17706 2001-04-13 Juergen Vigna <jug@sad.it>
17708 * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
17709 (LyXTabular): tried to minimize operator= operations (and realized
17710 hopfully Lars wish).
17712 2001-04-27 Juergen Vigna <jug@sad.it>
17714 * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
17716 2001-04-27 Lars Gullik Bjønnes <larsbj@birdstep.com>
17718 * lyxfunc.C (Dispatch): hack to make listof algorithm work
17720 * buffer.C (readInset): hack to make listof algorithm work
17722 * BufferView_pimpl.C: hack to make listof algorithm work
17724 2001-04-26 Lars Gullik Bjønnes <larsbj@birdstep.com>
17726 * LyXAction.C: removed all !NEW_INSETS cruft
17727 (init): moved lfun_item in method
17729 * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
17731 2001-04-26 Angus Leeming <a.leeming@ic.ac.uk>
17733 * BufferView2.C (theLockingInset): white space.
17735 2001-04-25 Lars Gullik Bjønnes <larsbj@birdstep.com>
17737 * minibuffer.C: include <iostream>
17739 * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
17741 * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
17743 * commandtags.h: add LFUN_TRANSPOSE_CHARS
17745 * text.[Ch] (TransposeChars): new method
17747 2001-04-24 Lars Gullik Bjønnes <larsbj@birdstep.com>
17749 * call message directly through LyXView instead of through LyXFunc
17750 * BufferView2.C: adjust
17751 * BufferView_pimpl.C: adjust
17752 * FontLoader.C: adjust
17754 * bufferview_funcs.C: adjust
17755 * converter.C: adjust
17756 * figureForm.C: adjust
17757 * importer.C: adjust
17759 * lyx_gui_misc.C: adjust
17760 * lyxfunc.C: adjust
17763 + more files in subdirs
17765 * lyxparagraph.h (size): move up int file
17768 * adjust all uses of Assert to lyx::Assert.
17770 * BufferView2.C (ChangeCitationsIfUnique): adjust for
17771 lyxfunctional in namespace lyx
17772 * layout.C (hasLayout): ditto
17775 (delete_layout): ditto
17776 (NumberOfClass): ditto
17777 * converter.C (GetFormat): ditto
17782 * bufferlist.C (getFileNames): ditto
17783 (emergencyWriteAll): ditto
17786 * MenuBackend.C (hasSubmenu): ditto
17789 * BufferView_pimpl.C (getInsetByCode): ditto
17791 2001-04-18 Juergen Vigna <jug@sad.it>
17793 * vspace.C (asLatexString): fixed the 100% problem.
17795 2001-04-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17797 * lyxfunc.C (Dispatch):
17799 * minibuffer.h: add a few std:: qualifiers
17801 2001-04-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
17803 * minibuffer.[Ch]: reimplement so that commands is initiated and
17804 run from lyxfunc, simplified som handling, and made the completion
17805 and history code for complete. wip.
17807 * lyxfunc.C (processKeySym): call message
17808 (miniDispatch): new temporary method
17809 (LFUN_EXEC_COMMAND): reimplement for new minibuffer
17810 (LFUN_MESSAGE): implement
17811 (LFUN_MESSAGE_PUSH): implement
17812 (LFUN_MESSAGE_POP): implement
17813 (initMiniBuffer): the initial/defualt minibuffer message.
17815 * lyxfont.[Ch]: inline some more getters
17817 * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
17819 * lyx_gui_misc.[Ch] (WriteStatus): remove method
17821 * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
17822 (AutoSave): use LFUN_MESSAGE
17823 (Reconfigure): ditto
17825 * importer.C (Import): constify som local vars, use LFUN_MESSAGE
17827 * figureForm.C: use LFUN_MESSAGE
17829 * converter.C (runLaTeX): use LFUN_MESSAGE
17831 * bufferview_funcs.C: use LFUN_MESSAGE
17833 (changeDepth): ditto
17835 * bufferparams.h: use boost::
17837 * bufferlist.h: inherit privately from noncopyable
17839 * bufferlist.C (loadLyXFile): remove some commented code.
17841 * buffer.C (runChktex): use LFUN_MESSAGE
17843 * ShareContainer.h: inherit privately from noncopyable
17845 * ParagraphParameters.[hC] (depth): inline it.
17847 * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
17849 (message): new method
17850 (messagePush): ditto
17851 (messagePop): ditto
17852 (show): init minibuffer
17853 (showState): direct call
17855 * LaTeX.[Ch]: inherit privately from noncopyable
17856 (run): change second arg to LyXFunc*, use LFUN_MESSAGE
17857 instead of WriteStatus.
17859 * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
17861 * BufferView_pimpl.C (buffer): don't init minibuffer
17862 (workAreaButtonPress): use LFUN_MESSAGE
17863 (workAreaButtonRelease): ditto
17864 (savePosition): ditto
17865 (restorePosition): ditto
17866 (MenuInsertLyXFile): ditto
17867 (workAreaExpose): don't init minibuffer
17868 (update): remove commented code, simplify
17870 * BufferView2.C (openStuff): use LFUN_MESSAGE
17871 (toggleFloat): ditto
17874 (copyEnvironment): ditto
17875 (pasteEnvironment): ditto
17880 (updateInset): remove some commented code
17882 * lastfiles.h: inherit privately from noncopyable
17885 * lyx_main.h: ditto
17887 * lyxlex_pimpl.h: ditto
17889 * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
17890 LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
17891 LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17893 * LyXAction.h: inherit privately from noncopyable, add methods
17894 func_begin, func_end, returning iterators to the func map.
17896 * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
17897 add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17898 (func_begin): new method
17899 (func_end): new method
17901 * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
17903 (copySelection): ditto
17904 (pasteSelection): ditto
17906 * BufferView.C: whitespace change
17907 * BufferView.h: inherit privately from noncopyable
17909 2001-04-16 Allan Rae <rae@lyx.org>
17911 * tabular-old.C (l_getline):
17912 * spellchecker.C (sc_check_word):
17913 * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
17914 an unrecognised preprocessor directive. So ensure they're wrapped.
17916 2001-04-14 Dekel Tsur <dekelts@tau.ac.il>
17918 * src/exporter.C (Export): Give an error message when path to file
17921 2001-04-12 Dekel Tsur <dekelts@tau.ac.il>
17923 * LaTeX.C (deplog): Always check that foundfile exists.
17925 2001-04-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17928 * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
17930 2001-04-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
17932 * tabular.[Ch] (getLabelList): implement new method
17934 * minibuffer.h: comment ouf setTiimer
17936 * minibuffer.C (ExecutingCB): constify res
17937 (peek_event): constify s
17938 (Set): constify ntext
17939 (Init): constify nicename
17941 * BufferView2.C (updateInset): comment out Minibuffer::setTimer
17943 * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
17944 (savePosition): use two params to Minibuffer::Set
17945 (restorePosition): ditto
17947 2001-04-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17949 * lyx_main.C: include language.h
17951 * Makefile.am (lyx_main.o): add language.h
17953 2001-04-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
17959 * CutAndPaste.C: include gettext.h
17961 * lyxfont.h: remove old hack with ON and OFF.
17964 * lyxfont.h: do not include language.h...
17969 * bufferview_funcs.C:
17975 * paragraph.C: ... but do it here instead
17977 2001-04-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
17979 * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
17981 * tabular.C: small reformat
17983 * paragraph.C (GetFontSettings): split in NEW_INSETS and non
17986 (BreakParagraph): ditto
17987 (SetOnlyLayout): ditto
17990 * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
17993 * lastfiles.C: removed most using decl, add std:: where needed
17995 * buffer.C: ws changes
17997 * MenuBackend.C (class compare_format): put into anon namespace
17998 (expand): constify label, names, action, action2
18001 * text.C (SingleWidth): constify font
18002 (IsBoundary): constify rtl2
18003 (GetVisibleRow): constify ww
18005 * LaTeX.C (deplog): constify logfile
18007 * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
18009 (workAreaExpose): constify widthChange, heightChange
18011 * lyxrow.C (par): moved
18014 * lyxrow.h: as inlines here
18016 * lyxfont.h (shape): moved from lyxfont.C
18017 (emph): moved from lyxfont.C
18019 * lyxfont.C (LyXFont): use initialization list for all
18021 (shape): move to lyxfont.h as inline
18022 (emph): move to lyxfont.h as inline
18025 2001-04-04 Juergen Vigna <jug@sad.it>
18027 * vspace.C: had to include stdio.h for use of sscanf
18029 2001-04-03 Angus Leeming <a.leeming@ic.ac.uk>
18032 * BufferView_pimpl.h: remove xforms cruft. Both classes are
18033 independent of xforms.
18035 2001-04-02 Juergen Vigna <jug@sad.it>
18037 * spellchecker.C: fixed namespace placing!
18039 2001-03-30 Angus Leeming <a.leeming@ic.ac.uk>
18041 * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
18042 the LyXParagraph * is 0.
18044 2001-03-29 Juergen Vigna <jug@sad.it>
18046 * vspace.C: added support for %, c%, p%, l%.
18047 (stringFromUnit): added helper function.
18048 (asLatexString): changed to give right results for the %-values.
18050 * buffer.C: convert the widthp in a width%.
18052 2001-03-28 Angus Leeming <a.leeming@ic.ac.uk>
18054 * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
18057 * figureForm.[Ch]: stripped the FD_from_figure manipulation
18058 code out of lux_cb.[Ch], ready for its (imminent?) removal.
18060 * lyx_cb.[Ch]: see above.
18062 * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
18066 * lyx.[Ch]: replaced by figure_form.[Ch].
18070 * lyxfunc.C: changed headers associated with above changes.
18072 2001-03-27 Juergen Vigna <jug@sad.it>
18074 * BufferView_pimpl.C: set the temporary cursor right!
18076 2001-03-27 Angus Leeming <a.leeming@ic.ac.uk>
18078 * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
18080 2001-03-23 Angus Leeming <a.leeming@ic.ac.uk>
18082 * LString.h: removed "using std::getline"!
18084 * BufferView_pimpl.C (Dispatch): changes due to changes in
18085 InsetInclude::Params.
18087 * buffer.C (tag_name): removed redundant break statements as they were
18088 producing lots of warnings with my compiler.
18090 2001-03-23 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18092 * LString.h: add "using std::getline" when using the real <string>.
18094 2001-03-23 Jos�Ab�io Matos <jamatos@fep.up.pt>
18096 * buffer.C: removed bitset usage.
18097 PAR_TAG moved to an anonymous name space.
18098 (tag_name): new funtion, also in the anonymous namespace.
18099 (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
18100 (makeDocBookFile): clean code. Completed transition from string arrays
18102 (SimpleDocBookOnePar): code clean.
18104 2001-03-23 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18106 * tabular.C: add some comments.
18108 2001-03-22 Juergen Vigna <jug@sad.it>
18110 * buffer.C (parseSingleLyXformat2Token): redone the minipage
18111 compatibility read a bit and fixed bug with minipage in different
18114 2001-03-21 Jos�Ab�io Matos <jamatos@fep.up.pt>
18116 * buffer.C (pop_tag): removed.
18117 (push_tag): removed.
18118 (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
18119 array replaced with vector. Added support for CDATA sections.
18120 (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
18122 (makeDocBookFile): XML conformant declaration of CDATA section,
18123 fixed bug related to <emphasis> in the first paragraph char.
18124 (sgmlOpenTag): exclude empty tags.
18125 (sgmlCloseTag): ditto.
18127 * buffer.h (pop_tag): removed.
18128 (push_tag): removed.
18130 2001-03-20 Angus Leeming <a.leeming@ic.ac.uk>
18132 * language.h (Languages): added size_type and size().
18134 2001-03-20 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18136 * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
18137 response on compability reading of minipages. One probliem is that
18138 the old usage of minipages was flertydig
18140 * several files here and in subdirs: don't use static at file
18141 scope use anon namespaces instead.
18143 2001-03-19 Kayvan A. Sylvan <kayvan@sylvan.com>
18145 * paragraph.C (TeXEnvironment): Added \n to \end{environment}
18146 LaTeX output. This is necessary for Literate document
18149 2001-03-17 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18151 * buffer.C: insert hfill when needed.
18153 * tabular.C (l_getline): use string::erase, small whitespace change.
18155 * BufferView_pimpl.C: try the anon namespace.
18156 * WorkArea.C: ditto
18158 2001-03-16 Juergen Vigna <jug@sad.it>
18160 * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
18161 otherwise it won't open options-dialogs.
18163 * buffer.C: honor pextraWidth(p) on converting minipages.
18165 * tabular.C (l_getline): changed the functions to strip trailing \r.
18167 2001-03-16 Angus Leeming <a.leeming@ic.ac.uk>
18169 * BufferView_pimpl.C:
18170 * minibuffer..C: added "using SigC::slot" declaration.
18172 2001-03-16 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18174 * lyxlex_pimpl.h: noncopyable is in namespace boost.
18180 * paragraph.C: ditto
18182 * lyxtext.h: NO_PEXTRA
18184 * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
18186 * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
18187 * ParameterStruct.h: ditto
18188 * ParagraphParameters.h: ditto
18189 * lyxparagraph.h: ditto
18191 2001-03-15 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18193 * buffer.C: add compability for minipage alignment.
18194 (latexParagraphs): remove unwanted pextra check.
18196 * several files: remove CXX_WORKING_NAMESPACES
18198 * buffer.C (pop_tag): tie is in namespace boost
18200 * BufferView.h: noncopyable is in namespace boost
18202 * lyx_main.h: ditto
18205 * lastfiles.h: ditto
18206 * bufferlist.h: ditto
18207 * ShareContainer.h: ditto
18209 * LyXAction.h: ditto
18212 2001-03-14 Angus Leeming <a.leeming@ic.ac.uk>
18214 * Merging changes from BRANCH_MVC back into HEAD.
18216 * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
18218 2001-03-15 John Levon <moz@compsoc.man.ac.uk>
18220 * BufferView_pimpl.C: change from intl.C
18224 * Makefile.am: move combox.*
18230 * intl.C: remove dialog (covered by prefs)
18232 2001-03-14 Angus Leeming <a.leeming@ic.ac.uk>
18234 * lyxfunc.C (Dispatch): removed redundant break statement.
18236 2001-03-14 Juergen Vigna <jug@sad.it>
18238 * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
18240 2001-03-14 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18242 * buffer.C: add hack to fix compability reading of minipages.
18244 2001-03-13 Dekel Tsur <dekelts@tau.ac.il>
18246 * buffer.C (getLists): Cleanup.
18248 2001-03-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18250 * lyxfont.C (update): don't honor toggleall on font size.
18252 2001-03-13 John Levon <moz@compsoc.man.ac.uk>
18256 * Makefile.am: moved to frontends/xforms/
18260 * BufferView_pimpl.C: changes for moved mathpanel
18262 2001-03-12 John Levon <moz@compsoc.man.ac.uk>
18264 * gettext.h: fix gettext_init() in --disable-nls
18266 2001-03-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18268 * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
18270 2001-03-09 John Levon <moz@compsoc.man.ac.uk>
18273 * lyx.h: strip external form
18275 2001-03-12 John Levon <moz@compsoc.man.ac.uk>
18277 * BufferView_pimpl.C: add comment, destroySplash()
18279 2001-03-12 John Levon <moz@compsoc.man.ac.uk>
18281 * BufferView_pimpl.C:
18285 * lyxfunc.C: use re-worked insetinclude
18287 2001-03-12 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18289 * buffer.C: add using std::stringstream.
18291 * lyx_cb.C: readd using std::ios.
18293 * buffer.C: add using std::map.
18295 * BufferView_pimpl.C: add using std::vector.
18297 * ShareContainer.h: add std:: to swap.
18299 * buffer.h: add some typedefs
18300 * buffer.C (getLists): use them
18301 (getLists): renamed from getTocList.
18302 add a counter for the different float types and use it in the
18304 (getLists): use the same counter for the NEW_INSETS and the "non"
18307 * lyx_cb.h: remove unused items, includes, using etc.
18309 * ShareContainer.h: remove some commented code, add more comments
18310 and "documentation".
18312 2001-03-11 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18314 * buffer.C (getTocList): make the list also when NEW_INSETS is
18317 * buffer.h: remove TocType
18319 * buffer.C (getTocList): change to return a map<string,
18320 vector<TocItem> >, implement for dynamic number of list.
18322 * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
18323 * text2.C (PasteSelection): adjust
18324 * CutAndPaste.C (pasteSelection): adjust
18326 * FloatList.C (FloatList): update from the new_insets branch.
18327 * Floating.[Ch]: ditto
18328 * LaTeXFeatures.C: ditto
18330 * lyxlex_pimpl.C: ditto
18332 * paragraph.C (Last): remove when NEW_INSETS is defined.
18334 * other file: changes because of the above.
18336 2001-03-09 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18338 * lyxparagraph.h: rename next to next_, previous to previous_,
18339 make them private for NEW_INSETS. Rename Next() to next(),
18340 Previous() to previous().
18342 * other files: changes because of the above.
18344 2001-03-08 Dekel Tsur <dekelts@tau.ac.il>
18347 * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
18350 2001-03-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18352 * main.C (main): pass lyx_localedir to gettext_init().
18354 * gettext.h: remove locale_init and gettext_init macros
18356 * gettext.C (locale_init): new function
18357 (gettext_init): new function
18359 * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
18362 2001-03-07 Edwin Leuven <leuven@fee.uva.nl>
18364 * Moved credits to frontends:
18365 * credits.[Ch]: removed
18366 * credits_form.[Ch]: removed
18367 * lyx_gui_misc.C: remove credits stuff
18370 2001-03-07 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18372 * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
18374 * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
18375 unneeded destructor.
18377 * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
18378 a standalone pointer again.
18380 * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
18382 2001-03-06 John Levon <moz@compsoc.man.ac.uk>
18388 * ToolbarDefaults.C:
18397 * BufferView_pimpl.C: use new file dialog in GUII
18400 * lyx_cb.C: remove LayoutsCB to Toolbar
18402 2001-03-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18404 * ShareContainer.h (get): add std:: qualifier
18406 2001-03-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18408 * ShareContainer.h: define a proper ShareContainer::value_type
18409 type (and use typename to please compaq cxx)
18411 2001-03-06 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18413 * lyxparagraph.h: move serveral local vars to
18414 ParameterStruct/ParagraphParameters., use ShareContainer in
18415 FontTable., make vars in FontTable private and add getter and
18418 * paragraph.C: changes because of the above.
18420 * lyxfont.h: remove copy constructor and copy assignment. (the
18421 default ones is ok), move number inside FontBits. move inlines to
18424 * lyxfont.C: add number to initializaton of statics, move several
18425 inlines here. constify several local vars. some whitespace
18426 cleanup. Dont hide outerscope variables.
18428 * Spacing.h: add two new constructors to match the set methods.
18430 * ShareContainer.h: new file, will perhaps be moved to support
18432 * ParameterStruct.h: new file
18434 * ParagraphParameters.h: new file
18436 * ParagraphParameters.C: new file
18438 * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
18439 ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
18441 * BufferView_pimpl.C: ParagraphParameter changes.
18442 * buffer.C: Likewise.
18443 * bufferview_funcs.C: Likewise.
18444 * text.C: Likewise.
18445 * text2.C: Likewise.
18447 2001-03-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18449 * lyxfind.C (LyXReplace): do not redefine default argument in
18451 (IsStringInText): ditto
18452 (SearchForward): ditto
18453 (SearchBackward): ditto
18455 2001-03-06 Juergen Vigna <jug@sad.it>
18457 * lyxfind.C (IsStringInText): put parentes around expressions.
18459 2001-03-05 Edwin Leuven <leuven@fee.uva.nl>
18461 * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
18463 2001-02-23 John Levon <moz@compsoc.man.ac.uk>
18465 * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
18467 * stl_string_fwd.h: add comment
18469 * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
18472 * tabular.C: remove unused DocBook methods
18478 killed DO_USE_DEFAULT_LANGUAGE
18480 2001-03-01 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18482 * lyx_gui.C: do not include language.h.
18484 * bufferview_funcs.C (ToggleAndShow): do not provide optional
18485 arguments in function implementation.
18487 2001-02-28 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18489 * BufferView_pimpl.C: add <ctime>
18491 2001-02-27 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18493 * BufferView_pimpl.C: add using std::find_if
18495 2001-02-27 José Matos <jamatos@fep.up.pt>
18497 * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
18500 2001-02-11 José Matos <jamatos@fep.up.pt>
18502 * buffer.C (makeDocBookFile): command styles now have a parameter as
18503 "title" by default.
18505 2001-02-23 Edwin Leuven <leuven@fee.uva.nl>
18507 * layout_forms.[Ch]: removed
18508 * lyx_cb.[Ch]: out character
18509 * lyx_gui.C: out character
18510 * lyx_gui_misc.C: out character
18511 * bufferview_funcs.C: : out character,
18512 added toggleall as parameter in ToggleAndShow
18514 2001-02-26 Dekel Tsur <dekelts@tau.ac.il>
18516 * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
18518 * text2.C (SetCurrentFont): Disable number property at boundary.
18520 2001-02-26 Juergen Vigna <jug@sad.it>
18522 * lyxfunc.C (getStatus): added a string argument override function so
18523 that this is correctly called from LyXFunc::Dispatch if it contains a
18524 do_not_use_argument which is used!
18525 (Dispatch): added check for "custom" export and call appropriate func.
18527 2001-02-23 Dekel Tsur <dekelts@tau.ac.il>
18529 * lyxrc.C: Add language_command_local, language_use_babel and
18530 language_global_options.
18532 * lyxfont.C (latexWriteStartChanges): Use language_command_local.
18534 * buffer.C (makeLaTeXFile): Use language_use_babel and
18535 language_global_options.
18537 2001-02-23 Juergen Vigna <jug@sad.it>
18539 * lyxfunc.C (Dispatch): removed the whole part of the switch statement
18540 which works with LyXText and putted it inside BufferView. Here now we
18541 only call for that part the BufferView::Dispatch() function.
18543 * BufferView.C (Dispatch): added.
18545 * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
18546 functions which needs to use a LyXText over from LyXFunc.
18547 (MenuInsertLyXFile): added
18548 (getInsetByCode): added
18549 (moveCursorUpdate): added
18550 (static TEXT): added
18552 2001-02-22 Juergen Vigna <jug@sad.it>
18554 * BufferView_pimpl.C (update): call a status update to see if LyXText
18557 2001-02-20 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
18559 * vc-backend.C (revert): implement for CVS
18560 (getLog): implement for CVS
18562 2001-02-20 Juergen Vigna <jug@sad.it>
18564 * text2.C (ClearSelection): added BufferView param for inset_owner call
18566 * lyxfunc.C (TEXT): added this function and use it instead of
18567 directly owner->view()-text of getLyXText().
18569 2001-02-20 Edwin Leuven <leuven@fee.uva.nl>
18571 * src/layout_forms.C: out preamble
18572 * src/layout_forms.h: out preamble
18573 * src/lyx_cb.C: out preamble
18574 * src/lyx_cb.h: out preamble
18575 * src/lyx_gui.C: out preamble
18576 * src/lyx_gui_misc.C: out preamble
18577 * src/lyxfunc.C: connect with guii preamble
18579 2001-02-19 Angus Leeming <a.leeming@ic.ac.uk>
18581 * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
18583 2001-02-17 Dekel Tsur <dekelts@tau.ac.il>
18585 * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
18586 whether to run bibtex.
18588 2001-02-16 Dekel Tsur <dekelts@tau.ac.il>
18590 * Makefile.am (lyx_SOURCES): Remove BackStack.h
18592 2001-02-16 Lars Gullik Bjønnes <larsbj@lyx.org>
18594 * Makefile.am (lyx_SOURCES): removed bibforms.h
18596 * vspace.h: doxygen
18598 * text.C (GetVisibleRow): make several local vars const
18600 * tabular.C: small cleanup.
18602 * lyxserver.C (callback): use compare instead of strncmp
18604 * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
18605 inlines to after class or to paragraph.C
18607 * lyxfont.h: remove friend operator!=
18609 * converter.h: move friend bool operator< to non friend and after
18612 * combox.h: small cleanup
18614 * buffer.h: doxygen, remove unused constructor, move inclas inlies
18615 to inlines after class def.
18617 * buffer.C (pop_tag): use string operations instead of strcmp
18619 * bmtable.c: doxygen, small cleanup
18621 * LaTeX.h: remove friend operator==
18623 2001-02-14 Lars Gullik Bjønnes <larsbj@lyx.org>
18635 * BufferView_pimpl.C:
18636 * BufferView.[Ch]: remove cruft
18638 2001-02-14 Juergen Vigna <jug@sad.it>
18640 * lyxfunc.C: removed #if 0 unused code
18642 * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
18644 * BufferView_pimpl.C (update): set updatestatus of inset if needed.
18646 * text2.C (SetSelection): added a BufferView * parameter
18648 2001-02-13 Juergen Vigna <jug@sad.it>
18650 * lyxfunc.C (Dispatch): fixed protected blank problem.
18651 * BufferView2.C (protectedBlank): added LyxText * parameter.
18653 * tabular.C (AppendRow): forgot to set row_info of newly added row.
18654 (AppendColumn): same as above for column_info.
18656 * lyxfunc.C (Dispatch): supported some more functions in InsetText.
18657 (moveCursorUpdate): use a LyXText param for support of InsetText.
18659 * BufferView_pimpl.C (doubleClick): added support for InsetText.
18660 (tripleClick): ditto
18662 * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
18664 * BufferView_pimpl.C (update): added LyXText param to honor insets.
18666 * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
18668 * text2.C (SetSelection): set correct update status if inset_owner
18669 (ToggleFree): ditto
18671 2001-02-12 Lars Gullik Bjønnes <larsbj@lyx.org>
18673 * tabular.C: remove some commented code.
18675 2001-02-12 John Levon <moz@compsoc.man.ac.uk>
18677 * BufferView_pimpl.C: call hideSplash()
18679 * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
18682 * bibforms.h: remove
18685 * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
18686 add LFUN_CHILD_CREATE
18688 * counters.h: fix tiny typo
18693 * lyx.C: move splash to frontends/xforms/
18695 * lyx_gui_misc.C: move Include and Bibform to frontends
18697 * lyxvc.h: clarify comment
18699 * vspace.C: tiny housekeeping
18701 2001-02-10 Dekel Tsur <dekelts@tau.ac.il>
18703 * text.C (PrepareToPrint): RTL Fix.
18705 * paragraph.C (GetUChar): New method.
18706 (String): Use GetUChar.
18708 * buffer.C (asciiParagraph): Use GetUChar.
18710 2001-02-09 Dekel Tsur <dekelts@tau.ac.il>
18712 * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
18714 2001-02-09 John Levon <moz@compsoc.man.ac.uk>
18717 * buffer.C: rename to getLogName(), handle
18718 build log / latex log nicely
18720 2001-02-09 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18723 * MenuBackend.h: remove support for reference menuitem type.
18725 2001-02-07 John Levon <moz@compsoc.man.ac.uk>
18727 * BufferView_pimpl.C: housekeeping
18728 * BufferView_pimpl.h:
18733 * minibuffer.h: move Timeout GUI-I
18735 2001-02-07 Dekel Tsur <dekelts@tau.ac.il>
18737 * lyxrc.C (read): Update converters data-structures.
18739 2001-02-07 Lars Gullik Bjønnes <larsbj@lyx.org>
18741 * LaTeX.h (operator!=): add operator != for Aux_Info
18743 2001-02-06 John Levon <moz@compsoc.man.ac.uk>
18745 * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
18747 * LaTeXLog.C: deleted, useful code moved to Buffer
18750 * buffer.C: new function getLatexLogName()
18756 * lyxfunc.C: use frontends for LaTeX and VC logs
18758 2001-02-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18760 * LaTeX.h: yet another std:: that Allan forgot.
18762 * Variables.C (set): renamed from isset(), because this clashes
18763 with some HP-UX macros (grr).
18765 2001-02-06 Allan Rae <rae@lyx.org>
18767 * LaTeX.h: Another bug fix. Missing std:: this time.
18769 2001-02-04 Allan Rae <rae@lyx.org>
18771 * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
18772 floats problem. I've left it commented out because it's not quite
18773 correct. It should also test that the current object is a table or
18774 figure inset. But I haven't gotten around to figuring out how to do
18775 that. I *think* it'll be something like: "table" == inset.type()
18777 * LaTeX.h (operator==): Aux_Info should have a friend that returns a
18780 2001-02-02 Dekel Tsur <dekelts@tau.ac.il>
18782 * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
18783 all the citation/databases/styles in the auxilary file.
18784 (run): Rerun latex if there was a babel language error.
18786 2001-02-01 Dekel Tsur <dekelts@tau.ac.il>
18788 * text.C (Backspace): Preserve the font when changing newline char
18790 (BreakParagraph): If the cursor is before a space, delete the space.
18792 * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
18794 2001-01-31 Dekel Tsur <dekelts@tau.ac.il>
18796 * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
18797 new argument (code).
18798 (ChangeCitationsIfUnique): New method.
18800 * paragraph.C (GetPositionOfInset): Handle bibkey.
18802 2001-01-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18804 * BufferView_pimpl.h: change type of Position::par_pos to
18805 LyXParagraph::size_type.
18807 2001-01-29 Dekel Tsur <dekelts@tau.ac.il>
18809 * BufferView_pimpl.C (savePosition, restorePosition): Write
18810 messages to minibuffer.
18812 2001-01-28 José Matos <jamatos@fep.up.pt>
18814 * buffer.C (makeDocBookFile): adds support for document language.
18815 A silly restriction on the name of LatexCommand types where removed.
18816 Added support for CDATA sections, allows to chars unescaped, used
18817 among others in code, to avoid escape < and >.
18819 2001-01-27 Dekel Tsur <dekelts@tau.ac.il>
18821 * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
18822 saved positions instrad of a stack. Furthermore, a position is
18823 stored using paragraph id/paragraph position.
18825 * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
18826 Remove LFUN_REF_BACK.
18828 2001-01-27 Dekel Tsur <dekelts@tau.ac.il>
18830 * converter.C (dvipdfm_options): New method.
18832 2001-01-26 Dekel Tsur <dekelts@tau.ac.il>
18834 * vspace.C (isValidLength): Fix for empty input string.
18836 2001-01-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18838 * LyXAction.C (init): change description of LFUN_FIGURE to
18841 2001-01-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18843 * LaTeX.C: add using directive
18845 2001-01-24 Dekel Tsur <dekelts@tau.ac.il>
18847 * MenuBackend.C (expand): Fix the sorting of the formats.
18849 2001-01-24 John Levon <moz@compsoc.man.ac.uk>
18851 * lyx_main.C: tiny error message fix
18853 2001-01-24 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18855 * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
18856 calling fl_initialize(). This fixes the problem with ',' as
18857 decimal separator in text files.
18859 2001-01-24 Dekel Tsur <dekelts@tau.ac.il>
18861 * trans.C (process): Fix the keymap bug.
18863 2001-01-23 Dekel Tsur <dekelts@tau.ac.il>
18865 * LaTeX.C (scanAuxFiles): New method. Provides support for
18866 multiple bibliographies (when using the bibtopic/bibunits pacakges).
18867 (scanLogFile) Scan for "run BibTeX" messages.
18869 * buffer.C (makeLaTeXFile): Do not load the ae package when using
18870 OT1 font encoding. Also, load the aecompl package if the ae
18873 * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
18875 2001-01-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18877 * texrow.C (increasePos): turn two error messages into debug
18880 2001-01-20 Dekel Tsur <dekelts@tau.ac.il>
18882 * LaTeX.C (scanAux): Handle the \@input macro.
18883 (runBibTeX): Use scanAux().
18885 * language.C (latex_options_): New field.
18887 * LaTeXFeatures.C (getMacros): Add language macros.
18889 * buffer.C (makeLaTeXFile): Small fix.
18891 2001-01-19 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
18893 * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
18895 * text2.C: add a using directive.
18897 2000-01-17 John Levon <moz@compsoc.man.ac.uk>
18902 * lyxfunc.C: kill LyXBell.
18904 2001-01-17 Dekel Tsur <dekelts@tau.ac.il>
18906 * text.C (IsBoundary): Remove the error message
18908 * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
18910 * lyxrc.C (setDefaults): Correct initialization value for
18913 2001-01-15 Dekel Tsur <dekelts@tau.ac.il>
18915 * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
18918 * text2.C (GotoNextInset): New method. Replaces GotoNextError()
18919 and GotoNextNote().
18921 * src/LyXAction.C: Added reference-next.
18923 * text.C (InsertChar): Use contains instead of strchr.
18925 * lyx_cb.C (MenuInsertLabel): Enable default value code.
18927 2001-01-13 Dekel Tsur <dekelts@tau.ac.il>
18929 * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
18930 alignment commands (when needed).
18932 * text.C (InsertChar): Add ':' to number separator chars.