]> git.lyx.org Git - lyx.git/history - src
adjust insetcollapsable and insetcharstyle metrics (bug 1798, bug 1804)
[lyx.git] / src /
2005-02-22 Jürgen Spitzmülleradjust insetcollapsable and insetcharstyle metrics...
2005-02-22 Jean-Marc Lasgouttesfix several GOTO lfuns (bug 1787, bug 616, bug 781...
2005-02-22 Angus LeemingAndreas' "in_show" fix to bug 1119.
2005-02-21 Angus LeemingSpell Lars' and Jo�o's names correctly in an latin...
2005-02-21 Jean-Marc LasgouttesMichael's patch to change 'reference' to 'label' in...
2005-02-20 Jean-Marc Lasgouttescompilation fix
2005-02-20 Jean-Marc Lasgouttes do not reconfigure when not needed
2005-02-20 Jürgen Spitzmüllerfix double click on collapsable label (from Andr�)...
2005-02-17 Angus LeemingEnable lyx::copy to work when compiled with the gcc...
2005-02-15 Georg Baumfix bug 1798 (from Andr�)
2005-02-15 Angus LeemingEnsure that "paragraphs().size() - 1" can be used meani...
2005-02-15 Angus LeemingWork around a bug in gcc 2.95's STL implementation.
2005-02-15 Angus LeemingAdd missing #include.
2005-02-15 Georg Baumtry to fix broken cursor (from Andr�)
2005-02-15 Angus LeemingRearrange and rename the environment variable setter...
2005-02-15 Angus LeemingUse chars not ints to initialize chars.
2005-02-15 Angus LeemingSquash MSVC warning "local variable 'fd' used without...
2005-02-15 Angus LeemingSquash MSVC warning about a class declared as 'class...
2005-02-15 Angus LeemingSquash a couple of MSVC warnings about "truncation...
2005-02-14 Angus LeemingSquash MSVC warning about comparison of DocIterator...
2005-02-14 Martin VermeerGeorg Baum's and my math array partition lines related...
2005-02-14 Jürgen SpitzmüllerThis wasn't intended to go in. Revert ...
2005-02-14 Jürgen SpitzmüllerAndr�'s font changes fix
2005-02-13 Angus LeemingInvoke prependEnvPath to adjust the PATH only if
2005-02-13 Georg BaumFIXME for Andr�
2005-02-12 Georg Baumprevent crash in BufferParams::readGraphicsDriver()
2005-02-12 Jürgen Spitzmüllerfix bug 1598 (crash on cursor up/down in script)
2005-02-11 John LevonBetter comment for the event queue magic
2005-02-10 Jürgen Spitzmüllerfix QRef dialog
2005-02-10 Georg Baumfix inInset crash
2005-02-09 Martin VermeerPartition lines in matrices: UI
2005-02-09 Jean-Marc Lasgouttesfix display when jumping to a toc entry
2005-02-08 Georg Baumfix bug 1776
2005-02-08 Lars Gullik Bjønnesdociterator dont inherit from std::vector and updates
2005-02-08 Lars Gullik Bjønnesthe depm patch
2005-02-07 Jean-Marc Lasgouttesremove some bogus pointer indirection
2005-02-07 Georg Baumfix cut and paste crash
2005-02-06 Georg Baumupdate fileformat and fix output of paperfontsize
2005-02-06 Lars Gullik Bjønnesws changes mostly
2005-02-04 Asger Ottar Alstrup- And remove the theCoords.doneUpdating from here
2005-02-04 Asger Ottar Alstrup- Move theCoords.doneUpdating here - right before we...
2005-02-03 Georg Baumfile format change for bug 698 and fix for the reproduc...
2005-02-03 Angus LeemingMake -lz conditional on USE_COMPRESSION.
2005-02-03 Georg Baumfix tex2lyx linking for gcc 3.3 and older
2005-02-03 Angus LeemingUse our wrapper for the posix kill() function.
2005-02-03 Georg Baumhandle includegraphics*
2005-02-02 Angus LeemingIt appears that tex2lyx no longer requires libz...
2005-02-02 Georg BaumFinally fix tex2lyx, lyx2lyx round trip
2005-02-02 Angus LeemingRefactor the code to split a string into an argv array...
2005-02-02 Georg Baumfix lyx->tex->lyx round trip problems
2005-02-01 Angus LeemingMove a helper text into LyXRC::getDescription (RC_PATH_...
2005-02-01 Angus LeemingSome boost::filesystem fixes.
2005-01-31 Angus LeemingEnable tex2lyx to run in-place.
2005-01-31 Lars Gullik BjønnesAsgers Win32 changes to fs_extras
2005-01-31 Jean-Marc Lasgouttesfix inserting text file into a text inset
2005-01-31 Angus LeemingAsger's commentary, const-correct and bug-squashing...
2005-01-31 Angus LeemingAsger's obviously-correct Win32 changes.
2005-01-31 Lars Gullik Bjønnesget rid of rmdir
2005-01-31 Lars Gullik Bjønnesditch FileInfo -> use boost.filesystem
2005-01-31 Angus LeemingProtect '#warning ...' with '#ifdef WITH_WARNINGS'...
2005-01-31 Angus LeemingRemove unused 'public slot: void slotEdit();'
2005-01-29 Georg Baumgtk compilation fix
2005-01-29 Georg Baumdisable concept checks in gtk frontend for gcc 3.4...
2005-01-28 Jürgen SpitzmüllerRe-read packages list after reconfigure
2005-01-28 Lars Gullik Bjønnesa required file
2005-01-27 Lars Gullik Bjønnesthe convert patch
2005-01-24 Jürgen SpitzmüllerFix output of change tracked documents (also fixes...
2005-01-23 Angus LeemingAdd the bibitemWidest declaration to insetbibitem.h.
2005-01-23 Angus LeemingFix typo. Thanks, Kayvan.
2005-01-22 Asger Ottar Alstrup- Add os_win32.h helper file for Windows MSVC compilation
2005-01-22 Angus LeemingFix my breakage. Sorry guys.
2005-01-21 Angus LeemingMove the Cygwin specializations into their own file.
2005-01-21 Angus LeemingFix typo. HAVE_COMPRESSION -> USE_COMPRESSION.
2005-01-21 Angus LeemingCompilation fix for the Mac.
2005-01-20 Angus LeemingChange string literal comparsions to std::string ones.
2005-01-20 Angus Leeminguse USE_COMPRESSION to guard code.
2005-01-20 Angus LeemingSquash some MSVC warnings.
2005-01-20 Angus LeemingRename some of the elements of the SpellBase::Result...
2005-01-20 Angus LeemingGuard HAVE_UNISTD_H.
2005-01-20 Angus LeemingSquash a breakage on Windows and move a couple of funct...
2005-01-20 Angus LeemingChange the meaning of the $$s placeholder to <lyx suppo...
2005-01-20 Jean-Marc Lasgouttesfix bugs discovered by msvc
2005-01-20 Angus LeemingPrevent crash when outputting latex file.
2005-01-19 Angus LeemingUse HAVE_UNISTD_H.
2005-01-19 Angus LeemingAsger's exchanging of the class and struct keywords.
2005-01-19 Angus LeemingGuard against the non-existence of SIGHUP.
2005-01-19 Jean-Marc Lasgouttesuse the wasysym package when needed
2005-01-19 Jean-Marc Lasgouttesoverleftarrow and overrightarrow do not require amslatex
2005-01-19 Jean-Marc Lasgouttesrestore top/bottom margins (bug 1761)
2005-01-18 Asger Ottar Alstrup- Add missing STL includes for correctness - gcc is...
2005-01-18 Angus LeemingRemove unicode characters.
2005-01-17 Angus LeemingRuurd's Win32 code to close the console window immediat...
2005-01-17 Angus LeemingInvoke scripts by prepending the name of the script...
2005-01-17 Angus LeemingEnable the lyx executable to be found from the PATH...
2005-01-16 Angus LeemingThe LyXRC::prepend_path patch as tested on the Mac...
2005-01-16 Angus LeemingI just noticed that createLyXTmpDir wouldn't compile...
2005-01-16 Angus LeemingActually move the OS2-specific block to make the code...
2005-01-16 Angus LeemingWriting code in the presence of preprocessing blocks...
2005-01-15 Angus LeemingEnable Qt's uic to process the .ui files when using...
2005-01-14 Georg Baumuse the default converter for insetexternal, too
next