lp://staging/~wengxt/nux/fcitx-support
- Get this branch:
- bzr branch lp://staging/~wengxt/nux/fcitx-support
Branch merges
- Brandon Schaefer (community): Needs Fixing
-
Diff: 2061 lines (+1609/-121) (has conflicts)15 files modifiedNux/InputMethod.cpp (+84/-0)
Nux/InputMethod.h (+127/-0)
Nux/InputMethodFcitx.cpp (+309/-0)
Nux/InputMethodFcitx.h (+83/-0)
Nux/InputMethodIBus.cpp (+97/-50)
Nux/InputMethodIBus.h (+8/-62)
Nux/InputMethodXim.cpp (+202/-0)
Nux/InputMethodXim.h (+69/-0)
Nux/Makefile.am (+19/-2)
Nux/TextEntry.cpp (+5/-5)
Nux/TextEntry.h (+6/-2)
Nux/XimClientData.cpp (+524/-0)
Nux/XimClientData.h (+64/-0)
NuxGraphics/GraphicsDisplayX11.h (+1/-0)
configure.ac (+11/-0)
Recent revisions
- 628. By Marco Trevisan (Treviño)
-
TextEntry: make the clipboard functions virtual to be implemented by clients. Fixes: https:/
/bugs.launchpad .net/bugs/ 1016354. Approved by Thomi Richards, Brandon Schaefer. - 627. By Marco Trevisan (Treviño)
-
TextEntry: don't allow invalid character to be written and ignore keypress when holding Alt or Super. Fixes: https:/
/bugs.launchpad .net/bugs/ 1013751. Approved by Brandon Schaefer. - 626. By Łukasz Zemczak
-
Updated Nux API version to 3.0. Deprecated nux-image library. The feature by nux-image has been merged into nux-graphics.. Fixes: . Approved by Łukasz Zemczak, Didier Roche, Tim Penhey.
- 625. By Marco Trevisan (Treviño)
-
TextEntry: Handle also Key-Up events so that ibus will work with release hotkeys
InputMethodIBus: keep a list of hotkey events and add IsHotkeyEvent and IsConnected. Fixes: https:/
/bugs.launchpad .net/bugs/ 1016665. Approved by Brandon Schaefer. - 624. By Brandon Schaefer
-
Fix memory leak in InputMethdIBus:
:OnPreeditUpdat e.. Fixes: . Approved by Marco Trevisan (Treviño). - 623. By Daniel van Vugt
-
Don't allow a View to be queued multiple times on the draw list. It causes
unbounded list growth and the UI to freeze in some cases. (LP: #1014610)
. Fixes: https://bugs.launchpad .net/bugs/ 1014610. Approved by Tim Penhey.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/nux