Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable middle click and mouse wheel scrolling. Fixes: ↵ | William Hua | 2013-11-05 | 1 | -1/+30 |
|\ | | | | | | | | | | | https://bugs.launchpad.net/bugs/887139. Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | Be careful around large scrolling offsets. | William Hua | 2013-11-04 | 1 | -1/+4 |
| | | |||||
| * | Enable middle click and mouse wheel scrolling. | William Hua | 2013-10-30 | 1 | -1/+27 |
| | | |||||
* | | Don't set LightDM's layout if we're in a session. (LP: 1226962) | William Hua | 2013-10-09 | 1 | -15/+17 |
|/ | |||||
* | Switch to default layout for non-users in unity-greeter. | William Hua | 2013-10-02 | 1 | -21/+39 |
| | |||||
* | Get greeter unique bus name from environment. | William Hua | 2013-10-02 | 1 | -6/+10 |
| | |||||
* | ocd | William Hua | 2013-10-01 | 1 | -1/+1 |
| | |||||
* | Connect properly and handle edge cases. | William Hua | 2013-10-01 | 1 | -9/+36 |
| | |||||
* | Set initial layout whenever user is switched in unity-greeter. | William Hua | 2013-09-30 | 1 | -0/+89 |
| | |||||
* | Prevent index out of bounds. | William Hua | 2013-09-21 | 1 | -0/+10 |
| | |||||
* | Always add the default layout. | William Hua | 2013-09-21 | 1 | -7/+8 |
| | |||||
* | Don't waste space. | William Hua | 2013-09-21 | 1 | -1/+3 |
| | |||||
* | Use old user layouts if they haven't migrated yet. | William Hua | 2013-09-20 | 1 | -0/+28 |
| | |||||
* | Fallback to LightDM default. | William Hua | 2013-09-20 | 1 | -0/+10 |
| | |||||
* | Only use XKeyboardLayouts if InputSources is empty. | William Hua | 2013-09-20 | 1 | -9/+16 |
| | |||||
* | Infer variable type. | William Hua | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | Use printf-style format string instead. | William Hua | 2013-08-29 | 1 | -2/+2 |
| | |||||
* | Append input source suffix to accessible-desc. | William Hua | 2013-08-28 | 1 | -1/+2 |
| | |||||
* | Added an 'accessible description' | Matthieu Baerts | 2013-08-28 | 1 | -5/+9 |
| | | | | This description is used by other applications (like Cairo-Dock) as label for this icon. | ||||
* | Proper shutdown on SIGTERM. | William Hua | 2013-08-22 | 1 | -6/+26 |
|\ | | | | | | | Approved by Ted Gould, PS Jenkins bot. | ||||
| * | Proper shutdown on SIGTERM. | William Hua | 2013-08-22 | 1 | -6/+26 |
| | | |||||
* | | Merge trunk. | William Hua | 2013-08-22 | 1 | -1/+7 |
|\| | |||||
| * | Fix out-of-bounds error. | William Hua | 2013-08-12 | 1 | -1/+7 |
| | | |||||
* | | Work under lightdm/unity-greeter. | William Hua | 2013-08-07 | 1 | -40/+163 |
|/ | |||||
* | Split useful code into separate Source object. | William Hua | 2013-08-07 | 1 | -478/+139 |
| | |||||
* | Update license headers. | William Hua | 2013-07-30 | 1 | -0/+18 |
| | |||||
* | Add --use-bamf option. | William Hua | 2013-07-17 | 1 | -108/+113 |
| | |||||
* | Fallback to ThemedIcon without --use-gtk. | William Hua | 2013-07-17 | 1 | -8/+12 |
| | |||||
* | Add --use-gtk flag. | William Hua | 2013-07-17 | 1 | -85/+106 |
| | |||||
* | Continued tests work-in-progress. | William Hua | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | Tests work-in-progress. | William Hua | 2013-06-25 | 1 | -10/+10 |
| | |||||
* | Check if at least one IBus engine. | William Hua | 2013-06-24 | 1 | -20/+32 |
| | |||||
* | Experimental non-null support. | William Hua | 2013-06-22 | 1 | -11/+19 |
| | |||||
* | Change return type of get_icon_string (). | William Hua | 2013-06-22 | 1 | -4/+8 |
| | |||||
* | Fix segfault due to https://bugzilla.gnome.org/show_bug.cgi?id=702846. | William Hua | 2013-06-22 | 1 | -42/+13 |
| | |||||
* | Don't initialize out variables. | William Hua | 2013-06-22 | 1 | -3/+3 |
| | |||||
* | Don't set menu item if null. | William Hua | 2013-06-22 | 1 | -1/+6 |
| | |||||
* | Keyboard indicator experimental non-null. | William Hua | 2013-06-21 | 1 | -149/+175 |
| | |||||
* | Simplify abbreviations. | William Hua | 2013-06-21 | 1 | -9/+21 |
| | |||||
* | Minor fixes to migration. | William Hua | 2013-06-20 | 1 | -3/+14 |
| | |||||
* | Migrate old keyboard layouts and IM engines. | William Hua | 2013-06-20 | 1 | -0/+49 |
| | |||||
* | Per-window fixes. | William Hua | 2013-06-19 | 1 | -0/+49 |
| | |||||
* | Prefix icon names with indicator-keyboard. | William Hua | 2013-06-07 | 1 | -2/+2 |
| | |||||
* | Lookup icon in theme first. | William Hua | 2013-06-07 | 1 | -32/+95 |
| | |||||
* | Factor out common code. | William Hua | 2013-06-04 | 1 | -65/+3 |
| | |||||
* | i18n for indicator. | William Hua | 2013-05-31 | 1 | -3/+3 |
| | |||||
* | Fix icon rendering. | William Hua | 2013-05-08 | 1 | -14/+170 |
| | |||||
* | Fix keyboard layout display names. | William Hua | 2013-05-07 | 1 | -20/+67 |
| | |||||
* | Indicator visible setting. | William Hua | 2013-04-29 | 1 | -14/+30 |
| | |||||
* | Use dictionary action state. | William Hua | 2013-04-26 | 1 | -2/+2 |
| |