Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-31 | Simplify Converter and avoid warnings. | Neil Hodgson | 1 | -5/+2 | |
2019-09-30 | Delete standard functions on classes where there could be attempts to copy. | Neil Hodgson | 1 | -0/+5 | |
2019-03-27 | Ran astyle to standardize formatting. | Neil | 1 | -2/+2 | |
2019-03-27 | Replace NULL/0 with nullptr. Mark noexcept where simple. | Neil | 1 | -6/+6 | |
Move some static functions into anonymous namespace. | |||||
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 | |
interfaces ILexer4 and IDocument. | |||||
2016-05-05 | Remove template adaptor as only g_iconv is used now. Use glib's gsize type as it | Neil Hodgson | 1 | -20/+11 | |
matches g_iconv exactly. Make character set name buffer dynamically sized. | |||||
2013-12-22 | Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which | Neil | 1 | -2/+2 | |
guaranty termination where possible. | |||||
2013-07-21 | Standardising header guards and namespaces. | Neil | 1 | -0/+13 | |
2010-03-25 | Removed support for GTK+ 1.x. | nyamatongwe | 1 | -18/+1 | |
2006-06-24 | If opening a converter in transliterations mode fails, try opening without | nyamatongwe | 1 | -10/+21 | |
transliterations. | |||||
2006-06-08 | Added support for //TRANSLIT option to iconv to allow approximate | nyamatongwe | 1 | -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-03 | Use g_iconv on GTK+ 2. | nyamatongwe | 1 | -5/+23 | |
2004-01-31 | First version. | nyamatongwe | 1 | -0/+53 | |