Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix e-mail in copyright statement | Suren A. Chilingaryan | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | Mingw compatibility fixes by trialuser | Suren A. Chilingaryan | 2014-06-12 | 1 | -0/+4 |
| | |||||
* | Remove unnecesary label | Suren A. Chilingaryan | 2013-11-13 | 1 | -1/+0 |
| | |||||
* | Respect warn_unused_result warnings | Suren A. Chilingaryan | 2013-11-13 | 1 | -1/+6 |
| | |||||
* | Update FSF address | Suren A. Chilingaryan | 2012-11-11 | 1 | -1/+1 |
| | |||||
* | Do not init berkeleydb until caches are enabled | Suren A. Chilingaryan | 2012-11-11 | 1 | -1/+1 |
| | |||||
* | Windows fixes and CMake scripts to build under Windows | Suren A. Chilingaryan | 2010-07-16 | 1 | -6/+34 |
| | |||||
* | Few bugs found by lint of OpenSuSE, many thanks to Novel | Suren A. Chilingaryan | 2010-03-11 | 1 | -2/+7 |
| | |||||
* | Relincensed under LGPL | Suren A. Chilingaryan | 2009-06-12 | 1 | -8/+8 |
| | |||||
* | Provide GPL disclaimers with all sources | Suren A. Chilingaryan | 2008-12-15 | 1 | -1/+20 |
| | | | | | - Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings | ||||
* | DB4 & Postponed processing | Suren A. Chilingaryan | 2007-04-14 | 1 | -1/+18 |
| | | | | | | | | | | - New DB4 database type - Postponed processing in external module + User may allow external module to finish required processing before termination. This could be useful for translation services while using console applications (if network connection is slow, the external will never finish translation before program termination) - SKIP_PARRENT options are renamed to SKIP_PARENT | ||||
* | Fixed lockup on exit | Suren A. Chilingaryan | 2006-01-09 | 1 | -4/+16 |
| | | | | - Fixed lockup on exit (Waiting rccexternal exit forever) | ||||
* | Language Fixes and Improvements | Suren A. Chilingaryan | 2005-08-03 | 1 | -2/+7 |
| | | | | | | | - rccmutex - Language autodetection fixes and improvements - Language translation fixes and improvements - The current state is near to be usable | ||||
* | Language autodetection | Suren A. Chilingaryan | 2005-08-02 | 1 | -1/+1 |
| | | | | | | | | - rccConfigRecode function's are added - Language autodetection using aspell is added - Translation in 3 modes: "To English Language", "Skip English Translation", "Full" - Example2 to demonstrate translation possibilities | ||||
* | Translation | Suren A. Chilingaryan | 2005-07-29 | 1 | -0/+210 |
- Language Translation using libtranslate is implemented - Autoengine sets current charset (option) |