Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mingw compatibility fixes by trialuser | Suren A. Chilingaryan | 2014-06-12 | 8 | -6/+39 |
| | |||||
* | Fix handling of locale aliases | Suren A. Chilingaryan | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | fix typo in allocation checking | Suren A. Chilingaryan | 2014-02-20 | 2 | -2/+2 |
| | |||||
* | Set CPPFLAGS for GTK1 check to prevent preprocessor complains (gtk/gtk.h: ↵ | Suren A. Chilingaryan | 2013-11-16 | 1 | -0/+4 |
| | | | | accepted by the compiler, rejected by the preprocessor!) | ||||
* | Unversion generated files | Suren A. Chilingaryan | 2013-11-16 | 4 | -1213/+3 |
| | |||||
* | Add local include directories using top_srcdir instead of .. | Suren A. Chilingaryan | 2013-11-16 | 4 | -9/+9 |
| | |||||
* | Compatibility with older automake and fixes to release script | Suren A. Chilingaryan | 2013-11-16 | 7 | -522/+736 |
| | |||||
* | Multiple fixes of build system | Suren A. Chilingaryan | 2013-11-16 | 9 | -299/+436 |
| | |||||
* | Do not fail on Glib version check if libtranslate is not available | Suren A. Chilingaryan | 2013-11-15 | 1 | -0/+2 |
| | |||||
* | Fix COPYING | Suren A. Chilingaryan | 2013-11-14 | 1 | -9/+7 |
| | |||||
* | Fix complaining in example | Suren A. Chilingaryan | 2013-11-14 | 4 | -3/+10 |
| | |||||
* | Remove unnecesary label | Suren A. Chilingaryan | 2013-11-13 | 1 | -1/+0 |
| | |||||
* | Avoid functions deprecated in glib 2.32 | Suren A. Chilingaryan | 2013-11-13 | 5 | -9/+52 |
| | |||||
* | Respect warn_unused_result warnings | Suren A. Chilingaryan | 2013-11-13 | 2 | -4/+18 |
| | |||||
* | Fix GTK3 deprecated functions... | Suren A. Chilingaryan | 2013-11-13 | 2 | -1/+28 |
| | |||||
* | Comment out unused variables to prevent warnings | Suren A. Chilingaryan | 2013-11-13 | 5 | -15/+15 |
| | |||||
* | Always clean examples | Suren A. Chilingaryan | 2013-11-13 | 1 | -0/+4 |
| | |||||
* | Fix build system for compatibility with latest versions of automake | Suren A. Chilingaryan | 2013-11-13 | 2 | -14/+19 |
| | |||||
* | Support LibGuess 1.1 | Suren A. Chilingaryan | 2013-11-11 | 3 | -3/+26 |
| | |||||
* | Language autodetection: prefer english over the languages without any ↵ | Suren A. Chilingaryan | 2013-04-26 | 1 | -6/+6 |
| | | | | non-parent word (english is global parent) | ||||
* | Use cs for Czech language (cz is wrong) | Suren A. Chilingaryan | 2013-04-23 | 1 | -1/+1 |
| | |||||
* | Allow disabling of GTK1 UI support | Suren A. Chilingaryan | 2013-01-30 | 1 | -1/+10 |
| | |||||
* | Remove librcd and enca from pkgconfig requires | Suren A. Chilingaryan | 2013-01-29 | 4 | -4/+7 |
| | |||||
* | pkgconfig | Suren A. Chilingaryan | 2012-11-11 | 3 | -1/+15 |
| | |||||
* | Prefer CDB initialization of bdb to avoid environment corruption when ↵ | Suren A. Chilingaryan | 2012-11-11 | 1 | -37/+27 |
| | | | | multiple processes are running | ||||
* | autoconf patches from ALT | Suren A. Chilingaryan | 2012-11-11 | 3 | -8/+10 |
| | |||||
* | Fixed memory leak with disabled bdb | Suren A. Chilingaryan | 2012-11-11 | 1 | -6/+2 |
| | |||||
* | Update FSF address | Suren A. Chilingaryan | 2012-11-11 | 70 | -69/+70 |
| | |||||
* | Do not init berkeleydb until caches are enabled | Suren A. Chilingaryan | 2012-11-11 | 4 | -25/+57 |
| | |||||
* | Prevent GTK complains | Suren A. Chilingaryan | 2012-11-11 | 2 | -6/+40 |
| | |||||
* | Handle disabled charsets in GTK3 UI | Suren A. Chilingaryan | 2012-11-11 | 1 | -6/+37 |
| | |||||
* | Initial GTK3 support | Suren A. Chilingaryan | 2012-11-09 | 6 | -40/+162 |
| | |||||
* | Open berkeleydb allowing mulithreaded access | Suren A. Chilingaryan | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | Windows fixes and CMake scripts to build under Windows | Suren A. Chilingaryan | 2010-07-16 | 22 | -16/+353 |
| | |||||
* | Fix clean-up in the case of context initialization failure (call ↵ | Suren A. Chilingaryan | 2010-06-04 | 1 | -5/+5 |
| | | | | rccFreeContext instead of rccFree) | ||||
* | Proper ISO 639 name for Czech is 'cs', not 'cz' | Suren A. Chilingaryan | 2010-03-14 | 3 | -4/+4 |
| | |||||
* | One more bug pointed by lint | Suren A. Chilingaryan | 2010-03-11 | 1 | -2/+2 |
| | |||||
* | Few bugs found by lint of OpenSuSE, many thanks to Novel | Suren A. Chilingaryan | 2010-03-11 | 3 | -5/+10 |
| | |||||
* | Fix printf format errors | Suren A. Chilingaryan | 2010-02-14 | 3 | -3/+4 |
| | |||||
* | Automake version detection in autogen.sh | Suren A. Chilingaryan | 2009-10-11 | 2 | -1/+19 |
| | |||||
* | Problems with BerkeleyDB 4.7.x | Suren A. Chilingaryan | 2009-10-11 | 2 | -4/+21 |
| | |||||
* | Support systems without lockf (OpenSolaris), check GTK1 headers in ↵ | Suren A. Chilingaryan | 2009-10-10 | 7 | -26/+225 |
| | | | | configure.in, complain on missing macros in autogen.sh, patches by Ivan Borzenkov and Colin Watson for eglibc compatibility | ||||
* | Bazaar migration | Suren A. Chilingaryan | 2009-08-27 | 2 | -1/+35 |
| | |||||
* | Fix of strnlen definition | Suren A. Chilingaryan | 2009-06-13 | 1 | -1/+1 |
| | | | | | it should return size_t, not int | ||||
* | Relincensed under LGPL | Suren A. Chilingaryan | 2009-06-12 | 71 | -804/+969 |
| | |||||
* | Provide GPL disclaimers with all sources | Suren A. Chilingaryan | 2008-12-15 | 72 | -65/+1388 |
| | | | | | - Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings | ||||
* | Do not release debian files | Suren A. Chilingaryan | 2008-11-20 | 2 | -1/+2 |
| | |||||
* | Debian support by Ivan Borzenkov | Suren A. Chilingaryan | 2008-11-20 | 14 | -1/+236 |
| | |||||
* | Portability Fixes | Suren A. Chilingaryan | 2008-01-13 | 2 | -59/+119 |
| | | | | | | | - FreeBSD compability fixes of autoconf scripts by Ulrich Spoerlein - Some hard to understand parts of autoconf scripts are rewriten. Again many thanks to Ulrich Spoerlein for pointing. | ||||
* | Small example is added | Suren A. Chilingaryan | 2007-07-30 | 3 | -2/+846 |
| | | | | - Cache generator for multi-language tests |