]> Pileus Git - ~andy/gtk/blob - gdk/directfb/TODO
Remove deprecated GdkFont
[~andy/gtk] / gdk / directfb / TODO
1 A list of missing things and known bugs in the DirectFB GDK backend:
2
3 - Implement more GDK drawing functions. The most important ones
4   (including XOR) do work now. Other drawing functions are rarely
5   used and would need support from DirectFB.
6 - Implemenent extended input devices. Shouldn't be too hard.
7 - Look into DND and selections. DND seems to work inside one
8   application at least.
9 - Consider using the recently added glyph cache in PangoFT2 to
10   implement our glyph surface cache. Probably limit the number 
11   of cached glyphs or the size of the surface cache instead of
12   keeping all glyphs from a number of fonts in the cache.
13
14 Some things that will probably never happen:
15
16 - Line styles, joining and related stuff. We could use code from the
17   LinuxFB backend but it seems to be bloat for most applications.
18   Implementing dashed lines would probably make sense and shouldn't
19   be too hard.
20 - Bitmaps (they are partly supported) and masks. This stuff should
21   be entirely deprecated. Use real alpha channels instead!
22
23
24 This is a simple list of unimplemented function stubs and there file
25 to see the implementation check the x11 dir.
26 Its not started yet.
27
28 gdkcolor-directfb.c
29 gdkcursor-directfb.c
30 gdkdisplay-directfb.c
31 gdkdnd-directfb.c
32 gdkdrawable-directfb.c
33 gdkevents-directfb.c
34 gdkgc-directfb.c
35 gdkgeometry-directfb.c
36 gdkglobals-directfb.c
37 gdkimage-directfb.c
38 gdkim-directfb.c
39 gdkinput-directfb.c
40 gdkkeys-directfb.c
41         gdk_keymap_lookup_key 
42         gdk_keyval_convert_case
43 gdkmain-directfb.c
44 gdkpixmap-directfb.c
45 gdkproperty-directfb.c
46 gdkscreen-directfb.c
47 gdkselection-directfb.c
48 gdkspawn-directfb.c
49 gdkvisual-directfb.c
50 gdkwindow-directfb.c
51 gdkwindowid.c
52 glyphsurfacecache.c
53
54
55 NOTES:
56 event filter callbacks missing see the x11 impl
57