]> git.lyx.org Git - lyx.git/history - src/insets/InsetHyperlink.cpp
Do not check again and again for non existing files
[lyx.git] / src / insets / InsetHyperlink.cpp
2019-03-10 Juergen SpitzmuellerMore exceptions to percent encoding
2019-03-10 Juergen SpitzmuellerDo not percent-encode & in urls
2019-01-30 Juergen Spitzmueller? and = must not be percent-encoded in hrefs
2018-09-09 Juergen SpitzmuellerSupport input of non-ASCII characters in hyperlinks
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-03-14 Richard HeckMove the global formats and system_formats variables...
2017-02-08 Juergen SpitzmuellerInsetHyperlink: Fix replacement of empty name with...
2017-01-30 Juergen SpitzmuellerExtend LATEXIFY command param handling and add literal...
2017-01-09 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Richard HeckEscape link name for DocBook.
2016-07-04 Guillaume MunchRationalise includes
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2013-11-12 Georg BaumSilence unwanted error popup on copying
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-09-28 Juergen Spitzmuellervalidate encodable characters in href inset (#8357)
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-04-02 Richard HeckHyperlinks have to be escaped for XHTML output.
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-12-09 Richard HeckRemove support for viewing URLs from hyperlinks. This...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-10-29 Richard HeckBit of cleanup around the Format view and edit code.
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-08-29 Pavel SandaLearn URL viewing for hyperlink insets
2010-08-29 Jürgen Spitzmüller* InsetHyperlink.{cpp,h}:
2010-08-29 Jürgen Spitzmüller* InsetHyperlink.{cpp,h}:
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2009-11-28 Richard HeckOutput target if name is not defined.
2009-11-25 Richard HeckRestore XHTML output for InsetHyperlink.
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-05 Richard HeckHTML output code for a handful of easy insets.
2009-04-22 Uwe StöhrInsetHyperlink.cpp:
2009-01-17 Uwe StöhrInsetHyperlink.cpp: the "#" character must not be escap...
2009-01-15 Uwe StöhrInsetHyperlink.cpp: - fix my rash r28141
2009-01-14 Uwe StöhrInsetHyperlink.cpp: fix http://bugzilla.lyx.org/show_bu...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-08-30 Uwe StöhrInsetHyperlink.cpp: coding style change according to...
2008-08-29 Uwe StöhrInsetHyperlink.cpp: fix a bug I introduced in r26218
2008-08-19 Uwe StöhrInsetHyperlink.cpp: add "http://" when the hyperlink...
2008-06-18 Pavel SandaFix include orderings.
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-25 Richard HeckPer Abdel's suggestion that we focus on bug-fixing...
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2008-01-10 Jürgen Spitzmüller* src/insets/InsetCitation.{cpp,h}:
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-02 André Pönitzpimpl not needed here
2007-11-02 Abdelrazak Younesrevert accidental commit (r21380)
2007-11-02 Abdelrazak YounesRemove redundant code and introduce InsetCollapsable...
2007-11-02 Abdelrazak YounesFix concatenation bug introduced in rev 21363 and simpl...
2007-11-02 Abdelrazak Younescosmetics
2007-11-02 Abdelrazak Younesadd some const and move things closer to implementation.
2007-11-02 Abdelrazak Younesremove FIXMEs
2007-11-02 Abdelrazak Younesuse docstring wherever it makes sense.
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-11-01 Uwe StöhrInsetHyperlink.cpp: add FIXME for the docstring issue
2007-11-01 Uwe Stöhr- add entry to FORMATS file for Stefan's format change...
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-14 Uwe StöhrFix two author entries.
2007-10-14 Uwe StöhrInsetHyperlink.cpp: fix bug 449: handle special charact...
2007-10-13 Uwe StöhrThe huge URL patch: