[LyX/master] Const

2025-03-25 Thread Scott Kostyshak
commit 189144be761df2f59f1282e806120842982b1416 Author: Scott Kostyshak Date: Wed Mar 26 01:34:30 2025 +0100 Const --- src/frontends/qt/GuiBranches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/GuiBranches.cpp b/src/frontends/qt/GuiBranches.cpp in

[LyX/master] Const

2021-01-25 Thread Richard Kimberly Heck
commit 10c7954ffb9bc6ce0ac7bc18544a9d0a50e1bf88 Author: Richard Kimberly Heck Date: Mon Jan 25 14:35:37 2021 -0500 Const --- src/frontends/qt/Menus.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt/Menus.cpp b/src/frontends/qt/Menus.cpp index

[LyX/master] Const

2020-12-18 Thread Richard Kimberly Heck
commit 73e7cfb26ac0a1483f8cfa0e114d851d27ac9552 Author: Richard Kimberly Heck Date: Fri Dec 18 14:55:58 2020 -0500 Const --- src/VCBackend.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index c7ef6e6..feab330 100644

[LyX/master] Const

2020-10-29 Thread Richard Kimberly Heck
commit cc1d3b78c948a7ceced6919009a17fc518f1b0d3 Author: Richard Kimberly Heck Date: Thu Oct 29 18:25:25 2020 -0400 Const --- src/frontends/qt/Menus.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt/Menus.cpp b/src/frontends/qt/Menus.cpp index bb

[LyX/master] Const refactor

2020-10-15 Thread Yuriy Skalko
commit 4c8d262996f657b52dcf473897c0d4622bfda6b4 Author: Yuriy Skalko Date: Thu Oct 15 22:15:21 2020 +0300 Const refactor --- src/BufferParams.cpp |4 ++-- src/BufferParams.h |4 ++-- src/TextClass.h |4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/

[LyX/master] Const

2020-10-10 Thread Richard Kimberly Heck
commit 2dc42774529ed213b2e0fff42a77de7043274a66 Author: Richard Kimberly Heck Date: Sat Oct 10 17:12:43 2020 -0400 Const --- src/frontends/qt/GuiPrefs.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontends/qt/GuiPrefs.cpp b/src/frontends/qt/GuiPrefs

[LyX/master] Const-ness, and a missing Class declaration. I do not understand why this ever worked.

2020-05-17 Thread Richard Kimberly Heck
commit e1615f4107be02cf73a36c1ee033239eb487fff5 Author: Richard Kimberly Heck Date: Sun May 17 20:52:58 2020 -0400 Const-ness, and a missing Class declaration. I do not understand why this ever worked. --- src/LyXRC.cpp |5 +++-- src/frontends/Painter.h |1 + 2 files

[LyX/master] Const.

2018-04-25 Thread Richard Kimberly Heck
commit 4e8730b57e9807c9df9350200b444ba5819c1b28 Author: Richard Kimberly Heck Date: Wed Apr 25 22:51:57 2018 -0400 Const. --- src/insets/InsetListings.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/insets/InsetListings.cpp b/src/insets/InsetListings.cpp i

[LyX/master] Const a function parameter

2016-07-29 Thread Scott Kostyshak
commit 60e89213493cfb4b8b30dc00264db1ca42e0348a Author: Scott Kostyshak Date: Fri Jul 29 13:07:00 2016 -0400 Const a function parameter --- src/BufferView.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/BufferView.cpp b/src/BufferView.cpp index f02cb66..90

[LyX/master] const correctness

2016-06-20 Thread Georg Baum
commit a4b8094aac6d8b8ad498c02b4f762ee727c43144 Author: Georg Baum Date: Mon Jun 20 22:00:05 2016 +0200 const correctness It is dangerous to hand out non-const pointers to members from a const method. diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 7a

[LyX/master] Const.

2016-03-28 Thread Richard Heck
commit f7fdf49f646f396ffd6d04fd9124f0b933f19501 Author: Richard Heck Date: Mon Mar 28 12:39:55 2016 -0400 Const. diff --git a/src/TextClass.cpp b/src/TextClass.cpp index e71fed0..c9655df 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -1511,7 +1511,7 @@ InsetLayout const & Docume

[LyX master] Const.

2013-04-11 Thread Richard Heck
The branch, master, has been updated. - Log - commit f6fceea3176bb8748e129b84a595ae1dc9013ec5 Author: Richard Heck Date: Mon Apr 8 18:32:02 2013 -0400 Const. diff --git a/src/TextMetrics.cpp b/src/TextMetrics.cpp index 8b0f3