]> git.lyx.org Git - lyx.git/history - src/insets/InsetSpace.cpp
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / insets / InsetSpace.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2024-04-02 Kornel BenkoFindAdv: Handle neg-spaces like normal space if searchi...
2023-09-30 Juergen SpitzmuellerPrevent access to null local_font
2023-07-17 Juergen SpitzmuellerTHINSPACE is nonbreakable (i.e., 0x202f, not 0x2009)
2023-07-17 Juergen SpitzmuellerSupport protected and thin space in simple search ...
2023-07-17 Juergen SpitzmuellerStyle
2022-12-26 Thibaut CuvelierDocBook/HTML: use XML entities for spaces.
2022-12-25 Thibaut CuvelierLyXHTML: switch the doctype to (X)HTML5 and only output...
2022-12-19 Juergen SpitzmuellerImprove LaTeX version checking
2022-10-26 Juergen SpitzmuellerSync with master
2022-08-09 Juergen SpitzmuellerUse localized length strings also in space label/tooltip
2022-06-12 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2022-06-12 Daniel RamoellerMake space names more standard
2022-05-14 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-05-12 Kornel BenkoFindAdv: Use unicode for space where possible
2022-05-09 Kornel BenkoFindAdv: Use private variable for_search
2022-05-08 Kornel BenkoFindAdv: Amend 64af721a
2022-05-08 Kornel BenkoFindAdv: Amend 627cd6de: Use '~' instead of "\\ " for...
2022-04-12 Kornel BenkoFind: Renamend for_searchAdv to for_serach in src/Outpu...
2021-12-07 Jean-Marc LasgouttesMerge branch 'breakrows'
2021-12-07 Jean-Marc LasgouttesImplement Row::Element::row_flags
2021-01-22 Kornel BenkoFindAdv: Make search for text in deleted regions config...
2020-12-10 Kornel BenkoAdv-Search: Use some free unicodes as replacement for...
2020-12-03 Juergen SpitzmuellerRecent LaTeX includes all math and text spaces
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-10-05 Yuriy SkalkoRefactoring
2020-09-09 Jean-Marc LasgouttesFixup ad954a32: make space insets easier to see.
2020-08-07 Stephan Witt#9376 prepare use of Length in lyxrc - move the class...
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-26 Juergen SpitzmuellerAdd support for medspace and thickspace (in text) ...
2020-06-23 Jean-Marc LasgouttesAllow row-breaking after some insets
2020-06-23 Jean-Marc LasgouttesMake all unbreakable spaces of the same Color_latex...
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2019-01-11 Jean-Marc LasgouttesFix alignment of rows when text width is variable
2018-07-23 Jean-Marc LasgouttesAesthetics: off-by-one in line drawing
2018-07-19 Jean-Marc LasgouttesIntroduce FontMetrics::xHeight
2018-01-05 Jean-Marc LasgouttesMove the inPixels(MetricsBase) help from Length to...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-12-06 Jean-Marc LasgouttesGet rid of Inset::setDimCache
2016-07-04 Guillaume MunchRationalise includes
2015-11-24 Jean-Marc LasgouttesFix length of hfills
2015-10-10 Georg BaumRemove unused variables
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-03-26 Jean-Marc LasgouttesImprove support for on screen length calculation
2015-02-01 Georg BaumOops
2015-02-01 Georg BaumImprove InsetSpace docbook export
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-06-25 Jean-Marc LasgouttesSmall Inset isXXX methods cleanup
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2013-11-15 Juergen SpitzmuellerDo not reset custom space values if accessed via contex...
2013-07-13 Georg BaumFix wrong space symbols (#8729)
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-10-17 Georg Baummore work on spaces
2011-10-17 Georg BaumImprove InsetSpace plaintext and docbook output
2011-08-29 Uwe StöhrInsetSpace support for
2011-07-23 Pavel SandaAdd visible space. After long discussion the solution...
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-29 Vincent van RavesteijnFix bug #7198: Assertion when calling inset-modify...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-29 Jean-Marc LasgouttesFix bug #6930: no undo for inset type changing
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-04-28 Pavel Sandatypo
2010-04-28 Pavel SandaUnify QQaud strings.
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-02-21 Abdelrazak YounesMigrate GuiHSPace to InsetParamsDialog.
2009-11-19 Richard HeckInsetQuote works again.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-07-21 Uwe Stöhrallow to use glue lengths in the HSpace dialog; file...
2009-07-18 Jürgen Spitzmüller* InsetSpace.cpp: prevent another (potential) null...
2009-07-16 Jürgen Spitzmüller* attempt to fix polytonic Greek (with mutli-accents...
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 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-10 Vincent van RavesteijnMove handling of LFUN_MOUSE_RELEASE up to Inset and...
2009-04-10 Vincent van RavesteijnMake the insets accept LFUN_INSET_SETTINGS. These inset...
2009-01-10 Jürgen Spitzmüller* InsetSpace.cpp: typo.
2008-12-22 Georg Baumfix bug 2558: hspace support in math
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-09-12 Jean-Marc LasgouttesLength::inBP returns big postscript points, not pixel...
2008-07-14 Abdelrazak Younesadd const
2008-07-14 Abdelrazak YounesFix MSVC warning
2008-07-11 Jürgen Spitzmüller* src/insets/InsetSpace.cpp:
2008-07-10 Uwe StöhrInsetSpace.cpp:
2008-07-10 Jürgen Spitzmüller* src/insets/InsetSpace.cpp:
2008-07-10 Jürgen Spitzmüller* src/insets/InsetSpace.cpp:
2008-07-09 Jürgen Spitzmüller* src/insets/InsetSpace.cpp:
2008-07-09 Jürgen Spitzmüller* src/insets/InsetSpace.cpp:
2008-05-30 Richard HeckFix remaining issues with InsetSpace. The identifier...
2008-05-30 Richard HeckFix some of the InsetSpace problems.
2008-05-30 Jürgen Spitzmüller* InsetSpace.cpp:
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-26 Jean-Marc Lasgouttesremove some useless workarounds in getStatus
next