]> git.lyx.org Git - lyx.git/history - src
Streamlining CollapseStatus stuff
[lyx.git] / src /
2007-08-16 Martin VermeerStreamlining CollapseStatus stuff
2007-08-16 Abdelrazak YounesFix color of \Omega.
2007-08-16 Jean-Marc Lasgouttesrevert inadvertent patch
2007-08-16 Jean-Marc Lasgouttesrename TextClass::ctrs_ to counters_
2007-08-16 Jean-Marc Lasgouttessome doxygen comments
2007-08-16 Jean-Marc Lasgouttesremove annoying debug message
2007-08-16 Jean-Marc LasgouttesThe counters labelstring patch. Part 2: Use the new...
2007-08-16 Jean-Marc LasgouttesThe counters labelstring patch. Part 1: the infrastructure.
2007-08-16 Richard HeckRe-write of the BibTeX representation. The main change...
2007-08-16 Enrico ForestieriFix tex2lyx linking
2007-08-15 André Pönitzfix client linking
2007-08-15 Abdelrazak Younesfix signal crash with gcc 3.
2007-08-15 Jean-Marc Lasgouttescompilation fix
2007-08-15 Abdelrazak YounesFix child document labeling (const missing from overloa...
2007-08-15 Abdelrazak Youneseol-style to native.
2007-08-15 Abdelrazak Younes* Buffer.cpp: load all child documents in one go where...
2007-08-15 Abdelrazak Younescosmetics
2007-08-15 Alfredo Braunsteinwhitespace
2007-08-15 Richard HeckMinor adjustment to previous commit.
2007-08-15 Richard HeckAdd LFUN_PARAGRAPH_PARAMS (= paragraph-params), used...
2007-08-14 Jean-Marc Lasgouttesproperly properly traces of alternative frontends
2007-08-14 Jean-Marc Lasgouttescompilation fix
2007-08-14 Richard HeckCosmetics.
2007-08-14 Abdelrazak YounesFix crash when the Outline dialog is opened on an empty...
2007-08-14 Richard HeckMove the lyx::biblio namespace into src/. Also make...
2007-08-14 Abdelrazak Younes* callback.cpp: newFile() takes a LyXView instead of...
2007-08-14 Abdelrazak YounesTransfer q_key_state() from GuiWorkArea.cpp to QKeySymb...
2007-08-14 Abdelrazak Younescosmetics
2007-08-14 Abdelrazak YounesFix crash with updateLabels(). I changed the the test...
2007-08-14 Martin Vermeerfixing the 580 fix also for trunk
2007-08-14 Abdelrazak YounesProbable compile fix.
2007-08-14 Abdelrazak YounesTransfer Drag&Drop handling from GuiWorkArea to GuiView.
2007-08-14 Abdelrazak Younesheaders
2007-08-14 Abdelrazak Younesfix eol-style
2007-08-14 Abdelrazak Younescosmetics + move frontends/* to frontend namespace.
2007-08-14 Abdelrazak Younesfix MSVC warning.
2007-08-14 Abdelrazak YounesCosmetic changes and more assertions.
2007-08-14 Enrico ForestieriAdd version information to the lyx executable on Windows.
2007-08-14 Enrico ForestieriFix dist target
2007-08-14 André Pönitzadd ugly hack to make client link again
2007-08-13 Richard HeckFix bug 4121. The cause was the empty on_available_ente...
2007-08-13 Christian RidderströmUpdate of documentation in the source related to bug...
2007-08-13 Jean-Marc LasgouttesFix bug 409 (Add support for numbered footnotes)
2007-08-13 Jean-Marc Lasgouttescompilation warning
2007-08-13 Abdelrazak YounesI forget this in rev 19515.
2007-08-13 Jean-Marc Lasgouttes * buffer_funcs.cpp (updateLabels): fix crash: par_iter...
2007-08-13 André Pönitzadd some comment
2007-08-13 André Pönitzmake the static version link again
2007-08-13 Alfredo Braunsteinsmall fix to selection of last view source line
2007-08-13 Abdelrazak Younes* loadChildDocuments(): new function to load all child...
2007-08-13 Abdelrazak Younes* QLPainter::text():
2007-08-13 Richard HeckFix update bug when leaving a wide inset with up or...
2007-08-13 Christian RidderströmFix for bug 4135
2007-08-13 Jean-Marc Lasgouttes * inset/InsetTabular.cpp (doDispatch): LFUN_MOUSE_PRES...
2007-08-13 Abdelrazak Younescompil fix.
2007-08-13 Jean-Marc Lasgouttescompilation fix
2007-08-13 Alfredo BraunsteinThis implements selection of current cursor position...
2007-08-13 Alfredo Braunstein* TexRow.{h,cpp} switch from std::list to std::vector
2007-08-13 Abdelrazak YounesOptimisation: don't search twice the hash tables.
2007-08-13 Alfredo Braunstein* DocIterator.h (forwardPosNoDescend): remove method
2007-08-13 Alfredo Braunsteinfix compilation
2007-08-13 Martin VermeerPrepare for inset configurability
2007-08-13 André Pönitzremove special handling of version.cpp[.in]
2007-08-12 Christian RidderströmStarted on comments for the LFUNs, and added note for...
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-08-12 Christian RidderströmFixed some lines that were too long. It compiled afterw...
2007-08-12 André Pönitzfix crash after assertion when using %s with integer...
2007-08-12 Christian Ridderströmfix warning on possibly(?) unused precompiled headers...
2007-08-12 Christian Ridderströmfix warning on possibly(?) unused precompiled headers...
2007-08-12 José MatoxIncrease the file format, now every \\begin_deeper...
2007-08-12 André Pönitzshuffle (la)texstream around a bit
2007-08-12 André Pönitzremove reference to LaTeXStream
2007-08-12 André Pönitzsome renamimg
2007-08-12 Martin Vermeeronly include precompiled headers once
2007-08-12 José MatoxFix bug 518 (thanks to Jean Marc and Martin for the...
2007-08-12 André Pönitzwhitespace
2007-08-12 André Pönitzcosmetics
2007-08-12 André Pönitzcosmetics (whitespace and no-op functions)
2007-08-12 André Pönitzremove HSV color
2007-08-12 André Pönitzremove unsued classes HSVColor and NamedColor
2007-08-12 André Pönitzadd missing header
2007-08-12 André Pönitzdisable some tests for standard C++ features; add a...
2007-08-11 André Pönitzmoccable files are special after all
2007-08-11 André Pönitzremove lyxrc dependence from support/*
2007-08-11 Jean-Marc Lasgouttestypo
2007-08-11 Jean-Marc Lasgouttesfix linking of qt4 frontend
2007-08-11 André Pönitzfix client linking
2007-08-11 André Pönitzfix tex2lyx linking
2007-08-11 Jean-Marc Lasgouttesrename the generated package.C to Package.cpp, as it...
2007-08-11 André Pönitzfix linking error in the frontend
2007-08-11 Jean-Marc Lasgouttes * Counter.cpp (hasCounter): new method.
2007-08-11 Jean-Marc Lasgouttesfix running lyx with libtools and shared libraries
2007-08-11 André Pönitzfix building with automake; break scons, cmake and...
2007-08-11 André Pönitzfix position of inferior libraries
2007-08-11 André Pönitzmerge {mathed,insets,graphics}/Makefile.am into src...
2007-08-11 André Pönitzmerge controllers/Makefile.am and controllers/tests...
2007-08-11 André Pönitzmerge support/Makefile.am and support/tests/Makefile.am
2007-08-11 André Pönitzmove tex2lyx and client subdir handling to the main...
2007-08-10 André Pönitzmerge qt4/Makefile.am and qt4/ui/Makefile.am
2007-08-10 André Pönitzenable building of shared libraries. reduces final...
next