]> git.lyx.org Git - lyx.git/history - src
Keep score of how many #includes have been removed.
[lyx.git] / src /
2003-08-14 André Pönitzand here
2003-08-14 André Pönitzsame here
2003-08-14 André Pönitzwrap more accesses to LyXText::rowlist_
2003-08-14 André Pönitzsome infrastructure to prepare the rowlist split
2003-08-14 André Pönitzspeedup scrolling. UserGuide should be back to normal.
2003-08-14 André Pönitztwo more
2003-08-14 André Pönitzmore getPar
2003-08-14 André Pönitztwo more
2003-08-14 André Pönitzsome more getPar removals
2003-08-14 André PönitzgetPar
2003-08-14 André Pönitzremove four getPar()
2003-08-14 André Pönitznext try...
2003-08-14 André Pönitzgrr.. revert. wrong patch.
2003-08-14 André Pönitzremove Row::pit_ member
2003-08-12 Angus Leemingremove unneeded '// -*- C++ -*-' comment.
2003-08-11 André Pönitzadjust after removing math_inferinset
2003-08-11 André Pönitzremove unused files
2003-08-11 André Pönitz*** empty log message ***
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-08-08 André Pönitzmore not-so-useful stuff removed
2003-08-08 André Pönitzremove unneeded LyXText::redoHeightOfParagraph
2003-08-08 André Pönitz * lyxtext.h:
2003-08-08 André Pönitzdon't fiddle with rows when they will be recomputed...
2003-08-08 André Pönitz * text.C: replace rowlist fiddling with rebreak of...
2003-08-07 Jean-Marc LasgouttesAfter all those hours of frustrating coding on tex2lyx...
2003-08-07 André Pönitzmerge parts of InsetText and LyXText::dispatch
2003-08-07 André Pönitzadd a 'fitCursor'
2003-08-07 André Pönitzfix "height grows when moving in tables" bug
2003-08-06 Jean-Marc Lasgouttesfinish tex2lyx depth support (hopefully); more things...
2003-08-06 Martin VermeerKayvan's std::setw micro-patch.
2003-08-06 Martin VermeerRGB-to-string and back methods into Color.[Ch].
2003-08-06 Angus LeemingAdd lyx_forms.h, lyx_xpm.h
2003-08-05 Alfredo BraunsteinFix the critical part of Bug 1255 and Bug 1256.
2003-08-05 Alfredo Braunsteincompile fix
2003-08-05 Jean-Marc Lasgouttesmake nesting work in tex2lyx
2003-08-05 Jean-Marc Lasgouttesimplement basic drag-and-drop support in qt
2003-08-05 André Pönitz * insettabular.[Ch] (updateLocal): simplify logic
2003-08-05 André Pönitzmerge InsetText::setParagraphData and InsetText::init
2003-08-05 André Pönitz * insettext.C (frame_x,y,w,h): replace member with...
2003-08-05 André Pönitzsmall stuff:
2003-08-05 André Pönitzinsettext.C (localDispatch): merge cases with default...
2003-08-05 André Pönitzremove "deep update"
2003-08-05 André Pönitzforgotten part of yesterday's patch
2003-08-04 André Pönitzsimpler InsetText:: local updating
2003-08-04 André Pönitzwaste cycles for simpler InsetText::localUpdate
2003-08-04 André Pönitz * insettext.[Ch] (updateLocal): remove 'what' argumen...
2003-08-04 André Pönitzremove unneeded BufferView::UpdateCodes
2003-08-04 Jean-Marc Lasgouttesarchitectural changes to tex2lyx
2003-08-04 André Pönitzrevert accidental commit: not exactly whitespace.
2003-08-04 André Pönitzwhitespace
2003-08-04 André Pönitz replace "complicate" BufferView::update(...) calls...
2003-08-03 Jean-Marc Lasgouttescompilation fix
2003-08-03 Jean-Marc Lasgouttesdo not add ellipsis to closed inset label unless necessary
2003-08-03 Jean-Marc Lasgouttescompilation fix
2003-08-02 Jean-Marc Lasgouttesmore makefiles tweaks: kayvan's patch (with small chang...
2003-08-02 Jean-Marc Lasgouttesallow to compile several frontends at once (and produce...
2003-08-02 John Levonmissing using std::endl
2003-08-02 Jean-Marc Lasgouttesfix layout combox update bug
2003-08-02 Jean-Marc Lasgouttesfix running in place
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-08-01 Lars Gullik BjønnesAlways use std::endl with lyxerr.
2003-08-01 Martin Vermeerupdate \author list
2003-08-01 André Pönitzmerge BufferView::repaint() and BufferView::update()
2003-08-01 André Pönitzremove need_update
2003-08-01 André Pönitz * screen.[Ch]: merge update() and repaint()
2003-08-01 André Pönitzduplicate rowbreaking code in redoParagraph as starting...
2003-08-01 André Pönitzadjust some comments
2003-08-01 André Pönitzreuse new redoParagraph in LyXText::init
2003-08-01 André Pönitzspend extra cycles for simpler redoParagraph logic
2003-08-01 André Pönitzmake redoParagraph more independent of current cursor
2003-08-01 José Matoxremove file_format from buffer.h
2003-07-31 André Pönitzremove unneeded LyXText::workWidth(InsetOld const *)
2003-07-31 André Pönitzremove broken operator==() for Paragraphs
2003-07-31 André Pönitzput two functions in one, remove global variables
2003-07-31 André Pönitzremove unused Paragraph::copyIntoMinibuffer
2003-07-31 André Pönitzremove InsetUpdatable::nodraw (premature...) optimization
2003-07-31 André Pönitzremove toggleSelection
2003-07-31 Martin VermeerOops, forgotten changelog entry
2003-07-30 Angus Leeming'new InsetHFill();' should be 'new InsetHFill;'
2003-07-30 Angus LeemingMartin's changes to the Note inset.
2003-07-30 André Pönitzdon't return a bool if void is sufficient...
2003-07-30 André Pönitzprevent crash when inserting minipage in table cell,
2003-07-30 Alfredo BraunsteinFix to Bug 1232 (as discussed on bugzilla)
2003-07-30 Martin Vermeerfactor out the detection of clicking on the inset butto...
2003-07-30 Angus Leemingurg...
2003-07-30 Angus LeemingHide the fact that we re-generate those symbolic links...
2003-07-30 Martin Vermeerlimited 'arg' scope
2003-07-30 Jürgen Spitzmüllerqnote dialog: consistent terminology (bug 1270)
2003-07-30 Martin Vermeerfixed Note submenu issues
2003-07-30 Martin Vermeersubmenu for Note/Comment/Greyedout
2003-07-30 Jürgen Spitzmüllertrivial fix for qcitation dialog (bug 1284)
2003-07-29 Alfredo BraunsteinFix to Bug 1287 and Bug 1297
2003-07-29 Martin VermeerImplement a newenvironment in preamble for greyedout...
2003-07-29 Angus LeemingJean-Marc teaches me that MakeRelPath is quite sophisti...
2003-07-29 André Pönitz- y - (-y) is pretty close to 0
2003-07-29 Jean-Marc Lasgouttescompile fix for gcc 2.95.3
2003-07-29 Jean-Marc Lasgouttesfix bug when reading bind files
2003-07-29 Angus LeemingUse pushpophelper.
2003-07-29 André Pönitzsmall stuff
2003-07-28 Angus LeemingKill ChangeCitationsIfUnique; various small bits 'n...
next