blender/source/blender
Kent Mein 3bc9dda799 added the DELKEY stuff...
else if(dev==DELKEY) {
                                if(but->pos>=0 && but->pos<strlen(str)) {
                                        for(x=but->pos; x<=strlen(str); x++)
                                                str[x]= str[x+1];
                                        str[--len]='\0';
                                        dodraw= 1;
                                }
                        }

Kent
2002-12-21 10:14:03 +00:00
..
avi updated .c files to include: 2002-11-25 12:02:15 +00:00
blenkernel In stubs.c I added a dummy return to functions that were non void types. 2002-12-20 02:08:46 +00:00
blenlib don't crash when adding a UVsphere (Hos, heli) 2002-12-07 20:57:50 +00:00
blenloader In stubs.c I added a dummy return to functions that were non void types. 2002-12-20 02:08:46 +00:00
blenpluginapi updated .c files to include: 2002-11-25 12:02:15 +00:00
bpython In stubs.c I added a dummy return to functions that were non void types. 2002-12-20 02:08:46 +00:00
decrypt updated .c files to include: 2002-11-25 12:02:15 +00:00
deflate updated .c files to include: 2002-11-25 12:02:15 +00:00
encrypt updated .c files to include: 2002-11-25 12:02:15 +00:00
imbuf Fix so that rgba targa files view correctly in gimp: 2002-12-21 09:52:03 +00:00
img Last of the config.h mods... 2002-11-25 15:29:57 +00:00
include Fixed up the header comment so it didn't produce a warning about 2002-12-20 09:41:25 +00:00
inflate updated .c files to include: 2002-11-25 12:02:15 +00:00
makesdna compile and run source/blender/makesdna/intern/makesdna to (re)create 2002-12-10 23:55:59 +00:00
misc updated .c files to include: 2002-11-25 12:02:15 +00:00
radiosity updated .c files to include: 2002-11-25 12:02:15 +00:00
readblenfile updated .c files to include: 2002-11-25 12:02:15 +00:00
readstreamglue updated .c files to include: 2002-11-25 12:02:15 +00:00
render Last of the config.h mods... 2002-11-25 15:29:57 +00:00
renderconverter updated .c files to include: 2002-11-25 12:02:15 +00:00
sign updated .c files to include: 2002-11-25 12:02:15 +00:00
src added the DELKEY stuff... 2002-12-21 10:14:03 +00:00
verify updated .c files to include: 2002-11-25 12:02:15 +00:00
writeblenfile updated .c files to include: 2002-11-25 12:02:15 +00:00
writestreamglue updated .c files to include: 2002-11-25 12:02:15 +00:00
Makefile Initial revision 2002-10-12 11:37:38 +00:00