summaryrefslogtreecommitdiffstats
path: root/input-methods
diff options
context:
space:
mode:
authorPraveen Arimbrathodiyil <pravi.a@gmail.com>2007-10-24 01:39:26 +0530
committerPraveen Arimbrathodiyil <pravi.a@gmail.com>2007-10-24 01:39:26 +0530
commit4d9d2bf8b011c911295ca0edffedc23824128867 (patch)
treef90b9000864af75e52ca25a7a99490265994e989 /input-methods
parent32c87541583ebe12783a672a7ad7625d1c3aaa5c (diff)
downloadAnjaliOldLipi.git-4d9d2bf8b011c911295ca0edffedc23824128867.tar.gz
AnjaliOldLipi.git-4d9d2bf8b011c911295ca0edffedc23824128867.tar.xz
AnjaliOldLipi.git-4d9d2bf8b011c911295ca0edffedc23824128867.zip
moved around files a bit.
Diffstat (limited to 'input-methods')
-rw-r--r--input-methods/lipimatoo/BUILD1
-rw-r--r--input-methods/lipimatoo/HACK2
-rw-r--r--input-methods/lipimatoo/lipimatoo.c25
-rw-r--r--input-methods/lipimatoo/transliteration.c (renamed from input-methods/lipimatoo/trans.c)4
-rw-r--r--input-methods/lipimatoo/transliteration.h (renamed from input-methods/lipimatoo/Transliteration.h)2
5 files changed, 29 insertions, 5 deletions
diff --git a/input-methods/lipimatoo/BUILD b/input-methods/lipimatoo/BUILD
new file mode 100644
index 0000000..b887178
--- /dev/null
+++ b/input-methods/lipimatoo/BUILD
@@ -0,0 +1 @@
+gcc -Wall -g lipimatoo.c -o lipimatoo `gtk-config --cflags` `gtk-config --libs`
diff --git a/input-methods/lipimatoo/HACK b/input-methods/lipimatoo/HACK
new file mode 100644
index 0000000..993d43f
--- /dev/null
+++ b/input-methods/lipimatoo/HACK
@@ -0,0 +1,2 @@
+
+* fix unicode rendering issue
diff --git a/input-methods/lipimatoo/lipimatoo.c b/input-methods/lipimatoo/lipimatoo.c
index fbde3a4..907aa39 100644
--- a/input-methods/lipimatoo/lipimatoo.c
+++ b/input-methods/lipimatoo/lipimatoo.c
@@ -1,14 +1,35 @@
/*
- *File name: googliterate.c
+ *File name: lipimatoo.c
+ *
+ * Copyright (C) 2007-2008
+ * Praveen Arimbrathodiyil <pravi.a@gmail.com>,
+ * Swathanthra Malayalam Computing.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at
+ * your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+
+*/
+
#include <gtk/gtk.h>
#include <glib.h>
#include <gdk/gdk.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtkwidget.h>
#include <stdlib.h>
-#include "trans.c"
+#include "transliteration.c"
/*-- This function allows the program to exit properly when the window is closed --*/
gint destroyapp (GtkWidget *widget, gpointer gdata)
{
diff --git a/input-methods/lipimatoo/trans.c b/input-methods/lipimatoo/transliteration.c
index d6d59ce..71ac413 100644
--- a/input-methods/lipimatoo/trans.c
+++ b/input-methods/lipimatoo/transliteration.c
@@ -1,4 +1,4 @@
-/* Transliteration.c
+/* transliteration.c
*
* Copyright (C) 2007-2008
* Santhosh Thottingal<santhosh00@gmail.com>,
@@ -22,7 +22,7 @@
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
-#include "Transliteration.h"
+#include "transliteration.h"
/*
Transliterate the a dhvani phonetic string to malayalam.
Algorithm:
diff --git a/input-methods/lipimatoo/Transliteration.h b/input-methods/lipimatoo/transliteration.h
index 7fd70b5..3d101da 100644
--- a/input-methods/lipimatoo/Transliteration.h
+++ b/input-methods/lipimatoo/transliteration.h
@@ -1,4 +1,4 @@
-/* Transliteration.h
+/* transliteration.h
*
* Copyright (C) 2007-2008
* Santhosh Thottingal<santhosh00@gmail.com>,