Nux

lp:~brandontschaefer/nux/color-uninitied-vars

Created by Brandon Schaefer and last modified
Get this branch:
bzr branch lp:~brandontschaefer/nux/color-uninitied-vars
Only Brandon Schaefer can upload to this branch. If you are Brandon Schaefer please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Brandon Schaefer
Project:
Nux
Status:
Development

Recent revisions

691. By Brandon Schaefer

* Fix uninited vars in Color.cpp

690. By Jay Taoko

* Relaxed reports of warnings as errors.. Approved by Brandon Schaefer.

689. By Thomas Moenicke

TextEntry: as Draw(..) is virtual, DrawText() should be virtual as well. Approved by Thomas Moenicke, Nicolas d'Offay.

688. By Nicolas d'Offay

* Improved layer blending API.
* Layer blending operations.
* Shaders cleanup.
* Code cleanup.. Approved by Nicolas d'Offay, Eleni Maria Stea.

687. By Jay Taoko

* Removal of nux::NString in favor of std::string.
* The branch has a lot of changes due to the enablement of -Werror. All the warnings have been fixed.
* -Werror is disabled when building with --enable-debug.

[Test] The changes are covered by existing tests.. Fixes: https://bugs.launchpad.net/bugs/1065293. Approved by Jay Taoko.

686. By Daniel van Vugt

Remove a massive bottleneck, where almost all the CPU time was spent
loading a black image on texture creation. (LP: #1064834)

CPU time spent in glTexImage2D:
  Before: 93.54%
  After: 0.10%. Fixes: https://bugs.launchpad.net/bugs/1064834. Approved by Andrea Azzarone.

685. By Eleni Maria Stea

It fixes two null pointer exceptions found when running nux playground examples. There might be similar problems elsewhere!. Fixes: https://bugs.launchpad.net/bugs/1064918. Approved by Jay Taoko.

684. By Eleni Maria Stea

Removed all the PostDraw calls and definitions.. Fixes: . Approved by Jay Taoko, Andrea Azzarone, Nicolas d'Offay.

683. By Daniel d'Andrada

New: KineticScrollView

+ InputArea::SetTrackChildMouseEvents() and EVENT_MOUSE_CANCEL. Fixes: . Approved by Jay Taoko, Eleni Maria Stea, Nick Dedekind, Michi Henning.

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.

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