]> git.lyx.org Git - lyx.git/history - src
fr.po: updates by Jean-Pierre
[lyx.git] / src /
2008-03-10 Stefan Schimanski* restart cursor not only after mouse- and keyboard...
2008-03-10 Stefan Schimanski* remove style, left from debugging
2008-03-10 Stefan Schimanski* patch by Pavel to make the layout list look like...
2008-03-10 Stefan Schimanski* also forward delete numbering in math hull
2008-03-10 Stefan Schimanski* made compatible with Qt 4.2 again.
2008-03-10 Stefan Schimanski* use small font for the header metrics
2008-03-10 Stefan Schimanski* compile fix
2008-03-10 Stefan Schimanski* reduce spacing in layout list
2008-03-10 Abdelrazak YounesIntroduce Inset::isLabeled() in order to avoid reimplem...
2008-03-10 Abdelrazak Younesfix http://bugzilla.lyx.org/show_bug.cgi?id=4608
2008-03-10 Stefan Schimanski* center RTF text vertically correctly in layout list
2008-03-10 Abdelrazak Younesadd missing ctor
2008-03-10 Stefan Schimanski* typo
2008-03-10 Stefan Schimanski* split different macro cases
2008-03-10 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4621
2008-03-10 Abdelrazak YounesMSVC warning
2008-03-10 Stefan Schimanski* require at least xargs 1.09.
2008-03-10 Stefan Schimanski* draw full line for empty categories
2008-03-10 Stefan Schimanski * center the line in the layout category headers...
2008-03-10 Stefan Schimanski* comments
2008-03-10 Stefan Schimanski* cosmetic and comment
2008-03-10 Stefan Schimanski* \newcommandx parsing for tex2lyx
2008-03-10 Stefan Schimanski* remove newlyxcommand
2008-03-10 Stefan Schimanski* math macro definition context menu
2008-03-10 Stefan Schimanski* \newcommandx support for the math parser
2008-03-10 Stefan Schimanski* small fixes of the temporary change display of macro...
2008-03-10 Stefan Schimanski* comments for macro tables in Buffer
2008-03-10 Stefan Schimanski* make macros global. This is conceptionally much easie...
2008-03-10 Stefan Schimanski* xargs export support. No parser support yet.
2008-03-10 Jürgen Spitzmüllerrestore Lars.
2008-03-09 Stefan Schimanski* fix for http://bugzilla.lyx.org/show_bug.cgi?id=2556
2008-03-09 Pavel SandaStart some context-edit menu.
2008-03-09 Uwe StöhrInsetMathNest.cpp: Ctrl-b uses now \boldsymbol (fixes...
2008-03-09 Pavel Sanda* Doxy.
2008-03-09 Bo PengEmbedding: add option \extra_embedded_files to buffer...
2008-03-09 Pavel SandaLFUN_TOGGLE_CURSOR_FOLLOWS_SCROLLBAR -> LFUN_CURSOR_FOL...
2008-03-09 Abdelrazak YounesSmall Menu code reorg:
2008-03-09 Jürgen Spitzmüller* src/insets/InsetNote.h:
2008-03-09 Pavel Sanda* Doxy.
2008-03-09 Uwe StöhrGuiDocument.cpp: fix linebreak
2008-03-09 Jürgen Spitzmüllerfix encoding.
2008-03-09 Edwin Leuvencompile fix
2008-03-09 Pavel SandaAdd math context menu.
2008-03-09 Stefan Schimanski* mac menus do not handle showEvent, only the aboutToSh...
2008-03-09 Abdelrazak YounesAdd dummy context menu when there is non defined.
2008-03-09 Abdelrazak YounesGeneral support for InsetCommand context menu. For...
2008-03-09 Bo PengContinue working on the embedding feature. An additiona...
2008-03-08 Stefan Schimanski* compile fix for mac
2008-03-08 Abdelrazak YounesTransfer general edit context menu from BufferView...
2008-03-08 Edwin Leuven...and clean up headers
2008-03-08 Edwin Leuvenfix view file when path is not shown
2008-03-08 Abdelrazak Younesrestore comment about boost::shared_ptr and dtor.
2008-03-08 Abdelrazak Younes* MenuItem::submenu_: it seems that boost::shared_ptr...
2008-03-08 Abdelrazak Younessome more cleanups.
2008-03-08 Abdelrazak Younesvarious cleanup and simplifications
2008-03-08 André Pönitzmake Ctrl+mousewheel change the display font sizes...
2008-03-08 André Pönitzseems the temporary copy is needed neverthelesse. it...
2008-03-08 Abdelrazak YounesEncapsulate all menu related stuff inside Menu.cpp...
2008-03-08 André Pönitzshorter code..
2008-03-08 Abdelrazak Younes* Inset::buffer(): assert when buffer_ is not set.
2008-03-08 Abdelrazak Younes* Menu:
2008-03-08 Edwin Leuvenmore fixes (correct filename, and repair view file)
2008-03-08 Abdelrazak Younesdeclaration cleanup
2008-03-08 André Pönitzcosmetics
2008-03-08 André Pönitzless string conversions as long as we stay in the frontend
2008-03-08 Richard HeckComment.
2008-03-08 Pavel SandaAdd doxy.
2008-03-08 Richard HeckFix crash.
2008-03-07 Edwin Leuvenfix broken dialog
2008-03-07 André Pönitzadd a convienient foreach implementation
2008-03-07 Abdelrazak Younescosmetics
2008-03-07 Abdelrazak YounesBuffer::getLabelList(): Bug fix; only level 0 items...
2008-03-07 Abdelrazak Younes* Buffer::getLabelList(): Speed up and simplify by...
2008-03-07 Abdelrazak YounesMSVC Compile fix.
2008-03-07 Abdelrazak Younes* Buffer::changeRefsIfUnique(): Only used for CITE_CODE...
2008-03-07 Abdelrazak Younesfix memory leak
2008-03-07 Abdelrazak YounesInsetInclude: use InsetLabel instead of handling "label...
2008-03-07 Abdelrazak Younesadd comment about std::vector<bool>
2008-03-07 Abdelrazak YounesMSVC compile fix
2008-03-07 Richard HeckBaseClassList --> LayoutFileList
2008-03-07 Richard HeckRemove comment. This issue no longer seems to exist.
2008-03-07 Richard HeckGet rid of the boost::shared_ptr's in TextClass.{h...
2008-03-07 Richard HeckDid not need to change this.
2008-03-07 André Pönitzcosmetics
2008-03-07 André Pönitzmerge MenuBackend into frontend/Menus
2008-03-06 Richard HeckImprove performance of TextClass type objects by making...
2008-03-06 Richard HeckAbdel is right.
2008-03-06 Richard HeckGet rid of LayoutPtr.h.
2008-03-06 André Pönitzstart moving MenuBackend to the frontend
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Abdelrazak YounesDelete child buffer at InsetInclude destruction.
2008-03-06 Bernhard RoiderAdd support for \bm from bm.sty
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-06 Richard HeckAs noted by Andre.
2008-03-06 André Pönitzmore of that...
2008-03-06 André Pönitzfrontend cosmetics
2008-03-06 Abdelrazak YounesPer Andre' advice: No need to check for pointer nullity...
2008-03-06 Richard HeckDo a little better here.
2008-03-06 Abdelrazak YounesLoad child documents unconditionally at updateLabels...
2008-03-06 Abdelrazak YounesTransfer and bug fix LFUN_BUFFER_BEGIN/END_SELECT to...
next