Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returning the currently displayed input when you click cancel is confusing
behavior in my eyes.
|
|
This fixes garbage output when canceling the predictive dialog in AGI when
nothing was entered.
|
|
Instead of manually multiplying the entry count with the entry size we simply
use both parameters of calloc as intended now.
|
|
newDictLine is allocated with calloc in line 856 thus there is no need to
initialize any entry.
|
|
|
|
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
|
|
This adds more visual feedback to the user.
|
|
The strings are not marked for translation, so I am not sure why the comments
are tagged with I18N though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is probably due to a collision with WinCE toolchain system define,
so changing the enum from all capitalised to Camel Case constant style.
|
|
Header needed to be in global, not GUI namespace.
|
|
|
|
|