]> git.lyx.org Git - lyx.git/history - src/insets
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets /
2007-12-21 Richard HeckImprove size of spaces.
2007-12-20 Richard HeckSupport for nocite, provided by Bernhard Reiter.
2007-12-19 Bo PengAdd buffer name/path/class to InsetInfo
2007-12-17 Abdelrazak YounesNow that exceptions are allowed, handle gracefully...
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-16 Abdelrazak YounesCleanup the mess I introduced in rev 22165. This happen...
2007-12-16 Abdelrazak YounesSanitize the way we use abort() and exit(). With this...
2007-12-16 Abdelrazak YounesSimplify FileName::tempName().
2007-12-16 Abdelrazak YounesTransfer tempName() implementation to FileName.
2007-12-15 Abdelrazak YounesChange semantics of FileName::copyTo(): we now overwrit...
2007-12-14 Abdelrazak YounesThe rename() function removed in rev had in fact move...
2007-12-14 Abdelrazak YounesThe original support::copy() was overwriting the target...
2007-12-13 Abdelrazak Younesget rid of lyxlib.h:copy() and rename().
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-10 André Pönitzdo not unnecessarily crash on shutdown...
2007-12-06 Jürgen SpitzmüllerSupport for \slash and \nobreakdash-
2007-12-06 Abdelrazak Younes* InsetHFill: small drawing tweaks and fix the cursor...
2007-12-05 Abdelrazak YounesInsetHFill drawing: some other tweaks. There's still...
2007-12-05 Abdelrazak YounesInsetHFill drawing: some tweaks.
2007-12-05 Abdelrazak YounesCleanup Hfill metrics and painting. InsetHFill is now...
2007-12-05 Pavel SandaDistinguish occurence of 'Note' string between layouts...
2007-12-05 Abdelrazak YounesIntroducing FileNameList, cleanup some headers and...
2007-12-05 Abdelrazak YounesHeader cleanup.
2007-12-04 Abdelrazak YounesSanitize the way Buffers are saved, renamed and closed.
2007-12-04 Jürgen Spitzmüllerframed.sty goes InsetBox:
2007-12-02 Abdelrazak Younes* BufferView:
2007-12-02 Jürgen Spitzmüller* src/insets/InsetTabular.cpp:
2007-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-11-30 Richard HeckComments.
2007-11-30 Abdelrazak Younes* Buffer:
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 André Pönitzmerge the Forked* machinery into a single pair of files
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-28 Abdelrazak Younes* FileName:
2007-11-25 Uwe Stöhradd a new color to distinguish \newpage from \pagebreak
2007-11-25 Abdelrazak YounesFree src/ from boost::filesystem.
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-23 André Pönitzmissed that part
2007-11-23 André Pönitzremove spurious include
2007-11-23 André Pönitzcosmetics
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-22 Jürgen Spitzmüller* src/insets/InsetTabular.cpp (doDispatch):
2007-11-18 André Pönitzconsolidate showDialog() incarnations
2007-11-17 Pavel SandaFix initialization warning
2007-11-17 André Pönitzmerge frontend::Gui and frontend::Application
2007-11-17 André Pönitzshuffle code around
2007-11-16 Martin VermeerFix font bug reported by Helge
2007-11-15 André Pönitzreduce line noise
2007-11-15 Abdelrazak YounesAdd InsetOptArg to standard insets.
2007-11-14 André Pönitzmore strfwd
2007-11-13 André Pönitzcosmetics
2007-11-13 Richard HeckStupid mistake. Thanks TC.
2007-11-10 André Pönitzcosmetics
2007-11-08 André Pönitzshuffle stuff around
2007-11-07 Abdelrazak YounesAdjust headers.
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-07 Abdelrazak YounesMove InsetLayout definition to insets/InsetLayout.h
2007-11-07 Abdelrazak Younescleanups
2007-11-07 André Pönitzmore de-boostification
2007-11-07 André Pönitzmore use of support::FileName.
2007-11-06 André Pönitzwe assume (more or less) conforming compilers nowadays.
2007-11-06 Abdelrazak Younes* BufferView: Make use of ScreenUpdateStrategy::NoScree...
2007-11-05 Dov FeldsternUse forceLTR instead of inset codes in order to determi...
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 4/4
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-05 Abdelrazak YounesGet rid of InsetFlexParams
2007-11-03 André Pönitzremove unneeded @includes from BufferView.h
2007-11-03 Dov FeldsternForce latin-only InsetCollapsables into LTR environment...
2007-11-03 Dov Feldsternrename asTextInset -> asInsetText (to conform with...
2007-11-03 André Pönitzsome std::string -> filename changes
2007-11-03 Abdelrazak Younesremove two FIXME.
2007-11-03 Abdelrazak YounesTransfer some code from InsetFlex to InsetCollapsable...
2007-11-03 Abdelrazak YounesFix copy&paste of Insets.
2007-11-03 Abdelrazak YounesFurther cleanup of InsetFlex, InsetCollapsable and...
2007-11-02 André Pönitzpimpl not needed here
2007-11-02 Abdelrazak YounesRemremove unneeded init() method.
2007-11-02 Abdelrazak Younesfix layout of InsetBox and remove unused InsetCollapsab...
2007-11-02 Abdelrazak YounesFurther cleanup of collapsable insets. The layouts...
2007-11-02 André Pönitzcosmetics
2007-11-02 Abdelrazak YounesRemove fontlabel initialisation bug work-around. We...
2007-11-02 Abdelrazak Younesremove unneeded init() method.
2007-11-02 Abdelrazak Younes* InsetCollapsable:
2007-11-02 Abdelrazak Younesrevert accidental commit (r21380)
2007-11-02 Abdelrazak YounesRemove redundant code and introduce InsetCollapsable...
2007-11-02 Abdelrazak YounesProperly initialize label font.
2007-11-02 Abdelrazak Younesremove void operation.
2007-11-02 Abdelrazak Younesremove unused constants.
2007-11-02 Abdelrazak YounesFix concatenation bug introduced in rev 21363 and simpl...
2007-11-02 Abdelrazak Younescosmetics
2007-11-02 Abdelrazak Younesadd some const and move things closer to implementation.
2007-11-02 Abdelrazak Younesremove FIXMEs
2007-11-02 Abdelrazak Younesuse docstring wherever it makes sense.
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
next