Jean-Marc Lasgouttes 2898c335be Add mechanism to change icons in RTL mode
When the cursor in RTL text, icons for "depth-increment" or
"layout-toggle Enumerate" look wrong.

To fix this, the lfun "bidi" is introduced. "bidi ltr func" behaves
like "func" in LTR text, but is unknown in RTL text. "bidi rtl" does
the opposite. This allows to add two icons, but only have one icon
available. When no document is available, only LTR is assumed.

To make this work, the handling of unknown functions in toolbar has
been changed so this these functions can change dynamically their
existence.

The icon themes `default', `oxygen' and `classic' have been updated
accordingly.

Fixes bug #4451.
2019-07-22 15:20:38 +02:00
..
2019-01-25 19:25:09 +01:00
2017-09-26 21:01:47 +02:00
2018-04-29 11:26:25 +02:00
2018-04-29 11:26:25 +02:00
2018-04-29 11:26:25 +02:00
2015-04-12 12:59:19 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2015-04-12 12:59:19 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2017-09-26 21:01:47 +02:00
2015-03-13 01:29:37 +01:00
2017-07-15 15:27:36 +02:00
2015-04-12 12:59:19 +02:00
2015-04-12 12:59:19 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-04-12 12:59:19 +02:00
2017-09-26 21:01:47 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2013-12-13 14:06:56 +01:00
2013-12-13 14:06:56 +01:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2015-03-13 01:29:37 +01:00
2017-09-26 21:01:47 +02:00
2015-04-12 12:59:19 +02:00
2017-07-15 15:27:36 +02:00
2017-07-15 15:27:36 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00

Preferabely, use SVG as image format.

For bitmap icons, we had the following advise:

All icons to be used should follow this, so that the icons
look alike.

- size 22x22 pixels

- five color:
	#000000000000
	#BFBFBFBFBFBF
	#FFFFFFFFFFFF
	navy
	#B2B2ABABACAC

- two color:
	#BFBFBFBFBFBF
	black

Hint: for editing a bitmap, remove the 'const' with
a text editor.