aboutsummaryrefslogtreecommitdiff
path: root/lib/main.vala
Commit message (Collapse)AuthorAgeFilesLines
* Explain input source cycling logic.William Hua2015-02-191-0/+7
|
* Simplify input source cycling.William Hua2015-02-191-8/+5
|
* Don't handle activate signal when the default behaviour will do.William Hua2015-02-191-1/+0
|
* Use foreach when possible.William Hua2015-02-181-17/+18
|
* Remove (!) when possible.William Hua2015-02-181-27/+43
|
* Only try initializing Fcitx once.William Hua2015-02-171-6/+11
|
* Hide indicator menu in desktop session when Fcitx is active.William Hua2014-09-151-9/+9
|
* Use Fcitx current IM when active.William Hua2014-09-151-15/+59
|
* Fcitx proxy.William Hua2014-09-121-0/+15
|
* Use iterator () method.William Hua2014-09-121-8/+3
|
* Forget window source when destroyed.William Hua2014-08-271-0/+7
|
* Carefully ignore IBus sources when Fcitx is active and vice versa.William Hua2014-08-261-14/+64
|
* Disable experimental non-null.William Hua2014-06-171-1/+1
|
* Pick IBus or Fcitx.William Hua2014-06-131-13/+32
|
* Use different mouse actions when locked.William Hua2014-04-101-0/+50
|
* Merge trunk.William Hua2014-04-051-0/+17
|\
| * Update sources and indicator when IBus is ready.William Hua2014-04-021-0/+9
| |
* | Remember to reset the indicator icon on unlock too.William Hua2014-04-051-10/+1
| |
* | Remember to update indicator action with active input source.William Hua2014-04-051-8/+9
| |
* | Don't change input source setting on lock/unlock.William Hua2014-04-041-18/+12
| |
* | Add 'active' action that allows setting the current input source without ↵William Hua2014-04-041-0/+68
| | | | | | | | persisting it on disk.
* | Separate lock screen menu.William Hua2014-04-041-2/+27
| |
* | Merge 1291962-2.William Hua2014-04-041-83/+25
|\ \
| * | Merge 1290881.William Hua2014-03-271-10/+55
| |\|
| * | Export separate menus for desktop and greeter.William Hua2014-03-271-83/+25
| | |
* | | Switch to non-IBus input source when screen is locked.William Hua2014-04-021-0/+54
| |/ |/|
* | IBus panel is only available while IBus is running.William Hua2014-03-201-34/+48
| |
* | Check if IBus is connected before checking engine properties.William Hua2014-03-191-28/+31
| |
* | Use private IBus implementation.William Hua2014-03-191-10/+38
|/
* Update icons when icon theme changes. Fixes: 1237749William Hua2014-02-271-0/+20
|\
| * Update icons when icon theme changes.William Hua2014-02-261-0/+20
| |
* | Do not set org.gnome.desktop.input-sources.current when unchanged (LP: ↵Oleg O Andreev2014-02-241-3/+9
|/ | | | #1256559).
* Implement the IBus panel within the indicator. William Hua2014-02-201-18/+68
|\
| * Break reference cycle which caused some inconsistent action handling.William Hua2014-02-191-6/+2
| |
| * Implement IBus panel.William Hua2014-02-191-18/+72
| |
* | use unity-control-center instead of gnome-control-centerSebastien Bacher2014-02-191-1/+1
|/
* Update window sources when window stack is available.William Hua2013-11-221-0/+1
|
* Replace BAMF with Unity window stack API calls.William Hua2013-11-221-26/+57
|
* Move greeter.vala to unity-greeter.vala.William Hua2013-11-221-6/+6
|
* Enable middle click and mouse wheel scrolling. Fixes: ↵William Hua2013-11-051-1/+30
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/887139. Approved by Charles Kerr, PS Jenkins bot.
| * Be careful around large scrolling offsets.William Hua2013-11-041-1/+4
| |
| * Enable middle click and mouse wheel scrolling.William Hua2013-10-301-1/+27
| |
* | Don't set LightDM's layout if we're in a session. (LP: 1226962)William Hua2013-10-091-15/+17
|/
* Switch to default layout for non-users in unity-greeter.William Hua2013-10-021-21/+39
|
* Get greeter unique bus name from environment.William Hua2013-10-021-6/+10
|
* ocdWilliam Hua2013-10-011-1/+1
|
* Connect properly and handle edge cases.William Hua2013-10-011-9/+36
|
* Set initial layout whenever user is switched in unity-greeter.William Hua2013-09-301-0/+89
|
* Prevent index out of bounds.William Hua2013-09-211-0/+10
|
* Always add the default layout.William Hua2013-09-211-7/+8
|