aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/Converter.h
AgeCommit message (Collapse)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
Move some static functions into anonymous namespace.
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
interfaces ILexer4 and IDocument.
2016-05-05Remove template adaptor as only g_iconv is used now. Use glib's gsize type as itNeil Hodgson1-20/+11
matches g_iconv exactly. Make character set name buffer dynamically sized.
2013-12-22Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions whichNeil1-2/+2
guaranty termination where possible.
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
transliterations.
2006-06-08Added support for //TRANSLIT option to iconv to allow approximatenyamatongwe1-5/+10
conversions, such as when pasting UTF-8 text and the buffer is set to an encoding that does not support all of the characters on the clipboard.
2004-02-03Use g_iconv on GTK+ 2.nyamatongwe1-5/+23
2004-01-31First version.nyamatongwe1-0/+53