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-18 03:30:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
/
ctk
History
adamdunkels
22d7ea53ff
Whitespace, added includes
2007-03-21 23:18:49 +00:00
..
ctk-conio-service.c
Don't make assumptions on textentry contents beyond the first '\0'.
2006-08-30 22:15:25 +00:00
ctk-conio-service.h
…
ctk-conio.c
Don't make assumptions on textentry contents beyond the first '\0'.
2006-08-30 22:24:12 +00:00
ctk-conio.h
…
ctk-draw-service.h
…
ctk-draw.c
…
ctk-draw.h
Added the CCIF (Contiki Core InterFace) declarations used by the applications which are currently part of the Win32 build.
2006-08-26 23:54:00 +00:00
ctk-graphic-draw.h
…
ctk-graphic.c
…
ctk-mouse.c
…
ctk-mouse.h
…
ctk-term-ascii.h
…
ctk-term-in.c
…
ctk-term-int.h
…
ctk-term-out.c
…
ctk-term-out.h
…
ctk-term.c
Don't make assumptions on textentry contents beyond the first '\0'.
2006-08-30 22:24:12 +00:00
ctk-term.h
…
ctk-termarch.h
…
ctk-termserial.c
…
ctk-termserial.h
…
ctk-termtelnet.c
…
ctk-termtelnet.h
…
ctk-vncarch.h
…
ctk-vncfont.c
…
ctk-vncfont.h
…
ctk-vncserver-service.c
Don't make assumptions on textentry contents beyond the first '\0'.
2006-08-30 22:24:12 +00:00
ctk-vncserver.c
Don't make assumptions on textentry contents beyond the first '\0'.
2006-08-30 22:24:12 +00:00
ctk-vncserver.h
Whitespace, added includes
2007-03-21 23:18:49 +00:00
ctk.c
The special handling of mouse-over detection for bitmaps and icons seems unnecessary since the the member 'h' is always present and can always be assumed to be initialized. Furthermore the special handling prevented multiline textentries to be treated correctly. Therefore the special handling is now completely removed (and the handling of the 'h' member is adjusted).
2006-08-30 23:12:33 +00:00
ctk.h
Added the CCIF (Contiki Core InterFace) declarations used by the applications which are currently part of the Win32 build.
2006-08-26 23:54:00 +00:00
vnc-out.c
…
vnc-out.h
…
vnc-server.c
…
vnc-server.h
…