Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Thanks to <wiz>!
|
|
|
|
|
|
|
|
|
|
SKK input module for Fcitx inputmethod based on libskk
|
|
|
|
Fcitx Qt5 Input Context
|
|
|
|
GTK 3 based configuration tool for inputmethod/fcitx.
|
|
Changelog:
Bug fixes and improvements
|
|
|
|
pkgsrc changes:
- pull upstream fixes for issue #2035 (check wayland during configure)
- explicitly require cldr-emoji-annotation 33.1.0.0 or higher to sync
emoji dict files in ibus/PLIST
Upstream changes (from https://github.com/ibus/ibus/releases):
1.5.19
This release moves typing emoji annotation on the emoji dialog to the pre-edit
on each application and also isolates Ctrl-Shift-u from Ctrl-Shift-e again upon
the several requests. The shortcut keys can be customized with ibus-setup
utility.
Also pre-edit of compose keys are now enabled.
Also IBUS_DISCARD_PASSWORD environment variable is now available as the
workaround of password popup in firefox and chrome.
env IBUS_DISCARD_PASSWORD=1 firefox
or
export IBUS_DISCARD_PASSWORD_APPS='firefox,.*chrome.*'
can discard typing characters on the password entries.
Emoji features:
Move input focus on Emojier to engines' preedit 5ee3f48
ui/gtk3: Show previous emojis with "history" annotation dc5e7ee
ui/gtk3: Add num pad Enter, Down, Up, Left, Right on Emojier c6439d7
ui/gtk3: Get PangoAttrList of auxiliary text from IBusText a1f91b2
up/gtk3: Emoji misc updats 3280848 d8f901f cf4e2f1 7cef5bf caffeae
src: Fix SEGV in IBusEngine if no emoji shortcut keys 886ad36
Compose key features:
ibusenginesimple: Enable preedit for compose keys f9e3035 3a68ded
Test cases:
src: Add ibus-keypress test case 196216a
tests: Added an automation testing on console 32f2f2b
configure: Add --disable-python2 option 8d4c473
tools: Add ibus read-config --engine-id option for engine schemas ddc2284
data/dconf: Add man pages of 00-upstream-settings(5) and ibus(5) 5f44e73
Bug fixes:
client/gtk2: Add IBUS_DISCARD_PASSWORD for firefox and chrome f328fd6
Fix build errors 75a6667 68e162a b184861 c360cbd 68bd269 7bc160f 10cc30e
37aa95f 8d302c8 428e64e 2695708 5db6e7b b94e8f2 8ab0b60
Fix ucd directory override (Jeremy Bicha) 5788be8
src: Make the call to chmod in ibus_bus_init conditional (Olivier Tilloy)
28d0c1d
Remove a misleading "const" modifier of a return value (Takuro Ashie) 6b47e41
bus: warn deprecated --mem-profile option (Kentaro Hayashi) 0dde239
option --monitor-timeout should be removed (Ryutaroh Matsumoto) be7554c
New release:
Update translations c8a9994 999aee3
Release 1.5.19 fd9d4a9
|
|
|
|
C++14 default language.
|
|
Changelog:
Don't consume key release events [#52]
Improve hankaku katakana conversion [#51]
Use the same typing rule in dict-edit mode [#50]
Add abort-to-latin and abort-to-latin-unhandled command [#48]
Add more z-* shortcuts from DDSKK
Fix memory leak caused by Vala array conversion
Bump build requirements (glib >= 2.36, valadoc >= 0.40)
|
|
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
|
|
|
of alloca() and this needs to come from the compiler. Fixes the
build for NetBSD/powerpc.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
PLIST (which contains generated emoji .dict files) depends on
the language dependent files in the package.
|
|
|
|
|
|
pkgsrc changes:
- explicitly specify USE_TOOLS+=gmsgfmt to handle msgfmt --desktop
- pull an upstream change to fix a configure bug in 1.5.18
- use a new unicode character database
Upstream changes (from https://github.com/ibus/ibus/releases):
1.5.18
* tools: Do not change keymaps with 'use-system-keyboard-layout' c360818
* src: Fix GVariant leaks (Carlos Garnacho) 1cbe867
* src: Added some error handlings from a code review f5e0752
* src: Add libgobject.so to LDADD for Debian libtool (Danny) a28fa74
* src: Reintroduce the hex mode keybind with an environment variable
(Aaron Muir Hamilton) 88b9a93
* ui/gtk3: Translate input method name in ibus (Peng Wu) 0ab0dd3
* Added DBus filtering against malware bfe57d2
* Implement Unicode choice on Emojier e17c998 4cfd5ad d1ebb3d fc54b0c afe60c1
* Implement ibus-extension-gtk3 for the global keybinding fb07f64 c57b7c3
* Disable panel extension for 'gdm' and 'liveuser' user 7ccbd21 ece320b
* ui/gtk3: Set title string in gnome-shell 56c67b1
* Add ISSUE_TEMPLATE ff611a4 9f2699c
* Updated translations 366963d 73b420f
|
|
|
|
|
|
|
|
Bump PKGREVISION for Canna-server.
|
|
|
|
|
|
Remove now obsolete packages.
|
|
|
|
Return boolean where the function definition has boolean return type.
|
|
|
|
Version 0.1.4:
- Fix incorrect keys in Pattachote layout.
- Drop unused code.
Version 0.1.3:
- Get rid of deprecated GTK+ APIs in setup program, now requiring GTK+ >= 3.16.
- Fix compiler warnings.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes at least joyent/pkgsrc#60.
|
|
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
|
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
|
|
|
|
Apply a patch from the upstream pull request #424:
https://github.com/google/mozc/pull/424/files
> Fix reference to std::swap #424
|
|
Changelog:
Build and translation fixes [#58, #59]
|