~ubuntu-branches/ubuntu/wily/scim/wily-proposed

« back to all changes in this revision

Viewing changes to extras/immodules/doc/developer/index.html

  • Committer: Package Import Robot
  • Author(s): Rolf Leggewie, Rolf Leggewie, Tz-Huan Huang
  • Date: 2012-06-30 11:21:42 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120630112142-a4cwzsr16dty8dk7
Tags: 1.4.14-1
[ Rolf Leggewie ]
* new upstream release 1.4.14
  - drop 32_scim-1.4.8-fix-dlopen.patch which has landed upstream
* bump compat level to 9
* debian/control: add Toni Mueller as co-maintainer
  Welcome aboard!

[ Tz-Huan Huang ]
* start shipping a couple of newly introduced im-module packages
* debian/rules:
  - simplify dh_auto_install override where upstream changes allow this
  - drop -fpermissive from CXXFLAGS, fixed upstream
* debian/README.*: update the documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html lang="en">
 
3
    <head>
 
4
        <link rel="stylesheet" type="text/css" href="../document.css">
 
5
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 
6
        <meta name="author" content="Ryo Dairiki">
 
7
        <title>Scim Bridge: Developer Manual</title>
 
8
    </head>
 
9
    <body>
 
10
        <p class="bullet_in">Scim Bridge Developer Manual</p>
 
11
        <a href="../index.html">Up</a>
 
12
        <hr/>
 
13
        <p>
 
14
            <ul>
 
15
                <li><a href="introduction.html">The introduction</a>
 
16
                    <ul>
 
17
                        <li><a href="introduction.html#about_author">About the author</a></li>
 
18
                        <li><a href="introduction.html#what_is_this_for">What is this for?</a></li>
 
19
                        <li><a href="introduction.html#how_does_it_work">How does it work?</a></li>
 
20
                        <li><a href="introduction.html#future_plan">The plan for the future</a></li>
 
21
                    </ul>
 
22
                </li>
 
23
                <li><a href="client.html">The clients</a>
 
24
                    <ul>
 
25
                        <li><a href="client.html#introduction">The introduction</a></li>
 
26
                        <li><a href="client.html#event_loop">Let's learn about the event loop</a></li>
 
27
                        <li><a href="client.html#handle">How should I handle messages?</a></li>
 
28
                        <li><a href="client.html#register">The registration</li>
 
29
                        <li><a href="client.html#preedit">The preedit and the lookup table</li>
 
30
                        <li><a href="client.html#key_event">Handle the key events</li>
 
31
                        <li><a href="client.html#focus">The focus and the cursor location</li>
 
32
                    </ul>
 
33
                </li>
 
34
                <li><a href="imcontext.html">The imcontext</a>
 
35
                    <ul>
 
36
                        <li><a href="imcontext.html#imcontext">About this datatype</li>
 
37
                        <li><a href="imcontext.html#register">Registering and deregistering it</li>
 
38
                        <li><a href="imcontext.html#preedit">Showing the preedit string</li>
 
39
                        <li><a href="imcontext.html#commit">Commiting a string</li>
 
40
                        <li><a href="imcontext.html#key_event">Handling key events</li>
 
41
                        <li><a href="imcontext.html#focus">Handling the focus and the cursor location</li>
 
42
                        <li><a href="imcontext.html#surrounding">Processing the surrounding text</li>
 
43
                        <li><a href="imcontext.html#lookuptable">Updating the lookup table</li>
 
44
                        <li><a href="imcontext.html#misc">Misc functions</li>
 
45
                    </ul>
 
46
                </li>
 
47
                <li>
 
48
                    <a href="protocol.html">The communication protocol</a>
 
49
                    <ul>
 
50
                        <li><a href="protocol.html#who_does_need">Who does need this section?</a></li>
 
51
                        <li><a href="protocol.html#fundamental_rules">Let's know about the fumdamental rules</a></li>
 
52
                        <li><a href="protocol.html#command_list">The command list</a></li>
 
53
                    </ul>
 
54
                </li>
 
55
                <li>
 
56
                    <a href="keycodes.html">The key codes</a>
 
57
                    <ul>
 
58
                    </ul>
 
59
                </li>
 
60
            </ul>
 
61
        </p>
 
62
        <hr/>
 
63
        <p class="copyright">
 
64
            Copyright (c) 2006 Ryo Dairiki &lt;ryo-dairiki@users.sourceforge.net&gt;
 
65
        </p>
 
66
    </body>
 
67
</html>