History log of /haiku/src/add-ons/screen_savers/ifs/IFSSaver.cpp
Revision Date Author Comments
# 6229115b 16-Jun-2014 Humdinger <humdingerb@gmail.com>

More small C++11 tweaks.


# 979af5a8 15-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: Don't DirectDraw for preview.

The ScreenSaver window is now a BDirectWindow, but, _DrawFractals() makes
the assumption that a direct window means that the screen saver is running full
screen, so, we need to make sure we draw the preview using the
DrawBitmapAsync() method.

Fixes #10832


# 49ea2deb 15-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: reverse these for consistency.


# da679eff 15-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: remove fBounds variable


# 66472040 15-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: style fix, check if NULL explicitly


# 694d9bc1 14-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: style fixes


# ca7ee404 14-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: Add some better error checking


# 3daf4474 14-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: Use single-precision floating point math


# 71d273ad 14-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: cast to bigtime_t, not uint64


# fd18c608 14-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: NULL check style fix


# 98b054fe 26-Feb-2014 John Scipione <jscipione@gmail.com>

IFS: Style fixes


# 546208a5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# 74665627 29-Nov-2011 Siarzhuk Zharski <imker@gmx.li>

Fix non length-aware styling of localized strings.
* The about-like screen saver info has bold styling of heading part
of the information string string. Localizing this string has
provoked partial styling and visual "corruption-looking" glitches.


# 044f12ae 06-Mar-2011 Joachim Seemer <humdingerb@googlemail.com>

Localization of screensavers. Fixes #7326.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40848 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 786171e0 06-Jun-2010 Jérôme Duval <korli@users.berlios.de>

* Locks fLocker when drawing. This avoids a cleanup while drawing (fixes bug #6138).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37035 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fcc3e627 13-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by Humdiner:
Changed strings in add-ons to sentence case. This is case-add-ons.diff
from #5169.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35046 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2da44dc7 06-Jun-2006 Axel Dörfler <axeld@pinc-software.de>

The follow modes were not correctly set (but was okay for a view that never changes
its size).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17739 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bc679b60 29-Apr-2006 Stephan Aßmus <superstippi@gmx.de>

added a cool looking xscreensaver port, featuring BDirectWindow usage - looks smoother than the original

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17269 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6229115bacb6fe085dcef68cbde071632e05bb68 16-Jun-2014 Humdinger <humdingerb@gmail.com>

More small C++11 tweaks.


# 979af5a8a29074ec4d48ae1df2a24dbaa9321c0c 15-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: Don't DirectDraw for preview.

The ScreenSaver window is now a BDirectWindow, but, _DrawFractals() makes
the assumption that a direct window means that the screen saver is running full
screen, so, we need to make sure we draw the preview using the
DrawBitmapAsync() method.

Fixes #10832


# 49ea2debde425e34c832660de2a25a26764f3203 15-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: reverse these for consistency.


# da679effb44d50c9c2d01362c94e781f4f2c93dd 15-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: remove fBounds variable


# 664720405e88c96611a21248326d2b9971374592 15-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: style fix, check if NULL explicitly


# 694d9bc1e6ae130f91c7c416809d38910698a2f6 14-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: style fixes


# ca7ee404378a47ba55c2ed4217db1c63a7e62277 14-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: Add some better error checking


# 3daf4474974b2f966e058afcfecf8202626c0120 14-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: Use single-precision floating point math


# 71d273ad4922d62a082bb778ee2f1ac4bb1a7d11 14-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: cast to bigtime_t, not uint64


# fd18c6088648e2db393ab0c89ec71cd925fff5db 14-May-2014 John Scipione <jscipione@gmail.com>

IFSSaver: NULL check style fix


# 98b054fe0276efc07e64d79db52574d34758a875 26-Feb-2014 John Scipione <jscipione@gmail.com>

IFS: Style fixes


# 546208a53940a26c6379c48a7854ade1a8250fc5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# 746656272a20856e63c5274fae18de6547b41a6c 29-Nov-2011 Siarzhuk Zharski <imker@gmx.li>

Fix non length-aware styling of localized strings.
* The about-like screen saver info has bold styling of heading part
of the information string string. Localizing this string has
provoked partial styling and visual "corruption-looking" glitches.


# 044f12ae62ec55b96597670cce5635f79dcc4526 06-Mar-2011 Joachim Seemer <humdingerb@googlemail.com>

Localization of screensavers. Fixes #7326.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40848 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 786171e0126482558f7e18d0921d6c872d8d37aa 06-Jun-2010 Jérôme Duval <korli@users.berlios.de>

* Locks fLocker when drawing. This avoids a cleanup while drawing (fixes bug #6138).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37035 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fcc3e627e1aedc4075deb952c66068d542fe9abe 13-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by Humdiner:
Changed strings in add-ons to sentence case. This is case-add-ons.diff
from #5169.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35046 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2da44dc7b52dc80cb32ce667780a4ff426e43d98 06-Jun-2006 Axel Dörfler <axeld@pinc-software.de>

The follow modes were not correctly set (but was okay for a view that never changes
its size).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17739 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bc679b6077d8ed96484f05d164d6477655b4e6ff 29-Apr-2006 Stephan Aßmus <superstippi@gmx.de>

added a cool looking xscreensaver port, featuring BDirectWindow usage - looks smoother than the original

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17269 a95241bf-73f2-0310-859d-f6bbb57e9c96