Nux

lp://qastaging/~jaytaoko/nux/nux-renamed-event-members

Created by Jay Taoko and last modified
Get this branch:
bzr branch lp://qastaging/~jaytaoko/nux/nux-renamed-event-members
Only Jay Taoko can upload to this branch. If you are Jay Taoko please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jay Taoko
Project:
Nux
Status:
Merged

Recent revisions

536. By Jay Taoko

* Bumped ABI version number

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

534. By Jay Taoko

* Merged with trunk

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.

531. By Jay Taoko

Added separate file for GLib main loop functions
* Cleanup: variable renaming
* Marked some functions as obsolete
* Core objects take the WindowThread as a constructor parameters: Painter, WindowCompositor.... Fixes: . Appoved by Jason Smith.

530. By Andrea Azzarone

Makes sure that the scroll wheel works with nux::VScrollbar. Fixes: https://bugs.launchpad.net/bugs/888819. Appoved by Jay Taoko.

529. By Andrea Azzarone

Fixes GridHlayout key navigation and add three automated tests. I need this fix to implement properly the new dash key navigation design.. Fixes: . Appoved by Jay Taoko.

528. By Jay Taoko

* Added support for text alignment inside view
* Fixed layout bug
* Added example layout example (for a shortcut key view). Fixes: . Appoved by Jay Taoko, Andrea Azzarone.

527. By Jay Taoko

* Fix: look for ABI.h in $(builddir) rather than $(srcdir) in case the builddir is different from the srcdir.
* Fix: "make distcheck" was failing. Fixes: . Appoved by Didier Roche.

Branch metadata

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

Subscribers