]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiClipboard.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiClipboard.h
2019-06-17 Jean-Marc LasgouttesUse <cstdint> instead of <boost/cstdint.hpp>
2016-06-26 Georg BaumRemove using directives from headers
2016-05-04 Guillaume MunchClipboard: Retry on_dataChanged() after a delay on...
2016-05-04 Guillaume MunchWhitespace
2014-04-29 Vincent van RavesteijnGuiLog: Use GuiClipboard to put the log on the clipboard
2013-04-14 Georg BaumImplement paste from LaTeX and HTML (bug #3096)
2013-04-12 Georg BaumAlso put HTML on the clipboard when copying
2010-12-11 Enrico ForestieriFix bug #6538 (Figure: relative path changed to absolut...
2010-10-23 Vincent van RavesteijnFix #6597: LyX Appears frozen if the process holding...
2009-01-04 Vincent van RavesteijnFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5560.
2008-05-25 Peter Kümmelcleanup export of mime type strings
2008-05-25 Abdelrazak YounesFix MSVC link error.
2008-05-23 Abdelrazak Younes- Move as much platform specific stuff as possible...
2008-05-20 Abdelrazak Younesrevert accidental commit.
2008-05-20 Abdelrazak YounesFix caption numbering of child documents.
2008-02-03 Stefan Schimanski* Support for graphics pasting (with most code in the...
2007-12-28 Jürgen SpitzmüllerFix multiple cell pasting on Windows and Mac (bug 4436):
2007-09-30 Abdelrazak YounesFix slowness issue with Clipboard. Cache the Clipboard...
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-01-13 Georg BaumFix bug 2138: copy and paste should preserve formatting...
2007-01-07 Georg BaumCorrectly enable/disable all paste lfuns
2007-01-03 Abdelrazak YounesPrepare for external/internal clipboard merging.
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-07-10 Georg BaumSplit clipboard and X selection
2006-07-08 Georg Baum * src/frontends/gtk/GuiImplementation.C: include config.h
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...