Skip to content

Commit

Permalink
2007-11-07 Ross Burton <ross@openedhand.com.com>
Browse files Browse the repository at this point in the history
	* gtk-im/*.[ch]:
	Add copyright headers.


git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard@1800 b067294f-1dea-0310-9683-c47a78595994
  • Loading branch information
ross committed Nov 7, 2007
1 parent 0ac47f0 commit 9c2b37d
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2007-11-07 Ross Burton <ross@openedhand.com.com>

* gtk-im/*.[ch]:
Add copyright headers.

2007-10-12 Matthew Allum <mallum@openedhand.com>

* layouts/keyboard.xml:
Expand Down
19 changes: 19 additions & 0 deletions gtk-im/im-context.c
@@ -1,3 +1,22 @@
/*
* Matchbox Keyboard - A lightweight software keyboard.
*
* Author: Ross Burton <ross@o-hand.com>
*
* Copyright (c) 2007 OpenedHand Ltd - http://o-hand.com
*
* 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, 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.
*
*/

#include <gtk/gtkimcontextsimple.h>

#include "im-context.h"
Expand Down
19 changes: 19 additions & 0 deletions gtk-im/im-context.h
@@ -1,3 +1,22 @@
/*
* Matchbox Keyboard - A lightweight software keyboard.
*
* Author: Ross Burton <ross@o-hand.com>
*
* Copyright (c) 2007 OpenedHand Ltd - http://o-hand.com
*
* 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, 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.
*
*/

#include <gtk/gtkimcontextsimple.h>

typedef struct _MbIMContext MbIMContext;
Expand Down
25 changes: 22 additions & 3 deletions gtk-im/im-module.c
@@ -1,3 +1,22 @@
/*
* Matchbox Keyboard - A lightweight software keyboard.
*
* Author: Ross Burton <ross@o-hand.com>
*
* Copyright (c) 2007 OpenedHand Ltd - http://o-hand.com
*
* 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, 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.
*
*/

#include <string.h>
#include <gtk/gtkimmodule.h>
#include "im-context.h"
Expand All @@ -6,9 +25,9 @@

static const
GtkIMContextInfo im_info = {
IM_CONTEXT, "Matchbox IM Invoker",
"", "", /* We have no user-visible strings */
"*"
IM_CONTEXT, "Virtual Keyboard",
/* TODO: localise the above string */
"", "", "*"
};

static const GtkIMContextInfo *info_list[] = { &im_info };
Expand Down
19 changes: 19 additions & 0 deletions gtk-im/im-protocol.c
@@ -1,3 +1,22 @@
/*
* Matchbox Keyboard - A lightweight software keyboard.
*
* Author: Ross Burton <ross@o-hand.com>
*
* Copyright (c) 2007 OpenedHand Ltd - http://o-hand.com
*
* 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, 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.
*
*/

#include <string.h>
#include <X11/Xlib.h>

Expand Down
19 changes: 19 additions & 0 deletions gtk-im/im-protocol.h
@@ -1,3 +1,22 @@
/*
* Matchbox Keyboard - A lightweight software keyboard.
*
* Author: Ross Burton <ross@o-hand.com>
*
* Copyright (c) 2007 OpenedHand Ltd - http://o-hand.com
*
* 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, 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.
*
*/

#include "matchbox-keyboard-remote.h"

void protocol_send_event (MBKeyboardRemoteOperation op);

0 comments on commit 9c2b37d

Please sign in to comment.