summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix LGPL license header.HEADmasterHiroshi Sumita2012-12-1755-447/+446
| | | | | | | BUG=https://code.google.com/p/pyzy/issues/detail?id=1 TEST=None Review URL: https://codereview.appspot.com/6943055
* Release 0.1.0Hiroshi Sumita2012-08-031-2/+2
| | | | | | BUG=None Review URL: https://codereview.appspot.com/6457070
* Refines API and documents.Hiroshi Sumita2012-08-024-9/+90
| | | | | | BUG=Can't get candidates on InputContext::Observer::candidatesChanged(). Review URL: https://codereview.appspot.com/6448092
* Fixes errors on "make distclean" and "make rpm".Hiroshi Sumita2012-07-123-6/+7
| | | | | | | BUG="make distclean" and "make rpm" are broken. TEST=make, make distclean and make rpm. Review URL: https://codereview.appspot.com/6345085
* Removes unused variables.Hiroshi Sumita2012-07-121-20/+0
| | | | | | | BUG=None TEST=Build Review URL: https://codereview.appspot.com/6352094
* Fixes memory leak.Hiroshi Sumita2012-07-101-2/+5
| | | | | | | BUG=Memory leak on InputContext::init (). TEST=Manual. Review URL: https://codereview.appspot.com/6349073
* Re-enables test.Hiroshi Sumita2012-07-095-0/+1179
| | | | | | | BUG=None TEST=Build and run a test. Review URL: https://codereview.appspot.com/6355058
* Remvoes unused or not-maintained files.Hiroshi Sumita2012-06-1213-1622/+0
| | | | | | | BUG=None TEST=Manual Review URL: https://codereview.appspot.com/6294051
* Removes PyZy prefix from filename.Hiroshi Sumita2012-06-1144-136/+156
| | | | | | | BUG=None TEST=Manual Review URL: https://codereview.appspot.com/6307059
* Implements InputContext::Observer::updateInputText and updateCursorHiroshi Sumita2012-06-079-6/+88
| | | | | | | BUG=None TEST=Manual Review URL: https://codereview.appspot.com/6298043
* Fixes a bug caused by a reallocation on vector.Hiroshi Sumita2012-06-061-1/+7
| | | | | | | BUG=Database::query crashes on some situation TEST=Manual Review URL: https://codereview.appspot.com/6295043
* Fixes double pinyin parse error when fuzzy pinyin is enabled.Hiroshi Sumita2012-05-252-34/+49
| | | | | | | BUG=http://code.google.com/p/ibus/issues/detail?id=1441 TEST=Manually Review URL: https://codereview.appspot.com/6250045
* Provides a method to use original special phrase.Hiroshi Sumita2012-05-255-18/+57
| | | | | | | BUG=None TEST=Manual Review URL: https://codereview.appspot.com/6252043
* Fixes some error related to API documents.Hiroshi Sumita2012-05-213-12/+5
| | | | | | | BUG=Some documents are wrong. TEST=Manual Review URL: https://codereview.appspot.com/6227043
* Fixes build break.Hiroshi Sumita2012-05-211-0/+4
| | | | | | | BUG=Can't instantiate a Variant object. TEST=Manual Review URL: https://codereview.appspot.com/6227046
* Writes a API document using doxygen.Hiroshi Sumita2012-05-219-23/+2017
| | | | | | | BUG=None TEST=Manual Review URL: https://codereview.appspot.com/6211062
* Refactors Config.Hiroshi Sumita2012-05-1821-410/+462
| | | | | | | BUG=None TEST=Manual Review URL: https://codereview.appspot.com/6202056
* Renames lookupTableChanged to candidatesChanged.Hiroshi Sumita2012-05-173-6/+6
| | | | | | | BUG=None TEST=Manual build Review URL: https://codereview.appspot.com/6212053
* Fixes a regression about traditional chinese.Hiroshi Sumita2012-05-112-2/+9
| | | | | | | BUG=Candidate characters are always simplified. TEST=Manual Review URL: https://codereview.appspot.com/6206052
* Move some constants from PyZyTypes to PyZyConfigHiroshi Sumita2012-05-089-58/+58
| | | | | | | BUG=None TEST=Manually Review URL: https://codereview.appspot.com/6201053
* Change the API to fetch candidates incrementally.Hiroshi Sumita2012-04-2610-153/+68
| | | | | | | BUG=Conversion is slow TEST=Test manually with client applications. Review URL: https://codereview.appspot.com/6073043
* Fixes a behavior of focusedCandidate().Hiroshi Sumita2012-03-281-2/+3
| | | | | | | BUG=focusedCandidate is not cleared after some operations. TEST=Test manually with client codes. Review URL: https://codereview.appspot.com/5927049
* Make libpyzy to work on Linux.Hiroshi Sumita2012-03-2714-35/+35
| | | | | | | BUG=None TEST=Builds manually. Review URL: https://codereview.appspot.com/5903060
* Fixes preedit text handlings.Hiroshi Sumita2012-03-221-0/+3
| | | | | | | BUG=All characters should be set on conversionText when cursor position is not at the end. TEST=Manually tested with client codes. Review URL: https://codereview.appspot.com/5869044
* Apply SimpTradConverter to candidates and fix bugsHiroshi Sumita2012-03-071-4/+8
| | | | | | | BUG=Candidates text are always simplified chinese characters. TEST=Manually tested with client code. Review URL: https://codereview.appspot.com/5752053
* Fixed some bugs related to rest_text().Hiroshi Sumita2012-02-293-16/+9
| | | | | | | BUG=rest_text() returns incorrect value in some situation. TEST=Manually tested with client code. Review URL: https://codereview.appspot.com/5694088
* Temporary fix to get all candidates.Hiroshi Sumita2012-02-131-1/+2
| | | | | | | BUG=We only get at most 12 candidates for any input. TEST=Build a package. Review URL: https://codereview.appspot.com/5645079
* Check a input character on insert().Hiroshi Sumita2012-01-122-8/+13
| | | | | | | BUG=None TEST=Manual Review URL: http://codereview.appspot.com/5528073
* Add TODO comment and remove some comment/space.Hiroshi Sumita2011-12-055-8/+10
| | | | | | | BUG=None TEST=Build manually Review URL: http://codereview.appspot.com/5440070
* Update .gitignoreHiroshi Sumita2011-12-013-5/+6
| | | | | | | BUG=None TEST=None Review URL: http://codereview.appspot.com/5437085
* Modify API of candidates().Hiroshi Sumita2011-12-017-38/+141
| | | | | | | | | | This CL changes API only. Internal behavior will be changed in another CL. BUG=None TEST=Run a test Review URL: http://codereview.appspot.com/5437086
* Add API "focusCandidate(size_t i)".Hiroshi Sumita2011-11-222-1/+2
| | | | | | | BUG= None TEST= Build a package. Review URL: http://codereview.appspot.com/5375098
* Change return value of some accessors to "const &".Hiroshi Sumita2011-11-152-16/+17
| | | | | | | BUG=None TEST=Build library. Review URL: http://codereview.appspot.com/5376088
* Remove PyZy::Config::init().Hiroshi Sumita2011-11-153-16/+2
| | | | | | | BUG=None TEST=Run a test Review URL: http://codereview.appspot.com/5370063
* Replace variable types from g* to standard types.Hiroshi Sumita2011-11-1540-403/+407
| | | | | | | | | | | | | | | | | | replacing - gchar - char - gint - int, unsigned int, or size_t - guint -> unsigned int or size_t - guint8 -> unsigned char - gboolean -> bool - gsize -> size_t - gpointer -> void * - gconstpointer -> const void * - gunichar -> unichar (typedef of int on PyZyUtil.h) BUG=None TEST=Run a test Review URL: http://codereview.appspot.com/5367046
* Fix build rpm errors.Peng Huang2011-11-143-19/+32
| | | | | | | BUG=build rpm errors TEST=make rpm Review URL: http://codereview.appspot.com/5371058
* Add version info into library namePeng Huang2011-11-111-8/+15
| | | | | | | BUG=None TEST=Manual Review URL: http://codereview.appspot.com/5371052
* Fix build error with c++0x and disable boost by defaultPeng Huang2011-11-113-3/+54
| | | | | | | BUG=None TEST=Manual Review URL: http://codereview.appspot.com/5376056
* Add pkg-config supportPeng Huang2011-11-104-19/+77
| | | | | | | BUG=None TEST=Manual Review URL: http://codereview.appspot.com/5350047
* Fix ./autogen.sh, ./configure and build errors.Peng Huang2011-11-1014-1/+17862
| | | | | | | BUG=./autogen.sh, ./configure and make errors TEST=./autogen.sh && make Review URL: http://codereview.appspot.com/5359050
* Refactoring APIs.Hiroshi Sumita2011-11-0918-1032/+392
| | | | | | | | | | - Add many APIs to replace processKeyEvent. - Remove pager related codes. BUG=None TEST=Run a test Review URL: http://codereview.appspot.com/5314054
* Rename to libpyzy and remove unused files.Hiroshi Sumita2011-10-2410-472/+19
| | | | | | | | | This CL don't modify some files which is related to a URL or debian. BUG=None TEST=Manually Review URL: http://codereview.appspot.com/5305041
* Make m_observer private.Hiroshi Sumita2011-10-244-13/+36
| | | | | | | BUG=None TEST=Run a test. Review URL: http://codereview.appspot.com/5312042
* Modify include guards to avoid a conflict.Hiroshi Sumita2011-10-2423-71/+71
| | | | | | | BUG=None TEST=Manual Review URL: http://codereview.appspot.com/5305042
* Modify Observer and implements some API.Hiroshi Sumita2011-10-246-22/+93
| | | | | | | BUG=None TEST=Run a test. Review URL: http://codereview.appspot.com/5309041
* fix variable types and code style.Hiroshi Sumita2011-10-242-17/+74
| | | | | | | BUG=None TEST=Manual Review URL: http://codereview.appspot.com/5299042
* Change the license from GPL to LGPL.Hiroshi Sumita2011-10-2449-798/+1069
| | | | | | | | | | This CL don't modify files under debian/*. Some files which is removed by http://codereview.appspot.com/5305041/ are also unmodified. BUG=None TEST=Manually Review URL: http://codereview.appspot.com/5301043
* Initial implementation of libpyzy.Hiroshi Sumita2011-10-2492-0/+33039
| | | | | | | BUG= TEST= Review URL: http://codereview.appspot.com/5235062
* first commitHiroshi Sumita2011-10-121-0/+2