Nux

lp:~unity-team/nux/texture-atlas

Created by Nicolas d'Offay and last modified
Get this branch:
bzr branch lp:~unity-team/nux/texture-atlas
Members of Unity Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Unity Team
Project:
Nux
Status:
Development

Recent revisions

688. By Nicolas d'Offay

Made texxform member initialisation from a list.

687. By Nicolas d'Offay

Additional work to get the texture atlas class running as a normal texture.

686. By Nicolas d'Offay

Neglected to add IOpenGLTextureAtlas to my last commit.

685. By Nicolas d'Offay

Last initial stages of TextureAtlas added. Ready for extension and proper functionality stages.

684. By Nicolas d'Offay

Minor refactoring, added getter function for TextureAtlasData.

683. By Nicolas d'Offay

Added first untested pass of TextureAtlasData.

682. By Daniel d'Andrada

Proper fix for lp1057995.

Reverts commit 680.

* mouse_position_on_owner_ is used only to come up with the delta for the mouse
  drag signal in TrackMouseEvent. There's no point in filling it up when the mouse
  is released as there can't be an upcoming drag while the mouse is not pressed
  (and therefore there's no owner).

* mouse_position_on_owner_ should be updated and used only inside
  WindowCompositor::TrackMouseMovement(). Responsibilities are split between
  methods to keep things more manageable. Commit 680 was starting to mix them
  again.

* This bug has show that line 310 (on revision 680) was likely never called (the
  cause of the bug). Commit 680 just turned it into dead code, making the logic
  misleading.

* Includes a regression test. Fixes: https://bugs.launchpad.net/bugs/1057995. Approved by Jay Taoko, Nick Dedekind.

681. By Stephen M. Webb

Fixes undefined behaviour caused by the use of undefined variables.. Fixes: . Approved by Brandon Schaefer.

680. By Nick Dedekind

Fixed drag delta processing in mouse event cycle.
(LP: #1057995). Fixes: https://bugs.launchpad.net/bugs/1057995. Approved by Daniel van Vugt.

679. By Michi Henning

Fixed catch clause and removed #ifdef because it can be the same for Windows and Linux.

Removed duplicate -Werror flag from maintainer flags.. Fixes: https://bugs.launchpad.net/bugs/937583. Approved by Michi Henning.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:nux
This branch contains Public information 
Everyone can see this information.

Subscribers