History log of /haiku-fatelf/src/apps/glteapot/ObjectView.cpp
Revision Date Author Comments
# aed35104 05-Aug-2012 Humdinger <humdingerb@gmail.com>

Close alerts with ESCAPE key.

Added SetFlags(B_CLOSE_ON_ESCAPE) or SetShortcut(index, B_ESCAPE) to BAlerts
depending if the result gets used later in the code, or if it's a one-button
BAlert.


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


# 1bc51c23 05-Dec-2011 Aleksas Pantechovskis <alexp.frl@gmail.com>

Teapot 3D model data moved to app resources
* GLTeapot 3D model data moved from the text file "teapot.data" into
Application resources;
* Fixes #4934 and completes GCI 2011 task made by Aleksas Pantechovskis.
Thanks for contribution!!!

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>


# 2e0de404 08-Sep-2010 Philippe Houdoin <philippe.houdoin@gmail.com>

Style fix, as suggested by Jerôme.


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


# e4d2cd5d 06-Sep-2010 Philippe Houdoin <philippe.houdoin@gmail.com>

Style cleanup.


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


# df9bb1df 06-Sep-2010 Philippe Houdoin <philippe.houdoin@gmail.com>

Reworked, as suggested by stippi, to avoid keeping cursors instances of system ones.


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


# 91998e80 07-Sep-2010 Philippe Houdoin <philippe.houdoin@gmail.com>

Change cursor to hint user an object can be dragged...


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


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

Compiler warning fixes.

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


# 126fd25b 10-Nov-2009 Axel Dörfler <axeld@pinc-software.de>

* Moved teapod.data from /etc to B_SYSTEM_DATA_DIRECTORY.
* Automatic whitespace cleanup.


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


# f2a5c571 31-Oct-2008 Jérôme Duval <korli@users.berlios.de>

cleanup


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


# 552bd60c 27-Feb-2008 Alexandre Deckner <alex@zappotek.com>

* rewrote mouse rotation to be more intuitive, doing the rotation in
world space instead of local object space.


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


# e6190664 23-Feb-2008 Alexandre Deckner <alex@zappotek.com>

- style cleanup
- use "new style" casts
- got rid of a goto


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


# c226b061 22-Feb-2008 Alexandre Deckner <alex@zappotek.com>

- rewrote/enhanced mouse tracking


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


# cee437c5 30-Jan-2008 Jérôme Duval <korli@users.berlios.de>

to take into account 16 bits colorspaces, we only use the 5 highest bits of the red channel
this fixes bug #1310


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


# 450bb3e5 24-Oct-2007 Stephan Aßmus <superstippi@gmx.de>

patch by Fredrik Modéen:
* extensive code cleanup
* small additional clean ups by myself


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


# be98a602 19-Aug-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Some style cleanups by Fredrik Ekdahl. Thanks!


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


# c8c44fa0 10-Jun-2005 Jérôme Duval <korli@users.berlios.de>

added GLTeapot sample app
we still need opengl headers and libGL.so


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


# aed35104852941f0f6f3d1dcc5338b5f337d0a3c 05-Aug-2012 Humdinger <humdingerb@gmail.com>

Close alerts with ESCAPE key.

Added SetFlags(B_CLOSE_ON_ESCAPE) or SetShortcut(index, B_ESCAPE) to BAlerts
depending if the result gets used later in the code, or if it's a one-button
BAlert.


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


# 1bc51c2392c08120d6ec61ea9afb105b98562d70 05-Dec-2011 Aleksas Pantechovskis <alexp.frl@gmail.com>

Teapot 3D model data moved to app resources
* GLTeapot 3D model data moved from the text file "teapot.data" into
Application resources;
* Fixes #4934 and completes GCI 2011 task made by Aleksas Pantechovskis.
Thanks for contribution!!!

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>


# 2e0de4043635ecadd59e77456219af497fce80a0 08-Sep-2010 Philippe Houdoin <philippe.houdoin@gmail.com>

Style fix, as suggested by Jerôme.


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


# e4d2cd5dfda1546fb88e057e1ce3eb1c97e0f35a 06-Sep-2010 Philippe Houdoin <philippe.houdoin@gmail.com>

Style cleanup.


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


# df9bb1df9717c8e30b626951b809a357a7177177 06-Sep-2010 Philippe Houdoin <philippe.houdoin@gmail.com>

Reworked, as suggested by stippi, to avoid keeping cursors instances of system ones.


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


# 91998e8078cafb1c1ba36d3728d8edfd7b5c493f 07-Sep-2010 Philippe Houdoin <philippe.houdoin@gmail.com>

Change cursor to hint user an object can be dragged...


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


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

Compiler warning fixes.

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


# 126fd25b7ae20ad96cc03b6e16575ac0ca4eede0 10-Nov-2009 Axel Dörfler <axeld@pinc-software.de>

* Moved teapod.data from /etc to B_SYSTEM_DATA_DIRECTORY.
* Automatic whitespace cleanup.


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


# f2a5c5714d99340a545fa747cdd34eca32597607 31-Oct-2008 Jérôme Duval <korli@users.berlios.de>

cleanup


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


# 552bd60c4bbb4ffb20de6b638d51875ca6e9ff28 27-Feb-2008 Alexandre Deckner <alex@zappotek.com>

* rewrote mouse rotation to be more intuitive, doing the rotation in
world space instead of local object space.


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


# e6190664a11300be513de2b32089a1e39c05d7b1 23-Feb-2008 Alexandre Deckner <alex@zappotek.com>

- style cleanup
- use "new style" casts
- got rid of a goto


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


# c226b061274d7735ac8918c9c55c151597be4663 22-Feb-2008 Alexandre Deckner <alex@zappotek.com>

- rewrote/enhanced mouse tracking


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


# cee437c5042c8d9d80db77865c6b6dfbe74a3fa6 30-Jan-2008 Jérôme Duval <korli@users.berlios.de>

to take into account 16 bits colorspaces, we only use the 5 highest bits of the red channel
this fixes bug #1310


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


# 450bb3e557107610de4a9af8aefc8185d3303729 24-Oct-2007 Stephan Aßmus <superstippi@gmx.de>

patch by Fredrik Modéen:
* extensive code cleanup
* small additional clean ups by myself


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


# be98a6028dd663b62c489fe10a7a1e8be2c32888 19-Aug-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Some style cleanups by Fredrik Ekdahl. Thanks!


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


# c8c44fa0297afaa3ef4bfac13d6600436f34d93c 10-Jun-2005 Jérôme Duval <korli@users.berlios.de>

added GLTeapot sample app
we still need opengl headers and libGL.so


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