]> git.lyx.org Git - lyx.git/history - src/insets
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / insets /
2007-08-12 José MatoxFix bug 518 (thanks to Jean Marc and Martin for the...
2007-08-12 André Pönitzdisable some tests for standard C++ features; add a...
2007-08-11 André Pönitzmerge {mathed,insets,graphics}/Makefile.am into src...
2007-08-10 André Pönitzenable building of shared libraries. reduces final...
2007-08-10 Lars Gullik BjønnesGet rid of a few warnings.
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-08-10 Jean-Marc LasgouttesSyncronize with 1.5. This stuff was uncommitted in...
2007-08-10 Martin Vermeerfix bug 580: reading of some ill-formed tables
2007-07-27 Bo PengFix Bug 4053: Update other controls allows invalid...
2007-07-18 Abdelrazak YounesProperly fix bug 3258.
2007-07-18 Jürgen Spitzmüller* src/insets/Inset.h: fix encoding of author names
2007-07-17 Abdelrazak Younesfix std declaration.
2007-07-17 Abdelrazak YounesFix this bug:
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-07-10 Bo Pengadd a few 'experimental parameters' to insetListingsPar...
2007-07-10 Abdelrazak YounesThis patch revert part of the code changed in revision...
2007-07-10 Jean-Marc Lasgouttesremove obsolete references to saveSelection
2007-07-09 Jean-Marc Lasgouttes * insets/InsetExternal.cpp (InsetExternalParams):...
2007-07-06 Bo PengRemove all saveSelection calls and unify theSelection...
2007-07-03 Bernhard RoiderFix uninitialized var introduced in http://www.lyx...
2007-07-02 Bernhard RoiderFix Bug 3947: BibTeX allows parentheses in the key...
2007-06-26 Jürgen SpitzmüllerFix bug 2753: LyX doesn't support paths and filenames...
2007-06-26 Uwe Stöhr- Fileformat change: rename "arabic" to "arabic_arabtex"
2007-06-25 Jürgen SpitzmüllerFix bug 1749. CAUTION: lyx2lyx not fully working yet...
2007-06-25 Alfredo BraunsteinFix one-by-some bug in tabular selection drawing by...
2007-06-23 Jürgen SpitzmüllerFix bug 2520: Make InsetExternal translateable
2007-06-22 Alfredo Braunsteinconst correctness (missed this)
2007-06-22 Alfredo Braunsteinconst correctness
2007-06-19 Richard HeckPolish the Toc and labels updating when loading a child...
2007-06-15 Abdelrazak Younesheader cleanup.
2007-06-15 Abdelrazak Younesheader cleanup.
2007-06-15 Abdelrazak Younesheader cleanup.
2007-06-15 Abdelrazak Younesheader cleanup.
2007-06-15 Abdelrazak YounesSaves some compile time by diminishing Buffer.h header...
2007-06-14 Stefan Schimanski* the old cursor is stored before dispatch and then...
2007-06-12 Bo PengAdd bypass validation checkboxes to listings related...
2007-06-12 Jean-Marc LasgouttesRemove background_color_ in Insets: it takes a lot...
2007-06-11 Stefan Schimanski* they are conceptionally the same and should be merged
2007-06-11 Jürgen Spitzmüller* src/insets/insetBranch.cpp (doDispatch):
2007-06-09 Bo PengRevert rev18728, which is not a good idea
2007-06-09 Bo PengAllow prefixing a listings parameter with @ to bypass...
2007-06-09 Abdelrazak YounesFix warning.
2007-06-09 Abdelrazak Younesfollowing rev. 18724 boost/signal is not needed.
2007-06-09 Abdelrazak YounesFollowing revision 18723, Inset::destroyed() signal...
2007-06-07 Bo PengFix bug3782, crash with selection of table cells, joint...
2007-06-07 Bo PengFix compiling errors caused by r18701 (moving drawMarke...
2007-06-07 Bo PengShow corners of mathed with mouse hover, details see...
2007-06-06 Bo PengUpdate Toc when navigation menu is trigged.
2007-06-06 Bo PengAdd listings parameter linerange, new in listings 1.4
2007-06-05 Bo Peng?xxx show all parameters containing xxx in InsetListing...
2007-06-05 Bo Pengremove pit from addToToc definition in Inset.h, as...
2007-06-05 Bo PengaddToToc, pass parent ParConstIterator, fix bug 3711
2007-06-03 Michael Schmitt * src/insets/InsetListingsParams.cpp: fix user message
2007-06-02 Bo PengFix bug 3363: mark buffer dirty after middle button...
2007-05-31 Bo PengInsetListingsParams: allow key=value,key=value1 in...
2007-05-31 José MatoxAdd support for Farsi (thanks to Mostafa Vahedi).
2007-05-31 Abdelrazak YounesThis patch transfer Inset::destroyed signal to InsetTex...
2007-05-31 Michael Schmitt * src/insets/InsetListingsParams.cpp: fix/improve...
2007-05-30 Michael Schmitt * src/insets/InsetListingsParams.cpp: fix message...
2007-05-29 Michael Schmittreplace "Listings" by "Listing" (plural => singular)
2007-05-29 Stefan Schimanski1. switch LFUN_UP/DOWN handling to a structural approac...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-27 Abdelrazak Younes* ListingsParam::ListingsParam(): use const ref.
2007-05-27 Abdelrazak Younes* InsetListingsParams.cpp: Code reorganization. Should...
2007-05-26 Bo PengDo not use \&@#^_~$ as lstinline delimiter, as suggeste...
2007-05-26 Richard HeckChange related to 18445: buffer.fileName() uses .absFil...
2007-05-26 Richard HeckMake logic clearer, with help from Lars.
2007-05-26 Abdelrazak Younesadd some const.
2007-05-26 Abdelrazak Younes- white space
2007-05-26 Abdelrazak Younes- Convert char * to string and docstring for the hints...
2007-05-26 Michael Schmitt * src/insets/InsetInclude.cpp: formatting (in response...
2007-05-25 Abdelrazak YounesSanitize cursor saving/restoring in a multi-view context.
2007-05-25 Bo PengChoose a delimiter for lstinline (braces can not be...
2007-05-25 Bo PengInsetListings: use float for placements because of...
2007-05-25 Bo PengMinor fixes, in response to Lar's email
2007-05-24 Bo PengUse a new internal structure for InsetListingsParams...
2007-05-24 Richard HeckForgot to restore this before committing 18494. This...
2007-05-24 Richard HeckFix stupid use of "or".
2007-05-24 Richard HeckFix for bugs 2199 and 3667. Most of the changes were...
2007-05-24 Bo PengIncrease listings counter for InsetInclude with lstinpu...
2007-05-23 Bo PengAllow listing the lyx file itself, fix bug 3707
2007-05-23 Jean-Marc LasgouttesFix bug 3301 (selecting buttons (e.g. a citation) with...
2007-05-23 Abdelrazak YounesFix crash with collapsable insets and multiple views
2007-05-23 Bo PengMake listings dialog translatable (mostly strings from...
2007-05-22 Jean-Marc Lasgouttesrevert r17737; it was designed to fix bug 2993, but...
2007-05-22 Jürgen Spitzmüllermake InsetListings ready for dialects, part 1 (joint...
2007-05-21 Richard HeckPartial fix for bug 1474 (crashes on recursive includes...
2007-05-20 Jürgen Spitzmüller* src/insets/InsetListings.{cpp,h}:
2007-05-20 Bo PengRemove color dependency of framed note, fix bug 3598
2007-05-19 Stefan Schimanski* markers2 are drawn below the inset, hence increase...
2007-05-18 Bo PengBUG 3649: display float listings inline, like other...
2007-05-18 Bo PengBUG 3598: display framed and shaded notes in a separate...
2007-05-18 Jürgen SpitzmüllerFix for bug 3637, joint work of Bo Peng and myself:
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-05-16 Bo PengInsetListings: fix bug 3626
2007-05-15 Bo PengInsetListingsParams.h/cpp: fix compiler warning about...
2007-05-14 Bo PengSeparate caption and label from InsetListingsParams...
2007-05-13 Michael Schmittoutput changes by means of xcolor and soul
2007-05-12 Bernhard Roiderfix bug 2453
2007-05-12 Bo PengInsetListingsParams.h/cpp: Allow , in parameter string...
next