]> git.lyx.org Git - lyx.git/history - src/insets/insettext.C
The markDirty() and fitCursor() changes
[lyx.git] / src / insets / insettext.C
2003-03-19 John LevonThe markDirty() and fitCursor() changes
2003-03-17 Lars Gullik BjønnesRemove the BufferView* arg from almost all LyXText...
2003-03-17 John Levonpaint cleanups as sent to list
2003-03-16 John LevonpostPaint() etc.
2003-03-13 Angus LeemingYou've had enough time for that ol' review and I've...
2003-03-12 John LevonThe inset newline patch I sent plus the requisite fixes...
2003-03-12 John LevonThe final parsing patch. Tested on a variety of weird...
2003-03-12 John LevonUse ParList iterator to insert lyxfile and read the...
2003-03-12 John Levonsplit out header parsing
2003-03-10 Lars Gullik BjønnesFix InsetText latex export.
2003-03-06 John LevonAlfredo's patch.
2003-03-06 Lars Gullik Bjønnesmore ParagraphList work
2003-03-04 Lars Gullik Bjønnesadd ParagraphList::erase, make mergeParagraph take...
2003-03-03 Lars Gullik Bjønnesuse ParagraphList::iterator a bit more
2003-02-26 John LevonThe row-painter patch
2003-02-18 André Pönitzsome ws
2003-02-14 John LevonReplace ugly getParFromID() code with ParIterator...
2003-02-14 John Levon2003-02-13 John Levon <levon@movementarian.org>
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-08 John LevonThe big change tracking patch. Changes from posted...
2003-01-23 John LevonMichael's text fixes
2003-01-08 Jürgen VignaFixed down movement inside inset text (hopefully).
2003-01-06 Angus LeemingMinor bits 'n' bobs from Michael, J�rgen and Jean-Marc.
2002-12-18 John LevonAlfredo's double-dialog fix
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-10-21 John Levonremove unused and a little documentation (all r=larsbj)
2002-10-14 Jürgen VignaFix undo bugs.
2002-10-11 André PönitzFix the "can't move out of nested text insets using...
2002-09-25 Angus LeemingCopyright notices
2002-08-28 André Pönitzbugfix (clicking into insets in insets was broken)
2002-08-28 André Pönitz100 lines moved, 33 dead.
2002-08-26 André Pönitzessentially Martin's patch to fix the \end-deeper bug
2002-08-26 Jürgen VignaJohn's patch for fixing mouse button press lfuns inside...
2002-08-21 Lars Gullik Bjønnesmove pasteParagraph to global scope
2002-08-21 Lars Gullik Bjønnesremove NO_COMPABILITY stuff
2002-08-20 André Pönitzmore stuff from Lars' diff-6 (write one par at a time)
2002-08-20 André Pönitz- parts of Lars' diff-6.diff
2002-08-19 André Pönitzuse the new mouse LFUNs
2002-08-14 Lars Gullik Bjønnesmore from the diff-5.diff merged
2002-08-14 Lars Gullik Bjønnesfix typo
2002-08-14 Lars Gullik Bjønnesdiff test alterations
2002-08-14 Lars Gullik Bjønnesfix ParagraphList reading in InsetText
2002-08-13 André Pönitzthe lfun3 patches (overall cleanup and "localizing...
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-08-12 Lars Gullik BjønnesThe ParagraphList stuff
2002-08-11 Lars Gullik BjønnesThe InsetList
2002-08-10 Lars Gullik Bjønnesa new paragraph function
2002-08-09 John Levontwo minor cleanups
2002-08-07 Jürgen VignaDon't put selected stuff into the clipboard on delete...
2002-08-07 André Pönitzthe FuncRequest changes
2002-08-06 John LevonRemove LYX_LAYOUT_DEFAULT - it is very very old, even...
2002-08-02 Angus LeemingNow generate previews when loading the buffer for inset...
2002-07-21 Jean-Marc Lasgouttestime to recompile everything: I removed #include direct...
2002-07-20 Jean-Marc Lasgouttesimplement DependsOn tag for layout files; more unintere...
2002-07-17 John LevonMake showState be view_state_changed, and rename setSta...
2002-07-13 Dekel TsurRTL fixes
2002-06-24 Lars Gullik Bjønneslayout as layout
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-12 John Levonrefactor topCursorVisible() prototype a little. Compile fix
2002-06-11 John LevonRename screen, and don't re-construct it on a buffer...
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-26 John Levonstatic_cast-based key/mouse-state. Kill insetKeyPress.
2002-05-24 John Levonfont_metrics part 1
2002-05-23 John Levonmore guii moving around.
2002-05-23 John Levonguii2
2002-05-23 John LevonOK I'll try guii1 again ...
2002-05-15 Lars Gullik Bjønnespastesel.patch
2002-05-14 Lars Gullik Bjønnesbug338patch.gz
2002-05-14 Jürgen VignaDon't call edit() on not higly editable insets if we...
2002-05-01 Lars Gullik Bjønnesremove return arg from fullRebreak, fix last "Standards...
2002-04-22 Lars Gullik Bjønnesadd qt2/xforms to guilib + simple ws changes
2002-04-22 Jürgen VignaFixed use of uninitialized variable code.
2002-04-19 Jürgen VignaFix the rebreak and cursor position if we had a CHANGED...
2002-04-18 Jürgen VignaFix page up/down behaviour with very high rows. Same...
2002-04-17 Jürgen VignaSimplified code and don't enter inset on cursor down...
2002-04-16 Jürgen VignaLosts of fixes to cursor handling with insets. Cursor...
2002-04-12 Jürgen VignaFix for wrong cursor.x pos when before a fullRow inset...
2002-04-12 Jürgen VignaSimplified code.
2002-04-11 Jürgen VignaNew function ciy() which handles cursor.iy() functions.
2002-04-05 Jürgen Vignamake a CURSOR update if we inserted a character (fix...
2002-04-03 Jürgen VignaFix insetButtonPress in InsetText the same way as in...
2002-03-29 Jürgen VignaSome more fixes to selection, fitCursor calls for Inset...
2002-03-29 Jürgen VignaFixes to mouse handling in and outside a InsetText...
2002-03-26 Jürgen VignaFixed insert File inside tabulars/insettext (fix #301...
2002-03-22 Angus Leeming* Use JMarc's browseRelFiles rather than browseFiles.
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-21 Jürgen VignaCollapse the contents of multicolumn cells into one...
2002-03-18 Jürgen VignaRemove some showInsetCursor calls we don't really need...
2002-03-11 Jürgen VignaNow hopefully fixed for updates in insets inside this...
2002-03-08 Jürgen VignaFix updating inset inside insets (typically graphics...
2002-03-07 Angus Leemingremove #include "WorkArea.h".
2002-03-06 Jürgen VignaFix bugs in minipage compatibility read (fix #240).
2002-03-06 Jürgen VignaFixed InsetText's frame redrawing.
2002-03-05 Jürgen VignaChanged behaviour of Inlined ERT insets (fix 251).
2002-03-05 Jürgen VignaFixed calling edit off subinset on a ButtonPress event...
2002-03-04 Lars Gullik Bjønnesgross hack to set layout
2002-03-03 Lars Gullik Bjønnesremove lowercase, better layout handling and some varia...
2002-03-02 Lars Gullik Bjønneslayout as string
2002-02-26 Jürgen VignaAdded a insetButtonRelease call returning true as prove...
2002-02-22 Jürgen VignaFix for #191, setting the cursor to the second paragrap...
next