]> git.lyx.org Git - lyx.git/history - src/insets
cosmetic fix
[lyx.git] / src / insets /
2003-07-27 Jean-Marc Lasgouttescosmetic fix
2003-07-27 Lars Gullik Bjønnesget rid of namesapce lyxfind and introduce namespace...
2003-07-27 Asger Ottar AlstrupWork to improve performance a bit
2003-07-26 Jean-Marc Lasgouttesmove reading of bind files from lyxrc.C to kbmap.C...
2003-07-26 José Matoxadd support for tables and figures (linuxdoc).
2003-07-26 José MatoxRename arguments of makeLaTeXFile to a sane scheme.
2003-07-26 Asger Ottar Alstrup*** empty log message ***
2003-07-26 Angus LeemingReplace occurances of system_tempdir with os::getTmpDir().
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Asger Ottar AlstrupUndo cleaned up. It seems to work pretty well now.
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-23 Angus LeemingPrettify the screen label of the external inset.
2003-07-23 Angus LeemingThe inset mailers' inset2string function now requires...
2003-07-23 Angus LeemingUse a FileName variable in the external inset too.
2003-07-22 Angus LeemingA new FileName class + use by the graphics inset.
2003-07-22 André Pönitzsmall stuff
2003-07-22 André PönitzLyXText::rebuild -> LyXText::metrics
2003-07-21 Angus LeemingAdd a buffer_path arg to InsetGraphicsMailer's params2s...
2003-07-21 Angus LeemingFinish the migration from namespace grfx to lyx::graphics.
2003-07-21 André Pönitzrowpainter.C: remove unused variables
2003-07-21 Angus Leeming(Martin Vermeer): fix greyout and layout foul-ups.
2003-07-18 André Pönitzsimplify InsetTabular a bit
2003-07-18 André Pönitzsmall general cleanup
2003-07-18 André Pönitzsmall stuff getLyXText() -> text_, parantheses
2003-07-18 André Pönitzremove unneeded Inset::getMaxWidth(
2003-07-18 André Pönitzmake textWidth access a bit simpler
2003-07-18 André Pönitztwo-phase-drawing for InsetText & InsetTabular
2003-07-17 André Pönitzprepare passing down max text widths...
2003-07-17 André Pönitzremove unneeded InsetText::old_max_width member
2003-07-17 André Pönitzsimplify InsetTabular::calculate_dimensions_of_cells...
2003-07-17 André Pönitzreduce number of metrics calls in InsetTabular calculat...
2003-07-17 André Pönitzremove unneeded in_update_ members
2003-07-17 André Pönitzremove Inset::update()
2003-07-17 André PönitzDisable InsetText::update and InsetTabular::update
2003-07-16 André Pönitz*** empty log message ***
2003-07-15 John LevonshowInsetDialog() for note
2003-07-15 André Pönitz'full redraw' related stuff that's innocent for the...
2003-07-15 André Pönitzchangelogs...
2003-07-15 André Pönitzrefresh_status_ trisate -> need_refresh_ bool
2003-07-15 Alfredo Braunsteinremove reinit argument from LyXText::init (act as if...
2003-07-15 Alfredo BraunsteinJuergen's clear-selection-before-insertion patch. See...
2003-07-14 André Pönitzslimmer row painter interface
2003-07-14 André Pönitzavoid a few more getLyXTexts
2003-07-14 André Pönitz * insets/insettext.[Ch] (cy, ciy, setUpdateStatus):
2003-07-14 André Pönitzused pre-computed metrics a bit more...
2003-07-10 André Pönitzremove now unneeded LyXText * argument to save/restoreL...
2003-07-10 André Pönitzsmall benefits 2 + fix of resize problem
2003-07-10 Alfredo BraunsteinTake out bufferview from buffer.
2003-07-10 André Pönitzthe 'small benefits'
2003-07-10 André PönitzsetViewCache: small helper function to hide messy details.
2003-07-10 André PönitzThe insettext patch.
2003-07-08 Martin VermeerExtend Note inset to other forms of annotation like...
2003-07-07 Alfredo BraunsteinAdded new signals to Buffer, connect/disconnect to...
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-30 André Pönitzre-enable --with-included-string
2003-06-30 André Pönitz * insetcite.C (localDispatch): fix case of missing...
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-27 André Pönitzguess what
2003-06-27 André Pönitzmove cursor related data fro LyXText to new strcut...
2003-06-27 André Pönitzrename fullRebreak() to partialRebreak() and implement
2003-06-27 André Pönitzremove LyXCursor::row_ member
2003-06-21 Alfredo BraunsteinThe error boxes are no more! See also Bug: 192, Bug...
2003-06-20 Alfredo Braunsteinadded a parseError signal to Buffer and use it
2003-06-20 Alfredo Braunsteintake several functions out of BufferList, and split...
2003-06-18 Lars Gullik Bjønnesbnext-2.diff + some more boost::next stuff
2003-06-17 Lars Gullik BjønnesThe Paste Recent patch
2003-06-16 Jean-Marc Lasgouttescompilation fix; audit and fix calls to cutSelection
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-13 André Pönitzmake tabular a proper member of InsetTabular
2003-06-12 André Pönitzsome renamings plus whitespace.
2003-06-12 Angus LeemingReplace InsetButton and ButtonInset with a ButtonRender...
2003-06-11 Angus LeemingReformat a little.
2003-06-11 Angus LeemingEnable ref dialog to be launched by removing check...
2003-06-11 John Levonchange tracking: mark the first table cell as erased too
2003-06-11 Angus LeemingEnable the external inset to handle unknown templates...
2003-06-11 Angus LeemingLFUN_EXTERNAL_EDIT.
2003-06-10 Lars Gullik Bjønnesthe current_view patch
2003-06-10 Angus LeemingSmall clean-ups.
2003-06-07 John Levonminimal ERT spacing patch (first patch sent to list...
2003-06-07 José Matoximplement linuxdoc and docbook export for insetHFill...
2003-06-06 José Matoxnewline-inset support for linuexdoc and docbook, for...
2003-06-06 André Pönitzcode compactification
2003-06-06 Alfredo Braunsteinadd Dialogs::visible to avoid the madness of filling...
2003-06-05 Angus LeemingRead and write the new external inset format.
2003-06-04 Angus LeemingMake the new grfx::Loader copy c-tor work "in expected...
2003-06-04 Angus LeemingThe external inset uses the converters. Graphical displ...
2003-06-04 André Pönitzbit of undo
2003-06-04 John Levonback out tall table speedup. It broke column width...
2003-06-03 Angus LeemingClean up InsetGraphics::Cache and rename as GraphicsInset.
2003-06-03 John Levonclone() at long last !
2003-06-02 André Pönitz remove double call to metrics()
2003-06-02 John Levonfix column width resize
2003-06-02 André PönitzIU for validate(). I guess that's in the 'don't ask...
2003-06-02 John Levonremove insetparent
2003-06-02 André Pönitzand this...
2003-06-02 André PönitzIU of drawing phase one without 'semantic changes'...
2003-05-31 Angus LeemingMove insetwrap.[Ch] into alphabetical order.
2003-05-30 André PönitzIU for second phase of two-phase drawing
2003-05-30 John Levonfix a bformat crash
next