aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/Converter.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-31Simplify Converter and avoid warnings.Neil Hodgson1-5/+2
2019-09-30Delete standard functions on classes where there could be attempts to copy.Neil Hodgson1-0/+5
2019-03-27Ran astyle to standardize formatting.Neil1-2/+2
2019-03-27Replace NULL/0 with nullptr. Mark noexcept where simple.Neil1-6/+6
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2016-05-05Remove template adaptor as only g_iconv is used now. Use glib's gsize type as itNeil Hodgson1-20/+11
2013-12-22Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions whichNeil1-2/+2
2013-07-21Standardising header guards and namespaces.Neil1-0/+13
2010-03-25Removed support for GTK+ 1.x.nyamatongwe1-18/+1
2006-06-24If opening a converter in transliterations mode fails, try opening withoutnyamatongwe1-10/+21
2006-06-08Added support for //TRANSLIT option to iconv to allow approximatenyamatongwe1-5/+10
2004-02-03Use g_iconv on GTK+ 2.nyamatongwe1-5/+23
2004-01-31First version.nyamatongwe1-0/+53