ZDE button.c - source code cleanup; ZDE cursor.c - improvement of mouse flags; ZDE...
commit66cc71ef269dd551f9cdd24be0306a52fb62d328
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 14 Mar 2009 20:04:06 +0000 (14 21:04 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 14 Mar 2009 20:04:06 +0000 (14 21:04 +0100)
tree8dab3d5a271332680dabc8032141ad5e7fc78ecb
parent972e1412866abbd378f90ccfe44c906dd61583d3
ZDE button.c - source code cleanup; ZDE cursor.c - improvement of mouse flags; ZDE handler.c - added Reader support ..
you can read text files in window; ZDE - descriptions are in header of windows; ZDE - terminal support added; ZDE -
improvements in icon's position; ZDE - name of icons are centered; ZDE - error message printing added; system call
sys_gfbswap improvement - works only when tty id agreee with process's tty; Default ip address was changed to
192.168.0.50 and gateway 192.168.0.1; Default nameserver (DNS) correspond with gateway IP address; bigger cleanup in
socket.c; libx library - added new function for getting pixel color called xpixelget (); added Unix Domain socket
support into kernel and libc
32 files changed:
apps/zde/Makefile
apps/zde/bg.c [copied from libx/libx/base.h with 54% similarity, mode: 0755]
apps/zde/bg.h [copied from apps/zde/handler.h with 80% similarity]
apps/zde/button.c
apps/zde/cursor.c
apps/zde/dialog.c [new file with mode: 0755]
apps/zde/dialog.h [copied from libx/libx/base.h with 50% similarity, mode: 0755]
apps/zde/file [new file with mode: 0644]
apps/zde/folder
apps/zde/handler.c
apps/zde/handler.h
apps/zde/icon.c
apps/zde/icon.h
apps/zde/main.c
apps/zde/make_img.sh
apps/zde/window.c
kernel/arch/i386/syscall.c
kernel/core/commands.c
kernel/core/net/dns.c
kernel/core/net/if.c
kernel/core/net/packet.c
kernel/core/net/socket.c
kernel/core/net/unix.c [new file with mode: 0644]
kernel/defconfig
kernel/include/net/socket.h
kernel/include/net/unix.h [copied from libx/libx/base.h with 50% similarity]
kernel/include/vfs.h
kernel/kernel.mak
libc/include/sys/socket.h
libx/Makefile
libx/base/xpixelget.c [copied from apps/zde/handler.h with 73% similarity, mode: 0644]
libx/libx/base.h