Commit Graph

4 Commits

Author SHA1 Message Date
Stephan Witt
d29da1daa4 Handle activateWindow in LFUN_BUFFER_SWITCH like in saveBufferIfNeeded() and doShowDialog() methods.
This is a requirement on Mac to get the current buffer view topmost after buffer switch.
2016-04-19 22:17:06 +02:00
Jean-Marc Lasgouttes
e17bd37955 Avoid narrow boxes when using \width as box width unit
When the box has a special width, one should not consider that as a fixed width. Otherwise, due to implementation quirks, the width will be set on screen as 1 inch.

A better solution would be to actually set the width by taking in account the contents width, height ans total height. This is not very difficult, but I do not know whether it would workout well in the work area.

Fixes bug #10048.
2016-04-19 11:49:32 +02:00
Jean-Marc Lasgouttes
215689fa6b Move the documentation changelogs out of attic
They should not be hidden in this directory.
2016-04-18 12:29:40 +02:00
Jean-Marc Lasgouttes
3a7411c062 When a counter is stepped, reset recursively all slaves
Fixes bug #10063.
2016-04-18 12:03:18 +02:00