History log of /haiku/src/add-ons/screen_savers/glife/GLifeView.cpp
Revision Date Author Comments
# a3cdc7c5 13-Oct-2014 Adrien Destugues <pulkomandy@gmail.com>

Gravity and GLife: fix crash on start.

Locking the GL context from a GLView subclass constructor can't work, as
it isn't ready yet. Move the initial setup to AttachedToWindow instead.

Fixes #8898, #10469.


# 05779cd9 07-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

glife: Enhance controls

* Re-organize controls to fit small ScreenSaver window
* Add life delay factor slider
* Make control labels more dynamic
* Style cleanup


# 4b66f476 07-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

glife: Style cleanup. Spaces. No functional change.


# 8bc51bee 06-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

glife: Initial style cleanup


# 3c94b5cb 06-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

glife: Rename *.hpp to *.h


# 51f9263b 06-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

glife: Pass const char* for name vs char*

* Upgrades to Mesa vs Be BGLView


# 0b4c5624 01-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

screen_savers: Initial import of GLife

* Donated to Haiku by author (Aaron Hill) under
the MIT license.
* Resources conveted to rdef
* Headers cleaned up
* Jamfile created


# a3cdc7c5889d45d1005b83f4403ef0d82d40b77c 13-Oct-2014 Adrien Destugues <pulkomandy@gmail.com>

Gravity and GLife: fix crash on start.

Locking the GL context from a GLView subclass constructor can't work, as
it isn't ready yet. Move the initial setup to AttachedToWindow instead.

Fixes #8898, #10469.


# 05779cd9e30e21225099de53153eb876a6e616dd 07-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

glife: Enhance controls

* Re-organize controls to fit small ScreenSaver window
* Add life delay factor slider
* Make control labels more dynamic
* Style cleanup


# 4b66f476de4dd838321f118fdc319ad93dc50d08 07-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

glife: Style cleanup. Spaces. No functional change.


# 8bc51bee4ce16e63524fc638188634d6d73f756c 06-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

glife: Initial style cleanup


# 3c94b5cb05058d92687da398daedfe91634e1b34 06-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

glife: Rename *.hpp to *.h


# 51f9263bf29c411f0d14515b540fb610eb14150a 06-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

glife: Pass const char* for name vs char*

* Upgrades to Mesa vs Be BGLView


# 0b4c5624c6489a344c23e8f203f2897f8639aa1d 01-Apr-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

screen_savers: Initial import of GLife

* Donated to Haiku by author (Aaron Hill) under
the MIT license.
* Resources conveted to rdef
* Headers cleaned up
* Jamfile created