This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-11 03:29:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
/
ctk
History
adamdunkels
0ded8897e6
Added a dummy function instead of a NULL callback in the textentry widget because sdcc does not like NULL function pointers
2009-02-24 21:30:02 +00:00
..
ctk-conio.c
Did more aggressive fullscreen ctk codesize optimization. Now ctk draw implementations need adjustment as the struct window member x and y are gone. Another potential optimization would be to remove clipping...
2007-12-20 20:45:06 +00:00
ctk-conio.h
…
ctk-draw.h
…
ctk-mouse.h
…
ctk-vncarch.h
…
ctk-vncfont.c
…
ctk-vncfont.h
…
ctk-vncserver.c
…
ctk-vncserver.h
Whitespace, added includes
2007-03-21 23:18:49 +00:00
ctk.c
Added a dummy function instead of a NULL callback in the textentry widget because sdcc does not like NULL function pointers
2009-02-24 21:30:02 +00:00
ctk.h
Added a dummy function instead of a NULL callback in the textentry widget because sdcc does not like NULL function pointers
2009-02-24 21:30:02 +00:00
vnc-out.c
Support for z80(sdcc) port.
2007-08-30 14:39:16 +00:00
vnc-out.h
…
vnc-server.c
Support for z80(sdcc) port.
2007-08-30 14:39:16 +00:00
vnc-server.h
…