History log of /haiku-fatelf/src/apps/mandelbrot/Mandelbrot.cpp
Revision Date Author Comments
# 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.


# b4e5b88f 19-May-2011 Joachim Seemer <humdingerb@googlemail.com>

Localizing the demo Mandelbrot with a patch by taos, see #7519. Thanks. +alpha3

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


# 0d29a228 27-Jun-2010 Wim van der Meer <wpjvandermeer@gmail.com>

Compiler warning fixes.

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


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

Patch by Humdinger:
Updated Haiku apps to use sentence-case. What a huge undertaking...
The files where I had to apply the patch manually (for mysterious
reasons) have also gotten a whitespace cleanup. I've proof-read
everything so hopefully there should be no problems.

This should be the final part of #5169.


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


# f3f9e93a 18-Aug-2009 Ryan Leavengood <leavengood@gmail.com>

Some application MIME signature fixing.

We really should come up with a way to avoid the duplication between the rdef
and source code...


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


# 5654f620 12-Mar-2009 Axel Dörfler <axeld@pinc-software.de>

Almost didn't notice this patch from Christian Packmann:
* changed function names iterate() and iterate1() to more descriptive
iterate_float() and iterate_double()
* set better starting position for Mandelbrot set
* add higher values to "Iterations" menu: 2048, 4096, 8192


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


# edadb083 21-Jan-2008 Michael Lotz <mmlr@mlotz.ch>

Ah yeah, another interesting use of BView resizeMask and flags...

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


# cd563ed6 04-May-2007 Axel Dörfler <axeld@pinc-software.de>

* Fixed build under GCC 4, thanks to Ioan Molnar!
* Minor cleanup.


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


# 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.


# b4e5b88f5a21eedb665667c6384887451558c558 19-May-2011 Joachim Seemer <humdingerb@googlemail.com>

Localizing the demo Mandelbrot with a patch by taos, see #7519. Thanks. +alpha3

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


# 0d29a22888c233b0ee5e31ea21b56796c33b9a5a 27-Jun-2010 Wim van der Meer <wpjvandermeer@gmail.com>

Compiler warning fixes.

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


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

Patch by Humdinger:
Updated Haiku apps to use sentence-case. What a huge undertaking...
The files where I had to apply the patch manually (for mysterious
reasons) have also gotten a whitespace cleanup. I've proof-read
everything so hopefully there should be no problems.

This should be the final part of #5169.


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


# f3f9e93a0c3c7f559ad21a203bc65628fc6a0e62 18-Aug-2009 Ryan Leavengood <leavengood@gmail.com>

Some application MIME signature fixing.

We really should come up with a way to avoid the duplication between the rdef
and source code...


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


# 5654f62097b2ace3648055b442e6a6d55872a0b3 12-Mar-2009 Axel Dörfler <axeld@pinc-software.de>

Almost didn't notice this patch from Christian Packmann:
* changed function names iterate() and iterate1() to more descriptive
iterate_float() and iterate_double()
* set better starting position for Mandelbrot set
* add higher values to "Iterations" menu: 2048, 4096, 8192


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


# edadb083bed259f01034cf7fe4bde75ff8970bb4 21-Jan-2008 Michael Lotz <mmlr@mlotz.ch>

Ah yeah, another interesting use of BView resizeMask and flags...

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


# cd563ed67dd92234ee4e02e428116f471adb5a7a 04-May-2007 Axel Dörfler <axeld@pinc-software.de>

* Fixed build under GCC 4, thanks to Ioan Molnar!
* Minor cleanup.


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