1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge with trunk More... almost 12 years ago
Releasing 4.0.2+13.10.20130920-0ubuntu1 (revision 817 from lp:nux). More... almost 12 years ago
Releasing 4.0.2+13.10.20130920-0ubuntu1, based on r817 More... almost 12 years ago
Minor change.
azzar1
as Andrea Azzarone
More... almost 12 years ago
Remove debug strings.
azzar1
as Andrea Azzarone
More... almost 12 years ago
Draw scrollbars on top of the scrollview and not next to it.
azzar1
as Andrea Azzarone
More... almost 12 years ago
Gracefully handle ibus_bus_get_config returning NULL. Fixes: https://bugs.launchpad.net/bugs/1047944. More... almost 12 years ago
initialize all fields of the test results structure to avoid segfaults when Unity support is not available (lp: #1226737). Fixes: https://bugs.launchpad.net/bugs/1226737. More... almost 12 years ago
initialize test resuts to avoid crashes on older hardware (lp: #1226737) More... almost 12 years ago
* Check if conf is valid before attempting to use it. As it can return null for a couple reasons. More... almost 12 years ago
Merging with trunk More... almost 12 years ago
Greek does not play nice with XmbLookupString and gives us a size 0 for the event string size. So if we run into the status XLookupKeySym, look it up using XLookupString. This way pinyin will still work as it did before the greek fix went in last week. Fixes: https://bugs.launchpad.net/bugs/1219432. More... almost 12 years ago
* Destory the XIC when we focus out, otherwise we seem to be getting stuck if we leave fcitx enabled...need to check 12.04 to see if this is the case as well. Could be a bug in fcitx...as we have focused out, and it doesn't leave enabled mode. More... almost 12 years ago
* Greek does not play nice with XmbLookupString and gives us a size 0 for the event string. So if we run into the status XLookupKeySym, look it up using XLookupString. This way pinyin will still work when we poke it. More... almost 12 years ago
Always use a dynamic char* when dealing with text events. We were using a static text, then allocating dtext causing ibus to get confused on what to use. Fixes: https://bugs.launchpad.net/bugs/1219330. More... almost 12 years ago
* Fix using a static array when not using XIM, we should always use a dynamic or a static but not mix between both... More... almost 12 years ago
Releasing 4.0.2+13.10.20130829.1-0ubuntu1 (revision 812 from lp:nux). More... almost 12 years ago
Releasing 4.0.2+13.10.20130829.1-0ubuntu1, based on r812 More... almost 12 years ago
Use a temp buf to poke for the size of string vs passing nullptr. For some reason this was working for most cases, but not greek. Using a temp buf allows us to poke the greeks chars and others that werent working. Fixes: https://bugs.launchpad.net/bugs/1205713. More... almost 12 years ago
* Use a temp buf to get the size of the sting, then store it into its dynamic buffer. * When we were probing for the size of the string using greek it was returning 0 size. Causing no greek chars to print. Using a temp allows us to prob correctly. More... almost 12 years ago
Releasing 4.0.2+13.10.20130816.2-0ubuntu1 (revision 810 from lp:nux). More... about 12 years ago
Releasing 4.0.2+13.10.20130816.2-0ubuntu1, based on r810 More... about 12 years ago
Add 50_check_unity_support to Xsession.d that will run the unity support test app to determine if we should use the fallback mode or not, since we'll be dropping the test from compiz. More... about 12 years ago
Apdated gmock detection after gmock was updated. More... about 12 years ago
adjust detection of google-mock to catch latest changes More... about 12 years ago
Add 50_check_unity_support to Xsession.d that will run the unity support test app to determine if we should use the fallback mode or not, since we'll be dropping the test from compiz More... about 12 years ago
Releasing 4.0.2+13.10.20130802-0ubuntu1 (revision 807 from lp:nux). More... about 12 years ago
Releasing 4.0.2+13.10.20130802-0ubuntu1, based on r807 More... about 12 years ago
Change general hotkey/tiggers to general/hotkey triggers. More... about 12 years ago
* Fix new ibus 1.5 changes More... about 12 years ago