[LyX/master] constify

2022-10-28 Thread Jean-Marc Lasgouttes
commit 6c2d4f9392c41485eccdbe1b914d5c2eae0361ac Author: Jean-Marc Lasgouttes Date: Fri Oct 28 18:03:50 2022 +0200 constify --- src/Buffer.cpp |2 +- src/Buffer.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 8ab86d4..3

[LyX/master] Constify some Paragraph::Private methods

2021-03-09 Thread Jean-Marc Lasgouttes
commit 87e59caebe3982d91fd0ac999dc8f34cc7f1105f Author: Jean-Marc Lasgouttes Date: Tue Mar 9 16:46:05 2021 +0100 Constify some Paragraph::Private methods --- src/Paragraph.cpp | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Paragraph.cpp b/src/

[LyX/master] Constify

2020-11-27 Thread Yuriy Skalko
commit 8cb728c2d7a6b70dccb7651f300d9812f645d2ea Author: Yuriy Skalko Date: Thu Nov 26 01:11:07 2020 +0200 Constify --- src/Counters.cpp |2 +- src/Counters.h|2 +- src/Server.cpp|2 +- src/Server.h |4 ++-- src/g

[LyX/master] Constify InsetQuotesParams

2020-11-01 Thread Yuriy Skalko
commit 9c47e736f872907c67e4d82dab8b24ca485e9ca7 Author: Yuriy Skalko Date: Sun Nov 1 12:57:14 2020 +0200 Constify InsetQuotesParams --- src/insets/InsetQuotes.cpp | 10 +- src/insets/InsetQuotes.h | 10 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git

[LyX/master] Constify LaTeXFont

2020-11-01 Thread Yuriy Skalko
commit 1fdcd7bf14a54487f38fc3d4fe96f563d76964cd Author: Yuriy Skalko Date: Sun Nov 1 14:00:49 2020 +0200 Constify LaTeXFont --- src/LaTeXFonts.cpp | 28 +- src/LaTeXFonts.h | 56 ++-- 2 files changed, 42 insertio

[LyX/master] Constify

2020-10-25 Thread Yuriy Skalko
commit a7018252b75316b7855f04c51be2342dc269f96c Author: Yuriy Skalko Date: Wed Oct 21 11:35:40 2020 +0300 Constify --- src/Box.cpp |2 +- src/Box.h |2 +- src/Buffer.cpp|2 +- src/Buffer.h |

[LyX/master] Constify

2020-10-12 Thread Jean-Marc Lasgouttes
commit 919a06718a1cc9612f5464e7b91955460295 Author: Yuriy Skalko Date: Fri Oct 9 18:50:24 2020 +0300 Constify --- src/Counters.cpp|2 +- src/Counters.h |2 +- src/Text.h |4 ++-- src/Text2.cpp |4 ++

[LyX/master] Constify and un-constify

2019-11-06 Thread Jean-Marc Lasgouttes
commit 2a2019d77e936e46c1ae8f49142bd1ad89aef2d3 Author: Jean-Marc Lasgouttes Date: Wed Nov 6 10:36:21 2019 +0100 Constify and un-constify --- src/Session.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Session.cpp b/src/Session.cpp index 3947883..3bb9c03

[LyX/master] Constify, largely for debugging purposes

2019-09-11 Thread Richard Kimberly Heck
commit 26813996e2bdb4a71c9200729844e3cfe8feda78 Author: Richard Kimberly Heck Date: Wed Sep 11 20:29:58 2019 -0400 Constify, largely for debugging purposes --- src/insets/InsetInclude.cpp |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/insets/InsetInclud

[LyX/master] Constify

2019-09-11 Thread Richard Kimberly Heck
commit 2c0421f00c9744d6cbf4e998eda9014dad93e611 Author: Richard Kimberly Heck Date: Wed Sep 11 19:39:03 2019 -0400 Constify --- src/Text.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Text.cpp b/src/Text.cpp index 5e06fdc..1fdef6e 100644 --- a/src/Tex

[LyX/master] Constify.

2018-05-04 Thread Richard Kimberly Heck
commit a2030abab943a5ccec060c2a65fc7de7e470fd04 Author: Richard Kimberly Heck Date: Fri May 4 15:42:01 2018 -0400 Constify. --- src/frontends/qt4/GuiCharacter.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontends/qt4/GuiCharacter.cpp b/src/fronten

[LyX/master] Constify RowPainter (no intended change)

2015-06-30 Thread Jean-Marc Lasgouttes
commit c8c1ee72bccd53b69a52dd476d9b72d61ebd2d2f Author: Jean-Marc Lasgouttes Date: Mon Jun 29 16:12:11 2015 +0200 Constify RowPainter (no intended change) diff --git a/src/RowPainter.cpp b/src/RowPainter.cpp index 1b7c33d..641eae2 100644 --- a/src/RowPainter.cpp +++ b/src/RowPainter.cpp @@

[LyX master] Constify some catches and others

2012-09-17 Thread Scott Kostyshak
The branch, master, has been updated. - Log - commit 51c380440b0b2d5f04158e67047727ba1f985dc4 Author: Scott Kostyshak Date: Mon Sep 17 04:01:26 2012 -0400 Constify some catches and others diff --git a/src/Buffer.cpp b/src/Bu