Nux

lp:~azzar1/nux/fix-916088

Created by Andrea Azzarone and last modified
Get this branch:
bzr branch lp:~azzar1/nux/fix-916088
Only Andrea Azzarone can upload to this branch. If you are Andrea Azzarone please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrea Azzarone
Project:
Nux
Status:
Merged

Recent revisions

541. By Andrea Azzarone

Fixes

540. By Andrea Azzarone

Ooops.

539. By Andrea Azzarone

Merge trunk.

538. By Andrea Azzarone

Merge trunk.

537. By Andrea Azzarone

Fixes crash.

536. By Andrea Azzarone

This branch is a partial fix for the bug #893670. It requires also:
- https://code.launchpad.net/~andyrock/compiz-core/scale-left-padding/+merge/88622
- https://code.launchpad.net/~andyrock/unity/scale-left-padding/+merge/88625

But you can test it setting the spacing option in the scale ccsm panel to 100.. Fixes: https://bugs.launchpad.net/bugs/893670. Appoved by Mirco Müller.

535. By Ricardo Salveti

* Merge linaro branch (lp:~linaro-graphics-wg/nux/nux-gles2-11.12 rev 518) with Nux trunk.
* This branch is adding support for a reference frame buffer in Nux. A Reference frame buffer allows Nux to restore a previously set FBO once it is done with its own rendering.. Fixes: . Appoved by Mirco Müller.

534. By Jay Taoko

 * In Event class, replaced the following members:
     e_x
     e_y
     e_x_root
     e_y_root
     e_dx
     e_dy
     e_clicks
     e_is_click
     e_event
     e_x11_timestamp
     e_x11_window
     e_x11_state
     e_x11_keycode
     e_keysym
     e_wheeldelta
     e_text
     e_key_modifiers
     e_mouse_state
     e_key_repeat_count

 with
     x
     y
     x_root
     y_root
     dx
     dy
     clicks
     is_click
     type
     x11_timestamp
     x11_window
     x11_key_state
     x11_keycode
     x11_keysym
     x11_wheeldelta
     text
     key_modifiers
     mouse_state
     key_repeat_count

 * Rename parameters in enum:
     - MouseButton
     - KeyModifier
 * NuxEvenType renamed to EventType

 * Removed:
  - InputArea::SetKeyboardFocus
  - InputArea::GetMouseX
     - InputArea::GetMouseY
     - InputArea::SetAreaMousePosition

 * Removed obsolete files MouseHandler.h/.cpp
. Fixes: . Appoved by Mirco Müller.

533. By Andrea Azzarone

Adds a way to disable the focus on mouse down behaviour. Adds a simple test too.. Fixes: https://bugs.launchpad.net/bugs/867548, https://bugs.launchpad.net/bugs/905921. Appoved by Jay Taoko, Tim Penhey.

532. By Jay Taoko

* Removed API:
   GraphicsDisplay& GetWindow();
   GraphicsEngine& GetGraphicsEngine();
   NThread* GetThreadApplication();
   WindowThread* GetGraphicsThread();

* Modified code to to use GetWindowThread() to access its internal objects.

* Added tests:
   - WindowThread
   - StaticText
. Fixes: . Appoved by Jason Smith.

Branch metadata

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

Subscribers